Main > Free Download Search >

Free lock script

lock

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 61
KeePass 1.1

KeePass 1.1


KeePass is a convenient script to keep passwords safely. You can put all your passwords in one database, which is locked with one master key or a key-disk. more>> <<less
Added: 2008-04-03 License: GPL - GNU Public License Price: GPLGNUPublicLicense
1 downloads
JavaScript: Detecting Caps lock

JavaScript: Detecting Caps lock


I wanted to see if you could detect caps lock in JavaScript. Why? As a small usability touch, basically alerting users that caps lock is enabled when they are entering passwords for example. I?ve wrapped up the logic in a simple function that can help more>> I wanted to see if you could detect caps lock in JavaScript. Why? As a small usability touch, basically alerting users that caps lock is enabled when they are entering passwords for example. I?ve wrapped up the logic in a simple function that can help you detect caps lock on a key press.<<less
Added: 2008-07-09 License: Other Price: $0.00USD
14 downloads
Network Lock & Key 1.0 1.0

Network Lock & Key 1.0 1.0


Network Lock & Key is a PHP & Access Windows Application Storing Usernames & Passwords! Requires Windows IIS & PHP. (Includes PHP Windows installer) Medium to Large Networks need a better way of storing and managing passwords than pen and paper. Network more>> Network Lock & Key is a PHP & Access Windows Application Storing Usernames & Passwords! Requires Windows IIS & PHP. (Includes PHP Windows installer) Medium to Large Networks need a better way of storing and managing passwords than pen and paper. Network Lock & Key 1.0 provides a web based interface that allow users to add and even update there paswords. The Admin area of the application can then Gernerate a report of all usernames and passwords. The install may be difficult if you have not prior website experience, but comes with step by step instructions, as well as links to aa tutorial.<<less
Added: 2006-03-03 License: GPL Price: $0.00USD
13 downloads
Lock My Stuff 1.1.1

Lock My Stuff 1.1.1


LockMyStuff.com is a web-based encryption tool that provides a free and easy method for securing sensitive data for storing or transmitting over insecure channels. You can also store encrypted text on our server and just send a link to access it. Sending more>> LockMyStuff.com is a web-based encryption tool that provides a free and easy method for securing sensitive data for storing or transmitting over insecure channels. You can also store encrypted text on our server and just send a link to access it. Sending the encrypted text to one or more recipients is simple using the email form. The website is powered by PHP and the MCrypt library. Text encryption uses the MCrypt PHP module, and file encryption uses the MCrypt command line interface. MCrypt provides all the encryption functionality of the application. The algorithm we use is Rijndael, which the encryption standard used by the U.S. Government for securing classified information. All of the software used is open-source and freely available.<<less
Added: 2008-10-21 License: Other Price: $0.00USD
13 downloads
JavaScript Auto filling data for ASP.NET web forms with data lock 1.0

JavaScript Auto filling data for ASP.NET web forms with data lock 1.0


When we go for shopping online, we purchase any item say CD, Books and place order. To ship our order company ask for our billing as well as shipping address. If we going to gift that item to anyone then both addresses will be different else will same. more>> When we go for shopping online, we purchase any item say CD, Books and place order. To ship our order company ask for our billing as well as shipping address. If we going to gift that item to anyone then both addresses will be different else will same. For same billing and shipping address shopping cart gives us an option. By clicking (checking/selecting) it our billing address content get fill in shipping address field which save our time to retype same address again. All the process of auto filling data is done by JavaScript. Here we are going to design JavaScript Auto filling data for ASP.NET web forms. Also we are going to lock those fields as we simply coping data from one data field to other.<<less
Added: 2009-04-16 License: Freeware Price: $0.00USD
11 downloads
Dynamic IP Locking 1.0

Dynamic IP Locking 1.0


So what if you want to implement multi-factor authentication for your simple website and not have to pay for commercial solutions? One that is as easy to use as CAPTCHA that recently sites have implemented. more>> So what if you want to implement multi-factor authentication for your simple website and not have to pay for commercial solutions? One that is as easy to use as CAPTCHA that recently sites have implemented.<<less
Added: 2007-01-02 License: Freeware Price: $0.00USD
11 downloads
Terac Board 1.0

Terac Board 1.0


Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Speed-optimized database design Easy installation Multi-languages(English/Chinese...) Unlimited forums/posts Lock forum Lock/pin/degist/delete topic Delete more>> Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Speed-optimized database design Easy installation Multi-languages(English/Chinese...) Unlimited forums/posts Lock forum Lock/pin/degist/delete topic Delete message User profiles Avatars<<less
Added: 2002-08-19 License: Free Non-Commercial Price: 0.00
13 downloads
 
Other version of Terac Board
Terac Board) Unlimited forums/posts Lock forum L. Easy installation Support servers like Tomcat, Resin, WebSphere, WebLogic etc. Speed-optimized database design
License:Free for non-commercial use
Download
2629 downloads
Added: 2002-08-19
MySQL shoutbox 1.0

