mscerts.net
Ad Management
Affiliate Programs
AJAX
Auctions
Authentication
Blog
Bookmark Management
Calculator
Calendar Systems
Chat Scripts
Click Tracking
Communication Tools
Content Management
Customer support
Database Tools
Development Tools
Discussion Boards
E-Commerce
Email Systems
FAQ and Knowledgebase
File Management
Flash Components
Form Processors
Forms and Controls
Games
Graphics and Multimedia
Graphs and Charts
GuestBooks
Image Galleries
Internet, Browsers and Tools
Link Indexing
Mailing List Managers
Match Making
Miscellaneous
Modules
Multi-Level Marketing
Networking Tools
News Publishing
Organizers
PHP Classes
Polls and Voting
Portal Systems
Programming Methods and Algorithms
Quiz
Real Estate
Scientific / Engineering
Search Engines
Security Systems
Server Management
Snippets
Text Management
Top Sites
Web Hosting Tools
Web Traffic Analysis
Wikis
WYSIWYG Editors
 
 
simplemediawiki 1.0.2
Zebra Pagination 1.0.1
jobberBase 1.9.1
ACollab 1.2
tdCron 0.0.1
Net-Digg 0.11
fMath
WP Delicious Sidebar Widget
simplerandom 0.9.0
scss 0.3.3
 
 
 

Simple PHP Proxy v1.6

This is a PHP-native proxy that can access content in remote web pages, without cross-domain security limitations

JavaScript can load HTML, XML or JSON data from a resource on the same domain, with only an XMLHttpRequest.

JavaScript can also load JSONP-formatted JSON data from another domain with only a predefined callback, plus some script-injection to get the data.

This proxy allows to request data from remote domains without the restrictions of JavaScript.

The developer's JavaScript code can get the desired content even if it’s not available in JSONP format.

Here are some key features of "Simple PHP Proxy":

· Requested URLs can be white-listed and validated against a regex.
· Optionally forward client cookies / SID to the remote server.
· Optionally forward configurable User Agent to the remote server.
· Requests can use either GET or POST request methods.
· Remote data can be delivered as-is with all remote headers intact (disabled by default to limit XSS vulnerabilites).
· Remote data can be wrapped in a JSON/P structure that includes status codes and remote headers (JSONP disabled by default to limit abuse).
· If using JSON/P and remote data is valid JSON, it will be merged into the resulting data object.

Requirements:

· JavaScript enabled on client side
· Web server
· jQuery (included in example, not a requirement)

What's New in This Release: [ read full changelog ]

· Defaults to JSON mode, which can now be changed to native mode by specifying ?mode=native. Native and JSONP modes are disabled by default, because of possible XSS issues, but are configurable in the PHP script along with a url validation regex.

  Other
-   IO-Interface 1.05
-   iplookup
-   ipaddr 2.1.7