PHP Classes
elePHPant
Icontem

Simple Browser: Browse remote sites

Recommend this page to a friend!
  Info   Screenshots Screenshots   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum (1)   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2010-08-17 (6 years ago) RSS 2.0 feedNot enough user ratingsTotal: 733 This week: 1All time: 4,352 This week: 1,047Up
Version License PHP version Categories
simple_browser 1.0Free for non-comm...5.0HTML, HTTP, PHP 5
Description Author

This class can be used to browse remote sites.

Any one can implement browser functionality into their own site.

It can request the content of remote sites and show them as if it is content of the site serving the script.

Picture of vijay3000
Name: vijay3000 <contact>
Classes: 1 package by
Country: India India

Details
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  
  • Initial_HTML_page
  Files folder image Files  
File Role Description
Plain text file readme Doc. Purpose, Uses & License informations available
Plain text file http_code.ini Data All the HTTP staus & their description.
Plain text file router.php Class Handling all the requests & giving output as per output
Plain text file .htaccess Data All the HTTP staus & their description.
Plain text file index.php Example Router class
Plain text file cookie.txt Data To maintain all the wesites cookie informations.
HTML file index.html Data User page, where the initial url will be loaded from this file.
Plain text file router-nohtaccess.php Class Router functionality without mod_rewrite module

 Version Control Unique User Downloads Download Rankings  
 0%
Total:733
This week:1
All time:4,352
This week:1,047Up