MySQL shoutbox 1.0


This simple tool allows visitors to post short comments on your site. Shouts are stored in a MySQL database. Including refresh lock, splitting long words, etc. more>> This simple tool allows visitors to post short comments on your site. Shouts are stored in a MySQL database. Including refresh lock, splitting long words, etc.<<less
Added: 2009-03-02 License: Freeware Price: $0.00USD
14 downloads
Advanced shoutbox 1.0

Advanced shoutbox 1.0


This simple tool allows visitors to post short comments on your site. Shouts are stored in a flat file. Including refresh lock, splitting long words, etc. more>> This simple tool allows visitors to post short comments on your site. Shouts are stored in a flat file. Including refresh lock, splitting long words, etc.<<less
Added: 2009-03-02 License: Freeware Price: $0.00USD
14 downloads
Mutex Class 1.0

Mutex Class 1.0


In situations where multiple processes or applications are sharing a common resource you will have the problem that you will want only one of them accessing / modifying that source at the time. This is also known as a concurrency problem. A mutex lock more>> In situations where multiple processes or applications are sharing a common resource you will have the problem that you will want only one of them accessing / modifying that source at the time. This is also known as a concurrency problem. A mutex lock solves this problem for you. What it does: it creates a record indicating that for the unique name you passed, a lock has been given. This unique name represents a process or thread or application that can be running multiple times simultaneously. So, during the time it has the lock, no other lock with that name will be given which enforces the exclusivity. The class comes bundles with a storage-adapter class and a mysql-storage class that implements this adapter. But you can easily integrate a self-built storage class that uses another database or even flat-file system.<<less
Added: 2008-08-31 License: Other Price: $0.00USD
12 downloads
Block IP address with PHP

Block IP address with PHP


Its always a hard slog with spammers around the web. Once we have found the culprit, we generally move towards htaccess to lock the window and when its not available, we rely on the power of PHP.Lets get into the battle more>> Its always a hard slog with spammers around the web. Once we have found the culprit, we generally move towards htaccess to lock the window and when its not available, we rely on the power of PHP.Lets get into the battle<<less
Added: 2009-01-01 License: Freeware Price: $0.00USD
11 downloads
Conscientia

Conscientia


With Conscientia you can: + Create, Edit and Manage Unlimited Articles + Create, Edit and Organise Unlimited Categories + Show or Hide Articles or Entire Categories from Public View + Lock or Unlock P more>> With Conscientia you can: + Create, Edit and Manage Unlimited Articles + Create, Edit and Organise Unlimited Categories + Show or Hide Articles or Entire Categories from Public View + Lock or Unlock Public Comments + Add HTML and Images to Articles + Manage Administrator and Limited Users + Customise the Public End with customised CSS + Seamlessy integrate the Public End with your own website And much more with the Most Powerful Knowledge Base Management Software available!<<less
Added: 2005-03-20 License: Commercial License Price: $240.00AdditionalInfoMultipleUserLicenceUnlimitedUsers
1678 downloads
PHP Profuscator 1.0

PHP Profuscator 1.0


PHP Profuscator is a php script that encrypts and/or obfuscates php and html contents using one of four possible methods. Some methods are more secure, making it possible to lock the scripts on your server so they would not run anywhere else if copied or more>> PHP Profuscator is a php script that encrypts and/or obfuscates php and html contents using one of four possible methods. Some methods are more secure, making it possible to lock the scripts on your server so they would not run anywhere else if copied or moved.<<less
Added: 2009-02-22 License: Freeware Price: $0.00USD
12 downloads
UNIX Chat Script 1.0

UNIX Chat Script 1.0


As most UNIX bods know, with fairly recent audit lock downs - talkd has been disabled. Now where is the fun in that! :) Don?t know about you, but quite often I?ve needed to talk to other people remotely and don?t want to hold a phone or use hands more>> As most UNIX bods know, with fairly recent audit lock downs - talkd has been disabled. Now where is the fun in that! :) Don?t know about you, but quite often I?ve needed to talk to other people remotely and don?t want to hold a phone or use hands free. Here is a quick and dirty solution, that works with bash - should work with zsh too.<<less
Added: 2006-06-28 License: Freeware Price: $0.00USD
11 downloads
phpGuardian 4.0-dev

phpGuardian 4.0-dev


phpGuardian encodes PHP source code and logs the server information to check if the script is running in another server. This can be useful in the event that the script has been duplicated without authorization. In response, it can then optionally more>> phpGuardian encodes PHP source code and logs the server information to check if the script is running in another server. This can be useful in the event that the script has been duplicated without authorization. In response, it can then optionally execute arbitrary code which could be used to lock execution.<<less
Added: 2008-02-11 License: GPL Price: $0.00USD
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5