Jump to content

Recommended Posts

Posted (edited)

$vIP = InputBox("IP Address?", "IP Address?")

$vBothunter = BinaryToString(InetRead("http://kb.bothunter.net/ipInfo/nowait.php?IP=" & $vIP))
$vBHThreatLevel = StringRegExp($vBothunter, 'Threat\h+Level\h+=\h+<b>(.*?)</b>', 3)

_ArrayDisplay($vBHThreatLevel)

I am wondering why the above does not work, Am I missing something obvious?

Thanks for any help

My Bad, Sorted now :) didnt add the + after the h

Edited by mrflibblehat

[font="'courier new', courier, monospace;"]Pastebin UDF | Prowl UDF[/font]

Posted (edited)

Please mark topic as solved, so we don't waste our time coming here to finally see it's solved :)

Edited by FireFox

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...