Recommend this page to a friend! |
Download .zip |
Info | Screenshots | View files (8) | Download .zip | Reputation | Support forum (1) | Blog | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2010-08-17 (6 years ago) | Not enough user ratings | Total: 733 This week: 1 | All time: 4,352 This week: 1,047 |
Version | License | PHP version | Categories | |||
simple_browser 1.0 | Free for non-comm... | 5.0 | HTML, HTTP, PHP 5 |
Description | Author | |
This class can be used to browse remote sites. |
Router =================== Version 1.0 - July 2010 --------------------------- Copyright (C) 2009-2010 Vijay Requirements: PHP version 5.x.x+ (http://www.php.net) Works with UNIX and Windows both This router class is used to access other applications or websites from your webserver. Uses: Example: User has multiple web servers with network linked. But user has only rights to access one webserver. In that case, if he put this script in the webserver, he can access other server applications too. This script will get the request from the user (URL), send request to actual server, get response from the server & send response to the user. Example: User has limited access or don't have network connection. But server has network connection. In that case, if he put this script in the webserver, he can access all the websites. If the user wants to made the request based on ip, this script will convert host or website name into ip & make the request based on ip. In some scenarios, we need this option to overcome tech rules. This application is serving all the websites content based on user request. We can track users like how he navigating from one website into other website, how many links he clicked, serving content with image blocking option...etc. We can take final report for each user like an user visited how many websites & navigation tree. License Type: Freeware. Price: Free License Type: Commercial License. Price: 50.00$ (ask me about by email vijaybabu@post.com) Files: index.html - To get the base url from User. index.php - Router cookie.txt - To maintain all the wesites cookie informations. http_code.ini - All the HTTP staus & their description. .htaccess - To bring control to router.php How to install Place all files into a folder (for instance, "/tool/") You need to enable below modules in the webserver. Apache mod_rewrite - For proper functioning of htaccess file. PHP CURL extension - To get the content of websites. Yours sincerely, Vijay, vijaybabu@post.com |
Screenshots | ||
Files |
File | Role | Description |
---|---|---|
readme | Doc. | Purpose, Uses & License informations available |
http_code.ini | Data | All the HTTP staus & their description. |
router.php | Class | Handling all the requests & giving output as per output |
.htaccess | Data | All the HTTP staus & their description. |
index.php | Example | Router class |
cookie.txt | Data | To maintain all the wesites cookie informations. |
index.html | Data | User page, where the initial url will be loaded from this file. |
router-nohtaccess.php | Class | Router functionality without mod_rewrite module |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
0% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.