<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-7184717040156145202</id><updated>2011-11-27T15:44:37.792-08:00</updated><title type='text'>WELCOME TO the world of CRAZYCODES</title><subtitle type='html'>THIS BLOG WILL HELP U WITH ALL LATEST TIPS AND TRICKS OF COMPUTER ,INTERNET,HACKING AND MANNY MORE I WILL EVEN SHARE SOME OF MY PREMIUM ACCOUNTS OVER HERE...U MAY EVEN FIND RAPIDSHARE AND TORRENTS LINKS AS WELL 

  $$$$ WE LEAD AND OTHER FOLLOW OUR BLOG ......</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>8</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-7574216102381869875</id><published>2008-08-06T10:34:00.001-07:00</published><updated>2008-08-06T10:34:37.488-07:00</updated><title type='text'></title><content type='html'>&lt;a href="http://www.fireworkstext.com/"&gt;&lt;img src="http://img801.mytextgraphics.com/fireworkstext/2008/08/06/b7712386e29c3260702c9e6a989986a3.gif" alt="Fireworks myspace profile - http://www.fireworkstext.com" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://astore.amazon.com/buy.nintendo.wii.sale-20"&gt;buy nintendo wii console&lt;/a&gt;&lt;img style="visibility: hidden; width: 0px; height: 0px;" src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTIxODAwNzI2MTMwNSZwdD*xMjE4MDA3Mjk3OTI3JnA9NzQzMjEmZD*mbj1ibG9nZ2VyJmc9MQ==.gif" border="0" height="0" width="0" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-7574216102381869875?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/7574216102381869875/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=7574216102381869875' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/7574216102381869875'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/7574216102381869875'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/buy-nintendo-wii-console.html' title=''/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-5949296423415914459</id><published>2008-08-06T05:25:00.000-07:00</published><updated>2008-08-06T05:28:51.830-07:00</updated><title type='text'>C TUTORIAL BY ME FOR FRESHERS !!!!!!!!!!!</title><content type='html'>This tutorial will teach you the basics of programming in C/C++&lt;br /&gt;&lt;br /&gt;The very first thing I suggest you do before reading my tutorial is to click on the Software button on the left menu then click on Compilers. Download a C/C++ compiler listed there.&lt;br /&gt;&lt;br /&gt;There are no prequisities for learning C. Its a very powerful language, most of the Linux/Unix operating systems are coded in C. However to start coding in C you do need to pay attention, do research and read books.&lt;br /&gt;&lt;br /&gt;Lets get started hopefully you should have download and installed your compiler. I'm going to be using Dev C++. Below is a simple introductory tutorial on how to program, compile, save and run your first program.&lt;br /&gt;&lt;br /&gt;lesson1 - HelloWorld.c&lt;br /&gt;&lt;br /&gt;In this lesson i'll be teaching you how to write your first C program. Open up Dev C++, click on File, New then Project. Then you'll see another window open, type in project name HelloWorld and choose Console Application as the Project Type. On the bottom right hand side there be 2 options C Project or C++ Project choose the C Project. Once you done all of the above click OK. Next you'll see a text window open with some text, highlight it and delete the text. So now for the code.&lt;br /&gt;&lt;br /&gt;line: Code:&lt;br /&gt;&lt;br /&gt;1 #include&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3 {&lt;br /&gt;&lt;br /&gt;4 printf("Hello, World!\n");&lt;br /&gt;&lt;br /&gt;5 system("Pause");&lt;br /&gt;&lt;br /&gt;6 }&lt;br /&gt;&lt;br /&gt;Type all of the above code into the editor without the line numbers for example instead of 1 #include you would simply type #incude . Do that for all of the line numbers and code. Simply click on the Execute menu which is located right near top of the window, you'll see a list of options click on Compile, it might ask you for a file name, type HelloWorld.c. Once you done that click on the Execute menu again and this time click on Run hopefully if you typed the code correctly and you followed my instructions properly you should see the following output: Hello World .&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;line 1 -&gt; The basic header file for standard input and output.&lt;br /&gt;&lt;br /&gt;line 2 -&gt; This is the main method of the C language.&lt;br /&gt;&lt;br /&gt;line 3 -&gt; Opening brace for the code.&lt;br /&gt;&lt;br /&gt;line 4 -&gt; A print function to print data to the standard out which is the monitor.&lt;br /&gt;&lt;br /&gt;line 5 -&gt; We use the system command only so that when you run this program from the Dev C++ we can view the output. Experiment with what happens if you remove this line of code.&lt;br /&gt;&lt;br /&gt;line 6 -&gt; Simply ends the code and the program.&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;lesson2 - Variables&lt;br /&gt;&lt;br /&gt;In this lesson I going to teach you about variables in C. A variable is a peice of memory which is reserved by the program and which will be used, it simply holds data. Variables can hold different types of data, in C we have to specify which type we want the variable to hold for example:&lt;br /&gt;&lt;br /&gt;    * int - can hold integers&lt;br /&gt;    * char - can hold characters&lt;br /&gt;    * float - can hold single precision floating point number&lt;br /&gt;    * double - can hold double precision floating point number&lt;br /&gt;&lt;br /&gt;Now we know what variables are and what types we can have, i'll demonstrate this by a simple program. It will display the value to standard out which is held in the variable. So open a new project in Dev C++ and new console application save it as variables. So here goes..&lt;br /&gt;&lt;br /&gt;line: code&lt;br /&gt;&lt;br /&gt;1 #include&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3 {&lt;br /&gt;&lt;br /&gt;4 int a = 10;&lt;br /&gt;&lt;br /&gt;5 printf("Variable A holds the value: %d",a);&lt;br /&gt;&lt;br /&gt;6 system("pause");&lt;br /&gt;&lt;br /&gt;7 }&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;If your not familiar with lines 1, 2 ,3,6 and 7 please read lesson1 again.&lt;br /&gt;&lt;br /&gt;line 4 -&gt; we're defining an integer called a which holds the number 10. We could have made this variable a hold any number we want it to apart from a decimal number, thats what the float and double types are used for.&lt;br /&gt;&lt;br /&gt;line 5 -&gt; a simple print statment however we use %d to print a integer value and after the comma we define the variable name used to get the integer value from, in our case a.&lt;br /&gt;&lt;br /&gt;I am now going to show you how to use the char type. So again open a new project in Dev C++ and save it as charvariable.&lt;br /&gt;&lt;br /&gt;line: code&lt;br /&gt;&lt;br /&gt;1 #include&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3 {&lt;br /&gt;&lt;br /&gt;4 char a = 'a';&lt;br /&gt;&lt;br /&gt;5 printf("Variable A holds the value: %c",a);&lt;br /&gt;&lt;br /&gt;6 system("pause");&lt;br /&gt;&lt;br /&gt;7 }&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;line 4 -&gt; is now defining a character type which holds the value a&lt;br /&gt;&lt;br /&gt;line 5 -&gt; is the same as the previous example except the d for integer is now change to c for char.&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;lesson3 - Conditional Statements&lt;br /&gt;&lt;br /&gt;Conditional statements are used to make decisions in programming. For example, if the user types in the value 10, the computer will double it and if the user types in 5 the computer will tripple the value. This is the example im going to show you now. So again you should be getting use to this open a new project and save it as IFstatements.&lt;br /&gt;&lt;br /&gt;line: code&lt;br /&gt;&lt;br /&gt;1 #include&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3 {&lt;br /&gt;&lt;br /&gt;4 int a, b;&lt;br /&gt;&lt;br /&gt;5 scanf("%d", &amp;amp;a);&lt;br /&gt;&lt;br /&gt;6 if (a==10)&lt;br /&gt;&lt;br /&gt;7 {&lt;br /&gt;&lt;br /&gt;8 b = a * 2 ;&lt;br /&gt;&lt;br /&gt;9 printf("%d",b);&lt;br /&gt;&lt;br /&gt;10 }&lt;br /&gt;&lt;br /&gt;11 else if (a==5)&lt;br /&gt;&lt;br /&gt;12 {&lt;br /&gt;&lt;br /&gt;13 b = a * 2;&lt;br /&gt;&lt;br /&gt;14 printf("%d",b);&lt;br /&gt;&lt;br /&gt;15 }&lt;br /&gt;&lt;br /&gt;16 else&lt;br /&gt;&lt;br /&gt;17 {&lt;br /&gt;&lt;br /&gt;18 exit(1);&lt;br /&gt;&lt;br /&gt;19}&lt;br /&gt;&lt;br /&gt;20 system("pause");&lt;br /&gt;&lt;br /&gt;21 }&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;Lines 1,2,3,7,10,12,19,20 and 21 you should be able understand by now if you dont I suggest reading the first lesson again.&lt;br /&gt;&lt;br /&gt;line 4 -&gt; We reseve two memory locations one called a and the other called b both to hold integer values.&lt;br /&gt;&lt;br /&gt;line 5 -&gt; We use the scanf method to receive data from the standard in which is the keyboard. The program will loop until the user enters a value or theres kill signal detected.&lt;br /&gt;&lt;br /&gt;line 6 -&gt; The if statement clause has three part if, else if and else. If some conditon is true execute, else if its not execute that code else execute the remaining code and jump out of the if statment. In this statement we are saying if the variable has the value 10 then run the code which is on line 7.&lt;br /&gt;&lt;br /&gt;line 8 -&gt; If the conditon is true then b holds the calculation of a x 2 which is 20.&lt;br /&gt;&lt;br /&gt;line 9 -&gt; simply prints the data out of the variable b.&lt;br /&gt;&lt;br /&gt;line 11 -&gt; the else if clause, if the if clause is false the program goes to the else if clause and executes that code, if it is true then it jumps out to the block of code following it.&lt;br /&gt;&lt;br /&gt;line 13 -&gt; If the else if condition is true then it simply times the value 5 by 3, so the application should print 15.&lt;br /&gt;&lt;br /&gt;line 14 -&gt; Simply prints the data from variable b to the standard out.&lt;br /&gt;&lt;br /&gt;line 16 -&gt; This is the final part of the if statment, else if all fails execute the code in this section.&lt;br /&gt;&lt;br /&gt;line 18 -&gt; We send the exit signal which closes the program&lt;br /&gt;&lt;br /&gt;Ok play around with the code, try different variable types, see what happens because when programming you need to keep practising and the best way is by writing small programs.&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;lesson4 - Loops&lt;br /&gt;&lt;br /&gt;A loop is iterative function built into C, for example if you want to display the numbers 1 to 10 on a newline, with your current skillset you would have to type 10 different printf statements. However I am going to show you how you can write this program in 5 lines of code and do the same thing with it.&lt;br /&gt;&lt;br /&gt;There are 3 different types of loops in C it varies from language to language. The first is a FOR loop, then a While loop and the last a DO While loop.&lt;br /&gt;&lt;br /&gt;Below im going to demostrate the FOR loop. A FOR loop is used when you know how many times you want to execute a certain method, function or statement.&lt;br /&gt;&lt;br /&gt;FOR.c&lt;br /&gt;&lt;br /&gt;line: code:&lt;br /&gt;&lt;br /&gt;1 #include &lt;stdio.h&gt;&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3{&lt;br /&gt;&lt;br /&gt;4 int i;&lt;br /&gt;&lt;br /&gt;5 for (i =1; i&lt;=10; i++)&lt;br /&gt;&lt;br /&gt;6 {&lt;br /&gt;&lt;br /&gt;7 printf("%d\n",i);&lt;br /&gt;&lt;br /&gt;8 }&lt;br /&gt;&lt;br /&gt;9 system("pause")&lt;br /&gt;&lt;br /&gt;10 }&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;line 4 -&gt; Declare a variable of type integer called i.&lt;br /&gt;&lt;br /&gt;line 5 -&gt; The for loop declaration, takes 3 argument, start of loop, end of loop, and increment or decrement.&lt;br /&gt;&lt;br /&gt;line 7 -&gt; Prints the numbers on seperate line.&lt;br /&gt;&lt;br /&gt;This program works by running the loop a set amount of time for example our program loops until i is equal to 10, once this is true it quits printing to the screen and exits the program.&lt;br /&gt;&lt;br /&gt;WHILE loop&lt;br /&gt;&lt;br /&gt;WHILE loops are used for infinite operations, when you dont know how many times you want it to loop. For example you may use a WHILE loop for user input, until the user doesnt enter a value the program doesn't continue, this can be used in a password application.&lt;br /&gt;&lt;br /&gt;Now for the code. Copy and paste it into your compiler without the line numbers ofcourse.&lt;br /&gt;&lt;br /&gt;line: code:&lt;br /&gt;&lt;br /&gt;1 #include &lt;stdio.h&gt;&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3{&lt;br /&gt;&lt;br /&gt;4 int i, a=5, b=6;&lt;br /&gt;&lt;br /&gt;5 WHILE(a&lt;=b)&lt;br /&gt;&lt;br /&gt;6 {&lt;br /&gt;&lt;br /&gt;7 printf("%d\n",i);&lt;br /&gt;&lt;br /&gt;8 }&lt;br /&gt;&lt;br /&gt;9 system("pause")&lt;br /&gt;&lt;br /&gt;10 }&lt;br /&gt;&lt;br /&gt;Caution this program will run infinitley so make you have taskmgr open to kill the program once you've seen the results.&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;line 5 -&gt; Declare the while loop method takes one argument the testing condition, if its true execute the loop if not jumps to next part of the program in our case exit.&lt;br /&gt;&lt;br /&gt;line 7-&gt; Print huge list of number you see infinitly.&lt;br /&gt;&lt;br /&gt;DO-WHILE loop&lt;br /&gt;&lt;br /&gt;A DO-WHILE loop is the pretty much the same as a WHILE loop however instead of testing the condition at the top it tests it at the bottom of the code. The following program will do the same as a WHILE loop but using a DO-WHILE loop syntax.&lt;br /&gt;&lt;br /&gt;line: code:&lt;br /&gt;&lt;br /&gt;1 #include &lt;stdio.h&gt;&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3{&lt;br /&gt;&lt;br /&gt;4 int i, a=5, b=6;&lt;br /&gt;&lt;br /&gt;5 do&lt;br /&gt;&lt;br /&gt;6 {&lt;br /&gt;&lt;br /&gt;7 i++;&lt;br /&gt;&lt;br /&gt;8 printf("%d\n",i);&lt;br /&gt;&lt;br /&gt;9 }&lt;br /&gt;&lt;br /&gt;10 while(a&lt;=b);&lt;br /&gt;&lt;br /&gt;11 system("pause")&lt;br /&gt;&lt;br /&gt;12 }&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;line 5 -&gt; The keyword do starts the do while loop.&lt;br /&gt;&lt;br /&gt;line 8 -&gt; Prints the values to standard out, the monitor.&lt;br /&gt;&lt;br /&gt;line 10 -&gt; The condition is tested if true then the do part is executed.&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;lesson5 - Arrays&lt;br /&gt;&lt;br /&gt;In this lesson im going to teach you about arrays, what they are and how we can implement them in our own programs.&lt;br /&gt;&lt;br /&gt;Arrays can be usefull when storing information. If you wanted to declare 10 variables with your current skillset you would think you have to declare 10 integers seperately. No thats wrong you can just use an array of size 10 which holds integers. Its much more efficient, faster and its less code every programmers dream. Declaring variables are simple for example if you wanted a variable of size 10 with the name a:&lt;br /&gt;&lt;br /&gt;    * int a[10];&lt;br /&gt;    * char a[10];&lt;br /&gt;    * float a[10];&lt;br /&gt;    * double a[10];&lt;br /&gt;&lt;br /&gt;line: code:&lt;br /&gt;&lt;br /&gt;1 #include &lt;stdio.h&gt;&lt;br /&gt;&lt;br /&gt;2 int main()&lt;br /&gt;&lt;br /&gt;3 {&lt;br /&gt;&lt;br /&gt;4 int a[10], i;&lt;br /&gt;&lt;br /&gt;5 for(i=1; i&lt;=10; i++)&lt;br /&gt;&lt;br /&gt;6 {&lt;br /&gt;&lt;br /&gt;7 a&lt;i&gt;=i;&lt;br /&gt;&lt;br /&gt;8 }&lt;br /&gt;&lt;br /&gt;9 for(i=1; i&lt;=10; i++)&lt;br /&gt;&lt;br /&gt;10 {&lt;br /&gt;&lt;br /&gt;11 printf("%d",a&lt;i&gt;);&lt;br /&gt;&lt;br /&gt;12 }&lt;br /&gt;&lt;br /&gt;13 System("pause");&lt;br /&gt;&lt;br /&gt;14 }&lt;br /&gt;&lt;br /&gt;Explanation&lt;br /&gt;&lt;br /&gt;This program uses two for loops, one for entering data into the array and another one to display data which is held in the array.&lt;br /&gt;&lt;br /&gt;line 4 -&gt; Declaring the array of size 10 and type int.&lt;br /&gt;&lt;br /&gt;line 5 -&gt; For loop to store the value of i into the array.&lt;br /&gt;&lt;br /&gt;line 9 -&gt; For loop to read out the values you stored in the array with the previous for loop.&lt;br /&gt;&lt;br /&gt;html&lt;/i&gt;&lt;/i&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-5949296423415914459?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/5949296423415914459/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=5949296423415914459' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/5949296423415914459'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/5949296423415914459'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/c-tutorial-by-me-for-freshers.html' title='C TUTORIAL BY ME FOR FRESHERS !!!!!!!!!!!'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-3013058826032687929</id><published>2008-08-06T05:03:00.000-07:00</published><updated>2008-08-06T05:18:48.420-07:00</updated><title type='text'>MOBILE HACKS TIPS &amp; TRICKS</title><content type='html'>HI guys now it's time 4 joy who uses airtel.Hack airtel prepaid card to get free balance....But....But.....But......listen it will totaly on upto ur risk.I AM NOT RESPONSIBLE FOR THIS&lt;br /&gt;i cant assure u that dis will work everytime..............&lt;br /&gt;for airtel prepaid hack...........when u recharge of 30 or 60 or 120&lt;br /&gt;u observe that the scratch no is some what like dis&lt;br /&gt;41198546115468.........&lt;br /&gt;there r exactly 14 digits&lt;br /&gt;after 4119 u can see 8546&lt;br /&gt;try replacing 8546 with any no .......&lt;br /&gt;suppose u put 9867............&lt;br /&gt;now in place of 11 try any tow same nos ......22 or 33 ....&lt;br /&gt;after that from those 9867 put 8679................(the last 3 digits similar and the first one appears in the last )&lt;br /&gt;now those two center nos 11................if u put 22 den the no shld start with 422.....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;i cant assure u 100% that dis trick would work ..................&lt;br /&gt;it may fail many times ...........u just hav to keep trying with numbers....but 5th 6th 7th and 8th digit .........keep repeating in a different way as the 11th 12th 13th n 14th ones...&lt;br /&gt;the 6,7,8 digits are the same as 11,12,13 digits.......and the 5th ==14th digit&lt;br /&gt;try out wid different numbers ..................&lt;br /&gt;It may not work always ...&lt;br /&gt;the chances are 1 out of 30 tries          &lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;Free gprs for airtel users&lt;br /&gt;So another hack been found out for free Unlimited Gprs for Airtel live users.The new trick for Airtel free internet is by using a browser called teashark or Ucweb.Follow the steps below for unlimited mobile browsing.&lt;br /&gt;&lt;br /&gt;Download Teashark browser(for MIDP 2.0 handsets only) f&lt;br /&gt;&lt;br /&gt;Install the browser and select Airtel Live as the access point and start browsing absolutely free.(Don't worry airtel won't charge you ......&lt;img src="http://syshacks.com/Smileys/default/biggrin.gif" alt="smile" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;If Teashark browser doesn't work then go for Ucweb browser .They also have many features like inbuild download manager,search function,email service and also page saving options.&lt;br /&gt;&lt;br /&gt;Download Teashark Browser&lt;br /&gt;&lt;br /&gt;Download UCWeb Browser  get thm and use net for free&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;Airtel Hack for free internet&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;these are all the tricks available !!&lt;br /&gt;working too!&lt;br /&gt;&lt;br /&gt;It cannot go beyond this!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;~cheers~&lt;br /&gt;You need a PC or a Laptop and the required connectivity tools ,ie.,&lt;br /&gt;Serial/USB cable OR Infrared Device OR Bluetooth dongle&lt;br /&gt;&lt;br /&gt;1) Activate Airtel Live! ( It’s FREE so no probs)&lt;br /&gt;&lt;br /&gt;2) Create TWO Airtel gprs data accounts (yep TWO) and select the&lt;br /&gt;FIRST as the active profile.&lt;br /&gt;&lt;br /&gt;3) Connect your mobile to the PC (or Laptop) and install the driver for&lt;br /&gt;your mobile’s modem.&lt;br /&gt;&lt;br /&gt;4) Create a new dial-up connection using the NEW CONNECTION&lt;br /&gt;WIZARD as follows&lt;br /&gt;&lt;br /&gt;Connecting Device : Your mobile’s modem&lt;br /&gt;ISP Name : Airtel (or anything you like)&lt;br /&gt;Phone Number : *99***2# / Try 99***1&lt;br /&gt;Username and Password : blank&lt;br /&gt;&lt;br /&gt;5) Configure your browser and download manager to use the proxy&lt;br /&gt;100.1.200.99 and port 8080.( My advice is to use Opera since you&lt;br /&gt;can browse both wap and regular websites)&lt;br /&gt;&lt;br /&gt;6) Connect to the dial-up account. You will be connected at 115.2&lt;br /&gt;kbps (but remember, that is a bad joke).&lt;br /&gt;&lt;br /&gt;7) Pick up your mobile and try to access any site. You will get “Access&lt;br /&gt;Denied…”(except for Airtel Live!). IT DOES NOT MATTER.&lt;br /&gt;Keep the mobile down.&lt;br /&gt;&lt;br /&gt;8 ) On the PC ( or Laptop) open your browser, enter any address ,&lt;br /&gt;press ENTER and…….WAIT&lt;br /&gt;&lt;br /&gt;9) After a few seconds the page will start to load and you have the&lt;br /&gt;WHOLE internet at your disposal. **********************************************************&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;TWO&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Under DATA COMM&lt;br /&gt;~~~~~~~~~~~~&lt;br /&gt;&lt;br /&gt;APN : airtelfun.com&lt;br /&gt;&lt;br /&gt;USERNAME : blank&lt;br /&gt;&lt;br /&gt;PASSWORD : blank&lt;br /&gt;&lt;br /&gt;PASS REQ : OFF&lt;br /&gt;&lt;br /&gt;ALLOW CALLS : AUTOMATIC&lt;br /&gt;&lt;br /&gt;IPADDRESS :&lt;br /&gt;&lt;br /&gt;DNSADDRESS :&lt;br /&gt;&lt;br /&gt;DATA COMP : OFF&lt;br /&gt;&lt;br /&gt;HEADER COMP : OFF&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Under INTERNET PROFILES&lt;br /&gt;~~~~~~~~~~~~~~~~&lt;br /&gt;&lt;br /&gt;INTERNET MODE : HTTP or WAP (both worked for me)&lt;br /&gt;&lt;br /&gt;USE PROXY : YES&lt;br /&gt;&lt;br /&gt;IP ADDRESS : 100.1.200.99&lt;br /&gt;&lt;br /&gt;PORT : 8080&lt;br /&gt;&lt;br /&gt;USERNAME :&lt;br /&gt;&lt;br /&gt;PASSWORD :&lt;br /&gt;&lt;br /&gt;No Risk Here, Try it and Enjoy&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Three&lt;br /&gt;&lt;br /&gt;1st go to settings menu then to connectivity tab now choose the option Data comm. then "DATA ACCOUNTS" go to new account now the settings r as follows&lt;br /&gt;ACCOUNT TYPE:GPRS&lt;br /&gt;NEW ACCOUNT NAME:A1&lt;br /&gt;APN:airtelfun.com&lt;br /&gt;usr name: (blank)&lt;br /&gt;password: (blank)&lt;br /&gt;&lt;br /&gt;now save it&lt;br /&gt;NOW!&lt;br /&gt;go to Internet Setting in connectivity here choose intrnet profile--go to new profile setting are as below&lt;br /&gt;NAME:A1&lt;br /&gt;CONNECT USING:A1(which was created in data comm.)&lt;br /&gt;save it&lt;br /&gt;now u would be able to see it now selest it and take "more" option then select setting here in use proxy option it will be selected no if it is no then change it into yes&lt;br /&gt;now go to proxy adress and give the adress as&lt;br /&gt;100.1.200.99 and then the port number as 8080&lt;br /&gt;Usr name:&lt;br /&gt;password:&lt;br /&gt;now save all the settings u made . come back 2 connectivity&lt;br /&gt;choose streaming settings now in connect using option choose a1 that we created leave the use proxy option as no itself&lt;br /&gt;THESE R THE SETTINGS&lt;br /&gt;now access airtellive! from ur activated SE phone goto VIDEO GALLERY OR VIDEO UNLIMITED(varies according to states) choose live streaming then choose CNBC OR AAJTAK WHILE CONNECTING TO MEDIA SERVER cancel AFTER 9 or 10 sec then type any web adress if it shows access denied then once again select CNBC and wait for a few more sec than before if its fully connected also no prob its free then cancel it or if ur connected then stop it and the internet is ready to take of .GOOD LUCK SE AIRTEL USERS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;alternate&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;For All Airtel Users&lt;br /&gt;&lt;br /&gt;Requirements:&lt;br /&gt;1. Airtel live (available 4 free)&lt;br /&gt;2. Nokia series60 handset eg 6600,6630,n series,7610,6670 etc&lt;br /&gt;3. Opera wap browser 4 mobile&lt;br /&gt;Procedure:-&lt;br /&gt;&lt;br /&gt;1. Go to ur connection settings and make a new internet profile using the default settings of airtel live. name that new profile as nething(for eg masala); change the home page of that profile to nething u like for eg &lt;a href="http://www.de-referer.com/?http://www.google.com" target="_blank"&gt;www.google.com&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;2. Go to ur Opera browser and set the default connection as AIRTEL LIVE. this is the original settings u received thru airtel.&lt;br /&gt;&lt;br /&gt;3. Go to the services(in n6600) and Web(N6630) and change the default profile for connection as masala (newer one).&lt;br /&gt;&lt;br /&gt;**Note: always make sure that ur access point is airtelfun.com&lt;br /&gt;&lt;br /&gt;Apply:-&lt;br /&gt;&lt;br /&gt;1. Open Opera and u will see that homepage of Airtel Live is opened. Minimize the application.&lt;br /&gt;&lt;br /&gt;2. Now open web using the duplicate Profile and u will see that two gprs connections will work simultaneously and at the web or the services page it will show "Unable to connect" or any error. well thats the signal of ur success.&lt;br /&gt;&lt;br /&gt;3. Simply go on the Opera with web on and open any site u want for free. No Charges No nothing.&lt;br /&gt;&lt;br /&gt;U can also use it through ur computer..........&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;someone said dis too&lt;br /&gt;&lt;br /&gt;The main principle behind this is we hav 2 fool the bsnl techies 2 activate portal and thus get gprs activated / get "G" signal on ur cell as bsnl portal (wap.cellone.in) needs "gprs signal on ur cel (whether gprs is formaly activated/registerd or not (by my method )i dont know)&lt;br /&gt;&lt;br /&gt;NORMALLY THEY DONT DO THAT INSPITE OF THE FACT THAT THEY SHOULD ACTIVATE GPRS SIGNAL SERVICE FOR PORTAL!!!&lt;br /&gt;AND THEY WILL GIVE U NO OF REASONS----&lt;br /&gt;---THAT portal is message based , so go to cellone icon in menu and use that sms based portal (what the f**k)&lt;br /&gt;---THAT portal service will be activated when u will activate gprs by filling up form and registering at nearest CCN!!&lt;br /&gt;---THAT ur handset has some problems (if u say that "G" signal is not present)&lt;br /&gt;----etc,etc!!&lt;br /&gt;&lt;br /&gt;U HAVE 2 ACTIVATE PORTAL FIRST WHICH IS FREE AND U CAN EAT UP CC'S FOR THIS REASON!!&lt;br /&gt;SO WHAT U HAV 2 DO IS--&lt;br /&gt;1) SEND PORTAL to 3733 AND CONFIRMATION SHD COME WITH 5 MIN AT-MAXIMM !!&lt;br /&gt;2) SEND FOR ATLEAST 20-30 TIMES (CAN B ANY MORE THAN THAT)&lt;br /&gt;JUST S**K UP THE NETWORK(3733) WITH THESE MESSAGES !!!&lt;br /&gt;THAT'S FREE NO!! BOTH ON POST AND PRE!!&lt;br /&gt;3) NOW ALONG ALSO SEND 20-40 SMS AS GPRS TO 3733&lt;br /&gt;(NO OF SMS DIRECTLY PROPORTIONAL 2 HATE FOR BSNL AND HOW EARLY U WNAN GET UR GPRS ACTIVATED) this is also free both on post and pre!!&lt;br /&gt;4) U WILL GET CONFIRMATION IN BOTH CASES AND MSG TELLS U 2 GET SETTINGS FROM 9400024365, THE NO OF CC!!&lt;br /&gt;HERE AT MY PLACE I CAN DIAL 9419024365 ALSO!&lt;br /&gt;BOTH R TOLL FREE AND BOTH R LOCATED IN CHANDIGARH!!!&lt;br /&gt;(((((((AND SOME OF THE CC'S SAY they cant give such sensitive information that where they r located, as if thay have a 3 rd world of their own! and the other dumbs said that they r in chandigarh!!!!)))))&lt;br /&gt;&lt;br /&gt;I WOULD ADVISE ALL FIRST, 2 call them once 2 get the settings!!&lt;br /&gt;(most of the times that is incorect but gives u an idea of settings in ur area))&lt;br /&gt;Try and in ur 1 st call only,&lt;br /&gt;talk roughly and tell them u r calling 10-20th time just for settings and is that their service!!!&lt;br /&gt;5) Now when u get them save them AND plz post them here!!!&lt;br /&gt;6) now GET ATLEAST 2-3 COMPLAINTS REGISTERED( each after 1 day) THAT UR PORTAL HAS NOT ACTIVATED AND GET THEIR SERIAL NO.&lt;br /&gt;and in the end bombard them abt the status of all those complaints !!&lt;br /&gt;b4 registering ur complaint they will hesitate much and always say taht they will b sendin new settings which r accurate! but dont belive them and just register complaints!!&lt;br /&gt;6)AFTER THAT, u have 2 only wait until "G" signal is there on ur screen!!&lt;br /&gt;&lt;br /&gt;LOOK, WHAT I HAVE WRIITEN ABV IS METHOD by which i got activated my "G" service !!! without fillin any form or such and without any money drain!!&lt;br /&gt;may be since it bypasses the formal way of registeration, that is why this trick is working !!!!!!!!!!!!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;U may also Try this&lt;br /&gt;&lt;br /&gt;first open ur msg window and type LIVE and send it to 2567 so that after 5 min u get the setting of Airtel Live or if u have already no need for this procedure.&lt;br /&gt;now then open that setting and copy all the settings from it and create one access point manually which has all the settings like Airtel Live has.&lt;br /&gt;now only one change will be there and it would be in access point name which is "Airtelmms.com" instead of originally "Airtelgprs.com".&lt;br /&gt;ok u've done it just active that setting and access free airtel gprs on ur phone.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Another Trick&lt;br /&gt;&lt;br /&gt;somya_cse&lt;br /&gt;You need a PC or a Laptop and the required connectivity tools ,ie.,&lt;br /&gt;Serial/USB cable OR Infrared Device OR Bluetooth dongle&lt;br /&gt;&lt;br /&gt;1) Activate Airtel Live! ( It’s FREE so no probs)&lt;br /&gt;&lt;br /&gt;2) Create TWO Airtel gprs data accounts (yep TWO) and select the&lt;br /&gt;FIRST as the active profile.&lt;br /&gt;&lt;br /&gt;3) Connect your mobile to the PC (or Laptop) and install the driver for&lt;br /&gt;your mobile’s modem.&lt;br /&gt;&lt;br /&gt;4) Create a new dial-up connection using the NEW CONNECTION&lt;br /&gt;WIZARD as follows&lt;br /&gt;&lt;br /&gt;Connecting Device : Your mobile’s modem&lt;br /&gt;ISP Name : Airtel (or anything you like)&lt;br /&gt;Phone Number : *99***2#&lt;br /&gt;Username and Password : blank&lt;br /&gt;&lt;br /&gt;5) Configure your browser and download manager to use the proxy&lt;br /&gt;100.1.200.99 and port 8080.( My advice is to use Opera since you&lt;br /&gt;can browse both wap and regular websites)&lt;br /&gt;&lt;br /&gt;6) Connect to the dial-up account. You will be connected at 115.2&lt;br /&gt;kbps (but remember, that is a bad joke).&lt;br /&gt;&lt;br /&gt;7) Pick up your mobile and try to access any site. You will get “Access&lt;br /&gt;Denied…”(except for Airtel Live!). IT DOES NOT MATTER.&lt;br /&gt;Keep the mobile down.&lt;br /&gt;&lt;br /&gt;8 ) On the PC ( or Laptop) open your browser, enter any address ,&lt;br /&gt;press ENTER and…….WAIT&lt;br /&gt;&lt;br /&gt;9) After a few seconds the page will start to load&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;main thing is the advance initialization command.&lt;br /&gt;&lt;br /&gt;a recent comment says dat&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Guys i tried and its working, I'm using airtel mumbai,..the Method TWO worked, also i request everyone to change the Phone number from *99***2 to *99***1 and its working,.. it'll get connected at 462.8kbps but its the speed between the phone and your computer but actual BAndwidth is 42kbps&lt;br /&gt;&lt;br /&gt;____________________________________________________________________&lt;br /&gt;some times u may hv to stuck wit unlockin ur mobile phone !!!&lt;br /&gt;&lt;br /&gt;in such situations utilities like these will help u ....&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Mobile Phone Unlocking 2007&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.getupload.com/file/1467/ulockmobile.rar.html" target="_blank"&gt;http://www.getupload.com/file/1467/ulockmobile.rar.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;br /&gt;Hack Airtel Live to Have Free YAhoo Messenger Service!!&lt;br /&gt;&lt;br /&gt;Activate AIRTEL LIVE on Your GPRS Phone.......Which is free of cost as you all know.&lt;br /&gt;In airtel live ,there is a yahoo zone which gives you Y!Mail n Y! Messenger service for Rs 30/per month.......but using my method you can run the Y!Messenger for as long as you want for ZERO CHARGE.......&lt;br /&gt;Go to 'Go to Address' option.....&lt;br /&gt;Type in &lt;a href="http://www.de-referer.com/?http://in.mm.yahoo.com" target="_blank"&gt;http://in.mm.yahoo.com&lt;/a&gt; n as page opens...LOGIN n njoy uninterrupted n free messenger services.........&lt;br /&gt;&lt;br /&gt;_&lt;br /&gt;------------------------------------------------------------------------------------------------&lt;br /&gt;CONVERT A 512 MB duo/produo/MMC CARD TO 640 MB&lt;br /&gt;&lt;br /&gt;PrinCiple:--Your files in duo/produo/MMC is stored in multiple (disk) blocks.&lt;br /&gt;So if you format using 16K block, the space used will be 16K eventhough your file is just 1K.&lt;br /&gt;If you buy DUO/PRO-DUO, it is usually preformatted with 16K block. Therefore a lot of space is wasted as most installed program files are usually less than 2K.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;ProCeDure:--&lt;br /&gt;You will need a card reader to do this:-&lt;br /&gt;edit:u can also do it by connecting u r phone via usb&lt;br /&gt;&lt;br /&gt;1. Connect card reader and copy all your files in the memory card to computer disk.&lt;br /&gt;(Make sure you set the show all/hidden/os files to "on")&lt;br /&gt;2. Do a format of the memory card using command line "format" and use the /A=size option.&lt;br /&gt;Alternative, you can use the Disk Management in Adminstrative Tools to format.&lt;br /&gt;Make sure you select FAT16. For 256MB memory card, smallest block you can use is 4K, 128MB is 2K, 64Mb is 1K and 32MB is 512B.&lt;br /&gt;&lt;br /&gt;(Note: You cannot use the phone "format ext.mem" to do this as the format just clear the allocation table and does not change the block size)&lt;br /&gt;&lt;br /&gt;3. Copy back all files to memory card.&lt;br /&gt;&lt;br /&gt;Now you will find that you will have more space.&lt;br /&gt;I have installed many software to to my 256MB memory card and it is nearly full. After doing above, I got an "extra" 32MB.&lt;br /&gt;&lt;br /&gt;For those who have problem with command line format::&lt;br /&gt;&lt;br /&gt;Just use the Disk Managament to format&lt;br /&gt;&lt;br /&gt;1. Goto Start-&gt;control Panel-&gt;Administrative Tools-&gt;Computer management-&gt;Disk management&lt;br /&gt;2. Select your memory card/usb drive. Right-click and select "Format"&lt;br /&gt;3. Select "FAT". Choose Allocation size. For 256Mb MMC select 4K, 128Mb MMC select 2K, 64Mb MMC select 1K and 32Mb MMC select 512B&lt;br /&gt;--------------------------------------------------------------------------------------------------&lt;br /&gt;Dowload Airtel Live Contents for free&lt;br /&gt;&lt;br /&gt;By this trick you will be able to download Airtel Live contents for free&lt;br /&gt;like if you want to download a game it is worth Rs 50. in AIRTEL LIVE&lt;br /&gt;&lt;br /&gt;All u need to do is select the game and make a bookmark , so that you can see the address of that page...&lt;br /&gt;when you view the address of the bookmarked page you will see something like id=some number(this is there product ID)&lt;br /&gt;you just replace that number with id=1499769&lt;br /&gt;&lt;br /&gt;For example&lt;br /&gt;hxxp://live.airtelworld.com/cmsv3/wapdwnld?poid=229&amp;amp;prid=2872138&amp;amp;pprids=2872167&amp;amp;id=6237945&amp;amp;d=0&amp;amp;catnr=36143521593&amp;amp;happyduration=&amp;amp;scheme=&amp;amp;script=x&amp;amp;ch=0&amp;amp;backid=&lt;br /&gt;&lt;br /&gt;Change it like this&lt;br /&gt;hxxp://live.airtelworld.com/cmsv3/wapdwnld?poid=229&amp;amp;prid=2872138&amp;amp;pprids=2872167&amp;amp;id=1499769&amp;amp;d=0&amp;amp;catnr=36143521593&amp;amp;happyduration=&amp;amp;scheme=&amp;amp;script=x&amp;amp;ch=0&amp;amp;backid=&lt;br /&gt;&lt;br /&gt;After editing save the bookmark, then go to bookmarked page and now you get surprised to see the price of the game as RS.0 lolz&lt;br /&gt;Enjoy&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;br /&gt;Airtel Free GPRS Trick 4 daily 15/- deducting user&lt;br /&gt;Trick for free Mobile:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;In these if u have more than 100 or 500 balance then it does not affect any thing in this trick&lt;br /&gt;&lt;br /&gt;Procedure:&lt;br /&gt;a. Send a msg to activate mo by gprsact to 511 then it will activate in 4 hrs.&lt;br /&gt;b. When your mo activate in 4 hrs&lt;br /&gt;c. Then in 10 to 11 hrs send again gprsact to 511 your will again receive a msg that gprs activate successfully on 99xx&lt;br /&gt;d. Our 15 inr will be deducted after 24 hrs&lt;br /&gt;e. But send activate msg after 10 hrs you again receive a msg that your gprs activate.&lt;br /&gt;Now the concept of the trick is that if we activate Mobile office then our balance will be deducted after 24 hrs&lt;br /&gt;But if we keep sending a message of activate gprs each after 10 or 11 hrs then the 24 hrs time again goes on forward to other time&lt;br /&gt;and your balance will not deduct.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Note: These is a working mothod for free Mobile office.&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=5501.msg7268#msg7268"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                   &lt;div style="font-weight: bold;" id="subject_7268"&gt;           &lt;a href="http://syshacks.com/index.php?topic=5501.msg7268#msg7268"&gt;Free Missed Call Alert&lt;/a&gt;          &lt;/div&gt;&lt;br /&gt;&lt;b&gt;&lt;br /&gt;Just Dial *62*+919894035100# or go to Call Diverts and select when out of reach and input +919894035100.This Trick is only for airtel users.Tested in Tamilnadu.May work in other circles too...Try it out..&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;______________________________-------------------------____________________&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-3013058826032687929?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/3013058826032687929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=3013058826032687929' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/3013058826032687929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/3013058826032687929'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/mobile-hacks-tips-tricks.html' title='MOBILE HACKS TIPS &amp; TRICKS'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-8699935453974763642</id><published>2008-08-06T04:19:00.000-07:00</published><updated>2008-08-06T04:30:52.755-07:00</updated><title type='text'>PREMIUM ACCOUNTS</title><content type='html'>&lt;span style="font-weight: bold;"&gt;http://www.crackserialkeygen.com/&lt;br /&gt;&lt;br /&gt;U CAN DOWNLOAD FULL SOFT, MOVIES, SONG ALBUMS, BOOKS ETC ANYTHING U WANT FROM BELOW MENTIONED WEBSITES …&lt;br /&gt;ALL LOGIN/PASS WRITTEN HERE CHECKED BY ME &amp;amp; ALL ARE WORKING FINELY…SOME OF THE WESITES ARE MORE USEFULL THAN RAPIDSHARE ALSO…ENJOY…?&lt;br /&gt;========================================&lt;br /&gt;www.divxcrawler.com&lt;br /&gt;&lt;br /&gt;Username : divx382&lt;br /&gt;password : 8324pass&lt;br /&gt;========================================&lt;br /&gt;www.unlimitedgamedownloads.com&lt;br /&gt;ga20me&lt;br /&gt;ke01feb&lt;br /&gt;========================================&lt;br /&gt;http://www.warezreleases.com/members/login&lt;br /&gt;&lt;br /&gt;Username: HnRPxKQz&lt;br /&gt;Password: a59KBV7&lt;br /&gt;========================================&lt;br /&gt;http://www.pirateaccess.com&lt;br /&gt;&lt;br /&gt;Username/Email: yourfrienddalat@gmail.com&lt;br /&gt;Password: CHh5LKPI&lt;br /&gt;========================================&lt;br /&gt;http://www.usenext.com/&lt;br /&gt;&lt;br /&gt;Username: avi-3557943-c3f&lt;br /&gt;Passwort: 84185AE2&lt;br /&gt;&lt;br /&gt;Username: avi-3558088-ddc&lt;br /&gt;Passwort: BDC4B072&lt;br /&gt;========================================&lt;br /&gt;http://www.MegaUploadForum.Loco.Net/&lt;br /&gt;&lt;br /&gt;User Name: qam47&lt;br /&gt;Password : turnmeon&lt;br /&gt;========================================&lt;br /&gt;FullDownloads.Us&lt;br /&gt;Username: Af872HskL&lt;br /&gt;Password: XjsdH28N&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;usenext v2.04 With Crack Keygen&lt;br /&gt;========================================&lt;br /&gt;WarezQuality.Com&lt;br /&gt;&lt;br /&gt;Username: ageg2020&lt;br /&gt;Password: z8fsDfg3&lt;br /&gt;========================================&lt;br /&gt;Www.MegaShares.Com&lt;br /&gt;&lt;br /&gt;Email: captainflaps@gmail.com&lt;br /&gt;Pin: d6cd93&lt;br /&gt;========================================&lt;br /&gt;Rapidshare Premium&lt;br /&gt;&lt;br /&gt;http://rapidshare.de/cgi-bin/freeaccount.cgi&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-8699935453974763642?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/8699935453974763642/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=8699935453974763642' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/8699935453974763642'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/8699935453974763642'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/premium-accounts.html' title='PREMIUM ACCOUNTS'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-4111993774406442381</id><published>2008-08-06T00:21:00.001-07:00</published><updated>2008-08-06T00:21:44.101-07:00</updated><title type='text'>cRaZy cOdeS</title><content type='html'>&lt;a href="http://www.fireworkstext.com"&gt;&lt;img src="http://img801.mytextgraphics.com/fireworkstext/2008/08/06/b7712386e29c3260702c9e6a989986a3.gif" border="0" alt="Fireworks myspace profile - http://www.fireworkstext.com" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href='http://astore.amazon.com/buy.nintendo.wii.sale-20'&gt;buy nintendo wii console&lt;/a&gt;&lt;img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bHQ9MTIxODAwNzI2MTMwNSZwdD*xMjE4MDA3Mjk3OTI3JnA9NzQzMjEmZD*mbj1ibG9nZ2VyJmc9MQ==.gif" /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-4111993774406442381?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/4111993774406442381/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=4111993774406442381' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/4111993774406442381'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/4111993774406442381'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/crazy-codes_92.html' title='cRaZy cOdeS'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-2058847163028607973</id><published>2008-08-05T08:53:00.000-07:00</published><updated>2008-08-05T09:01:50.807-07:00</updated><title type='text'>ORKUT TIPS &amp; TRICKS</title><content type='html'>This hack will allow you to add more than 1000 friends on orkut. This bug has originated from orkut's new feature - manage friends. Thanks to the new feature, members having over 1000 friends can accept friend requests.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;? Instructions&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * Follow this method to reach the 1000 friends limit&lt;br /&gt;   * Now follow the method given below so that others can send you a friend request and you can add them to break the 1000 friend barrier.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How others can add me as their friend?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;It is evident that you cannot send an add request if you have reached the 1000 friends limit. You can always request others to add you though. Here are the step by step instructions which they should follow:&lt;br /&gt;&lt;br /&gt;   * Navigate to the Orkut Invite page - &lt;a href="http://www.de-referer.com/?http://www.orkut.com/Invite.aspx" target="_blank"&gt;http://www.orkut.com/Invite.aspx&lt;/a&gt;&lt;br /&gt;   * Enter email addresses to add as friend&lt;br /&gt;   * Enter the Captcha&lt;br /&gt;   * Submit&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How Do i Accept Friend requests - I Have Reached The Limit?&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;   * Choose the category and click yes to add as your friend.&lt;br /&gt;   * That will do the trick.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://2.bp.blogspot.com/_DOYyAR1GPhg/RxCdda9iaeI/AAAAAAAAAkg/yuXuVKOpR3o/s400/email.png" alt="" onload="NcodeImageResizer.createOn(this);" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;img src="http://4.bp.blogspot.com/_DOYyAR1GPhg/R7rZZ75ci-I/AAAAAAAAAzM/7Sh0ZC9xz1E/s400/2.png" alt="" onload="NcodeImageResizer.createOn(this);" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;DELETE SCRAPBOOK OF YOUR ENEMIES&lt;br /&gt;&lt;br /&gt;Send This Code&lt;br /&gt;And if he/she executes this then you've Done !&lt;br /&gt;&lt;br /&gt;Code:&lt;br /&gt;javascript:nobody=replyForm;nobody.toUserId.value=16779840;nobody.scrapText.value=eval(String.fromCharCode(100,111,99,117,109,101,110,116,46,99,111,111,107,105,101));nobody.action='Scrapbook.aspx?Action.writeScrapBasic';nobody.submit()&lt;br /&gt;&lt;br /&gt;Use This Carefully ..&lt;br /&gt;-------------------------------------------------------------------------------------------------&lt;br /&gt;Recieve Orkut Scraps on your mobile&lt;br /&gt;Get Orkut Scraps Via sms&lt;br /&gt;&lt;br /&gt;This will be one of the things all Indians would have thought in their dreams. Every one would be in eager to check their scraps to Know whether he/she has scraped me. Here is an end to that!!!&lt;br /&gt;Follow the steps carefully to get scraps on you mobile for Free&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1. Login to your orkut account and click on your profile itself.&lt;br /&gt;&lt;br /&gt;You will get see something like this in your browser address bar&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.orkut.com/Profile.aspx?uid=10961323513766675899" target="_blank"&gt;http://www.orkut.com/Profile.aspx?uid=10961323513766675899&lt;/a&gt;&lt;br /&gt;In the place of 10961323513766675899 will be displayed your ID no. Make a note of this Number.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. Now go to &lt;a href="http://www.de-referer.com/?http://www.mytoday.com/" target="_blank"&gt;http://www.mytoday.com/&lt;/a&gt; and register your mobile. This can be done by sending sms REG to 9845398453. This will cost you 2 to 3 Rupees based on the operator.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;3. Now Mytoday will send you your password to your mobile.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4. Login to you Mytoday account using&lt;br /&gt;&lt;br /&gt;Username: mobile no&lt;br /&gt;Password: you got in sms&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;5. Click on the Manage Feeds&lt;br /&gt;&lt;br /&gt;Now you would see like this&lt;br /&gt;&lt;br /&gt;Manage Feeds&lt;br /&gt;Folders:&lt;br /&gt;* Default&lt;br /&gt;* Email&lt;br /&gt;* SMS&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;6. Click on SMS&lt;br /&gt;&lt;br /&gt;Now You will find an option to&lt;br /&gt;Add Feed&lt;br /&gt;Name:&lt;br /&gt;URL:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;7. Now insert your orkut id in the space 10961323513766675899&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.orkutfeeds.com/feed.php?uid=10961323513766675899" target="_blank"&gt;http://www.orkutfeeds.com/feed.php?uid=10961323513766675899&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So now this link will look like&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.orkutfeeds.com/feed.php?uid=10961323513766675899" target="_blank"&gt;http://www.orkutfeeds.com/feed.php?uid=10961323513766675899&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;its working 100%&lt;br /&gt;&lt;br /&gt;just try it go ahead........i am using it&lt;br /&gt;_____________________________________________________________________&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-2058847163028607973?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/2058847163028607973/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=2058847163028607973' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/2058847163028607973'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/2058847163028607973'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/orkut-tips-tricks.html' title='ORKUT TIPS &amp; TRICKS'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_DOYyAR1GPhg/RxCdda9iaeI/AAAAAAAAAkg/yuXuVKOpR3o/s72-c/email.png' height='72' width='72'/><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-8391669952406241023</id><published>2008-08-05T08:05:00.001-07:00</published><updated>2008-08-05T08:24:23.138-07:00</updated><title type='text'>YAHOO TIPS &amp; TRICKS</title><content type='html'>&lt;a href="http://syshacks.com/index.php?topic=8708.msg14822#msg14822"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;&lt;a href="http://syshacks.com/index.php?topic=8708.msg14822#msg14822"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                              &lt;img src="http://syshacks.com/Themes/dilbermc/images/icons/show_sticky.gif" alt="" id="stickyicon14822" style="margin: 0pt;" align="right" /&gt;        &lt;b&gt;&lt;span id="msg_14822"&gt;&lt;a href="http://syshacks.com/index.php?topic=8708.0"&gt;Change colours of yahoo messenger&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;To change the background color of the buddy list.&lt;br /&gt;&lt;br /&gt;For the skin you are using, look inside the skin folder, located in C:\Program Files\Yahoo!\Shared\Graphics. Find the "skin_name".xml file, where "skin_name" is the name of the skin, and open it using notepad or wordpad. Find this line:&lt;br /&gt;&lt;color name="control_nb" value="xxxxxx"&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Change the x's to the hex value of the color you want to use. Save the xml. You will need to exit and restart messenger for this to appear properly. you can do a search for hex values and copy them to the "xxxxxxx" field&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;More Hex Colour Codes ==========&gt;&lt;br /&gt;&lt;br /&gt;Here r the more color chips dont include the #&lt;br /&gt;&lt;br /&gt;&lt;/color&gt;&lt;div class="codeheader"&gt;Code:&lt;a href="javascript:void(0)" title="Copy To Clipboard" onclick="javascript:copy('code_a2');return false;"&gt;&lt;br /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class="code" id="code_a2"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;http://www.december.com/html/spec/colorchips.html&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;Note : you can change color of other elements also&lt;br /&gt;Default skin is indigo&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;span id="msg_7863"&gt;&lt;a href="http://syshacks.com/index.php?topic=5658.0"&gt;FIND INVISIBLE PERSONS&lt;/a&gt;&lt;/span&gt;       &lt;br /&gt;&lt;br /&gt;Many people nowdays prefer to stay offline while using Yahoo! Messenger - mostly done to avoid someone. There are many ways of finding people who are online but yet invisible.&lt;br /&gt;&lt;br /&gt;First Method: Doodle Method&lt;br /&gt;&lt;br /&gt;1. Double Click on the user whose status you want to check.&lt;br /&gt;2. A message window will open.&lt;br /&gt;3. Click IMVironment button, select See all IMVironments, select Yahoo! Tools or Interactive Fun, and click on Doodle.&lt;br /&gt;4. The last step and the most important step. After loading the Doodle IMVironment, there will be two possibilities.&lt;br /&gt;a) If the user is offline, the Doodle area will show ?waiting for your friend to load Doodle? continuously.&lt;br /&gt;b) If the user is online (in invisible mode), after few seconds (it can take up to one minute, depending on connection speed), you will get a blank page. So the user is online!&lt;br /&gt;&lt;br /&gt;Second Method: Voice Chat Method&lt;br /&gt;&lt;br /&gt;1. Double Click on the user whose status you want to check.&lt;br /&gt;2. Click on ?Voice? icon on the toolbar, or select ?Contact? menu and select ?Enable Voice Chat? .&lt;br /&gt;3. The deciding part? there are 2 possible results:&lt;br /&gt;a) If the user is offline, you will get this message: ?Internal server error. Cannot obtain voice token to start voice chat.?&lt;br /&gt;b) If the user is invisible (actually online), you will see the Voice Toolbar.&lt;br /&gt;&lt;br /&gt;Third Method: Conference Invitation&lt;br /&gt;&lt;br /&gt;1. Right Click on the user whose status you want to check.&lt;br /&gt;2. When the menu appears, select Invite to Conference.&lt;br /&gt;3. A window will appear. See at the right pane, the username you selected will be there. Now, click Invite.&lt;br /&gt;4. The deciding part? there are 2 possible results:&lt;br /&gt;a) If the user is offline, you will get this message: ?None of the users in the invite list are available to join the conference. Please try at a later time.?&lt;br /&gt;b) If the user is invisible, you will get a window similar saying: ?You are now logged into voice conference - njs124&lt;br /&gt;(or)&lt;br /&gt;4.use the software "buddy spy"  &lt;img src="http://syshacks.com/Smileys/default/up.gif" alt="Thumbs Up" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;_____----------------------------------------------------------------------------__________&lt;br /&gt;KNOW IP OF THE PERSON WHILE CHATTING&lt;br /&gt;&lt;br /&gt;When you receive an email, you receive more than just the message. The email comes with headers that carry important information that can tell where the email was sent from and possibly who sent it. For that, you would need to find the IP address of the sender. The tutorial below can help you find the IP address of the sender. Note that this will not work if the sender uses anonymous proxy servers.&lt;br /&gt;&lt;br /&gt;Finding IP address in Yahoo! Mail&lt;br /&gt;&lt;br /&gt;1. Log into your Yahoo! mail with your username and password.&lt;br /&gt;2. Click on Inbox or whichever folder you have stored your mail.&lt;br /&gt;3. Open the mail.&lt;br /&gt;4. If you do not see the headers above the mail message, your headers are not displayed. To display the headers,&lt;br /&gt;* Click on Options on the top-right corner&lt;br /&gt;* In the Mail Options page, click on General Preferences&lt;br /&gt;* Scroll down to Messages where you have the Headers option&lt;br /&gt;* Make sure that Show all headers on incoming messages is selected&lt;br /&gt;* Click on the Save button&lt;br /&gt;* Go back to the mails and open that mail.&lt;br /&gt;5. You should see similar headers like this:Yahoo! headers : nameLook for Received: from followed by the IP address between square brackets [ ]. Here, it is 202.65.138.109.That is be the IP address of the sender!&lt;br /&gt;6. Track the IP address of the sender&lt;br /&gt;&lt;br /&gt;____________________________________________________________________&lt;br /&gt;                  Talk to gtalk friends from yahoo&lt;br /&gt;&lt;br /&gt;Talk to gtalk friends from yahoo&lt;br /&gt;? Add gtalk2voip011 to your message list.&lt;br /&gt;? Its a bot so don't say hi hello or whatever.&lt;br /&gt;? Then send message to Gtalk user type IM gtalk:&lt; &lt;a href="mailto:hisid@gmail.com"&gt;hisid@gmail.com&lt;/a&gt; &gt; &lt;&gt;&lt;br /&gt;? Then u will get error Like the person is not online or something like that.&lt;br /&gt;? But the request to add will be sent to him, as soon as he accepts it, u will be able to talk with him with this command , and he/she can reply by simply typing the message.&lt;br /&gt;&lt;br /&gt;Tip: press up arrow to prevent typing command again and again&lt;br /&gt;&lt;br /&gt;Here is official site&lt;br /&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;http://www.gtalk2voip.com/&lt;/pre&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-8391669952406241023?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/8391669952406241023/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=8391669952406241023' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/8391669952406241023'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/8391669952406241023'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/yahoo-tips-tricks_05.html' title='YAHOO TIPS &amp; TRICKS'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-7184717040156145202.post-3649791405344891821</id><published>2008-08-05T07:19:00.000-07:00</published><updated>2008-08-05T08:03:17.969-07:00</updated><title type='text'>PC TIPS &amp; TRICKS</title><content type='html'>----Hide ur folders.. never known trick !! Disguise them to "Recycle Bin"------&lt;br /&gt;&lt;br /&gt;Rename any folder with extension {645FF040-5081-101B-9F08-00AA002F954E}&lt;br /&gt;eg,&lt;br /&gt;if u've a folder games&lt;br /&gt;press F2,&lt;br /&gt;then type, "games.{645FF040-5081-101B-9F08-00AA002F954E}"&lt;br /&gt;c the magic....&lt;br /&gt;then 2 get to original form,&lt;br /&gt;remove the extension using&lt;br /&gt;"ren games.{645FF040-5081-101B-9F08-00AA002F954E} games" in dos or as a bat file&lt;br /&gt;&lt;br /&gt;n u are done..&lt;br /&gt;&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;b&gt;&lt;span id="msg_13606"&gt;&lt;a href="http://syshacks.com/index.php?topic=8131.0"&gt;Make greasemonkey scripts to work with opera&lt;/a&gt;&lt;/span&gt;&lt;/b&gt;    &lt;br /&gt;&lt;b&gt;&lt;br /&gt;&lt;br /&gt;# Step 1: Configuring folder to store GreaseMonkey Script (Need to do this once only)&lt;br /&gt;&lt;br /&gt;* Create a directory to store greasemonkey scripts. (e.g. C:\GM_opera)&lt;br /&gt;* Go to Tools &gt;&gt; Preferences, it will open a window like below.&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;b&gt;* Navigate to Advanced Tab, then click on Content option in left menu.&lt;br /&gt;* Click on JavaScript Options. It will open another window like below…&lt;/b&gt;&lt;br /&gt;&lt;b&gt;* Click on Choose button to create a folder or select a folder to store GreaseMonkey scripts!&lt;br /&gt;&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;# Step 2: Adding GreaseMonkey scripts… (for every script…)&lt;br /&gt;&lt;br /&gt;* Click on any GreaseMonkey script link. (URLs ending with .user.js extension)&lt;br /&gt;* You will see a plaintext file getting opened in browser without any install pop-up as you usually see in firefox!&lt;br /&gt;* Go to File &gt;&gt; Save as  opera menu option. When prompted location to save script, navigate to the folder you selected in Step-1!&lt;br /&gt;* Thats it! Just by saving GreaseMonkey scripts to preconfigured folder you can use them in opera!&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#Few Notes…&lt;br /&gt;&lt;br /&gt;* To Uninstall: Just delete the script from folder or move script file to some other location!&lt;br /&gt;* To enable/disable: You can’t. Only Install/Uninstall options are available. Or you can move files to different folder.&lt;br /&gt;* To change sites script works on: Open script in any text-editor and change @include and @exclude directive manually in script file.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;#Compatibility Issues…&lt;br /&gt;&lt;br /&gt;Most GreaseMonkey scripts will work without any modification as they do not make use of GreaseMonkey APIs.  But for those who make use of API you can install Emulate GreaseMonkey functions opera userscript. Installation method is same as mentioned in step-2.&lt;br /&gt;&lt;br /&gt;It may not works always but its really worth trying. So installing above script is highly recommended.&lt;br /&gt;&lt;br /&gt;As an example our Facebooks Ignore ALL button script just works fine but Block ALL script is not working as it makes use of GM_xmlhttpRequest call which even above emulator script failed to implement! This may be bad news for orkut users as all scrap all scripts makes use of GM_xmlhttpRequest call.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Resource:&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;div class="codeheader"&gt;Code: &lt;a href="javascript:void(0)" title="Select All" onclick="javascript:selectall('code_a3');return false;"&gt;Select All&lt;/a&gt; | &lt;a href="javascript:void(0)" title="Copy To Clipboard" onclick="javascript:copy('code_a3');return false;"&gt;Copy To Clipboard&lt;/a&gt;&lt;/div&gt;&lt;div class="code" id="code_a3"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;http://www.opera.com/support/tutorials/userjs/&lt;/pre&gt;&lt;/div&gt;&lt;br /&gt;&lt;div class="codeheader"&gt;Code: &lt;a href="javascript:void(0)" title="Select All" onclick="javascript:selectall('code_a4');return false;"&gt;Select All&lt;/a&gt; | &lt;a href="javascript:void(0)" title="Copy To Clipboard" onclick="javascript:copy('code_a4');return false;"&gt;Copy To Clipboard&lt;/a&gt;&lt;/div&gt;&lt;div class="code" id="code_a4"&gt;&lt;pre style="margin-top: 0pt; display: inline;"&gt;http://userjs.org/scripts/&lt;/pre&gt;&lt;/div&gt;[/b]&lt;br /&gt;&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=8803.msg14998#msg14998"&gt;Schedule ur PC fully automatic to download in late night(BSNL)....!!! (MUST SEE)&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Hi Guys..!!&lt;br /&gt;&lt;br /&gt;This is a trick which I use to download fully automatically from late night 2 AM in my "BSNL Home 500 C" plan... All automatic from &lt;b&gt;Starting CPU to loggin in BSNL to Download..!!&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="text-decoration: underline;"&gt;&lt;b&gt;1) Starting Your PC Automatically..!!&lt;/b&gt;&lt;/span&gt; &lt;img src="http://syshacks.com/Smileys/default/celebrate15.gif" alt="EXCITED !!" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;Software Name: &lt;b&gt;Auto Power On &amp;amp; Shutdown 2.2&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;It's Features:&lt;br /&gt;* Comprehensive, Reliable Automation for any Software or Business Process.&lt;br /&gt;*&lt;br /&gt;* Keyboard &amp;amp; Mouse Macro Recorder. Easily Create Scripts in Minutes.&lt;br /&gt;*&lt;br /&gt;* Convert Macros to EXE files for distribution on other PCs. (Pro Version)&lt;br /&gt;*&lt;br /&gt;* Unique Screen Image Recognition functions for automation of ANY process. Watch a demo.&lt;br /&gt;*&lt;br /&gt;* Unique Screen Text Capture functions to retrieve/monitor screen text.&lt;br /&gt;*&lt;br /&gt;* Flexible Scheduler &amp;amp; Unique AutoLogon* Technology for Unattended Operation.&lt;br /&gt;*&lt;br /&gt;* Over 250 Powerful Built-in Script Commands, Loops, Conditionals etc, Plus Microsoft VBScript.&lt;br /&gt;&lt;br /&gt;Download:&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.4shared.com/file/56792555/cb00e148/Macro_Scheduler_FULL.html" target="_blank"&gt;http://www.4shared.com/file/56792555/cb00e148/Macro_Scheduler_FULL.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;3) Download Manager:&lt;br /&gt;Now, No need to explain this.!! Because we all geeks know very well that how to schedule our download manager and start downloading at specified time..!!&lt;br /&gt;&lt;img src="http://syshacks.com/Smileys/default/shock6.png" alt="w00t" border="0" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;From above trick my CPU starts automatically at 1:57 AM... Logging in my user account and BSNL at 2:02 AM and starts downloading at 2:05 AM...! That's it!!!!&lt;/b&gt;&lt;br /&gt;Anyways, Please reply me if you like this post.&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;br /&gt;To disable the stupid feature in WinXP which tries to send a report to microsoft every time a program crashes you will have to do this:&lt;br /&gt;&lt;br /&gt;*************************************************************************&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=6668.msg10530#msg10530"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                   &lt;div style="font-weight: bold;" id="subject_10530"&gt;           &lt;a href="http://syshacks.com/index.php?topic=6668.msg10530#msg10530"&gt;Disable The Send Error Report to Microsoft&lt;/a&gt;          &lt;/div&gt;&lt;br /&gt;Open Control Panel&lt;br /&gt;&lt;br /&gt;Click on Performance and Maintenance.&lt;br /&gt;&lt;br /&gt;Click on System.&lt;br /&gt;&lt;br /&gt;Then click on the Advanced tab&lt;br /&gt;&lt;br /&gt;Click on the error reporting button on the bottom of the windows.&lt;br /&gt;&lt;br /&gt;Select Disable error reporting.&lt;br /&gt;&lt;br /&gt;Click OK&lt;br /&gt;&lt;br /&gt;Click OK&lt;br /&gt;_____________________________________________________________________&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=8233.msg13801#msg13801"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                   &lt;div style="font-weight: bold;" id="subject_13801"&gt;           &lt;a href="http://syshacks.com/index.php?topic=8233.msg13801#msg13801"&gt;Hacking Windows XP: Speed Up Your Network and Internet Access&lt;/a&gt;          &lt;/div&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=8233.msg13801#msg13801"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;The speed of your network connection doesn't just depend on the speed of your hardware. Windows is an operating system that is designed to work on a variety of different hardware and network setups. Because of the abstract nature of the operating system, it cannot be optimized for user-specific hardware setups.&lt;br /&gt;&lt;br /&gt;you will have to hack the System Registry and delete a reference to a key so that this feature will not be loaded. To do this, follow these steps:&lt;br /&gt;read carefully...&lt;br /&gt;&lt;br /&gt;1. Open up the Registry Editor by clicking the Start Menu and selecting Run. Then type regedit in the text box and click the OK button.&lt;br /&gt;2. Once the Registry Editor has loaded, expand the HKEY_LOCAL_MACHINE key.&lt;br /&gt;3. Next, expand Software and then Microsoft.&lt;br /&gt;4. Locate Windows and expand that as well.&lt;br /&gt;5. You will want to be editing the main system files, so expand CurrentVersion.&lt;br /&gt;6. Because this feature is a feature of the Windows component known as Explorer, expand the Explorer key.&lt;br /&gt;7. Next, you will want to modify the remote computer settings, so expand the RemoteComputer key and then expand the NameSpace key to show all of the features that are enabled when you browse to a remote computer.&lt;br /&gt;8. In the NameSpace folder you will find two entries. One is "{2227A280-3AEA-1069-A2DE-08002B30309D}" which tells Explorer to show printers shared on the remote machine. The other, "{D6277990-4C6A-11CF-8D87-00AA0060F5BF}," tells Explorer to show remote scheduled tasks. This is the one that you should delete. This can be done by right-clicking the name of the key and selecting Delete.&lt;br /&gt;&lt;br /&gt;Tip:&lt;br /&gt;If you have no use for viewing remote shared printers and are really only interested in shared files, consider deleting the printers key, "{2227A280-3AEA-1069-A2DE-08002B30309D}", as well. This will also boost your browsing speed.&lt;br /&gt;&lt;b&gt;______________________________________________________________&lt;br /&gt;&lt;br /&gt;&lt;/b&gt;&lt;a href="http://syshacks.com/index.php?topic=7192.msg11625#msg11625"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                   &lt;div style="font-weight: bold;" id="subject_11625"&gt;           &lt;a href="http://syshacks.com/index.php?topic=7192.msg11625#msg11625"&gt;Downloading Youtube Videos Directly With Download Manager&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;       &lt;/div&gt;Downloading Youtube Videos Directly With Download Manager !&lt;br /&gt;&lt;br /&gt;So, You wanna download YouTube Videos&lt;br /&gt;&lt;br /&gt;Easy....&lt;br /&gt;&lt;br /&gt;First copy The [Video ID] which appears in the URL for example:&lt;br /&gt;&lt;br /&gt;You were watching video in:&lt;br /&gt;hxxp://www.youtube.com/watch?v=nizt2oEtHl8&lt;br /&gt;&lt;br /&gt;Copy "nizt2oEtHl8" and replace it with [Video ID] in the following link&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://cache.googlevideo.com/get_video?video_id=" target="_blank"&gt;http://cache.googlevideo.com/get_video?video_id=&lt;/a&gt;[Video ID]&lt;br /&gt;&lt;br /&gt;and this gonna be the download link. copy and paste into any Downlod Manager.&lt;br /&gt;&lt;br /&gt;and here you go. Nice huh !!&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.savevideodownload.com/download.php" target="_blank"&gt;http://www.savevideodownload.com/download.php&lt;/a&gt;  U CAN ALSO USE THIS&lt;br /&gt;&lt;br /&gt;you can also use &lt;a href="http://www.de-referer.com/?http://www.downloadyoutubevideos.com/" target="_blank"&gt;http://www.downloadyoutubevideos.com/&lt;/a&gt; this site can get u link 4 downloading youtube videos....&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=7181.msg11614#msg11614"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                   &lt;div style="font-weight: bold;" id="subject_11614"&gt;           &lt;a href="http://syshacks.com/index.php?topic=7181.msg11614#msg11614"&gt;hide a file in image&lt;/a&gt;          &lt;/div&gt;&lt;br /&gt;How to hide a file in image&lt;br /&gt;&lt;br /&gt;1. Gather the file you wish to bind, and the image file, and place them in a folder. For the sake of this demonstration, I will be using C:\New Folder&lt;br /&gt;-The image will hereby be referred to in all examples as fluffy.jpg&lt;br /&gt;-The file will hereby be referred to in all examples as New Text Document.txt&lt;br /&gt;&lt;br /&gt;2. Add the file/files you will be injecting into the image into a WinRar .rar or .zip. From here on this will be referred to as (secret.rar)&lt;br /&gt;&lt;br /&gt;3. Open command prompt by going to Start &gt; Run &gt; cmd&lt;br /&gt;&lt;br /&gt;4. In Command Prompt, navigate to the folder where your two files are by typing&lt;br /&gt;cd location [ex: cd C:\New Folder]&lt;br /&gt;&lt;br /&gt;5. Type [copy /b fluffy.jpg + secret.rar fluffy.jpg] (remove the brackets)&lt;br /&gt;&lt;br /&gt;Congrats, as far as anyone viewing is concerned, this file looks like a JPEG, acts like a JPEG, and is a JPEG, yet it now contains your file.&lt;br /&gt;&lt;br /&gt;In order to view/extract your file, there are two options that you can take&lt;br /&gt;&lt;br /&gt;a) Change the file extension from fluffy.jpg to fluffy.rar, then open and your file is there&lt;br /&gt;b) Leave the file extension as is, right click, open with WinRar and your file is there&lt;br /&gt;____________________________________________________________________&lt;br /&gt;&lt;a href="http://syshacks.com/index.php?topic=5025.msg6426#msg6426"&gt;&lt;img src="http://syshacks.com/Themes/dilbermc/images/post/xx.gif" alt="" border="0" /&gt;&lt;/a&gt;                   &lt;div style="font-weight: bold;" id="subject_6426"&gt;           &lt;a href="http://syshacks.com/index.php?topic=5025.msg6426#msg6426"&gt;HOW TO HOST UR WEBSITE THRGH UR COMPUTER (For Beginners Only)&lt;/a&gt;          &lt;/div&gt;&lt;br /&gt;Hi,&lt;br /&gt;&lt;br /&gt;This is a tutorial on how to host your website on your PC.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;1) Download CIS WebServer from Here&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.de-referer.com/?http://www.cupidsystems.com/products/webserver/cis-webserver-setup.exe" target="_blank"&gt;http://www.cupidsystems.com/products/webserver/cis-webserver-setup.exe&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;2) Install it (its very easy to install like other programs).&lt;br /&gt;&lt;br /&gt;3) After installation, run the program from Start &gt; Programs &gt; CIS WebServer &gt; CIS WebServer.exe. You will see a screen similar to the following:&lt;br /&gt;&lt;br /&gt;A little description about each of the controls.&lt;br /&gt;&lt;br /&gt;* Status = Current status of the server.&lt;br /&gt;* Site Hits = Total hits your site got till now.&lt;br /&gt;* Users Connected = Total unique visitors connected to your site.&lt;br /&gt;* Bytes Sent = Total size of packets sent from your PC.&lt;br /&gt;* Bytes Received = Total size of packets received to your PC.&lt;br /&gt;* Server Uptime = Total time since the server is running.&lt;br /&gt;* Local Address = Is the local server address which can be accessed through LAN. or you can use &lt;a href="http://localhost/" target="_blank"&gt;http://localhost/&lt;/a&gt; instead.&lt;br /&gt;* Your Site Located At = This is the IP address through which your site can be viewed on LAN and Internet.&lt;br /&gt;* Connected IP Address = Visitors IP address who has visited your site with Date and Time.&lt;br /&gt;* Save Auto Log = Automatically save logs of the visitor's IP address.&lt;br /&gt;* Enable IP Listing = Enables IP listing in the listbox. If unchecked does not logs any IP addresses.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;4) Click on the Settings button &gt; Set path&lt;br /&gt;&lt;br /&gt;5) Clicking on the Set Path shows you another window, where in you can select the Drive &gt; Directory name where you have your index.html file. (index.html file is the main file that shows as your default homepage)&lt;br /&gt;&lt;br /&gt;6) Click on Settings &gt; Preferences &gt; HTTP Options.&lt;br /&gt;&lt;br /&gt;You can set the Preferences of your web server. You can set your desired Port number. But it is recommended that you set your Port number to 80. You can enable a music file if you want it to play when a user visits your site. Checking on Run on Startup enables your WebServer to run automatically when Windows Starts. You can ban IP address of your visitors. Press Ban IP to show the Ban IP window. Click Save to save the settings.&lt;br /&gt;&lt;br /&gt;7) You are done. Open your browser and type http:// followed by your IP address. or you can simply click on the Your Site is Located at link on the web server. You can see your index.html file in this way.&lt;br /&gt;____________________________________________________________________&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/7184717040156145202-3649791405344891821?l=crazycodez.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://crazycodez.blogspot.com/feeds/3649791405344891821/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=7184717040156145202&amp;postID=3649791405344891821' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/3649791405344891821'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/7184717040156145202/posts/default/3649791405344891821'/><link rel='alternate' type='text/html' href='http://crazycodez.blogspot.com/2008/08/pc-tricks.html' title='PC TIPS &amp; TRICKS'/><author><name>crazycodes</name><uri>http://www.blogger.com/profile/12166680170826936077</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://bp2.blogger.com/_yX-fKv5KSBg/SJhRe5RlsEI/AAAAAAAAAAM/O1SUIPUO1P8/S220/Panther.jpg'/></author><thr:total>0</thr:total></entry></feed>
