Send email from a back date(1985 or anything)

This tutorial is for educational purpose only.

As the name says, “Send email from a back date(1975 or anything)”, i.e. send an email using a date that is passed, say 1975!
It sounds impossible, but its not. Its so simple. So, in this tutorial, i will teach you how to send en email from a back date. No email registration/signup required. You can send email as guest. This tutorial was also on future date, but it was not working with all email accounts. That’s why i removed future date. Now, this tutorial is just for back date.

Steps:
Visit this link: http://www.timestampgenerator.com/

  • Now you will see “Timestamp Generator”, select “Month”, “Day” and “Year”. You can select a past date. For example, 1985 or anything that is passed.
  • Click on generate button.
  • It will generate a timestamp value for you according to your selected date.
    • I generated timestamp for 1 Jan 1983. Copy the timestamp value.
    • Now visit this link: http://humanchimp.co.uk/419eater/backdate/, and paste the generate timestamp value in the correct fiied. Now enter other details. Then click on “Send Email” button.
    • Check the email address you filled in “To” option, you have a mail. Open this mail and see the date, it should be 1 Jan 1983. (Or whatever you selected)
      Its tested and 100% working.

 

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Tata photon+ Hacking [Break Password]

This tutorial is for educational purpose only. Hacking is illegal.

Are you a user of tata photon, someone locked it and you want to use internet but do not know the password, no such a big matter, its simple as drinking water!
Image

Break the password in these simple steps:-
1. Goto C:\Program Files\Tata Photon+\Huawei\userdata [Installation folder]
2. Then open UserSetting.xml
3. It will look like this:

<?xml version=”1.0″ encoding=”UTF-8″?>
<utpsdoc>
<system>
<devicename>EC1261</devicename>
</system>
<security>
<GeneralLock>1</GeneralLock>
<InternetLock>1</InternetLock>
<LockPassword>1234</LockPassword>
</security>
<CBSSettingPlugin>
<AutoCleanup>0</AutoCleanup>
</CBSSettingPlugin>
<xframemodule>
<undialupromaining>0</undialupromaining>
<nosplashscreen>0</nosplashscreen>
</xframemodule>
</utpsdoc>

4.Now, see these lines:-

<GeneralLock>1</GeneralLock>
<InternetLock>1</InternetLock>
<LockPassword>1234</LockPassword>

Here is your current password, see your password in this field

<LockPassword>1234</LockPassword>

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Hide/Unhide any drive using Command !!

Yes, you can hide/unhide any drive from my computer using cmd(command prompt.). But, you cant hide your drive that is running windows (Commonly C:). After hiding any drive, you wont be able to browse it. It will removed from your computer until you want it back. So, read this tutorial very carefully. 

Steps to hide:
Go to All Programs> Run (Win+r).

  • Type “diskpart” without “quotes” and hit enter.
  • Now type “list volume” without “quotes” and hit enter.
    • Now type “select volume d” without “quotes” (Change d with the letter of the drive that you want to hide) and hit enter.
    • You will get a message like this “Volume _ is selected volume” , i.e. your volume is now selected.
    • Now type “remove letter d” without “quotes”(Change d with the letter of the drive that you want to hide) and hit enter. And now your drive is hidden.

Steps to unhide:
Go to All Programs> Run (Win+r).

    • Type “diskpart” without “quotes” and hit enter.
    • Now type “list volume” without “quotes” and hit enter.
      • Now type “select volume d” without “quotes” (Change d with the letter of the drive that you want to unhide) and hit enter.
      • You will get a message like this “Volume _ is selected volume” , i.e. your volume is now selected.
      • Now type “assign letter d” without “quotes”(Change d with the letter of the drive that you want to unhide) and hit enter. And now your drive is available.

Format through USB

This tutorial is for educational purpose only.

Do you want to format and install Operating system(OS)? And you want to do it by using your USB?

Then you are at right place.

