mIRC Home    About    Download    Register    News    Help

Print Thread
#8449 26/01/03 06:12 PM
Joined: Dec 2002
Posts: 68
P
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2002
Posts: 68
Ok I have a textfile with proxies in this format:

###. 65.993.23.4:80

The first part (###) is a number. It can be one, two, or three digits. There is then a period (.) after it. Then the IP, a colon, then the port. I'm trying to make a script so that it will go through all of the proxies in the list, seeing if they work(/firewall -p ip_here port). But then I need to see if they even connect properly. Sometimes I get errors (e.g. Error talking with firewall). I need a way so that it will delete it from the list when it sees an error and then go to the next one. And after it connects it waits 10 seconds or so before moving on to the next one, to make sure it doesn't get banned. I have no idea how to write this but I hope some of you do. Thanks for reading my problem.

Last edited by phrozenfire; 26/01/03 06:14 PM.
#8450 27/01/03 01:09 AM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
I'll help you... but only if you can give me a valid reason why you are maintaining a list of open proxy servers.

#8451 27/01/03 03:40 AM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
thats personal, he does not half to awnser that.



;Check for Life

if (%life == $null) {
goto getlife
}
#8452 27/01/03 04:31 AM
Joined: Dec 2002
Posts: 1,321
H
Hoopy frood
Offline
Hoopy frood
H
Joined: Dec 2002
Posts: 1,321
Quite true, he does not have to explain why he would need to do this.

By the same token, unless he can make up a valid reason for such a questionable activity, it is highly unlikely that anyone with any sense here will help him solve his problem. I read his original post and decided that since I couldn't come up with a non-harmful scenario for such a script, I would not answer the question. I see no reason to help newbie h4x0rs learn how to write their own exploits, which is the only purpose that I can see for such a script.

Does this mean that he doesn't have a valid, non-harmful reason for wanting to do what he wants to? Not at all; he might very well have a valid reason.


DALnet: #HelpDesk and #m[color:#FF0000]IR[color:#EEEE00]C
#8453 27/01/03 05:05 AM
Joined: Jan 2003
Posts: 237
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Jan 2003
Posts: 237
does seem kinda h4x0r like.. :tongue: well, lets see what his reason is.



;Check for Life

if (%life == $null) {
goto getlife
}
#8454 27/01/03 08:56 AM
Joined: Dec 2002
Posts: 395
M
Fjord artisan
Offline
Fjord artisan
M
Joined: Dec 2002
Posts: 395
Mybe he's writting Open Proxy Monitor for IRCd, in mIRCskript? grin
j/k

#8455 28/01/03 01:18 AM
Joined: Dec 2002
Posts: 68
P
Babel fish
OP Offline
Babel fish
P
Joined: Dec 2002
Posts: 68
Actually I'm writing this because I run a channel which focuses on privacy (basically). People in this room usually don't want people to see their IP's and are already running proxies, but proxies are unpredictable and can go down at any time. I run this so people in the channel may get proxies for their browser/IRC. I prefer them working with both so I don't have 1 list of browsers and one list of IRC's, because most don't work with IRC. This script would allow me to just feed it a list (from a proxy website for example) and see if they work. Some people may abuse this list but it isn't why I'm putting it there.


Link Copied to Clipboard