Ruby script sample – IP address

He is a sample Ruby scripting for IP address   for num in 1…10 ip = "1.1.1.#{num}" puts "#{ip}" end   Output> 1.1.1.1 1.1.1.2 1.1.1.3…

Continue Reading...

How to block an IP address with .htaccess ?

Tweet Recently I have discovered many registered users with strange login names. Well, as you expected that those users were created by Ad-robots sourced from…

Continue Reading...