Advertisement

Results for "Category: Miscellaneous"

ASP_Volume2 #43348
Simple Forum

This is a simple code for a forum without using mySQL. It keeps track of user names and paswords (unreadable of course) in two text files. It allows users to make a unique user name and post massages.

ASP_Volume2 #43352
^!!~ Check if a service/machine is alive ~!!^

Check and see if a service is up or down on a certain machine. Useful for alot of things, say you have MSN Messenger or AIM, you can have a script check YOUR IP address and the MSN or AIM port number and then let the users at your website know if your online or not! Can also be useful if you use alot of file mirrors for your website and want to check if there up or down. Infinite amount of uses! Really fun, simple, easy to use, and useful for many things. Well commented.

ASP_Volume2 #43440
_Send E-mail_

This is a very simple script that will send an e-mail using the standard mail () function. Designed for beginners. I was going to upload it but it didn't work so here's the code.

ASP_Volume2 #43446
PHP IN HTML

PHP IN HTML This Article , will let you know how to include a php file inside a html file , using inline floating frames.

ASP_Volume2 #43447
PHP FOR DUMMIES

PHP FOR DUMMIES This article is for people who are not aware what PHP is , who have not heard of PHP ,This article will refresh you about what PHP is with some of the important highlights . PHP!!! PHP!!!! PHP!!!! WHAT IS IT???? Don’t worry; I am here to tell you, what it is?

ASP_Volume2 #43450
Guestbook

A simple but cool guestbook. PLEASE COMMENT!

ASP_Volume2 #43452
Randomize Me

The code demonstrates the ability to create dynmaic websites with php. it concentrates on the functionality and ease of using random. This example demonstrates the use of random images, backgrounds, buttons, and colors to create a page that changes appearance everytime it loads. Very nice. Please vote and comment. =)

ASP_Volume2 #43462
php pagination

this is basically a simple class which will handle the pagination.

ASP_Volume2 #43468
Add Google search technology to your site without Google branding.

Put a search field on your site. On submit, the variables are passed to google. The file captures the code of the google results page, breaks up the text, grabs only the results (minus the google header and footer) and displays it on your page. The file allows for some modification to color, font size, style, etc., as you can see in the screen shot.

ASP_Volume2 #43478
Simplogin - Simple Member System

This is a simple and well structured membership system. It allows user login to a simple member page and user registeration. It also comes with an installation script. This is ideal for beginners who want to improve it. Please read the ReadMe and Vote Please!

ASP_Volume2 #43481
Create a WinXP User Account from a Website

Hi, I Was sitting on my pc the other day and wanted to create a Website that could add a WinXP User account with Administrator Rights on the views computer. There is only one thing that is a problem that is the person on the other end needs to enable there ActiveX Controllers. Hope you all have fun with this script just as i did. But remember this is for educational perposes only and we don't want people doing the wrong thing with it like the kill function now do we ;) anyone that can improve this please post the details. see this script in action at www.ezysale.net/cmd/adduser.php dont forget to enable the activex controls Cheers

ASP_Volume2 #43500
ASP.NET PopUp Window Message

Create a PopUp Window to use like a MessageBox to use on the Web instead of response.write or populating a Label etc.

ASP_Volume2 #43558
Demo Game PART 1

PART 1/2: GAME ENGINE *********************************************** I've just added a few more features to yesterdays submission and compacted it a bit so I can post it here. The man now can face eight directions with ten frames in each direction and looks a lot nicer. Sorry to those ppl who want DX, but this is (at the moment) a purely BitBlt run engine. Does anyone else get slow framrates (ie less that 50?) if so could you post a message. ********************************************** This demo shows a few new features in my Envision2d Graphics Engine (BETA 3) The man (animated) walks around the screen which scrolls behind him. It uses the Bitmapped Font(for the text), TileSet(grass) and ZOrder(trees and man) classes of the engine. I have had this running at 160FPS on a 1GHz! (It has been limited to about 80 to prevent lockup). This is without ANY buffering. each tile and tree is drawn 80 times a second. Each element (trees/man) is sorted every loop, so they will always be drawn in the correct order. This demo is simply to show how eaay (and fast) the engine is to use. The movement is based entirely on the KeyPress event (very evil) and this does detract from the smothness a bit. If you like it give us a vote and any suggestions/complaints/comments would be appreciated.

ASP_Volume2 #43566
VB.NET/ADO.NET Data Reader Example

Simple Example on How to Setup a Data Reader for SQLOLEDB in VBNET.

ASP_Volume2 #43589
AgeCalculator

Updated the C# logic, since it was a bit messy. The purpose of this code is to calculate the age, given the BirthDate. Of course this is a trivial task, but is just to show one way to accomplish this task in VB.Net and in C#. The Zip file contains both projects. There is a slight difference in the logic since the VB one round the months, while the C# calculates the days too.

ASP_Volume2 #43598
_ A Task Manager for VB.NET, displays processes on local / remote computer, can end / terminate them

The code lists ALL programs running on a local, or remote computer, and gives you the option to close or terminate them. It was originally styled like the XP/2K task manager, but i removed some of the performance tabs etc for simplicity. Enjoy! tHe_cLeanER

ASP_Volume2 #43670
A sample for .Net Remoting in Only 4 lines of Code

The attached file contains 2 Solutions, the first is the Remoting server, the Remoting server contains a Base Class, A Remote Object and a Console Server that registers and hosts the server class, the second Solution contains only the client. In basic terms the way it works is the Server Hosts the singleton Server object that inherits from the base class, the client does not have the server object and references only the base class, it connects to the server and calls a function in the server object which writes to the server. Let me know what you think, all the samples I have seen out there go into too much detail etc especially when you just want to know how to implement Remoting. Remember to fix the reference on the client to the base class

ASP_Volume2 #43688
Excel Automation Demo

Here is a simple example of how to automate Microsoft Excel

ASP_Volume2 #43703
Little WMI Demonstration

This code shows some of the possibilities of WMI: You connect over a network (with username and password) to another machine; you can view processes, services and shares and execute command-line commands. There is a DataGrid used with DataBinding. It works under Win2k, WinXP and NOT under Win98 (I didn't try WinNT).

ASP_Volume2 #43708
XP Style Controls using Manifest

Give your .NET applications an XP style look using a manifest file.

Languages
Top Categories
Global Discovery