Cloning a PHP site

Discussion in 'PHP' started by gamersplaygame, Oct 25, 2010.

  1. #1
    How easy is it to clone a PHP based site using Page Source available on the Right Click on homepage?
     
    gamersplaygame, Oct 25, 2010 IP
  2. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #2
    No its not...as thats just the HTML source (no the actual client side code).
     
    danx10, Oct 25, 2010 IP
  3. lowridertj

    lowridertj Well-Known Member

    Messages:
    2,882
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    195
    #3
    as said above you will only get the html source.

    then you must build the backend of php, and mysql database..
     
    lowridertj, Oct 25, 2010 IP
  4. Amator

    Amator Well-Known Member

    Messages:
    1,424
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    165
    #4
    It is unpossible to do. The source just shows the html source that the PHP script outputs. You need access to the php page itself.
     
    Amator, Oct 25, 2010 IP
  5. silviuks

    silviuks Peon

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    roughly: The PHP code is interpreted by a web server (Apache, IIS ...) and this (web server) sends back to the user it's response as HTML
     
    silviuks, Oct 26, 2010 IP
  6. JREAM

    JREAM Member

    Messages:
    160
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    30
    #6
    use cURL in an iframe and you'll have the entire site lol
     
    JREAM, Oct 26, 2010 IP