In this tutorial you will learn, how to format and install any OS from your USB/Pendrive/memory card/Flash drive.
The method is very simple and you can use without any hassles.
Needless to say that your motherboard should support USB Boot feature to make use of the bootable USB drive. 
Requirements: *USB Flash Drive (Minimum 4GB) 
*Windows 7 or Vista installation files.(CD/DVD)
Follow the below steps to create bootable Windows 7/Vista USB drive using which you can install Windows 7/Vista easily.

  • Plug-in your USB flash drive to USB port and move all the contents from USB drive to a safe location on your system.
  • Open Command Prompt with admin rights. Use any of the below methods to open Command Prompt with admin rights. 
    *Type cmd in Start menu search box and hit Ctrl+ Shift+ Enter. 
    Or 
    *Go to Start menu > All programs > Accessories, right click on Command Prompt and select Run as administrator.
  • You need to know about the USB drive a little bit. Type in the following commands in the command prompt: 
    First type
    DISKPART and hit enter . 
    Next type 
    LIST DISK command and note down the Disk number (ex: Disk 1) of your USB flash drive.
  • Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it. So below are the commands you need to type and execute one by one:
    SELECT DISK 1 
    CLEAN 
    CREATE PARTITION PRIMARY
    SELECT PARTITION 1 
    ACTIVE 
    FORMAT 
    FS=NTFS
    (Format process may take few seconds) 
    ASSIGN 
    EXIT
    Don’t close the command prompt as we need to execute one more command at the next step. Just minimize it.
  • Next insert your Windows7/Vista DVD into the optical drive and check the drive letter of the DVD drive. In this guide I will assume that your DVD drive letter is “D” and USB drive letter is “H” (open my computer to know about it).
  • Maximize the minimized Command Prompt in the 4th step.Type the following command now: 
    D: CD BOOT and hit enter.

    Where “D” is your DVD drive letter.
    CD BOOT and hit enter again.
  • Type another command given below to update the USB drive with BOOTMGR compatible code.
    BOOTSECT.EXE /NT60 H: 
    Where “H” is your USB drive letter.
  • Copy your Windows 7/Vista DVD contents to the USB flash drive. 
  • Your USB drive is ready to boot and install Windows 7/Vista. Only thing you need to change the boot priority at the BIOS to USB from the HDD or CD ROM drive. I won’t explain it as it’s just the matter the changing the boot priority or enabling the USB boot option in the BIOS.

    Or, You may use Novicorp wintoflash, it will do it in just few clicks, Downlaod from here, http://wintoflash.com/home/en/, run it and follow guide.

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

How to Hack Facebook account?

Facebook hacking i.e. Hack a facebook account is illegal, we are teaching you this to prevent you from these scams. You will be responsible if you hack any account.

First we will talk about requirement.
The one and only requirement is your own site. You must have a site where you can host(upload) the phishing files. If you dont have this, then forget about facebook hacking by this tutorial. We will not host(upload) phishing files here.
For Downloading Phishing Files: Leave your Comment & also Like
Instructions:

  • Download phishing files
  • Extract it using winrar[If you dont have winrar, then you may get it for free from herehttp://www.rarlab.com].
  • You will find four files and one folder under that rar file.
  • Upload all files and folder to your site[For example, if you site is www.example.com, then create a folder with name “facebook”, then upload your files in “facebook” folder].
  • Prepare phishing URL[Make/Get phishing url, if you have uploaded all files to “facebook” folder, then your URL should look like this,www.example.com/facebook/index.htm].
  • Dont rename any file!
  • Everything is ready now.
  • Send a mail to victim(that person you want to hack) with phishing URL. Write any message you want, like click here to see your gift, etc.
  • Its recommended to hyperlink a text with that link, like write “Click here” and then hyperlink it to phishing URL. There are option of hyperlink in every mailing client/site.

Almost done from your side. Now, you have to wait for some time. When the victim will enter his/her ID and Password, it will get recorded in a text file that you have uploaded named “passes.txt”. Check this file at regular interval and if you find password, then the account is HACKED.
In phishing, there is a 50-50 chance. If the victim know about phishing, he/she will never enter his/her password and phishing attack will fail. So, there is no guarantee. Do it on your own risk.

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Email Forging (Fakemailing) !!

As the name says, send an email from any email id in the world without the victims password.


Its also known as fakemailer, just visit this url: 
FakeMailer and fill the form, Fill every required fields. You may also attach attachment by the fakemailer.

Now, click on send and victim has a fakemail.

Fake mail doesn’t contain any additional text like sent by fakemailer, etc. Its too good to make your friends fool. And this tutorial is not any criminal or spamming act.

Do it on your own risk. 

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Install windows XP in 10-15 minutes !!

This tutorial is for educational purpose only.

This tip will be very helpful for those who frequently install windows xp operating system. Normally Windows XP installation takes around 40 minutes to complete, but through this trick you can now save 10-15 minutes. This simple tricks goes this way.

  • Boot through Windows XP CD.
  • After all the files are completely loaded, you get the option to select the partition. Select.
  • Now Format the partition, whether it is normal or quick with NTFS or FAT.
  • Once the formatting is completed, All the setup files required for installation are copied. Restart your system by pressing Enter.
  • Now, here begins the Simple trick to save 10-15 minutes.
  • After rebooting, you get a screen where it takes 40 minutes to complete or finalize the OS installation.
  • Now, Press SHIFT + F10 Key :- This opens command prompt.
  • Type Taskmgr at the command prompt window. This will open Task Manager.
  • Click the Process Tab, here we find a process called Setup.exe -> Right Click on Setup.exe -> Set Priority -> Select High or Above Normal. Initially it will be Normal.

Thats it, no more work to do. Relax yourself and see how fast the installation process completes
Enjoy this great Trick.

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Trace any E-mail !!

Got a mail, want to know the exact location of the sender?,

Then you are at right place.

First you will need the full header of that email, like if you are using yahoomail then open the mail and click on action,

now click on view full header to get the full header but if you are at gmail, click on options in that mail and now click on see/view original to get the header, copy header and

visit this link:Trace Email, now paste the full header and click on trace email sender, wait for some seconds and it will give you the exact information aboout the sender.
It may failed sometimes if the user is using dynamic IP i.e. IP get changed everytime victim connects internet.

So, when you get a mail and if you want to trace it, then trace that mail immediately, otherwise it may not work.

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Disable Facebook Timeline !!

We have noticed that, a lot of facebook users are not liking the new timeline and they continously asked us “How to disable it?”. So, after thinking a lot, we finally found a way! Facebook timeline is not compatible with older outdated browsers. So, here we go. To disable timeline, just follow the given instructions carefully. 

Simplest Way to disable timeline for profile:

Just visit this url, http://www.timelineremove.com and scroll down a little. You will see four browser logo, click on your browser(If you are using chrome, then click on chrome logo and if you are using firefox, then click on firefox logo.). This is available for Mozilla firefox, Google Chrome, Internet Explorer and Safari(Safari is in progress-Date: 15-March-2012). Now, install the add-on/extension. And, your timeline is now disabled. To enable timeline, click on the new icon of timeline in chrome after url bar and then click on “Status: Timeline Remove”, clicking will enable timeline. And to disable timeline again, click on that “Status: …” button again.

Or follow below steps:

This is for Google Chrome and Mozilla Firefox.

You can disable timeline by changing your user agent. We are using latest browser but we will change the user agent to an outdated version and timeline will be disable. First please read this tutorials: User Agent Switcher, to know about how to change the user agent. You must read “Change User Agent” tutorial to follow this tutorial. Now, proceed after reading that tutorial.
For Google Chrome
Use this user agent:
For Windows 7:
–user-agent=”Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)”

