
Here is a sample subscription for you. Click here to start your FREE subscription
- Secret Entry To Many Websites Using Googlebot
- Finding Open Ports in a web server
- Make Your Own Auto-Shutdown Timer!!!
- Hacking MSN Messenger Through Resource Hacker- Part 1
- myLot User Profile
- More Recent Articles
- Search Paradise 4 All
You must have gone thourgh this many times when you ask Google to look something up; and the engine returns with a number of results, but if you try to open the ones with the most promising content, you are confronted with a registration page instead, and the stuff you were looking for will not be revealed to you unless you agree to a credit card transaction first....
The lesson you should have learned here is: Obviously Google can go where you can't.
This problem can be easily supassed by identifying urself as Google to the required website.
In fact, many sites that force users to register or even pay in order to search and use their content, leave a backdoor open for the Googlebot, because a prominent presence in Google searches is known to generate sales leads, site hits and exposure.
Examples of such sites are .Net Magazine, Nature, and many, many newspapers around the globe.
How then, can you disguise yourself as a Googlebot? Quite simple: by changing your browser's User Agent. Copy the following code segment and paste it into a fresh notepad file. Save it as Useragent.reg and merge it into your registry.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Googlebot/2.1"
"Compatible"="+http://www.googlebot.com/bot.html"
You may always change it back again.... I know only one site that uses you User Agent to establish your eligibility to use its services, and that's the Windows Update site..To restore the IE6 User Agent, save the following code to NormalAgent.reg and merge with your registry:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\5.0\User Agent]
@="Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)"

Required Software- Nmap
Step 1: Download Nmap tool from the site www.insecure.org/nmap
Step 2: Install it in ur system.
Step 3: Go to command promt and just go to the path of the drive in which nmap is installed.
E.g:- c:\nmap>
Step 4: Now this is the command to type.
For example if u want to know about the open ports of Yahoo server.
c:\nmap> nmap -sT -p 40-225 www.yahoo.com
From the above command 40-225 are the port numbers of the server that are being checked.You can give any number of port numbers that you want , just try this one and see.
netstat -n
try this command..this will giv u all the ips along port..o r connected..
or u may try netstat -a

There are basically three ways to make an auto-shutdown timer. These are all DoS tricks. U may be knowing if u r good in DOS. Its very easy and does not any external software.
Method 1:-
This method is implemented by creating a batch file and providing the time in which the computer needs to be shutdown.
Create a file ""shutdown.bat"
Type the following code:
@echo off
title Scheduled Shutdown Batch Example by chacha1234
color A
echo Enter Time To Shutdown (example 19:30)
set /p stime=
cls
at %stime% ""shutdown -s -t 00"" >nul
echo PC Will Shutdown At %stime%
echo Press Any Key To Exit
pause >nul
exit
METHOD 2:-
Here is another trick to shutdown at a specific time, for example you wish to shutdown at 10:45am.
Then Goto Start->Run
Type Code: at 10:45 shutdown -s
To Abort The Auto-Shutdown
Code: shutdown -a
take note: all time are in 24hr, example u would like to shutdown at 9:30pm, you should type
"at 21:30 shutdown -s" without quotes
METHOD 3:-
Step 1:
Right click on your desktop and choose "New->shortcuts".
Step 2:
In the box that says "Type the location of the shortcut",
type in "shutdown -s -t xxxx" without the quotation marks and click next.
Note: xxxx are the amount of seconds before your computer shuts down.
For example If u want to auto-shutdown after 1 hr then type "3600" without quotes because 60secs*60mins=3600secs.
Step 3:
Make up a name for the shortcut and you're done.
You can change the icon by right c=>properities=>change icon=>browse.
To abort
To make an abort key to stop the shutdown timer just create another shortcut and make
the "location of the shortcut" to " shutdown -a" without the quotes.

It is a simple tutorial on how to use Resource Hacker to remove buttons/banners from MSN Messenger v7.0.0604 . You must 'Compile Script' after you edit something, if you forget, it will prompt you to do so the next time you search for text.
Note:- I have given "{}" at the end and beginning of CODES. U have to replace them with "<>" to make it run successfully.
First of all open Resource Hacker, then open msnmsgr.exe
Main Contact List Window
Removing the MSN Today Button
Find (Ctrl+F):
Result: UIFILE > 923 > 1033
Code:
{cmdbutton cmdid=40234 id=atom(msntodaybtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(4231) AccRole=57 AccDesc=rcstr(4230) ShortcutString=rcstr(4229)}
Delete id=atom(msntodaybtn)
Change layout=flowlayout(0,2,0,2) to layoutpos=none
Final result should look like this:
Code: {cmdbutton cmdid=40234 class="ToolbarBtn" layoutpos=none AccName=rcstr(4231) AccRole=57 AccDesc=rcstr(4230) ShortcutString=rcstr(4229)}
Removing the My Space Button
Find (Ctrl+F):
Result: UIFILE > 923 > 1033
Code:
{cmdbutton cmdid=40421 id=atom(spacebtn) class="ToolbarBtn" layout=flowlayout(0,2,0,2) AccName=rcstr(4257) AccRole=57 AccDesc=rcstr(61769) ShortcutString=rcstr(4256)}
Delete id=atom(spacebtn)
Change layout=flowlayout(0,2,0,2) to layoutpos=none
Final result should look like this:
Code: {cmdbutton cmdid=40421 class="ToolbarBtn" layoutpos=none AccName=rcstr(4257) AccRole=57 AccDesc=rcstr(61769) ShortcutString=rcstr(4256)}
Removing the Add Contact Button
Find (Ctrl+F):
Result: UIFILE > 923 > 1033
Code:
{cmdbutton id=atom(idAddContact) cmdid=40282 class="TasklistBtn" layout=flowlayout(0,2,0,2) background=ifhc(window, gradient(rgb(222,229,247), rgb(242,242,250), 1)) bordercolor=ifhc(buttonshadow, rgb(214,220,242)) borderthickness=rect(1,1,1,1) padding=rect(3,2,3,2)}
Delete id=atom(idAddContact)
Change layout=flowlayout(0,2,0,2) to layoutpos=none
Final result should look like this:
Code: {cmdbutton cmdid=40282 class="TasklistBtn" layoutpos=none background=ifhc(window, gradient(rgb(222,229,247), rgb(242,242,250), 1)) bordercolor=ifhc(buttonshadow, rgb(214,220,242)) borderthickness=rect(1,1,1,1) padding=rect(3,2,3,2)}
Removing the Search Bar
Find (Ctrl+F):
Result: UIFILE > 923 > 1033
Code:
{element id=atom(idSearchContainer) layout=borderlayout() padding=rect(1,4,1,3)}
Change layout=borderlayout() to layoutpos=none
Change padding=rect(1,4,1,3) to padding=rect(0,0,0,0)
Final result should look like this:
Code:{element id=atom(idSearchContainer) layoutpos=none padding=rect(0,0,0,0)}
Removing the Ad Banner
Find (Ctrl+F):
Result: UIFILE > 923 > 1033
Code:
{element layoutpos=top layout=verticalflowlayout(0,2,2,2) padding=rect(2,0,3,2)}
Change layoutpos=top to layoutpos=none
Final result should look like this:
Code:{element layoutpos=none layout=verticalflowlayout(0,2,2,2) padding=rect(2,0,3,2)}

myLot User Profile

More Recent Articles