obtain source code publib PHP file

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Jan

    #1

    obtain source code publib PHP file

    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

    #2
    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.ne t | forum.digiserv. net
    Programming, Web design, development & hosting.

    Comment

    • Shawn Wilson

      #3
      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@glassgian t.com

      Comment

      Working...