by Gianni Moretti (1 Submission)
Category: Complete Applications
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(13 Votes)

A MUST SEE...is a complete WEB SERVER application...users can NAVIGATE in your PC. You can ORGANIZE pages, see STATISTIC of BROWSERS and OPERATIVE SYSTEMS, IP of the USER, a FIREWALL that ALLOW to enter only at some ip ranges. All free EXE + SOURCE CODE. If you like this program just VOTE for it. If you don't like it write me and tell me what do you want added.
Inputs
This is a complete application so...there are no input...there is no documentation in the code...but I think that is easy to understand...also if you are not a great expert programmer.
Assumes
Some months ago I stated a project of a Web Server using the winsock control...I was in Croatia for work and I stop the programming of MWS...when I come back in Italy I finished some part with few moments because I don't had a lot of time.
This code is free...you can do all you want. If you want information about the code my e-mail is [email protected]
Code Returns
When you start this program and put HTML pages in the program work dir (default C:\Pages) users that will connect with browser at http://your_ip_address will navigate inside your PC.
Side Effects
There are no side effects...but the code can be buggy because I don't had time to check any possible situation.
API DeclarationsWithout API...Api are only used to put a icon in the system tray:
Declare Function Shell_NotifyIconA Lib "shell32" (ByVal dwMessage As Long, lpData As NOTIFYICONDATA) As Integer
Declare Function PostMessage Lib "user32" Alias "PostMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, ByVal lParam As Long) As Long
Upload