Secure URL 2.0 Support forum quocbao_secureurl Encrypt the parameters passed in link URLs This class can be used to encrypt the values of the parameters passed in the URLs of links. The class uses encoder to encrypt URL parameters. It uses PHP output buffer capture support to automatically process ...
This class can generate and validate URLs to prevent tampering. It takes an associative array of parameters to pass in a link. The class assembles the link parameter keys and values and adds an extra parameter which is the SHA1 value of all parameters adding a secret prefix and a suffix salt values ...
Secure Media Support forum securemedia Protect Flash files from hotlinking by other sites The Apache mod_rewrite is often used to protect images and other types of media files from hotlinking from other sites, that make them appear in their pages although they are served from the original sites ...
This package can be used to parse and filter insecure HTML tags and CSS styles. It comes with a general purpose markup parser class that can parse any type of markup documents like HTML, XML and DTD files. There are several other classes that can be chained together to retrieve the document token elements ...
OO Auth Support forum ooauth Manage life time limited sessions securely This class is meant to create and manage sessions used for authentication of users at a given site. The class manages the storage of some control values in the session and also any variables defined by the developers and set ...
URL Encoder Support forum url_encoder Encode data to pass securely between two pages This class is used to encode data being passed between two sources that can be either two pages via URL arguments or by any other data storage media like databases, files or sessions variables. It works by taking ...
pop3-stream Support forum pop3-stream Stream wrapper to access POP3 messages (old) This class implements a POP3 stream handler that can be used to access messages in mailboxes using POP3 (or secure POP3, as of v1.2) as if they were regular files. It accesses a given POP3 mailbox using the PHP IMAP ...
This package can be used to send HTTP requests using Curl extension. There are two classes: one for sending regular HTTP requests and another to send multiple parallel requests. Both classes can send HTTP requests directly or via proxy, securely using SSL or not, setting the referrer URL, cookies, ...