README.md
December 4, 2022 ยท View on GitHub
Description
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)
More Info
| Submitted On | 2004-02-12 13:34:12 |
| By | Timothy Reichle |
| Level | Advanced |
| User Rating | 5.0 (10 globes from 2 users) |
| Compatibility | VB 6.0 |
| Category | Internet/ HTML |
| World | Visual Basic |
| Archive File | Proxy_Char1708732142004.zip |
API Declarations
Private Declare Sub SetCursorPos Lib "user32" (ByVal x As Long, ByVal Y As Long)