PHP HTTP
PHP scripts about HTTP protocol clients, headers and cookies-
This class can be used to restrict the access to pages based on IP address.It can check if the IP address of the user computer and compares it to ranges of allowed and forbidden IP addresses.If the IP address is not in the list of allowed addresses or is in the list in forbidden address, the class throws an exception.The ...
-
This class can be used to filter dangerous values from the GET parameters.It can traverse the list of GET request values and check if they contain values considered to be dangerous.Dangerous values are those with text from a list of dangerous strings, have non-alphanumeric characters or have a length larger than a given limit.The class sends a response header to ...
-
This class can be used to prevent form reposting warnings by saving submitted form data. It saves the values of forms submitted using the POST method to session variables for a given length of time. Then it makes the browser redirect to the same page forcing a new request, this time using the GET method. The form values previously submitted ...
-
IP info retrieves a page of the ip-adress.com site with the city, state, ISP, country, organization associated to a given IP address. This information is stored in the class variables.Since the service only allows 20 queries per IP, a multi-proxy system is included.Installation:Load curl extensionCHMOD ip_info_proxy.txt to 0777Read readme.txtRequirements: PHP 4.0.2 or higher
-
PHP Nuke BitTorrent Module is a PHP Nuke Module that allows webmasters to host on their portals a fully functional Bit Torrent archive. Torrent upload, automatic scrape, comments, rates, privacy rules, internal tracker and much more!
-
It retrieves a page of the ip-adress.com site with the city, state, ISP, country, organization associated to a given IP address. This information is stored in the class variables. Since the service only allows 20 queries per IP, a multi-proxy system is included.Installation: Load curl extensionCHMOD ip_info_proxy.txt to 0777Read readme.txt Requirements: PHP 4.0.2 or higher
-
This class can be used to convert URLs in text to links using Bit.ly . It can parse a text to find HTTP, HTTPS, FTP and FTPS links.The class sends requests Bit.ly Web services API to convert the URLs that it finds into HTML links using the Bit.ly URLs.
-
CECID is a PHP script designed to anonymize and cloak HTTP requests on restrictive connections that have been blocked by firewalls at work, school, or anywhere that restricts or monitors internet access..CECID is run on a remote, unrestricted server, and accesses pages for users, editing the page's source in realtime to evade content filtering software. You can use it to ...
-
This class can be used to detect the type of the browser accessing a website. It analyzes the user agent request header and compares it to known patterns to detect the type of browser currently accessing the site. The class will show the browser's name, version, if it's a mobile browser and the user's language. Requirements: PHP 4.3 or higher
-
This class can be used to filter request values by type. It is able to process GET and POST request variables to determine if they match any given type.The class returns the original values or default values if the request values do not match the expected type.Currently the class supports filtering strings to remove tags and add escaping slashes, integers ...
-
This session manager helps you managing your website's sessions, it is really esay to install and even more easy to use. All your session data is stored in MySQL to help you making statistics of your site which are lost when a visitor leaves unles you make another script to store them in db, with this session manager forget about ...
-
PHP Class Collection project provides different classes written in PHP 5. DirectoryList is offered in this free script with the purpose of recursive projection of the filesystem (sub-)tree in an object. Email class included is to easily create emails with attachments. FTPConnection provided for FTP access without using PHP's FTP-functions. HTTPConnection for HTTP access without using CURL. MultiSQL for easily ...
-
Sometimes when you're working on some projects you have this feeling you're re-inventing the wheel. This is a waist of time and effort. So when I had to re-invent the wheel on uploading files with PHP, I decided to create a class Simple FileUploader who can do that. Features:- Generate uniq file names- Allow extensions- Exclude extensions- Error messages
-
Mod Rewrite Made Easy functions that makes using mod rewrite easy. More examples and full description of use are in the zip file. Enjoy it and share for more developers.
-
Private Sessions can be used as session handler to store session data in private directories or in a MySQL database table, instead of the default system temporary directory.When using a MySQL database table as a container for the session data, the class takes care of opening the database connections and perform the SQL queries as needed.Private Sessions can also create ...




