PHP Security System

Free and open source PHP Security Systems Scripts. Kepp your site server security in every respect such as XSS, SQL injuection, spam and so on.
  1. No Screenshot
    1689 total visits
    Crypter is capable of decrypting the data back to its original form.
  2. No Screenshot
    1650 total visits
    Time-based tokens are generated and can be used in hidden form fields.The presence of the token in the submitted form values can be verified and an eventual attack can be avoided by not processing the form if the token is not present or is not valid.Requirements: PHP 5.0 or higher
  3. No Screenshot
    2029 total visits
    A log file containing the IP addresses and whether they could be proxies, gets generated. Rex can also check if an array of POST or GET values contains HTML excerpts with Javascript that could be used to perform XSS (Cross-site scripting) attacks.Requirements: PHP 5.0 or higherWhat's New in This Release Rex:- Proxy port scan can be disabled (in some cases, ...
  4. No Screenshot
    1730 total visits
    A form parameter with a random hash is used in both the form and the processing pages. No Spam class can be used in links and forms.The links or forms that process the hashed parameters can verify the hash and only allow to proceed if the hash of the current date matches the followed URL hash parameter. This may help ...
  5. No Screenshot
    1468 total visits
    Form Data Cleaner can be used to sanitise GET and POST values based on expected data type rules. It takes a list of GET and POST request parameters that it should analyse and the respective data types that it expects. Currently Form Data Cleaner supports the types: integer, double, string, boolean and array.String values may be escaped for use in ...
  6. No Screenshot
    2044 total visits
    Spambot Trap Deluxe can be used to generate pages with e-mail links pointing to spam trap e-mail addresses. It can be used with mod_rewrite conditions to redirect unwanted crawling bots to a different spam trap domain.In the spam trap domain Spambot Trap Deluxe can be used to serve pages with bogus e-mail addresses either in the form of mailto: links ...
  7. No Screenshot
    1816 total visits
    Anti-Spam protects e-mail addresses in Web pages from being harvested usually by spammers that use programs to crawl and scan Web sites.
  8. No Screenshot
    1820 total visits
    Submit Security can check whether the referrer URL is a of a site from a trusted sites list. It can also check whether the access method is POST or GET, according what is expected.If any of the access checks fail, an error message will be displayed.Requirements: PHP 5.0 or higher
  9. No Screenshot
    1719 total visits
    secShield takes a string with a list of parameters like the query parameters of an URL. It returns a string with the parameters encrypted with a secret key that should be used as a single parameter in a link URL.The integrity of the parameters can be verified and they can be decrypted. If the encrypted parameters are not valid in ...
  10. No Screenshot
    1873 total visits
    HTML Sanitizer takes a string with HTML code and strips all the tags that do not make part of a list of safe tags. That list of safe tags is defined as a private class variable. There are some functions to allow usually unsafe tags like script, style, object, embed, etc..Unsafe tag attributes, such as JavaScript ones for event handling, ...
  11. No Screenshot
    1587 total visits
    The CSS classes used to identify the string are renamed every time to foul the spam bots.For Internet Explorer and Opera, CSSProtector only works on pages that use the STRICT DTD. For Mozilla CSS Protector works well with STRICT and LOOSE DTD. Older browsers that do not support CSS will show nothing or a whole mess.
  12. No Screenshot
    2067 total visits
    With PHP, to pass parameters between two pages you can use something like this:http://www.monsite.net/mapage.php?parametre1=123&user=456A visitor can modify thoses parameters to see what happens or to test parameters. For instance, he may modify the user parameter to see the account of another user.PHPSecureURL hides parameters. You do not have to modify your code. You just have to add some lines and ...
  13. No Screenshot
    1902 total visits
    Secure URL uses encoder to encrypt URL parameters. It uses PHP output buffer capture support to automatically process the URLs of the links and forms of the current page.The URLs which are to be altered can optionally be restricted through filters. When the current page using the class is loaded, it decrypts the parameter variables and updates the respective global ...
  14. No Screenshot
    1753 total visits
    Three protection mechanism are available and can be used. When an invalid attempt to access the protected images is performed, the class can execute exception actions like redirecting the browser to a given URL or displaying a given alternative image.Key Features of Protector:- Serve the image with several headers to tell browses to not cache the images- Avoid hot linking ...
  15. No Screenshot
    1871 total visits
    PHP poppassd client connects to a a given poppassd server and attempts to set a new password for the account of an user given the current password.If the server does not accept the new password, the class returns the specific error messages.Requirements: PHP 3.0 or higher
Pages 7 of 10« 3 4 5 6 7 8 9 10 »