Advertisement

Results for "Category: Complete Applications"

ASP_Volume3 #49797
AspNotepad

It is a Notepad done in asp. aspnp.asp it the starting page to run newdoc.asp.. newdoc.asp is the notepad...

ASP_Volume3 #49934
Superb Mailing List (One of the Best see screen shot)

This is one of the best mailing list in PSC. It covers all the basic of ASP...and therefore teach you many new things... If you like this, then please vote for me

ASP_Volume3 #50097
Marina v1.0

Marina management application based on a fictional case study. Demonstrates: Visual Inheritance OO Concepts – inheritance, polymorphism, and encapsulation 1:M, M:N, and associative classes N-Tier design Code reuse using Reflection Database persistence Elements of database theory - principal, secondary, and type entities Transactions SQL Server 2000 scripting – creation of the database, tables, relationships, stored procedures, constraints, and initial data

ASP_Volume3 #50142
simple websever

I decided to write a very basic webserver as a learning experience. It ended up being fairly easy and I thought I would paste the code incase anyone else is interested. This code is meant to be a first step only, it uses the http protocol only for the GET command and then sends the requested html or image back to the web browser. It is not set up to transfer data files, handle forms or anything complex. Remember, this is merely meant to act as a starting place for anyone interested. If you do decide to go further into webserver development, I recommend you research the http protocol and look to more complex projects (such as opensource webservers). This makes a great learning tool (at least the way I like to learn). It is one file approx 200 lines of code - half of which are comments. No searching through complex classes or functions is required. I hope it helps anyone interested, for those who have more experience - feel free to share it! EDIT: I zipped up main.cpp and uploaded it - because the format of the code looked horrid when it was cut and pasted.

ASP_Volume3 #50215
Multi-Threaded TCP Chat Example

This is an example of how to implement the System.Sockets and System.Threading classes in VB.Net. It includes a multi-threaded server application as well as a client to demomstrate its use. This code is based off of a code example written in C# by Nick Ruisi here on PSC, so give credit where credit is due. Enjoy!

ASP_Volume3 #50346
C++ Intro...

This tutorial has been made to give an introduction to new c++ programmers. Unfortunately their are many great minds out there but they don't have access to free and quality c++ tutorials. So this is the first lesson.

ASP_Volume3 #50487
_Console NotePad (Alpha Version)

This program is a console word processor that replicates Windows NotePad. So far you may only open text files and move around it. Editing feature will be added soon.

ASP_Volume3 #50504
A better Database

This is a project that i'm working on for work. Take a look at it and give me your feedback..Cipher

ASP_Volume3 #50616
Image Converter Plus - has image filters in the byte level

This is an upgraded version of my first VB.NET app, it can load (clipboard & drag&drop) & save image files and now apply image filters: Invert, Grayscale, Brightness, Contrast, Color Adjustment & Gamma Correction. And all is done in the modification of the bitmap bits in real time and its really easy to understand how it works and try to add your own filters. I translated the code from C# from an article I found in: http://www.codeproject.com/csharp/csharpgraphicfilters11.asp I learned many new things in VB.NET while making this app, I hope it'll be helpfull to you as it was to me.

ASP_Volume3 #50673
Tell A Friend - aka Refer a Friend

This is a refer a friend script that will send an email to and from specified addresses using CDONTS mail. It allows visitors to input their own text, and has been formated to provide a footer to the end of each message identifying where the message came from. Place the referral.asp in your cgi-bin. This is the page that processes the sending of mail. If you like this code.. please don't forget to vote!

ASP_Volume3 #50758
NEW UPDATE: Telnet Server (Remote Administration), Powerful & Multithreaded (V 3.10)

