How can I get one php script from one site

Discussion in 'Site & Server Administration' started by totty10000, Apr 26, 2009.

  1. #1
    I want to get one php script from one site,how can I get it?is there any program that gets the site including PHP files?
     
    totty10000, Apr 26, 2009 IP
  2. SSANZ

    SSANZ Peon

    Messages:
    861
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Is it just PHP or does it use a database such as MySQL also?

    Also what type of control panel do you have? cPanel?

    You should be able to backup your hosting account via a backup feature, then upload that backup to your new host and restore - transfer complete.
     
    SSANZ, Apr 26, 2009 IP
  3. pitagora

    pitagora Peon

    Messages:
    247
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    if it's not your site the only way would be to contact the owner and make him offer for the script. You might get lucky. PHP files can't be downloaded using a browser (not unless you hack the website).
     
    pitagora, Apr 26, 2009 IP
    thuankkk likes this.
  4. mfscripts

    mfscripts Banned

    Messages:
    319
    Likes Received:
    4
    Best Answers:
    8
    Trophy Points:
    90
    Digital Goods:
    3
    #4
    PHP scripts are interpretted server side before being presented to the client and hence you can not see their contents without server access such as FTP/SSH.
     
    mfscripts, Apr 26, 2009 IP
  5. thuankkk

    thuankkk Active Member

    Messages:
    503
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    95
    #5
    You can't simply 'download' that .php files. There are two ways: ask the webmaster, or h@ck the site :D
     
    thuankkk, Apr 26, 2009 IP
    pitagora likes this.