by Timothy Reichle (1 Submission)
Category: Internet/HTML
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(2 Votes)
This program is kind of a steping stone between a proxy server and a client. It allows you to charge people to use the proxy server.
There is an area to put an encryption method in. But as I don't want to give mine away , you will have to add it in. mdlCode.bas is where you put it (encode function and decode function)
The options for users are
->How much to charge per hour
->If there a piggyback user (needs to be someone else online)
API DeclarationsPrivate Declare Sub SetCursorPos Lib "user32" (ByVal x As Long, ByVal Y As Long)
Download Proxy Charger (42 KB)