HomebulletScriptsbulletTag: secure (3 results)
  1. No Screenshot
    353 total visits
    Page encryptor can be used to create obfuscated names for pages. This script takes the base name of a page and the extension and returns a page file name composed using an hash of the base name using a given salt followed by the original name extension. Requirement: PHP 3.0 or higher
  2. No Screenshot
    324 total visits
    All superglobals ($_GET, $_POST, $_REQUEST, $_SERVER) are wrapped into objects. Access is facilitated over filter functions or pre-defined filter lists. Array access syntax is still possible, but validation just a method name away: $_GET->name["var"]$_POST->ascii->text["field"]$_REQUEST["raw"] // uses raw method or pre-defined filter It can prevent raw access, but for transitioning the codebase allows it. Also it's simple to define new filters ...
  3. No Screenshot
    1959 total visits
    Cpanel Backup allows trasferring the backup data via SCP (Secure Shell Copy) as alternative to regular FTP. The remote destination directory for the backup file can also be specified. Requirements: PHP 4.0 or higher
Pages 1 of 1« 1 »