Search Engines

 

Submit Link | Latest Links | Top Hits | Suggest Category |   | 

Scripts Directory » PHP Scripts » Search Engines

Featured Links

N/A
G-Encoder - http://www.gravitasi.com/ge/

G-Encoder is a PHP script to encode, obfuscate, and compress (only for scripts with above 2kb size). This script is using ZLIB and base64_encode() to encode your PHP source code. This is not PHP encryptor, someone who knows PHP/Programming probably could decode the result. G-Encoder has some features like Time Limiter and Address Binding. of course, it`s free.

N/A
Image Form Valuator v1.0 - http://www.yugdesign.com/demo/CAPTCHA-form-Validation/index.php

This script generates images for CAPTCHA ( Completely Automated Public Turing test to tell Computers from Humans Apart ) validation tests, make coded string and compare users input. This script was made as simple as only possible. It doesn`t require any additional libraries or user session, it use only common PHP functions. This simplicity is helpful in case your hosting has lack of abilities.

N/A
Securimage CAPTCHA Generator - http://www.neoprogrammers.com/

A highly customizable PHP class for generating CAPTCHA images to prevent programs from filling out your forms. This does everything from create and output the image, to validate the code entered by the user in the form. It can show an image and validate the user entered code in just 3 lines of PHP. This class provides a simple interface to using CAPTCHA images so you can easily make your own custom forms that implement this class. It supports variable length codes, custom TTF fonts, custom colors, optional lines over the text to help confuse programs, angled text, transparent text and more. Includes several code examples and various sample images in the zip file.

N/A
Salt & Pepper Encrypter - http://code.nathanbolender.com/PHP/salt_pepper/

Salt & Pepper Encrypter is a collection of two PHP functions that will make your password storage more secure! Instead of using just a common hash function, it uses a combination of them along with its own algorithm! For example, lets say you have a password of test. You want to securely store this password in your database, but still be able to authenticate the user. With Salt & Pepper Encrypter, your password could be saved in the database a number of ways such as: - a94a8fe5ccb19ba61c4c0873d 39190dd6f7670f0cca44cb9d3 c8e7df65ee93307273e987982 fbbd3n28 - a94a8fe5ccb19ba61c4c0873d 96669b01b6f24c7294f2f442c 2ce0de9391e987982fbbd3b25 By having such a variable way of storing data you are circumventing hackers from comprimising your data. After storing this in the database, you can check the user`s inputted password for correctness as well.

N/A
Password Protect Pages/Files and Directories - http://www.free-php-scripts.net

The best just got better, this new update script does more than its older version. Code is easily readlable and changable. No linkback required. Pure PHP. Works on Files or Database. Allow 1 person to access pages/directries, or allow millions. Over 14,000 downloads since April 04!

N/A
BTT-License Standard [Standard] License Distribution System - company/index.php

A simpler version of BTT-License Pro is a license management system for developers. It allows you to generate complex Logic code keys and logic licenses to bind to your applications for developers. You can set expiration date, domain, email, database, etc, etc limitations for your applications you are developing. Complete Admin and User interface allows for client support and management. Works on all platforms. Uses a MySQL database to store all infomration. A Non-MySQL database version is also available as well.

N/A
Human-Check v 2.3 - http://www.smiledsoft.com/demos/codegen/

The script shows secred digital code over some background image. If visitor can recognize the code and type it in the textbox -- we can assume he/she is human. Otherwise probably it is malicious script and access is denied. In this version we are no longer dependant if visitor has "cookies" enabled or disabled. Also execution time is faster than in version 1.0

N/A
Styssi Site Protector - http://www.oedsbach.de/styssi/

Fully automatic script to protect several directories of your homepage with different usernames and passwords. Works with the safe .htpasswd and .htaccess files. All you have to do for installation is upload the script. The rest can be done with a nice Graphical User Interface.

N/A
phpSecureIt - http://phpsecureit.remiya.com

phpSecureIt will help you to protect your PHP code, from unauthorized views. It implements an entire system for encoding and protecting your PHP Scripts from intellectual theft. phpSecureIt includes 4 different protection levels. In addition phpSecureIt can obviously optimize your source code size. And best of all its free, saving you money and extra cost.

N/A
Human check - http://smiledsoft.com/demos/codegen/

This script allows you to prevent authomated form filling by robots or any other hacking software. It shows distorted picture with digits. If the visitor is human, s/he is able to read the code and enter it into the textbox. Just the same as when you want to vote for a script on Hotscripts :) Check the site! There are several significantly different implementations of this idea.

N/A
phpSecureIt 3.0 - http://phpsecureit.remiya.com

The best online PHP script protecting utility. phpSecureIt 3.0 will help you to protect your PHP code, from unauthorized views. It implements an entire system for encoding and protecting your PHP Scripts from intellectual theft. phpSecureIt 3.0 comes with less platform requirements and user friendlier usage. Includes 4 different, compatible with each other, protection levels - 1) Shrink your source code size by removing comments and indentation optimizing it for faster execution, 2) Hide the source from prying eyes, thus making it harder human readable, 3) Encodes and secures the source, making it almost impossible to decode by generating random output each time, 4) Compresses the code using ZLIB compression, thus reducing and optimizing the filesize (needs ZLIB library installed to function). And best of all its FREE, saving you money and extra cost.

N/A
PADL - PHP Application Distribution License System - http://www.phpclasses.org/browse/package/2298.html

This class can used to generate keys to control the distribution PHP applications that are enable according to a license. It generates license strings that can bind PHP applications to specific servers or can only be executed during limited time period or to restrictions placed on a home server. The binding to server process attempts to use the server network card MAC address. This feature was tested on servers are Mac OS X (Darwin), Linux, Windows XP, although it may also work for FreeBSD, NetBSD, Solaris. The class also attempts to use information from $_SERVER variable to encode that server name, server IP, server user path and server url to the application folder. This server binding can be disabled if required, and it also possible to block the key being generated for the localhost address (127.0.0.1) The time limiting of the license uses a start period (and a given start offset to allow for time discrepancies) and an expiry date if required. If required when validating a key it is possible to dial home to check the license key on your own server. (see demo2.license.php file) The PHP_OS and PHP_VERSION of the php that the key was generated for is also encrypted into the key. It is also possible to encrypt additional information into the license key. This class is still in development however it is stable.

N/A
Password generator - http://www.xantus-webdevelopment.com/free/

Fast and easy script to get totally random passwords. Very secure!! Easy to intergrate in existing php scripts thanks to it`s css stylesheet!

