-
This PHP script is mainly used to encode and decode torrent files in Bencode format. It extracts metadata from a file in Bencode format and return an associative array. This script can also do the opposite, i.e. take an associative array and encode it in the Bencode format. Requirements:- PHP 5.0 or higher
-
This class can be used to generate stems from words encoded using UTF-8. It takes a text string with words encoded using UTF-8 and converts it into stems strings like the soundex algorithm does, so similar sounding words result in the same word. The class supports both English and Cyrillic words. Requirement: PHP5.0 or Higher
-
This script can be used to encoding and decoding data in ASCII85 encoding. It can take a string of data and encode it in the ASCII85 encoding format. The script can also do the opposite, i.e. decode data encoded in the ASCII85 encoding format. It supports basic ASCII implementation, as well the Adobe and BTOA variations.
-
This script can be used to Parse XML documents and export as arrays or JSON or viceversa. Simple Object Element is an Open Source PHP XML script.It can parse a hierarchic document loaded from a XML file, a regular array or JSON encode string.The script may also export the document to an array or a JSON encoded string.Requirement: PHP 5 ...
-
This class can be used to scan script files to find eventually malicious code.It can traverse a given directory recursively and checks script files to see if they may contain code that may be eventually malicious.Currently it finds script files that are using functions often used in infected scripts, such as base64_encode and base64_decode.
-
AROHA PHPencoder is utility coded in language PHP. PHP encoder encode and decode PHP scripts.
-
This class can be used to generate AJAX request responses in JSON format. It can define one or more keys and values that will define the actions that will be perform by JavaScript code on the browser side as response to an AJAX request.The class converts the response values into an array that is outputted in JSON encoded format. The ...
-
This script can be used to compute the stem of a Spanish word. It uses Porter's stemming algorithm to compute the stem of a given Spanish word. The script supports removing common suffixes and works with words encoded with UTF-8.
-
PHPCoder is a Web-based frontend to the Turck MMCache encoding functions, which are similar to the Zend Encoder product. PHPCoder enables you to encode your PHP scripts and applications into non-reversible byte-code, thus preventing users of your programs from viewing or alterting the source code while having full functionality.Another excellent use for PHPCoder is to encode your applications PHP configuration ...
-
html_special_chars_encode is a code snippet to encode STDIN to be included in html where result is written to STDOUT. It replaces all occurances of characters known to break HTML.
-
uuencode/uudecode class is to uuencode and uudecode data. Uses strlen(), so it is not binary-safe.So, we recommend uuencode/uudecode to you to make sure the security of your system.
-
img2MySQL can store and retrieve images in a MySQL database table. The script can store an image file in MySQL table row, encoding the image contents as text using base64 algorithm. Each stored image is associated with its file name and an identifier number. img2MySQL can also retrieve and decode the data of an image given its identifier number or ...
-
bencoding can take a variable value and encode it as a string that describes its type and value in the bencode format. It supports encoding strings integers and arrays. The script bencoding can also restore an original value from a bencode formatted string. Requirements: PHP 5.0 or higher
-
PHP Object Notation is a PHP variable value encoded in base64 can be serialized. The script can also do the opposite, i.e. retrieve the original variable value from a string of previously serialized variable, Requirements: PHP 3.0 or higher
-
HTTP POST and GET request variables can be traversed and several operations can be performed to filter their values with Super Global Secure Class.Currently Super Global Secure Class strips slashes, encode HTML entities, replace script tags and escape values for use in MySQL database queries.Requirements:PHP 4.0 or higher



