How To Connect Internet Using Bluetooth. No PC suit or Any other Software required.

Leave a Comment

I'm Posting this trick for mostly those persons who have either a China-Mobile , Or Have Non-Data Cable Enabled one.
Connecting Internet via bluetooth merely takes 2 mins. And its speed is 1MBps , rather than the data-cable speed-481.6 Kbps.
What You need To do is Very Simple.

  • Components You will need:
  • A computer bluetooth Device. Which costs merely Rs. 100.
  • A Bluetooth Enabled Cell phone.


  • Process:
  • Plug-in Ur Bluetooth device in ur Pc.
  • Now you'll See a Bluetooth Icon in the bottom-right corner of u desktop. This is called the notification Area.
  • Right-Click On this Icon And click on Dial-up.
  • Now Dial Up connection Wizard Appears.
  • So For the Apn You Need To put the APN. I'm giving Apn of some of the most used Dial-up internet connections. Put the respective APN for ur Respective Sim.
  • tata.docomo.internet      -TATA DOCOMO
    aircelgprs  - AIRCEL
    airtelgprs.com - AIRTEL
    "www" or "portalnmms"  - VODAFONE
    bsnlnet,gprswest.cellone.in  - BSNL
    idea : imis  - IDEA
    reliance : smartnet , rcomwapsmartwap - RELIANCE
  • So the APN section Is Cleared. Now move to the Dial-up Number. Which is normally - *99# 
  • Leave the Password Area Blank. 
  • Click on Dial-up.
  • Enjoy the cheapest INTERNET.



Comments PLEASE.

Read More

Some Coolest Internet Tricks!

Leave a Comment
Search For your Query Fast, Fast, Faster On Google.


Whenever You search anything on google, You can notice that Some extra things add up automatically in ur seach results which you dont want. So here i'm giving a trik by which you can get EXACTLY the thing you want.







  • Whenever Searching anything on Google use quotes. "  " . eg. If you have to search for HACKING TRICKS then use " HACKING TRICKS " . This will show only those searches which are related to " HACKING TRICKS " .

  • One more Trick is that suppose you wanna seach for HACKING tricks But do not want Social Engeeneering Tricks You can use:  "HACKING TRICKS" - Social Engeeniering  .  And Suppose you want HACKING TRICKS and PHISHING tricks You Can Use " HACKING TRICKS " + Phishing. 






Read More

How to Enable Right - Click On Websites.

Leave a Comment
 Many Sites , Espicially Orkut had recently Disabled Right-click on images. SO I started wondering What to do because this was very necesaary for me.Here I'm Showing you both The tricks. To enable Right-click on any website, and To disable Right click On your Own Site.



* TO disable Right-click on Your site:


                                                  Copy And paste The Below JAvascript code on any page In Your site.
Benifits : If its a blog like mine than visitors wont be able to copy content from it , Or save pictures etc.


Codeoncontextmenu="return false;"
For example, say you have code for an image like below…
<img src=”something” />
Change it to…
<img src=”something” oncontextmenu="return false;"/>


To Enable Right-Click On Websites :

Copy And paste the below javascript on the adress-bar of the page where you want to enable right-click.

CODE:
javascript: var items = document.evaluate('//*[@oncontextmenu=\"return false;\"]', document, null, 7 , null); for ( i = 0; i < items.snapshotLength; i++){items.snapshotItem(i).removeAttribute('oncontextmenu');};void(0);


       Comments Are Most Welcome. Afterall It's Our right to right-click. :)










Read More

Some Cool USB tricks!

Leave a Comment

Take your programs with you
We all know how frustrating it is when we take your files to another computer just to discover that the software required to read the files is not installed.
Now Here Is the solution just as simple as can be. Carry your applications wherever you go. Download Portable apps from hereDOWNLOAD
1. Go to the Portable Apps website and download the installer, choosing the software you want to carry along.
2. Run the installer and install the software to the root of your USB thumb drive.
You are done. Now wherever you go that software will be with you. Like a shadow hehehhhhhehe.



Set a program to run automatically (autorun)
Have You ever Noticed The small window That appears When you insert a USB DRIVE , CD etc into your computer? Here I'm teaching You how to create a Autorun which pops up this menu.
Open up notepad and paste the following script:
[autorun]
ShellExecute=filename
Label=description
UseAutoPlay=1
Make sure you replace filename with the full path to the file. For example, a file called program.exe in a folder called “programs” on the thumb drive would be /programs/program.exe
Replace description with a short description of the program, for example, My Jukebox or Mozilla Firefox.
Save the file as autorun.infmaking sure you select “All Programs” from the save menu, not “Text document”!



Lock and Unlock a PC by using a PEN DRIVE!
Just like with an RFID badge, you can use a USB drive to lock and unlock a PC. Insert it to begin working and pull it out when you’ve finished, locking the computer. There are several programs for this . Rohos, a commercial program and WiKID, a semi-open source one.
I recommend ROHOS to you! Which is simple to use. 



