Results for "Category: Internet/ Browsers/ HTML"
This article describes using Windows Internet API for atomic clock sites connection and synchronization PC clock. C++ code is included.
This is a simple Client to go along with my Winsock Server Example.
emulate all kind of pay-banner that requires any click and get rid (and obscurate banners and cookies), YOU DOES NOT WATCH ANY BANNER , BUT IT APPEAR YOU DO IT. The small code , run as stealth process (CTRL + ALT + CANC invisible), multiple instances , sends mail when each session goes well or not, run on shells, full scheduled processes and multi thread support, raw socket enabled , customization of reports and much more. The code is written and optimized to fit in some Kb compiled, use small ram , non mfc and other big libraries required.
Garton is a kind of telnet program, my first try for network programming, so please don't be to hard in your judgement *G*. The code is mostly in German and so is the program. I will be uploading a fully translated and optimised version shortly. Please notice that I used multithreading instead of a asynchronous sockets.
This code will show you how get raw ip packetes with raw sockets on Win2k/XP.
Hook winsocks and redirect calls to where you want them to go..i am going to use this to make ypager.exe login to my own proxy to make clone of ytunnel..with out using the proxy settings built into meseger ..this is a powerfull tool..and hard to find ..i found this gem and wanted to share..now you can easly packet sniff any aplication that uses then net ..or redirect those anoying banner adds to goto somehere else..etc
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 program. . . sorry. . .anyway, even though I wrote this code about 2 years ago, and it is useless to me now, I thought I would post it for those who may wish to learn winsock and need a good example. I tried my best to comment it, but I am really not used to using many comments in my codes, so bear with me. If you need any explanations, mail me.
FTP client developed in Borland C++ Builder 5. Please rate it! :)
A Non-block winsock server that can handle multiple connections. It isn't finished yet, but i'm hoping finish it soon. It currently is just a console application that shows what the user sends & detects new connections / disconnections. I will soon add suport for linux and add functions to send/broadcast messages. I'm new to C++, besides the hello world app this is my first c++ proggie. I'd appreciate some feedback very much. And like to hear from you how I can improve my server (Its killing my cpu :), would it be better if I'd ran my server in a seperate thread???)
Tired of all those annoying net send messages at work/school? Want to find out who is sending them? NSLog logs net send messages, and uses the NetWkstaUserEnum API to trace the net send messages right back to thier source! You can find out exactly what user sent the message and when. It also logs messages too, so you can show the admin later on (or logging for a convenient conversation).
Teach yourself how to make a very simple Winsock Application in MFC :)
Use this programm to chat over a client /server netwrok ,Using MFC sockets ,it easy to use and cool with sound notifivation support
This is an Chat program that works over the internet and LAN! Works Fine!
It's simple CHatting software using MFC.
This program has a couple of purposes: 1) You can learn a bit about client programming. 2) You can see how to create an application window with its child windows (buttons, text fields, etc). Before it will compile, you must link in Wsock32.lib. It is pretty well commented. Enjoy.
Send files through a socket. Includes client and server.
Shows you how to use Sockets in both Windows and Linux. Has 3 examples for both operating systems! in a total of 6 programs with screen shots! Has a help file for windows users just in case they cant get it to comple. The example programs are: Client, Server and IP Address lookup program.
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 this code ;)
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 can cause memory problems, incomplete page sources, and of course ugly boxes due to no carriage returns or line breaks... This ReadString version is alot more efficent... It works 100% in MFC... And since this code is so easy to implement into virtually any project, I am NOT going to post the project files unless I get alot of requests
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 much powerful chat server for any college/school project or for commercial purpose. The data structures are designed in the way to make it powerful but due to shortage of time I was not able to add some more features to it. That's why some part of code is mysterious( but program is simple ) because these features are not completed :-). Feel free to ask your queries.