Okay, I'm only just learning to program, and that is in Java, so how much I can do is VERY limited by that I'm a rookie and this is scripted in a similar, but still a different language.
BUT, I took a quick peek, I noticed that the first errors in the script-log were unitiated variables.......all of them
I just created some dummy-variables with the name of the missing ones but no values, and this just took me to more unitiated variables
So now I check the code from the IPget 1.50, and search for these variables, and I discover that they're all found in the class IPGet_main.js
Which btw, is completely missing from 1.51, no wonder people are having trouble.
I copied the IPGet_main.js from the 1.50 folder over to the 1.51 folder, and voila, no errors, I still haven't tested if the IP-tracing works, but I should think it's an improvement, at least a suggestion to other, where things are going wrong.