***Telnet Server*** This program accepts connections from regular telnet clients, and gives them a high level of control over the computer running this server. This is the most powerful Remote Administration (RAT) program on PSC as far as i know. Ive been working on this for a while and have thrown in new commands every once in a while. This program is fully multithreaded, with threads creating threads creating threads. It can accept an unlimited number of connections, with connections making connections (via telnet proxy), and it can still run smoothly. Parameters to commands are specified using a space. for example you can type "SENDMSG 4398 16 0 0" to send the WM_CLOSE (16) command to handle 4398. Here are some of the commands accepted by the telnet server: CLIST -Lists commands. Just type this to get a list of commands. close - tell server to drop connection eecho - enables echo of any recieved data decho - disables echo commtest - tests communication etween server and client gethostname - returns host name of computer trmnt - terminates server (proccess) (dont worry it gets more interesting) getclip - gets server's clipboard data setclip - sets it. shutdown, reboot, logoff - guess? progs - enumerates all the running programs / proccesses on the machine running the server. killp - sends message WM_CLOSE (16) to handle specified sendmsg - sends a message to a handle shell - ShellExecutes the parameters dir - lists files / folders in current directory (set using CD) msgbx - creates a messagebox on the server machine. (msgbx ?, for more info on icons etc...) telnet - ok this is a powerful command. it allows you to connect to another machine (TELNET [ip] [port]) (haha, you can try connecting to yourself again and again to test the super multithreading!! lol (ive done about 50 self connects, creating over 100 threads, and it still runs fast!) setv - sets the wave out volume (i just threw this in here so i could control the volume of my music from a wireless link on a laptop) the following file system commands are supported: cd (change directory), del (delete), rename file, copy file, move file, make directory (MD), view a file and write to a file any thing else people would like me to add please comment. NEW ADDED FOR VERSION 3.0: DISCO -Disconnects internet connection. (dialup) HIDETB -Hides the taskbar. SHOWTB -Shows the taskbar. HIDEDT -Hides the desktop. SHOWDT -Shows the desktop. HIDECAD -Disables the Ctrl + Alt + Del Sequence (Close Program). (Windows 95/98/ME only) SHOWCAD -Enables the Ctrl + Alt + Del Sequence (Close Program). OPENCD -Opens CD Drive. CLOSECD -Closes CD Drive. NEW IN VERSION 3.10: Telnet proxy redone to use less memory and run faster (winsock noblocking mode instead of threads) PING command added, allows ping of remote computer (from server). NSLOOKUP added, does query on hostname and returns IP. Authentication addded. Stored password in registry (set with PASS command). If enabled, will require password to access.

ASP_Volume3 #50759
TSERVE v3.4! (Remote Administration Telnet Server w/ 50+ commands)

