Monday, July 22, 2013

Make single account name on facebook

Single profile name in FB              


  Facebook is great place for meeting peoples, joining them or also for making fans all around world. Facebook respect their users and there team is working very hard to provide good services to there users! making a single name account on Facebook is not possible but after a research ,We found that it is possible to make single name account on Facebook by using proxies.!This trick was working very successfully before Dec -2012 But now Facebook is blocking these proxies.But this trick is working successfully in India !This Trick Is only Working on Mozilla Firefox So You Use it only

1. Firstly Change your Firefox Browser Proxy Manually by Following these Steps :-
Go To Tools >
(If Tools menu isno t present Simply go to options from Menu ! )
Then Option > Then Advanced >Then Network > Then Setting > then Click on manual Proxy Configuration > And Then put Any Of the Following proxies

HTTP Proxy :-     
 http://hidemyass.com
Its recommended you all to go to this site and get the latest indonesian ip or else facebook will band the old ip's

And Use Port As given in the website i.e. (hidemyass.com)
Note: only use then indonesian ip and port.



> Then Select "Use this Proxy Servers For All Protocols".
                              








Important Note:- If Your Facebook Account Is Not Openning AFter Changing The Proxies and Firstly Open your Facebook account settings then change proxy because sometime after changing proxy their will be error in log in account
2. Then Click OK Button To Save Your Settings.







3. Now Open your Facebook Account and Go Account Settings.

4. Change Language Setting :- Bahasa Indonesia like this:


5. Then Simply Remove Your Last Name in Change Name Box And then Save it.
6. Now your facebook name is only with your first name. Now remove the proxy from the browser.
   ENJOY!!!!
                                               InnovativeThinking!!!

Sunday, July 21, 2013

Send Fake Emails.....................

Hello friends.......we have heard many times that people have received fake emails.....n all!!! But now you all can send such fake mails as well.....here's the simple process..........
NOTE: Remember its for educational purpose only so do not misuse it!!!

Alright friends........before starting the tutorial, it will be helpful to you if you have the basic concept about HTML and PHP file.......coz these two files are the most essential parts of our FAKEMAILER.......you can easily learn them from HERE.

1. Firstly create a php file. For that just open notepad, insert the following code and save as "fakemail.php"

<?php
 $email = $_POST['email'];
$content = nl2br($_POST['content']);
$name = $_POST['name'];
$sender = $_POST['sender'];
$subject = $_POST['subject'];
$headers = "From: $name "."<".$sender.">\r\n";
//add boundary string and mime type specification
//$headers .= 'MIME-Version: 1.0' . "\r\n";
 //$headers .= 'Content-type: texNot/html; charset=iso-8859-1' . "\r\n";
//send the email
mail($email, $subject, $content, $headers );
 ?>



2.Now create a HTML file. Past the code below on your notepad and save it as "index.html"

<html>
<body background="123.jpg"> 
<link rel="stylesheet" href="style.css" />
 <h1>Anonymous Email Mail Sender</h1>
<table border=2>
<form action="fakemail.php" method="post">
<tr><td>Recipent: </td><td><input type=text name=email size=30></td></tr>
<tr><td>Sender name: </td><td><input type=text name=name size=30></td></tr>
<tr><td>Sender Email Address: </td><td><input type=text name=sender size=30></td></tr>
<tr><td>Subject: </td><td><input type=text name=subject size=30></td></tr>
<tr><td>Content: </td><td><textarea rows=10 cols=30 name=content></textarea></td></tr>
<tr><td><input type=submit value="Send Mail"></td></tr>
</form>
</table>
</body>
</html>

3. Well now you have successfully created a HTML and PHP files. You HTML file should be like this-->>>


Alright this is a simple HTML page created by me. But you can add CSS and customize the HTML page by youself and make it more attractive.

Now, you have to find a hosting site so that you can host your site. The hosting site should be PHP supportive. You can use 000webhost.com or any other . Register in the hosting site, upload your files and enjoyyy............!!!

If you want to send fake mails to facebook, then you need to know some important things.
For sending fake mails to you must know the email address of the sender and his/her name. The email must be the username of the sender and instead of email address of receiver i strongly advise you to use the facebook username not the email that we use to log in to facebook account. To get the fb username just open your facebook and check the profile of the receiver. You will see www.facebook.com/****.****.***  insted of stars you will see the firt name, last name and some number. Copy them and paste it on your site in the receiver's place and end with @facebook.com.......****.****.***@facebook.com
And finally send your email. Enjoy!!!!!

[you can use the email instead of the receiver's fb username but it is not that much effective]

Thank you.....................!!!
                                                 Innovative Thinking!!!