N/A
Random Hex Key - http://www.kg4mrv.com/misc/hexkey.html

Generates a random hex key that you can use in your brodband router.

N/A
safedata - http://dev.darkregion.net/?pid=safedata

Safedata is a PHP class that effectively disables both register_globals and magic_quotes. It includes wrapper functions for MySQL / MySQLi`s escape string functions and for htmlentities / htmlspecialchars that allow you to use both strings and arrays. It can also help with HTML forms, so you can ensure that the submitted form values are of the correct type (int, float, string, array). Requires PHP 4 >= 4.1.0, or PHP 5.

N/A
user login - http://scripts.franciscocharrua.com/user-login.php

Make PHP generated web content available only to your users! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. userLogged() returns true if the cookies named UserName and PassWord exist in the MySQL database as a pair. If not, it displays the content of $LogInPage.

N/A
Log In script - http://scripts.franciscocharrua.com/login.php

Make PHP generated web content availabe only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are the same as $UserName and $PassWord, the first 2 paramters of the function. If not, it displays the content of $LogInPage, the 3rd paramenter. The main thought behind this was to display the same login for all my admin pages, without have to repeat the same HTML code. Another purpose for this code was to keep MySQL queries, and other back-end code from being executed without permission.

N/A
ExplodingAccess - Invision Board Powered Members Area - http://explodingpanda.com/explodingaccess.php

New Version 1.2: Creates a secure members` area for your site, which runs from an Invision Board member database. Allow users to use a login universally throughout your website. Simply add users to the appropriate board usergroup, and their password will work both on your forums, and on your protected area. Tested with IB 1.3 +. Now has support for passwords in all cases. This script now works with the new modified versions of iPB, give it a try.

N/A
MySQL Login - http://scripts.franciscocharrua.com/mysql-login.php

Make PHP generated web content available only to you! I derived this function from some PHP code that I used on the administrative portion of my database driven sites. isLogged() returns true if the cookies named UserName and PassWord are not null, and successfully create a database connection when passed with the mysql_connect function. If not, it displays the content of $LogInPage.

N/A
iScramble - http://www.Z-Host.com/scripts/iscramble/

iScramble is a PHP script that allows you to protect sections of your HTML code from prying eyes. It scrambles the text into a form that is not human readable, and generates some JavaScript code to descramble it. It is particularly useful for hiding email addresses from email address harvesting robots. Using iScramble is simply a matter of including the php code, calling the iScramble() function passing in text that you want to scramble, then echo the returned string.

N/A
Check Password - http://scripts.franciscocharrua.com/check-password.php

Verifies that a given string is a good password. If it is a good password, the function returns an empty string. If it isn`t, it returns a text string describing the flaws. The function is relatively permissive, but was written to take additional constraints.

N/A
phpAuthent - http://phpauth.sourceforge.net/

phpAuthent is a PHP interface for securing web sites. It handles users and groups management (one user can be assigned to several groups) and provides an API to be easilly integrated into existing websites. It requires MySQL support and PHP >= 4, is fairly simple to setup and integrate. A web based administration allows to easilly manage users (creation, modification, deletion) and groups. Users to groups assignement is as easy as doing 3 clicks.

Want to get your link indexed by the major search engines faster? Add this category to your RSS feed reader: 
Add to My Yahoo!Add to My MSN!

Gazduire Linux
Wallpapers |Celebrities wallpapers |Girls wallpapers |Nice wallpapers |Desktop wallpaper
Scripts directory --  Linux Commands