Results for "Volume: 2_2002-2004"
I have always been surprised from what PHP can do.Using COM objects shows new and best ways for PHP development. The folowing code, which is designed like Step by Step wizard, shows the access to Inbox and Outbox folders in your MS Outlook application. The .zip file contains .html file with pictures (screenshots)and .rtf copy of the article.
*UPDATED* Now uses a more recursive and less pattern oriented algorithm. Basically encrypts a text type file using a simple recursive character shift techinque. Pretty basic, but powerful.
This utility shows how to convert numbers to different types (i.e. hex, decimal, binary, octal).
NetworkRoutines:DisconnectNetworkDrive, MapNetworkDrive,GetUserName,GetUNCPath,etc. proactiv@ssnet.com (Kenneth L. Rosenberg)
.INI read/write routines mfncGetFromIni-- Reads from an *.INI file strFileName (full path & file name) mfncWriteIni--Writes to an *.INI file called strFileName (full path & file name) sitush@aol.com
This code will allow you to make a form with a transparent picture instead of a form. So you don't have to use the old, (quite boring) square form. It also shows you how to drag a form without a titlebar. All you have to do is to change the picture property of the TImage-object. The program will search your picture for any NON-fuchsia colored pixels, so all colors except red-255, green-0, blue-255. These pixels will be your form. So just add a picture with a fuchsia background and add all the controls you want. By the way, you can exit this program by pressing the ESC-button. If you like it, please VOTE for me...
This is an isometric version of "The lines" game
Clear contents of CMOS Memory
The Form Hides And Check the User As Pressed any Key and Logs All the Keys Press By User Into A text File Enjoys
This article was written to be read in conjunction with my GoMoku game. It explains the game, the code and why I did things the way that I did. You will find GoMoku v0.04 in the Delphi / Games section.
Teaches you howto send html based E-mail with php
Collapsable GoupBox. This is a new version or revision of my collapsable group box control. This control is written in C#.NET, and it is created from scratch with GDI+. It supports a great deal of customization. Definitely a must see.
This is a web-based version of Enterprise Manager for SQL Server and MSDE. An online demo is available at http://www.aspenterprisemanager.com/. This is an Open Source Project in VB.Net, ASP.Net and ADO.Net that is in the early stages, so any contributions, feedback or additions are greatly appreciated. ASP Enterprise Manager will allow you to create and edit tables, stored procedures and views, manage logins and database users, manage basic permissions, and query your database returning multiple recordsets. This is the version 0.5.0 release of the code and structures most of the code with better .Net structures (on most of the pages), introduces a class structure (I am working on documenting the classes), cuts down on the number of connections that are made to the SQL Server, introduces an XP style interface and adds a few new features and interface enhacements. This code is not a Visual Studio Project so it only requires the .Net Framework, Someone is also working on a version of this project as a Visual Studio Project using C#, that code can be downloaded from the website (http://www.aspenterprisemanager.com/)
This is an update to the multithreaded port scanner I put here a while ago. My original code was an enhanced example of the Single-threaded port scanner that had been posted by Jeremy Arnold - I threaded it to speed things up. This version uses blocking sockets to scan faster. It also shows examples of using messages to communicate between threads and the main form.
This code indexs files, uploads, and deletes. PLease vote for me!
This is a Username And Password Login for a website written in PHP4 and html uses mySQL to store user information and to validate usernames and passwords. Sorry for the .doc format here it is in .txt
StriStr--This function is an ANSI version of strstr() with case insensitivity.
Allows users to add a comment to your web site. Does not require MySQL, stores all data in a text document. Very easy to set up.
This script will track statistics on your users. The biggest perk is the fact that it keeps track of how long a user views a page. Very sexy stuff. DON'T FORGET TO RATE MY CODE!
The following function creates a user. You can execute it under any user you like. dror-a@euronet.co.il (Dror Dotan A')