Main > Free Download Search >

Free stevens pass script

stevens pass

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 145
Securevar Class 0.1

Securevar Class 0.1


The Securevar class allow you to crypt & decrypt the paramaters you pass through an url. Usefull if you do not want (or can not) use session system or if you are working with two different website wich are not hosted in the same place. more>> The Securevar class allow you to crypt & decrypt the paramaters you pass through an url. Usefull if you do not want (or can not) use session system or if you are working with two different website wich are not hosted in the same place.<<less
Added: 2006-06-07 License: GPL Price: $0.00USD
11 downloads
 
Other version of Securevar Class
Securevar ClassThe Securevar class allow you to crypt & decrypt the paramaters you pass through an url. Usefull ... The Securevar class allow you to crypt & decrypt the paramaters you pass through an url. Usefull
License:GPL
Download
1234 downloads
Added: 2006-06-07
PHP Pass 1.1

PHP Pass 1.1


simply add or include() the PHP Pass code to the top of your file(s), change the password to what you want it to be, and its done - any time someone connects to that script, theyll be given a login form. It works across sessions, so they only have more>> simply add or include() the PHP Pass code to the top of your file(s), change the password to what you want it to be, and its done - any time someone connects to that script, theyll be given a login form. It works across sessions, so they only have to enter the password once. It can be used to protect multiple files, and it can use multiple passwords. It can email you when a user enters an incorrect password, or it can write log data to a file of your choice. Now with optional session timeout - force users to re-enter password after certain idle time elapses.<<less
Added: 2004-12-16 License: Freeware Price: $0.00USD
12 downloads
 
Other version of PHP Pass
PHP Passsimply add or include() the PHP Pass code to the top of your file(s), change the password . simply add or include() the PHP Pass code to the top of your file(s), change the password
License:Freeware
Download
1775 downloads
Added: 2004-12-16
Delegates and Events in C#

Delegates and Events in C#


What makes them special is that unlike the C function pointer, the .NET delegate is type safe. Delegates exists for situations in which you want to pass methods arounds to other methods. Using a delegate allows the programmer to encapsulate a reference more>> What makes them special is that unlike the C function pointer, the .NET delegate is type safe. Delegates exists for situations in which you want to pass methods arounds to other methods. Using a delegate allows the programmer to encapsulate a reference to a method inside a delegate object. As a .NET developer you will be using delegates and events extensively, especially when developing the Windows Forms applications.<<less
Added: 2007-10-01 License: Free Non-Commercial Price: $0.00USD
14 downloads
What is PHP Sessions? 1.0.0

What is PHP Sessions? 1.0.0


Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables more>> Session concept is very useful for Web based applications to pass and share information from one Web page (request) to another Web page (request). Session support in PHP consists of a way to preserve certain data across subsequent accesses. This enables you to build more customized applications and increase the appeal of your web site. A visitor accessing your web site is assigned a unique id, the so-called session id. This is either stored in a cookie on the user side or is propagated in the URL. A PHP session solves this problem by allowing you to store user information on the server for later use (i.e. username, shopping cart items, etc). However, this session information is temporary and is usually deleted very quickly after the user has left the website that uses sessions.<<less
Added: 2007-07-13 License: Freeware Price: $0.00USD
11 downloads
 
Other version of What is PHP Sessions
What is PHP Sessions?for Web based applications to pass and share information from one Web page (request) to another ... for Web based applications to pass and share information from one Web page (request) to another
License:Freeware
Download
836 downloads
Added: 2007-07-13
Sessionara

Sessionara


Before this release, I described Sessionara as a class for Session management with MySQL. But actually its more, its a session based data environment with MySQL. This class enables you to open a v more>> Before this release, I described Sessionara as a class for "Session management with MySQL". But actually its more, its a "session based data environment with MySQL". This class enables you to open a virtual session (identified by an unique session ID), then set and access variables in this environment. If you pass the session ID within multiple pages (via GET/POST parameters), then you get an easy and powerful way to pass values between various pages. Taking this, the possibilities are only limited by your imagination. I had difficulties updating this entry, but the new release 1.7-r1 is finally here too! Fixes ugly bugs 1.5 had and introduces new features, take a look at the website at http://php.xbe.ch and read the documentation there.<<less
Added: 2001-12-26 License: GPL Price: Free
2858 downloads
Pending n/a

Pending n/a


