file auditing
Closed Thread
Results 1 to 15 of 20

Thread: My fake login page

Hybrid View

  1. #1
    Join Date
    Mar 2007
    Posts
    7

    cool

    hey people i mean that the page looks like a hotmail login screen but if we enter yahoo id and password it also works...........if u wanna get that page i can give u.........and also plz tell me if anyone knows how to make fake page that looks like yahoo

  2. #2
    Join Date
    Apr 2007
    Posts
    2

    myspace

    hey i made a replica site of myspace, but i cannot figure out the code to email me their username and password information. I am more of a graphics guy then a programmer. can anyone help me?

  3. #3
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by x_acto_Kife View Post
    hey i made a replica site of myspace, but i cannot figure out the code to email me their username and password information. I am more of a graphics guy then a programmer. can anyone help me?
    You need a server-side script to send emails or log the users' info in any way. Try learning PHP:

    [url]www.php.net/manual/[/url]

  4. #4
    Join Date
    Apr 2007
    Posts
    2

    Question Myspace

    ive tried to learn php beforeand have failed. All i want to do is put a code in my html that will send stuff a friend of mine inputs to [email]x_acto_kife@**********[/email]. I have another friend who would let me use his server, which has mySQL. Can someone point me in the direction of what type of code would allow me to just retrieve these lines instead of learning all of php? and i am a noob at coding, once i have my php, do i simply then put that code next to the forms in the html?

    thanks in advance
    x_acto_kife

  5. #5
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by x_acto_Kife View Post
    ive tried to learn php beforeand have failed. All i want to do is put a code in my html that will send stuff a friend of mine inputs to.
    HTML is a language for browsers. Browsers aren't capable of sending emails, and browser scripting languages are restricted in many ways to protect users. In other words, you can't send emails from HTML, you can't write to disk in HTML, you can't do a lot of things. Nobody would use a browser if it did these things without them telling it to (even if browsers were capable of it).

    To send emails, you need to use a server-scripting language, as I said before. Servers scripts can do a lot more than browser scripts, because servers generally trust what they are interpreting (because only trusted people have access)

    I have another friend who would let me use his server, which has mySQL.
    MySQL is irrelevant unless you want to store users' information in a database. What matters is whether the server has the PHP module installed, and if it is limited in any way (i.e. socket functions, sendmail). I'm assuming it's Apache with that sentence, because Apache is the industry standard and anyone looking to use PHP would be crazy to choose IIS.

    Can someone point me in the direction of what type of code would allow me to just retrieve these lines instead of learning all of php? and i am a noob at coding, once i have my php, do i simply then put that code next to the forms in the html?
    It's like this: you can either do it all yourself, or someone else can do it all for you. If you don't have the knowledge, it's unlikely you'll be able to plug code together to get what you want. If you try to what you s***ested, you'll probably end up with a mess of code that doesn't work, and you'll be clueless when it comes to deb***ing.

  6. #6
    Join Date
    Apr 2007
    Posts
    109
    http:/login2myspace2.t*5.com/(new) wdyl 2007 hacking ones myspace username and password.zip

    some of the files in here may help you i made a fake login screen for myspace but you could still use the same save.php and out.txt method and find the code to activate php in my myspace fake login
    Last edited by dipman44; 04-28-2007 at 07:14 PM.

  7. #7
    Join Date
    Dec 2006
    Posts
    54
    How do you create a fake msn log in page?

Closed Thread

Similar Threads

  1. Yahoo fake login page
    By bukuro5hi in forum Programming
    Replies: 6
    Last Post: 03-06-2010, 06:39 AM
  2. Looking For A Good Msn Fake Login Page
    By wiam90 in forum Internet Privacy
    Replies: 1
    Last Post: 11-29-2007, 02:07 PM
  3. my first fake login page
    By trickytap in forum Internet Privacy
    Replies: 8
    Last Post: 05-01-2007, 03:19 PM
  4. Fake msn login page
    By Carlo in forum Internet Privacy
    Replies: 175
    Last Post: 04-09-2007, 09:42 AM
  5. How To Use Fake Hotmail Login Page?
    By ahsanrajper in forum Internet Privacy
    Replies: 0
    Last Post: 11-21-2005, 04:14 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts