Results for "Volume: 2_2002-2004"
Hi guys, I have decided to update the user tracking system. The updates are: -Prevent database login based on IP address. The reason for this feature is because I got tired of login my own IP and those of search engines. -View blocked IP’s -Delete blocked IP’s -All pages are password protected Note: This code only works on servers supporting ASP (active server pages) 1. Unzip files to the root (warning! If you already started logging hits then your entire database will be overwritten) 2. Go to /fpdb/ open the database, open the Login table, and modify the username and password fields, by default the username is rebel and the password is moon. 3. Make your /fpdb/ directory executable trough IIS management console, this will prevent someone from downloading it's contents, which in this case is the database ServerVariables.mdb. 4. Give the IUSR_Machine account, write permissions to the /fpdb/ServerVariables.mdb database, otherwise you will receive and ODBC error 5. Include this snippet into every page you want tracked. Every page you want tracked must have the .asp extension, otherwise it wont log to the database 6. That's it. Go to http://www.yourhost.com/users, login and start viewing your hits. [b]Download the files at http://dev.pagedream.com/Track_UserVer2.zip [/b] View snapshots at http://dev.pagedream.com Let me know if you have any questions, or problems. --UPDATE-- Due to the increase use of the "User tracking" software, and the problems encountered during installation, I have decided to dedicate a forum especially for it. Feel free to comment. Please give credit if you find the software useful. http://pagedream.com/redirect.asp?site=http://core.pagedream.com:8080
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.
I saw the Keep AllAdvantage Active-code today, and thought I'd improve it abit. So I added a new - smaller - interface and a tray icon. The rest of the code is mostly the same as the original. If you had use for the first version, you'd probably want this one as well. Just think of it as an upgrade..
I've never seen a decent racing game in VB - until now! This racing game has fast, detailed graphics and good AI. AI? Yes, there are opponent cars!!! AND there is a course editor so that you can design and save your own courses - then teach the computer controlled cars to race on it! Accurate collision detection and smooth handling. If you enjoy or learn from this game, then a vote in return would take alot less time and effort than what I put into this game!
That are some Animation's with Line's, PsetX, Circle
After playing with ASP .NET's Data Grid, I figured I'd create something similar for use with ASP. I've begun by creating the properties and methods to reproduce the most commonly used and useful features of .NET's data grid. Easy to run examples included. Updated 10/28! 2nd version which allows column headers to be rendered as sort by links. Updated 12/27! Now can customize error message and display. Updated 2/21! Class optimized.
This is an introdunction to the art of masking. It shows you how to use BitBlt and masks to create a sprite over a background.
A queue data structure, in the form of an object. This class internally maintains all the data passed to it. Use this class for fixed data types (eg. Longs, fixed arrays, fixed strings, types, etc...) Use it, Like it, Learn from it, Vote for it.
This module will show how to use the printer object programmatically, in this case to print 3 part laser checks but anyone can use this on a laser printer with plain paper. I think it is about compact as it can be there are some variables that are not used yet. Notes on their purpose are documented. This shows how to use Printer.TextHeight and Printer.TextWidth for something useful. Please rate my code if you find it useful. ;)
A full basic winsock server allowing for 1000 and more client connections. Very easy to expand on for any type of server that needs the ability to allow multiple socket connections.
Ur code waits for X seconds without stopping complete VB like most others (incl. Sleep Api)
This program will grab all screen fonts avaliable, and add them all to a list, and to a menu! So you can select the font from a menu! Also, when a font has been selected, the 'Sample Text' font will change to the font selected. So you can preview fonts before you use them! And the list and menu's are in sync. So if you select something from the menu, it gets selected in the font list! Please vote for me!
ASPError provides a convenient way of collecting and managing errors and assertions that may occur. Errors can be sent directly to the browser, to the web servers log or to a file on the server. There are a host of options available in the class.
The purpose of this script is to format a comma-delimited string or a recordset from a database into columns, and truncate columns if the table runs too long. You can set the function to truncate or not, and supply a list of column numbers to truncate, if needed. The column headings/1st row will not be truncated. So the column headings will define the min length of the column
This code generates a 3D waterslide/hill side, how ever you see it as. Really cool concept, you can also create 3D triangles, 3D squares, and 3D Circles.
This demonstrates the use of alpha blending to create the illusion of a semi-transparent form. This effect can be used to make some VERY COOL form closing effects.
Here are bas for 13 Windows dll's..These are all the calls they make. Here are the bas: Advapi32 Comdlg32 Gdi32 Imm32 Kernel32 Lz32 Mpr32 Netapi32 Shell32 User32 Version Winmm32 Winspool **Note I did not write these so I can't help to much on what the calls all do.**
It typewrites any text you choose at any given speed
Polling system by using text files to store poll related info
Javascript with ASP, this function is a example, how you can mix javascript and asp. The clue is it is clientside! In example a clientside calculator and need not to post anthing to the display.