Related Posts Plugin for WordPress, Blogger...




How to Easy Setup your own Anonymous Email (or Fake Email) Service !

What is anonymous email (or fake email)


Anonymous email, often referred to as prank email (or fake email), allows the user to send an email without disclosing their identity. The system uses a simple input form on a web page. Information is entered filling out the elements of a real email. Sender's and recipient's email addresses, subject and message body are usually the minimum required fields. Clicking on the send or submit button activates a script formats the information and then sends out the bogus text with the system mail utility. The recipient opens a real looking email from the fake address and reads the prank content. Prank email's primary purpose involves playing practical jokes on acquaintances. Some services offer canned pranks like a payment notification from an online adult "novelty" store with an itemized order confirmation. Most pranksters like to write their own situation specific pranks. The service can also be used to anonymously pass information. Beware, Internet forensics mean that only casual end users will be fooled. This is not the method of choice for agents of international intrigue, smugglers, or mercenaries. Savvy users who check their mail headers won't be fooled by prank email. Those using prank email for illegal purposes will discover that the anonymous service will turn over their router and server logs rather than be liable. In other words, recreational use only.


Method #1

What you will need

1) Host with PHP and Sendmail support
(for example FREE hosting x10hosting.com was tested and works nice without ads,
byethost5.com works fine but adds to messages annoying ads).
...or find another

2) PHP script by NOmeR1 "Sender Anonym Email :: FLoodeR :: SpameR"


<? /*
(C) NOmeR1
*/ 
?>
<title>Sender Anonym Email :: FLoodeR :: SpameR</title>
<? // error_reporting (0);
if(!
set_time_limit(0)) { $limit false;
} else { 
set_time_limit(0); ignore_user_abort(1); $limit true;
}
$log 'log.txt'// Log file
ini_set('max_execution_time''0');
?>
set_time_limit(0) = <?if($limit)echo('<font color=Green>On</font>');else
echo(
'<font color=Red>Off</font> (Working time is limited with the current settings of the server)');?><br>
<?

$ip 
getenv('REMOTE_ADDR');
if(
$_GET['mail'] == '1' || $_GET['mail'] == '2' || $_GET['mail'] == '3')
{
$_POST['to'] = stripslashes($_POST['to']); $_POST['msg'] = stripslashes($_POST['msg']); $_POST['from'] = stripslashes($_POST['from']); $_POST['subject'] = stripslashes($_POST['subject']);

if(
$_POST['to'] && $_POST['msg'] && $_POST['from'] && $_POST['tipe'])
$headers "MIME-Version: 1.0\r\n"$headers .= "Content-type: text/".$_POST['tipe']."; charset=windows-1251\r\n"$headers .= "From: ".$_POST['from']."\n";
if(
$_GET['mail'] == '1')
mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message');
}
elseif(
$_GET['mail'] == '2')
$_POST['to'] = explode("\n",$_POST['to']);
foreach(
$_POST['to'] as $poluchatels)
mail($poluchatels$_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message');
}
}
elseif(
$_GET['mail'] == '3')
{
if(
preg_match('/[0-9]+/',$_POST['kol']))
{
for(
$i=0;$i<$_POST['kol'];$i++)
mail($_POST['to'], $_POST['subject'], $_POST['msg'], $headers) or die('Cannot send the message'); sleep(1);
}
}
else
{
echo(
'Incorrect (or not entered) number of messages');
}
$f fopen($log,'a'); fwrite($f,'Message sent &'.$_POST['msg'].'& with subject "'.$_POST['subject'].'" for "'.$_POST['to'].'" from IP - "'.$ip."\"\r\n"); fclose($f);
echo(
'<center><b><font color="green">Message succesfully sent</font></b></center>');
}
else
?>
<form style="width:350px" method='post'>
<? if($_GET['mail'] == '1' || $_GET['mail'] == '3')
{
echo(
"Receiver &nbsp;<input type='text'name='to'><br>");
?>
Sender <input type='text' name='from'><br>
Subject &nbsp;<input type='text' name='subject'><br>
<? if($_GET['mail'] == '3')
{
echo(
"Amount of messages <input type='text' name='kol'><br>");
?>
<br>
htm -> <input type='radio' checked='checked' tabindex='1' name='tipe' value='html'> :: <input type='radio' name='tipe' value='plain'><- text<br>
<? if($_GET['mail'] == '2')
{
echo(
"Receivers<br><textarea name='to' rows='10' cols='30'>admin@fbi.org
admin@cia.org
admin@whitehouse.org</textarea>"
);
?>
<br>Message<br>
<textarea name='msg' rows='10' cols='30'></textarea><br><br><input type='submit'>
</form>
<? }
} else { 
?><br>
<a href='<?=$_SERVER['PHP_SELF']?>?mail=1'>Send simple message</a><br>
<a href='<?=$_SERVER['PHP_SELF']?>?mail=2'>Spam</a><br>
<a href='<?=$_SERVER['PHP_SELF']?>?mail=3'>Flood</a><br>
<? ?>

Installation
It's very easy. Just save the script above as mail.php and copy it to the server (via FTP or cPanel's File Manager) into your public_html dir and begin to send mails. Type in your browser for example <your_subdomain_name>.x10.bz/<yourfile.php>



Method #2


What you will need

1) Host with PHP and Sendmail support (for example x10hosting.com).
2) AJAX project email.rl6.ru (Anonymous Mail).
(Source code was taken from http://email.rl6.ru, Author of project: sterx@rl6.ru with support LiveDev Group, GPL license)

Features of the project

- Using UTF8 (you can use any characters in your messages)
- Using HTML и TXT/plain formats
- You can send letters with any return address
- Supports attachments
- Using AJAX without page reloading

Installation
It's very easy. Just decompress and copy files to the server (via FTP or cPanel's File Manager) and begin to send messages.
Download:
1. File --> multiupload
2. Pasword--> HFthebest


