Now, click File>Save Page As, and save the myspace page to your Desktop. Open your saved page with any text editor(notepad, wordpad etc.). Select all of the text(the source code), and copy it. Get back to your t35 account and click on 'New File' and paste the Myspace's source code there. Name the file 'index.php'(without the ''

, and save it. Now you have made a page equal to Myspace. Everything on that page will have the same function as if it were on the original site. The link to your phish site will be ' www.xxx.t35.com/index.p hp' - where 'xxx' is the name of your account. But there is a little problem. When someone enters his username and password and press login, it logs him into the real myspace. What do we need to change? What we need to change is the action of the 'login' button, so instead of logging them into the real site, it writes the username and password to a text file. Open your 'index.php' file. Search in the code for keywords 'action='. There will be several 'action=some link' in the myspace's source code(for the sign in button, search button, etc.). We need to find the 'action=some link' that refers to the Login button.