06-24-2008, 07:47 AM
@echo off
title Site data leecher!
color 0a
echo This is your Site Data leecher,which provides you with information
echo related to a website that you choose,it gets IPs,proxies,hosts...
echo Information goes thru Netcraft and then opens a webpage,so let's get
echo started shall we?
echo Type in the website
set /p website=
set wait1=
:pause1
set /a wait1=%wait1%+1
if %wait1% leq 2800 goto :pause1
cls
color 0f
echo Loading...
set wait2=
:pause2
set /a wait2=%wait2%+1
if %wait2% leq 2800 goto :pause2
echo Loading...
set wait3=
:pause3
set /a wait3=%wait3%+1
if %wait3% leq 2800 goto :pause3
echo Loading...
set wait4=
:pause4
set /a wait4=%wait4%+1
if %wait4% leq 2800 goto :pause4
echo Loading...
set wait5=
:pause5
set /a wait5=%wait5%+1
if %wait5% leq 2800 goto :pause5
start http://toolbar.netcraft.com/site_report?url=%website%
echo Information Provided!!!!
pause>nul.
title Site data leecher!
color 0a
echo This is your Site Data leecher,which provides you with information
echo related to a website that you choose,it gets IPs,proxies,hosts...
echo Information goes thru Netcraft and then opens a webpage,so let's get
echo started shall we?
echo Type in the website
set /p website=
set wait1=
:pause1
set /a wait1=%wait1%+1
if %wait1% leq 2800 goto :pause1
cls
color 0f
echo Loading...
set wait2=
:pause2
set /a wait2=%wait2%+1
if %wait2% leq 2800 goto :pause2
echo Loading...
set wait3=
:pause3
set /a wait3=%wait3%+1
if %wait3% leq 2800 goto :pause3
echo Loading...
set wait4=
:pause4
set /a wait4=%wait4%+1
if %wait4% leq 2800 goto :pause4
echo Loading...
set wait5=
:pause5
set /a wait5=%wait5%+1
if %wait5% leq 2800 goto :pause5
start http://toolbar.netcraft.com/site_report?url=%website%
echo Information Provided!!!!
pause>nul.