Connecting Tech Pros Worldwide Forums | Help | Site Map

obtain source code publib PHP file

Jan
Guest
 
Posts: n/a
#1: Jul 17 '05
Hi,

I want to obtain the source code of a php file on a public server. Is
there any way to do so? and how to?

thx in advance

Ian.H
Guest
 
Posts: n/a
#2: Jul 17 '05

re: obtain source code publib PHP file


On Fri, 19 Dec 2003 04:19:03 -0800, Jan wrote:
[color=blue]
> Hi,
>
> I want to obtain the source code of a php file on a public server. Is
> there any way to do so? and how to?
>
> thx in advance[/color]


scp? ftp?



Regards,

Ian

--
Ian.H [Design & Development]
digiServ Network - Web solutions
www.digiserv.net | irc.digiserv.net | forum.digiserv.net
Programming, Web design, development & hosting.

Shawn Wilson
Guest
 
Posts: n/a
#3: Jul 17 '05

re: obtain source code publib PHP file


Jan wrote:[color=blue]
>
> I want to obtain the source code of a php file on a public server. Is
> there any way to do so? and how to?[/color]

If the site is using a public script you may be able to Google for the
file/directory names, if the programmer didn't change them from the default. Or
you might find the name of the script in the HTML source comments. View source
and take a look. If you find the name, Google for it.

If it's a custom script, then the only way is to ask the owner for a copy of the
script. Depending on the site and application you may find they'll give/sell it
to you.

Regards,
Shawn
--
Shawn Wilson
shawn@glassgiant.com
http://www.glassgiant.com
Closed Thread