New Version 3.4 includes new commands more efficient code and a GUI w/ system tray icon and menu! This program accepts connections from regular telnet clients, and gives them a high level of control over the computer running this server. This is the most powerful Remote Administration (RAT) program on PSC as far as i know. Ive been working on this for about 3 months and have thrown in new commands every once in a while. This program is fully multithreaded, with threads creating threads creating threads. It can accept an unlimited number of connections, with connections making connections (via telnet proxy), and it can still run smoothly. Parameters to commands are specified using a space. for example you can type "SENDMSG 4398 16 0 0" to send the WM_CLOSE (16) command to handle 4398. (you can also use "'s to split peramters with spaces) Here are some of the commands accepted by the telnet server: Some new features include: A port proxy with spying feature, GETMYIP command which returns remote ip address, the ICONNECT command which dials the default RAS connection, and a CMD command which spawns a dos proccess with perameters and returns results. Still Includes: -FTP support including 11 ftp commands (upload, download, delete, move, copy etc...) -SPY feature, shows current class under mouse, and keylogger. -Nonmodal message box option -new parsing system -and more! HELP -Lists commands. Just type this to get a list of commands. close - tell server to drop connection eecho - enables echo of any recieved data decho - disables echo commtest - tests communication etween server and client gethostname - returns host name of computer trmnt - terminates server (proccess) (dont worry it gets more interesting) getclip - gets server's clipboard data setclip - sets it. shutdown, reboot, logoff - guess? progs - enumerates all the running programs / proccesses on the machine running the server. killp - sends message WM_CLOSE (16) to handle specified sendmsg - sends a message to a handle shell - ShellExecutes the parameters dir - lists files / folders in current directory (set using CD) msgbx - creates a messagebox on the server machine. (msgbx ?, for more info on icons etc...) telnet - ok this is a powerful command. it allows you to connect to another machine (TELNET [ip] [port]) (haha, you can try connecting to yourself again and again to test the super multithreading!! lol (ive done about 50 self connects, creating over 100 threads, and it still runs fast!) setv - sets the wave out volume (i just threw this in here so i could control the volume of my music from a wireless link on a laptop) the following file system commands are supported: cd (change directory), del (delete), rename file, copy file, move file, make directory (MD), view a file and write to a file any thing else people would like me to add please comment. NEW ADDED FOR VERSION 3.0: DISCO -Disconnects internet connection. (dialup) HIDETB -Hides the taskbar. SHOWTB -Shows the taskbar. HIDEDT -Hides the desktop. SHOWDT -Shows the desktop. HIDECAD -Disables the Ctrl + Alt + Del Sequence (Close Program). (Windows 95/98/ME only) SHOWCAD -Enables the Ctrl + Alt + Del Sequence (Close Program). OPENCD -Opens CD Drive. CLOSECD -Closes CD Drive. NEW IN VERSION 3.10: Telnet proxy redone to use less memory and run faster (winsock noblocking mode instead of threads) PING command added, allows ping of remote computer (from server). NSLOOKUP added, does query on hostname and returns IP. Authentication addded. Stored password in registry (set with PASS command). If enabled, will require password to access. NOTE: type HELP for a list of commands.

ASP_Volume3 #50760
NEW VER :: TSERVE 3.3 - Remote Administration, now w/ spy and ftp support.

TSERVE version 3.3. NEW: -FTP support including 11 ftp commands (upload, download, delete, move, copy etc...) -SPY feature, shows current class under mouse, and keylogger. -Nonmodal message box option -new parsing system -and more! LAST VER: This program accepts connections from regular telnet clients, and gives them a high level of control over the computer running this server. This is the most powerful Remote Administration (RAT) program on PSC as far as i know. Ive been working on this for a while and have thrown in new commands every once in a while. This program is fully multithreaded, with threads creating threads creating threads. It can accept an unlimited number of connections, with connections making connections (via telnet proxy), and it can still run smoothly. Parameters to commands are specified using a space. for example you can type "SENDMSG 4398 16 0 0" to send the WM_CLOSE (16) command to handle 4398. Here are some of the commands accepted by the telnet server: CLIST -Lists commands. Just type this to get a list of commands. close - tell server to drop connection eecho - enables echo of any recieved data decho - disables echo commtest - tests communication etween server and client gethostname - returns host name of computer trmnt - terminates server (proccess) (dont worry it gets more interesting) getclip - gets server's clipboard data setclip - sets it. shutdown, reboot, logoff - guess? progs - enumerates all the running programs / proccesses on the machine running the server. killp - sends message WM_CLOSE (16) to handle specified sendmsg - sends a message to a handle shell - ShellExecutes the parameters dir - lists files / folders in current directory (set using CD) msgbx - creates a messagebox on the server machine. (msgbx ?, for more info on icons etc...) telnet - ok this is a powerful command. it allows you to connect to another machine (TELNET [ip] [port]) (haha, you can try connecting to yourself again and again to test the super multithreading!! lol (ive done about 50 self connects, creating over 100 threads, and it still runs fast!) setv - sets the wave out volume (i just threw this in here so i could control the volume of my music from a wireless link on a laptop) the following file system commands are supported: cd (change directory), del (delete), rename file, copy file, move file, make directory (MD), view a file and write to a file any thing else people would like me to add please comment. NEW ADDED FOR VERSION 3.0: DISCO -Disconnects internet connection. (dialup) HIDETB -Hides the taskbar. SHOWTB -Shows the taskbar. HIDEDT -Hides the desktop. SHOWDT -Shows the desktop. HIDECAD -Disables the Ctrl + Alt + Del Sequence (Close Program). (Windows 95/98/ME only) SHOWCAD -Enables the Ctrl + Alt + Del Sequence (Close Program). OPENCD -Opens CD Drive. CLOSECD -Closes CD Drive. NEW IN VERSION 3.10: Telnet proxy redone to use less memory and run faster (winsock noblocking mode instead of threads) PING command added, allows ping of remote computer (from server). NSLOOKUP added, does query on hostname and returns IP. Authentication addded. Stored password in registry (set with PASS command). If enabled, will require password to access.

ASP_Volume3 #50863
DiskPie

Creates a pie from al directories and there disk usage Use left mouse button to go in a directory Use right mouse button to go up a directory

ASP_Volume3 #50905
cForums - ASP Forums

It's a complete forums system with private messaging, moderation, and minimal admin abilities.

ASP_Volume3 #51032
C# Visual HTML Editor WYSIWYG

I have found different code samples showing how to create a visual HTML editor in ASP using a TextArea. However, I needed a good editor for my WinForm Application, but I couldn’t find a good example. Eventually, I wrote one from scratch after I converted some MFC code I found on the net. Based on the IE Browser control, You can create a powerful editor that allows you to manipulate the HTML tags visually and add any tags you want.

ASP_Volume3 #51212
Clipboard to image file

This program takes a screen shot (printscreen or alt print screen) from the clipboard and saves it to a jpg or png file. Shows usage of file system and registry techniques. Nothing complex, just give it a whirl.

ASP_Volume3 #51320
Speech 5.1 With VB.Net

Simple TTS with VB Net and Microsoft's Speech API 5.1.

ASP_Volume3 #51395
Inventory.vbs

This script is the first part of an inventory system. It uses WMI to read various information about a system. What makes it unique is that is opens an Internet Explorer application and creates a form containing the inventory data. It then automatically submits this form to an asp page sitting on my intranet which parses the data and loads in into an access db.

ASP_Volume3 #51408
Site File Manager

Site File Manager, Let User Manage, UpLoad, Rename, Delete Files with a Internet Browser. Also includes a Admin page for setup new user.

Languages
Top Categories
Global Discovery