For Windows xp:

–user-agent=”Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)”


Now, change your user agent as i already tought in the “
Change User Agent” tutorial. Open facebook, login and enjoy. Timeline is now disabled. Ignore any message about upgrading your browser. To get back your real user agent, simply delete the added lines from the shortcut.

For Mozilla Firefox
Install “User Agent Switcher” as I listed in “
Change User Agent” tutorial. And, then fill up this user agent.
“Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0)”
To get back your real user agent, simply uninstall that add-on.

I just tried on windows 7 and windows xp, if you test it on another OS then please let me know. Please write comment below confirming this tutorial.

Dislike multiple facebook pages quickly !!

Did you like a lot of pages and want to unlike them quickly [All or few]? We have a solution for you. Just follow this tutorial to unlike the unwanted pages [Dont unlike ours… ;) ]. 


Steps:

  • Login to your facebook account.
  • Go to your profile. [See the top right side, you will see your name there, click on name to go to your profile].
  • You will see an option on that page, “Likes”. Click on it.
  • Now, you will see an option there, “Edit”. Click on it.
  • Now, scroll down a little and look up for an option, “Other Pages you like”, click on it.
  • A box will pop-up containing your all liked page with an option “Unlike” infront of every page. Just click on “Unlike” located after that page you want to unlike.

As i already said, “Please dont try this with our facebook page…” :) Enjoy…

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].

Post a blank status or comment on facebook !!

Yes, as the name says, “Post a blank status or comment on facebook”, you can also post a blank message in your status or in comment in facebook. Just follow the simple steps listed below:

Steps to post blank status:

  • Copy this code “@[0:0: ]” without “quotes”.
  • Paste it wherever you want.
  • Hit post.

Now, you posted a blank status message.

Steps to post blank comment:

  • Go to comment box to write comment.
  • Press and hold ALT key and type 0173 (Dont leave ALT key and type 0173), now leave ALT key and hit enter.

Now, you posted a blank comment.
Enjoy.

If you like this then please Comment [Comment box is located after this tutorial] & Like [Like button is also given below].