Method #3

What you will need

1) Host with PHP and Sendmail support
2) Dark-Mailer V.2.2 © by p0LYM0rPH2012 and ZyphoMud DarkenedCore Admin Team

Features of the project

- Anonymous mailing
- Spam massmailing
- Mail grabber alpha-version
- Using HTML и TXT/plain formats
- Supports attachments

Installation
Copy file Dark-Mailer V.2.2.htm (better rename it) to the server (via FTP or cPanel's File Manager) and begin to send messages.

How to use:

Simply fill out the form and press the "Send"-Button. You can attach a file, which will be uploaded to the server, encoded for the Email and then be deleted from the server(If PHP Safe-Mode is not active). If you wish, you can spam around by inserting a lot of Email-Adresses and let the script pass through this list about 1000 times ;). The PHP execution time depends if Safe-Mode's on! If you type "{email}" in the "Subject" or "Message" field the script will exchange it with the Email-Adresse you typed in the "Your Email" field. You can set the Email to a plain text Email or a HTML-Email (with or without parsing BBCodes)...good for Phishers ;)
Supported BBCode Tags:
b,i,u,center,img,url,red,blue,yellow,color,size,quote,quote=
Now you can try out the new E-Mail Grabber. Type an URL and the Grabber will search for E-Mails on the site. The Grabber is Alpha.

Download:
1. File: multiupload
2. Pasword: HFthebest


Method #4

What you will need

1) The script requires host with PHP 5 support - because of the function call htmlspecialchars_decode, you need to turn "back to HTML" received from TinyMCE data. Of course, writing your analogue of this function, can use the script and the previous versions of PHP. The file "time" should be writable.
2) PHPMailer script.
Source code was taken from http://Pers.narod.ru and translated from Russian to English

Features of the project

Presented script, in fact, is simply "cheat" over a similar function call mail. To write and edit messages in HTML format, it uses the excellent (about 1.5 Mb in the decompressed state) library TinyMCE, plus contains several additional features for validating input data, set limits on the time between retry, etc. This script allows you to create the message body in a WYSIWYG-editor, like an ordinary Microsoft Word, and send the letter as plain text (the switch to the right of the button "Reset"). Time to re-send, as well as restrictions on the maximum message size and the maximum length of words are set in config.php. After sending letters to the script leaves a letter in the form and allows you, after you specify the number of seconds, send again. I think it is easy to add to post.php a few lines of code to send out a letter on the list of addresses stored in a text file. This version of the script does not requires MySQL. Attaching a file to a letter in this version of the script is not available, but you can embed links to external resources, including graphics. If you want full support for attachments - add to library TinyMCE modules MCFileManager and MCImageManager, configure them and place on the host. The official website of these modules are invited to buy, but if a little try, you can find anyway.

Installation
It's very easy. Just decompress and copy files to the server (via FTP or cPanel's File Manager) and begin to send messages. To send message you must enter correct digital number.
Download:
1. File: multiupload
2. Pasword: HFthebest

And I Finish, Goodluck
Click To View :

Thanks For u Support

Labels: , ,



6 Responses to "How to Easy Setup your own Anonymous Email (or Fake Email) Service !"

  1. 9jera.com says:

    Hello, this is a very nice post but the links have been removed can you please update links. Thanks

  2. Anonymous says:

    can u update the links

  3. Anonymous says:

    Please update links . They are not working .

Leave A Comment:

Copyright © Amazing.