Portable Mediaplayers.
Have you ever got frustrated When you take a brand new song to a friends house almost 20 miles faar and then discover that ur friend does'nt has a media player. You'll like to kill yourself. Well so i'm saving your life here by this tricks. Just download Media player Portable from the below link. 
Download Media player portable. and you can also try COOL player portable From the below link.
If you want the jukebox to start up automatically when you connect the memory stick to the computer, use the autorun feature shown tip 3 and point it to the exe of your audio player.



Read More

How to Delete Any Virus From Pen drive / Flash drive.

Leave a Comment
Hi once again. This time i'm going to cover topic related to Viruses. Actually there are many viruses that spread through Pen drives , pin drives etc. Now i like to play games, just some days ago I bought PSI OPS game from one of mah friend Himsekhar. 
                                           And newfolder.exe infected my pen drive instantly. I could'nt remove it even with NET PROTECTOR 2011 Registered version. So after a lil searching  I found out This TRick so m gonna share this wid u. Ok enough chit-chat. Now lets get back to the topic.




  • Never Open the USB drive directly through the Auto Play Feature. Scan the USB drive for viruses by using your anti virus application. If you find any viruses in that scan, Eliminate them.

  • After that, Open the Command Prompt by typing ‘cmd‘ in the run box. In the command prompt type the drive letter: and press enter . Now type dir /w/a and press enter.





Check whether the list displayed contains the below given files.
  • Autorun.inf, Ravmon.exe, New Folder.exe, svchost.exe, Heap41a or any other exe file 



    If you encounter any of the above files, then probably the USB drive is infected. Now to delete the virus files manually..
    1. Go to command prompt type attrib -r -a -s -h *.* and press enter. This will remove the Read Only, Archive, System and hidden file attribute from all the files.
    2. Now just delete the files using the command del filename. example del Ravmon.exe.
    3. Delete all the files that are suspicious.
    4. To be on a safer side, just scan the USB drive with an anti virus program to check whether it is free of virus or not.
    5. Now remove the drive and plug it again. In most of the cases, the real culprit turns out to be the “Autorun.inf” file which mostly gets executed when someone clicks Ok in the dialog window which appears in Auto Play.
Read More

Super Cool Orkut Trickz Part II

Leave a Comment
 Friends This IS Orkut Tricks Part 2 . Hope You Will LIke it. 












  *  Automatically Get Colored Text And Smilies After Every Alphabet! 

  • Type Your Text.
  • Do not click on submit.
  • Copy the below code and paste in your adress bar.
  • Now click on Done or Submit.



Code : javascript:cor=new Array('green',':x','gold',';)','blue',':)','red',':(','orange','8)','green',':D','blue',':o','lime','/)','gray',':P');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp[l]+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n');void(0)



*        Automatically Colored Text and Heart Smilies after Every Alphabet.

    • Type Your Text.
    • Do not click on submit.
    • Copy the below code and paste in your adress bar.
    • Now click on Done or Submit.



Code:    javascript:cor=new Array('violet','orange','green');var z=0;txt=document.getElementsByTagName('textarea')[0]; txt.value=txt.value.replace(/\n/gi,'§ ');sp=txt.value.split(' ');txti='';for(l=0;l<sp.length;l++){txti+="["+cor[z]+"]"+sp[l]+' ';z++;if(z==cor.length){z=0}}; txt.value=txti;txt.value=txt.value.replace(/\§/gi,'\n'); txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/ /gi,":¦: ♥ :¦:");void(0)
Read More

Unlimited Orkut Funny And Horror Trickz,

Leave a Comment


*  Make a Start Appear Infront Of ur SCraps Automatically.



Write "&#9733" in your scrap book  above your Scraps and Write Your Message

Voila!! a STAR comes up Before ur Message. isnt it Cool! New ORkut only. use HTML scrap box
,.




* Mirror Text Or REVERSED text In ur TEXT automatically.


Write ""&#8238"" without quotes infront of ur Texts in Scrap book. 




* Blank SCraps:


Just Write [i] or [b] In ur SB or Forum and POst it. U'll be amazed as it will be blank. 




*Super Multicolor Text In ur scraps:


Write each and Every Alphabet in a different color. Write Ur text, Dont click on sumbit, copy the below javascript and paste in ur adress bar, then press enter. Now click on submit. See the magic.


Code : 

javascript:cor=new Array('aqua','blue','fuchsia','gold','gray','green','lime','maroon','navy','olive','orange','pink','purple','red','silver','teal','violet', 'yellow' );var z=0;txt=document.getElementsByTagName('textarea')[0];txt.value=txt.value.replace(/(.)/gi,"§$1");txt.value=txt.value.replace(/\§ /gi," ");for(y=0;y<txt.value.length;y++){txt.value=txt.value.replace(/\§/,'['+cor[z]+']');z++;if(z==cor.length){z=0}}void(0)




* Make Ur Name Invisible in ur Profile:

