The script requests/brainstorming thread!
#7
Lastly i was brainstorming trying to convert IP from whois into a number list and i couldn't xD. It's hard cuz you can't get 'substrings' from a string. I tryed to get it with a compartision loop, for example, if ip is 92.168.0.1, i started with this:
92.168.0.1 > 0.0.0.0? -> Yes.
But 92.168.0.1 > 1.0.0.0? -> I get an epic NO, and the same with 2.0.0.0 or 255.0.0.0
Thanks given by:


Messages In This Thread
RE: The script requests/brainstorming thread! - by VallDiGna - 02 Feb 11, 04:49PM