Rikeku
09-19-2006, 02:00 PM
This short tutorial will help you learn how to make a program that will boost any site counter. This is especially useful if you want to make it appear that you are generating a substantial amount of traffic. This is very easy to do and all it requires is notepad and your brain.
First off, open notepad. Once opened, you are going to put in the code for your Site Counter Booster. Enter the following code into notepad as shown:
Echo off
cls
Echo Website Hit Counter Booster
Echo by Rikeku
:getHit
Start http://siteyouwantboosted.com
goto getHit
Now go to file ->save as and then label it Hitbooster.bat. Make sure you put the .bat at the end or it will not work. Now you�re finished. You can edit the code and enter a different site by right clicking on the .bat file and clicking on edit.
Now let�s understand the following code. What we did was we told the computer to go get the website that you wanted. Then we told it to loop back and do the same thing over again. This will continue until you close the .bat file.
First off, open notepad. Once opened, you are going to put in the code for your Site Counter Booster. Enter the following code into notepad as shown:
Echo off
cls
Echo Website Hit Counter Booster
Echo by Rikeku
:getHit
Start http://siteyouwantboosted.com
goto getHit
Now go to file ->save as and then label it Hitbooster.bat. Make sure you put the .bat at the end or it will not work. Now you�re finished. You can edit the code and enter a different site by right clicking on the .bat file and clicking on edit.
Now let�s understand the following code. What we did was we told the computer to go get the website that you wanted. Then we told it to loop back and do the same thing over again. This will continue until you close the .bat file.