1) Click on edit profile
2) Type ALT + 0173 in your first name and last name. (i.e. Type 0173 while pressing the ALT key of your keyboard.)
3) Click on Update




More Tricks Coming Soon. Enjoy these till then.





Read More

Wanna Know The Password Behind the ( ******* ) ?

Leave a Comment
Well.......dont know about you gyes. But it had happed many times wid me. When i fo to the cafe, I suddenly find somone's password typed in his / her gtalk account. Well Any site doesn't allow coping passwords. So i found this trick out. You can just Get the words below the starts in no time. Here's the simplest trick to do so.

1. Just Login into the site.  yahoo or gmail or anything else.
2. Type ur ID and password.............or if u r hacking someone's ID then the password will be typed there already. 
3. Copy the below JAVASCRIPT code and paste in ur adress bar and press Enter. 


javascript: alert(document.getElementById('Passwd').value);


Lolz the password is displayed!! Enjoy .
Read More

Block unwanted E-mails

Leave a Comment

Blocking e-mails is a very important and necessary process that we need in our day to day life! Still Many of you my friends may be unaware of the process to do so. SO i just searched a bit and found the trick out!! Infact i am sharing the process to block the whole domain. That's whole gmail.com or yahoo.com etc. Here's the process:


For Gmail

 
1. Login to your account
2. At the top-right corner, click on Settings
3. Under Settings, click on Filters
4. You’ll now see an option “Create a new filter“, click on it
5. Now in the From field enter the email address from which you do not want to receive the emails
For ex. you may enter john@gmail .com in the From field to block all incoming emails from this address. However if you want to block the whole domain then use the following syntax:*@xyz.com. Now all the incoming emails from the domain xyz.com will be blocked.
6. Click on Next Step, select the action you’d like to take on the blocked emails. You may select the option Delete it so that the blocked email is moved to trash. To unblock the email, all you need to do is just delete the filter that you’ve created.
 

For Yahoo

 
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. In the left panel select the option Filters and click on create or edit filters
5. Now click on Add
6. In the next screen, give a name to your filter and in the From header field enter the email address that you want to block.
Fox ex. john@gmail.com or if you want to block an entire domain then just enter @xyz.com. Dont enter *@xyz.com. Select the option Move the message to: Trash and click on Save Changes.
 

For Hotmail

 
1. Login to your account
2. At the top-right corner, click on Options
3. A drop down menu appears, now click on More options
4. Click on Safe and blocked senders link under Junk e-mail
5. Now click on Blocked senders
6. Type in the email address that you want to block under blocked e-mail address or domain field.
For ex. Enter john@yahoo.com to block the individual email address or just enter xyz.com to block the entire domain.


Comments are always welcome!! 

      

https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjWV92vY4acdoiF9BtJ4vb7PYvAen5yy6wQwd6v21LJndebmBdn6Kdn2FTYI2JTPCp3l6I-TB9vU7cis4wTEC05CSLYK8z21WaGImmEFVUy7FfcwQ9_9c_SJ2GcoDFtf_cbhwMdEA-8gDF6/

Read More

Best ways to Identify SAFE website on INTERNET!

Leave a Comment
Safe Websites
This Post was not mine friends it was one of my friends.
Anyway sorry for the gap in posts i've been busy these days friends!
                                                                                                             Here are the Best ways to identify safe websites on the internet.

WOT is a great place to test the reputation of your favorite website. WOT gives real-time ratings for every website based on the feedback that it gets from millions of trustworthy users across the globe and trusted sources, such as phishing and malware blacklists. Each domain name is evaluated based on this data and ratings are applied to them accordingly. For the rating list just visit www.mywot.com . 



2. McCafee SiteAdvisor:
McCafee SiteAdvisor is a free tool that is available as a browser add-on. It adds safety ratings to your browser and search engine results. You can download it fromwww.siteadvisor.com.
 
3. StopBadware:
Using this tool, you can check whether a given site is said to have involved in malware activity in the past. To check this, go tohttp://www.stopbadware.org/home/reportsearch and enter the URL or domain name of a website and click on “Search Clearinghouse ”. If the search does not return any result, that means the site was never involved in any of the malware activity in the past.
 
4. Google Pagerank:
Google PageRank is another great tool to check the reputation and popularity of a website. The PageRank tool rates every webpage on a scale of 1 to 10 which indicates Google’s view of importance of the page. If a given website has a PageRank of less than 3, then it is said to be less popular among the other sites on the Internet.
 
However, PageRank will only tell you how much popular a given website is and has nothing to do with the safety level of a website. So, this tool alone cannot be used to evaluate a website’s safety and other factors.
 
PageRank feature is available as a part of Google Toolbar. You can install Google Toolbar from http://www.google.com/intl/en_uk/toolbar/ie/index.html.

Thnxx For Reading. 

                                                                                                              

                                                

Read More
Next PostNewer Posts Previous PostOlder Posts Home
Powered by Blogger.