Advertisement

Results for "Volume: 2002C"

2002C #17046
Guest Book Service!

Guestbook Service is a set of ASP scripts that allows you to provide free guestbook service for users on your site. So now you can run your own website like dreambook.com and make lot of money! IF YOU LIKE MY CODE, PLEASE VOTE! Thanks..

2002C #17001
GPS 1.2 - Content Managing System

GPS 1.2 is the backbone for every asp powered homepage. It simplises the whole administration: -You dont have to upload anything anymore. Just login and post a message. -GPS has multiuser support. You can set accessrights for each member. -Coordinate your homepagedev. with all administrators in the restricted forum. -GPS 1.2 has been augmented with GNS 1.1. Now every visit on your homepage is tracked and you get some infos like IP, Resolution, Colors, Platform, Browser from every user! GPS 1.2 has been built in order to be adapted easily into EVERY asp website: Just copy and paste the code of post.asp into the page you want the news to appear. You can even edit the layout and color structure of the table where the postings will appear. -All postings can be searched This GPS 1.2 Version Features: -> Text layouting -> " and ' support -> Edit Message Function -> Minor bugfixes -> Emailing function (CDONTS needed) -> Printable version -> Tracking powered by GNS -> And much more

2002C #17027
VersiForum

VersiForum is an ASP forum system written as an add-on for the Modular Site Management System and requires MSMS to be installed before it will run. Both MSMS and VersiForum are completley free, and currently in early beta versions.

2002C #17050
Database Search Example

This is a small example of how to get input from visitor at your site, search a database, and send them the results.

2002C #17014
Site User login with admin functions

This is a demo of a user login system with admin features and functions. Uses cookies and an access db. The main feature are status flags. Diff flags give diff privies/etc. Also i have included 2 admin pages. The first for user admin which allows you to change the user status, view the last on date, last ip, delete, upgrade, and downgrade the account. The other is a very descript log view for the logging system i have. Records ip, logged in name if possible, date, time and then allows you to view by date, and sort by any and all of those events. Have fun and please vote xor comment on it.

2002C #17047
Site Submitter Pro

Another onf of my great scripts. Add this service to your site, It allows people to submit there website to loads of other website for free or maybe you can charge. As always I am leaving this code FULL customizable. Please vote for me as alot of work has gone into this code.

2002C #17048
GuestBook Pro 2002

New Looking Guestbook. Add this cool looking guestbook to your website. Visitors can Register then login and do all sorts of things. I am making the code (FULLY) customizable so edit and change anything you like. Please I would really appreciate it if you would vote for my code as alot of work went into this.

2002C #16252
GuestBook Professional

New Looking Guestbook. Add this cool looking guestbook to your website. Visitors can Register then login and do all sorts of things. I am making the code (FULLY) customizable so edit and change anything you like. Please I would really appreciate it if you would vote for me as alot of work went into my code..

2002C #10835
Send Mail With SMTP

Send email using SMTP.

2002C #16986
WorkOrder System

Creates workorders for a IT center. Was designed spacifically for ISDN and T1 installations. You may do what you wish with the code. I have added the print button to my submission.

2002C #17155
Prevent viewing of javascript and stylesheets

Prevent unauthorized viewing of website javascript and style sheet files. Simply rename all your style and javascript files to the .asp extension. Then include the validate_view.asp file at the top of each file. Open the validate_view.asp file and change the top the constants to those required. Then finally call the procedure name "validate_view" with the current files content type as the parameter.

2002C #11056
Reading Command Parameters

Have you ever wanted to click a file and open it? If your program is associated with a specified file type, or you select file(s) and drag them onto the exe icon of your app then this code is for you. It reads the parameters when the form is loaded using by getting the "Command". This code can get each file dragged or clicked on. If you just use the command statement you will get something like this "c:\george.bmp c:\ben.bmp f:\mydoc.doc". This code seperates each file and uses another sub to open it.

2002C #17009
XMLHTTP & ASP Whois Lookup script

I coded this script after weeks of trying to get perl whois scripts to work,on a windows 2000 server, it uses Microsoft.XMLHTTP component to retrieve whois information from Nominet UK & Network Solutions. It works by posting the domain name to their whois page. The page is returned to the script and XMLHTTP component strips the rubbish of the returned object and prints out the whois information You can see the script in action at the following addresses: http://www.dwiwebdesign.com/whois/whoisv1-uk.asp http://www.dwiwebdesign.com/whois/whoisv1-us.asp http://www.dwiwebdesign.com/whois/whoisv1-uk&us.asp You don't need any objects installed on the server. Only Internet Explorer 5 or more. If there's any problems email me and i will try to help you out.. David Irwin

2002C #17059
Who Stole the Cookies ?

INTERNET cookies are incredibly simple, but they are one of those things that have taken on a life of their own. Cookies started receiving tremendous media attention starting February 2000 because of the Internet privacy concerns. The debate still rages on.

2002C #17060
An Introduction to Java Servlets

Java servlets are making headlines these days, claiming to solve many of the problems associated with CGI and proprietary server APIs. In this article I will describe the overall servlet architecture and what you need to develop your application with servlets. I will use several code examples to show you how to use the Servlet API, and compare it with CGI and proprietary server APIs where appropriate.

2002C #16828
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.

2002C #17062
ASP Quicksite

(Please rate this and send me comments, suggestions, or bugs. If I don't get feedback, there won't be a second version.) ASP Quicksite is basically a quick and easy site-in-a-box. Quicksite uses Macromedia Dreamweaver for templates, so all the design is up to you. ASP Quicksite has a Microsoft Access database backend, and includes the following features: user registration, log in, and log out; multi-category question and answer forum; and a comments system which allows for comments on any page. http://www.sau21.k12.nh.us/nhes/history is an example of the system in use. Remember to start administrating the forum by logging in as "admin" for the email field, and "password" for the password field. That is admin/password. After logging in, you can update your account to customize this information.

2002C #10452
Test for domain/user/password combination.

Allow You to test Domain/User/Password combination ...

2002C #10054
Cool Flat/3D Button *MUST SEE*

Do you also think, that the normal CommandButton is a bit ugly? Here is a Button of the next generation...check it out!

2002C #16895
Universal Database Updater

Why I wrote thise code: While working on a project, I realized that I was writing too many update statements. Not that it's hard, but hand coding update statements can feel like pulling teeth if you are working with large applications where you do a lot of updating. So why not create a dynamic update statement that saves time, and effort, and only needs to be written once? Okay, I admit it, I can be lazy sometimes. But this one is actually useful. This code takes values from a querystring and uses them to update two fields within a database record. It can be used for any table in any access database.

Languages
Top Categories
Global Discovery