README.md

December 4, 2022 ยท View on GitHub

Proxy Charger

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 On2004-02-12 13:34:12
ByTimothy Reichle
LevelAdvanced
User Rating5.0 (10 globes from 2 users)
CompatibilityVB 6.0
CategoryInternet/ HTML
WorldVisual Basic
Archive FileProxy_Char1708732142004.zip

API Declarations

Private Declare Sub SetCursorPos Lib "user32" (ByVal x As Long, ByVal Y As Long)