Basically the executable starts up tightvnc server and initiates a "reverse connection" to a listener at a specified IP. Initially I wrote it such that the IP can be entered when the thing is run or hard-coded. So, yesterday I wrote a perl script that takes an IP and port from an HTML form, generates text files with that data, and calls IEXPRESS to package the thing up with the custom text files. I also modified the original vbscript to look to the text file for port and IP information.
And you know what? It works! It's pretty snappy, too.
So now I need to monetize it. There are a bunch of issues that I'm not capable of dealing with right now, such as security (on my web server), account information, payment information, etc.
Hopefully I can get my web-enabled friend to help me with those aspects.