The only social countdown service in the world, Pending, gives you the ability to easily and quickly create a countdown to any event you desire, and watch the time pass in real time. Your countdowns are shared with the world (or left private to you if more>> The only social countdown service in the world, Pending, gives you the ability to easily and quickly create a countdown to any event you desire, and watch the time pass in real time. Your countdowns are shared with the world (or left private to you if you desire) through our website.<<less
Added: 2006-04-15 License: Freeware Price: $0.00USD
13 downloads
Sending queries to mySQL 1

Sending queries to mySQL 1


PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If more>> PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().<<less
Added: 2008-01-11 License: Freeware Price: $0.00USD
14 downloads
Session in PHP

Session in PHP


Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2008-08-27 License: Freeware Price: $0.00USD
16 downloads
Delete cPanel Subdomain 1.0

Delete cPanel Subdomain 1.0


Designed to delete subdomains on cPanel managed hosting. Supports bunch delete. You can use this script in either way: (1) Open script in browser and fill the form data; (2) Pass all information via URL, form will not appear in this case; (3) List all more>> Designed to delete subdomains on cPanel managed hosting. Supports bunch delete. You can use this script in either way: (1) Open script in browser and fill the form data; (2) Pass all information via URL, form will not appear in this case; (3) List all subdomains to be deleted in the plain text file<<less
Added: 2007-09-19 License: GPL Price: $0.00USD
10 downloads
Working with sessions in PHP

Working with sessions in PHP


Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use. more>> Working with sessions in PHP is very basic. You can pass values to session as key/value pairs. To store and receive data from sessions are very easy to use.<<less
Added: 2006-09-12 License: Freeware Price: Free
1142 downloads
Weighted Random 1.0

Weighted Random 1.0


Weighted random is a CFC that I created to use for the CFSudoku project. The main function of this CFC is to allow a developer to pass in an structure of values and their "weight". The weight structure is then used to build a weight array. The length more>> Weighted random is a CFC that I created to use for the CFSudoku project. The main function of this CFC is to allow a developer to pass in an structure of values and their "weight". The weight structure is then used to build a weight array. The length of the array is equal to the sum of weights and the corresponding value is stored in each array element. RandRange() is then used to get a random array key and the corresponding value is returned as the weighted random value.<<less
Added: 2007-02-26 License: Freeware Price: $0.00USD
17 downloads
 
Other version of Weighted Random
Weighted RandomThe main function of this CFC is to allow a developer to pass in an structure of values and their ... The main function of this CFC is to allow a developer to pass in an structure of values and their
License:Freeware
Download
993 downloads
Added: 2007-02-26
toStringX 0.0.2

toStringX 0.0.2


toStringX is a tiny public domain JavaScript library that extends Object.prototype.toString to support any constructor. For example, Object.prototype.toString(new Foo) would return "[object Foo]" instead of "[object Object]". To use the normal native more>> toStringX is a tiny public domain JavaScript library that extends Object.prototype.toString to support any constructor. For example, Object.prototype.toString(new Foo) would return "[object Foo]" instead of "[object Object]". To use the normal native toString method, just pass true to toString.<<less
Added: 2009-05-16 License: Other Price: $0.00USD
11 downloads
PHP2ASP Session 1.0

PHP2ASP Session 1.0


Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way more>> Using this script you can pass all your PHP user authentication sessions to ASP pages. I have given full detail explanation of the script so you can use the ASP page to authenticate and use it in the PHP pages. I wrote this scripts since there is no way of sharing sessions between both languages until this scripts ;)<<less
Added: 2005-03-19 License: Freeware Price: $0.00USD
13 downloads
 
Other version of PHP2ASP Session
PHP2ASP SessionUsing this script you can pass all your PHP user authentication sessions to ASP pages. I have ... Using this script you can pass all your PHP user authentication sessions to ASP pages. I have
Price: FreeAdditionalInfoIfyoulikethisscriptPleaseJoinSpyDB.com
License:Freeware
Download
1706 downloads
Added: 2005-03-19
Dirlister 1.0.0

Dirlister 1.0.0


Love the Apache directory listing, but hate its blandness? Need a quick and easy way to pass files between people? Want to be able to manage a websites file structure? Dirlister does it all. Upload, rename, delete files and folders. Create new more>> Love the Apache directory listing, but hate its blandness? Need a quick and easy way to pass files between people? Want to be able to manage a websites file structure? Dirlister does it all. Upload, rename, delete files and folders. Create new folders.Keep your data protected and accessible to those only you allow. Do all this with a single file. That WAS Dirlister...now, it is the ultimate file management system. The ULTIMATE. Multiple users, different pemissions, single file ease. Singlefile. Remeber with older version that you had to have a different dirlister files in every folder that you wanted to use? Now, one single file can browse virtually ANY folder on you webserver. How great is it? Jason from Antelope, CA says "Dirlister is a flash drive that cannot be lost, but can be accessed from any computer that has internet."<<less
Added: 2005-10-07 License: GPL Price: $0.00USD
205 downloads
 
Other version of Dirlister
DirlisterNeed a quick and easy way to pass files between people? Want to be able to manage a websites file ... Need a quick and easy way to pass files between people? Want to be able to manage a websites file
License:GPL
Download
1677 downloads
Added: 2005-10-07
Simple PHP Login Script 1.0

Simple PHP Login Script 1.0


Very simple script consisting of one page. Password is hard coded into the script. You can see demo at our site. The password default is 123pass but you can change that by editing the 3rd line in the pass.php file. If you are looking for a quick password more>> Very simple script consisting of one page. Password is hard coded into the script. You can see demo at our site. The password default is 123pass but you can change that by editing the 3rd line in the pass.php file. If you are looking for a quick password protect this is is. If you want a more complex script this is not the one for you.<<less
Added: 2007-06-04 License: GPL Price: $0.00USD
12 downloads
 
Other version of Simple PHP Login Script
License:GPL
Download
1356 downloads
Added: 2007-06-04
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5