| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
^!!~ A better HTML Source Grabber/Stealer ~!!^ | C++ (general), Microsoft Visual C++ | Advanced / fritz0x00 (from psc cd) | 7282 since 1/6/2015 9:14:00 AM |
By 4 Users
|
|
Simple example of how to grab(some people like ti call it 'steal') the HTML source of a page from a application... There are a couple of examples here at PSC, but they are not very good because they use ReadHuge to store all of the data in a buffer which ...(description truncated) |
|
|
|
 |
A Packet Sniffer for Win2k/XP | Microsoft Visual C++ | Intermediate / KT (from psc cd) | 5753 since 1/4/2015 10:32:00 AM |
By 32 Users
|
|
This code will show you how get raw ip packetes with raw sockets on Win2k/XP. |
|
|
|
 |
A simple web browser like Internet Explorer | Microsoft Visual C++ | Intermediate / Abhinash (from psc cd) | 5583 since 1/10/2015 8:49:00 AM |
By 4 Users
|
|
Its a simple Internet Explorer like web browser. (ScreenShot) |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
A Very Simple COM Server and Client in MS VC++ 6.0 without using MFC,ATL or IDL. | Microsoft Visual C++ | Intermediate / Albert Gomez (from psc cd) | 5893 since 1/1/2015 5:59:00 PM |
By 10 Users
|
|
A Very Simple COM Server and Client in MSVC++ 6.0 without using MFC,ATL or IDL.
This very simple com server is something I had been looking for to help me understand the insides of the "black box" that is COM as presented in MFC and ATL. As a developer le ...(description truncated) |
|
|
|
 |
A very simple Server/Client chat | C, C++ (general), Microsoft Visual C++, Borland C++ | Beginner / Peter Evers (from psc cd) | 25030 since 1/7/2015 7:38:00 PM |
By 8 Users
|
|
This small code will show you how a server/client chat application works using Winsock, it is very simply and i used blocking mode, this means in my program that the server can't response because he's receiving messages and the server only continue with r ...(description truncated) (ScreenShot) |
|
|
|
 |
A Win Chat V 1.1 | Microsoft Visual C++ | Beginner / (TM) (from psc cd) | 2821 since 1/5/2015 6:14:00 AM |
By 9 Users
|
|
This is an Chat program that works over the internet and LAN!
Works Fine!
(Based on an example from "Visual C++ in 21 days") (ScreenShot) |
|
|
|
 |
Alternating Winsock Chat | Microsoft Visual C++ | Intermediate / Phillip Hopkins (from psc cd) | 4199 since 1/4/2015 3:59:00 PM |
By 8 Users
|
|
This code is just a little beginning project of mine that I wrote when I first began learning to use winsock. Because this was my first practical application of my winsock knowledge, it is not quite so sophisticated, and it is thusly an ALTERNATING chat p ...(description truncated) (ScreenShot) |
|
|
|
 |
AnkiChatter | C | Intermediate / Anki (from psc cd) | 2688 since 1/6/2015 11:41:00 AM |
By 7 Users
|
|
Hi friends
AnkiChatter is a multiperson chat server compatible with Linux as well as solaris system. You can start the server on one machine and then telnet to port 7989(ankichatter port) from different machine or localhost. It can be developed in to a m ...(description truncated) (ScreenShot) |
|
|
|
 |
Bannerscan 2 | C++ (general), Microsoft Visual C++ | Beginner / Billy G9 (from psc cd) | 2433 since 1/6/2015 1:12:00 AM |
By 2 Users
|
|
Bannerscan 2 is a portscanning program using winsock instead of raw sockets. Like my first Bannerscan but now supports range scanning of ports on a single IP. Full description etc in the /* Header */ of the source! Please give me feedback and vote for thi ...(description truncated) |
|
|
|
 |
bouncer | Microsoft Visual C++ | Beginner / ffbbee (from psc cd) | 2533 since 1/4/2015 7:14:00 PM |
By 7 Users
|
|
This code is a proxy , port redirector, bouncer etc. ;=), it works with winsock and the select() fuction. It redirects a connection from local port for example 12345 to another host to for example port 21. it is a very simple code please mail me if you f ...(description truncated) |
|