Create a Internet shortcut





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

7
Date Submitted Tue. Nov. 28th, 2006 3:59 AM
Revision 1
Helper TimboTheGreat
Tags BATCH | cscript | VBSCRIPT
Comments 0 comments
This script demonstrates the user of a procedure that forces the currently executing script to execute under the CScript scripting host. This allows the output from WScript.Echo statements to be displayed in a command prompt dialog in a similar way to older style batch files, making this procedure ideal for batch processing.

Typical usage would see the ForceCScript procedure called at the beginning of a script.
4
Date Submitted Mon. Nov. 13th, 2006 8:58 AM
Revision 1
Beginner Mattkins
Tags SQL | VBSCRIPT
Comments 6 comments
This is a quick and dirty function for preventing SQL Injection, the function is designed to clean any variable that will be concatenated into an SQL query. Apostrophes and Double-Quotes are changed to entities in order to ensure that encoding does not become an issue when the content is pulled back into a page. I'm looking for criticism here, I want to know if this is secure or not.
9
Date Submitted Mon. Oct. 9th, 2006 2:22 AM
Revision 1
Helper TimboTheGreat
Tags "self deleting" | VBSCRIPT
Comments 1 comments
This script demonstrates the use of a function that allows a script to delete itself from disk. The function can be called from anywhere within the script and the script will continue to function normally (assuming the script does not further attempt to access itself on disk). Handy for homebrew uninstallation programs that require the removal of all installation files, including the setup file.
-5
Date Submitted Sat. Apr. 15th, 2006 2:56 AM
Revision 1
Syntax Master dannyboy
Tags connect | VBSCRIPT
Comments 0 comments
check server sessions
-5
Date Submitted Sat. Apr. 15th, 2006 12:54 AM
Revision 1
Syntax Master dannyboy
Tags URLConnection | VBSCRIPT
Comments 0 comments
open internet explorer and navigate to a url
-7
Date Submitted Sat. Apr. 15th, 2006 12:47 AM
Revision 1
Syntax Master dannyboy
Tags "Email Address" | txt | VBSCRIPT
Comments 1 comments
Retrieve email adresses from a given text file
4
Date Submitted Sat. Apr. 15th, 2006 12:43 AM
Revision 1
Syntax Master dannyboy
Tags remote | services | VBSCRIPT
Comments 0 comments
List all services of a remote compute
3
Date Submitted Sat. Apr. 15th, 2006 12:40 AM
Revision 1
Syntax Master dannyboy
Tags admin | remote | VBSCRIPT
Comments 0 comments
enable remote admin settings
4
Date Submitted Sat. Apr. 15th, 2006 12:37 AM
Revision 1
Syntax Master dannyboy
Tags Hostname | IP | VBSCRIPT
Comments 0 comments
find external IP and external hostname with vbscript
-8
Date Submitted Fri. Mar. 3rd, 2006 8:01 AM
Revision 1
Syntax Master dannyboy
Tags ASP | COUNTER | VBSCRIPT
Comments 0 comments
The following ASP code will allow you to Count and Display the amount of visitors that are currently on or viewing your website.

You will have to save this ASP code into a file called 'global.asa', which must be uploaded to the root of your webserver.