ScriptsFinder.com - Programming Scripts Resources
Newly Added
Newly Added
  Most Popular
Most Popular
  Top Rated
Top Rated
  Search ScriptsFinder.com
Search
  Link to us
Link to us
Register  |  Login |   How to Add Link  |  Modify Link  |  Getting Rated  |  Feedback

Search :

Categories
ASP
ASP.NET
C And C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Tools and Utilities
Web Hosting
XML

Computer Scripts

Ricky's web templates

Website Scripts

Cheap Web Hosting





 Home  > PHP > Scripts and Programs > Networking Tools

  Browser Emulating fopen functions

     
Hits : 75
Description:

Some web sites (like IMDb) prevent external scripts from parsing their contents by denying request without a user-agent string. You open a socket connection and send the headers, or you can just use be_fopen and be_file, which wrap the fsockopen calls and return a file handle usable with any PHP function. Features: may also be used to circumvent allow_url_fopen; completely transparent wrapper for fsockopen; PHP-like interfaces: BE::fopen (corresponds to fopen) and BE::file (file()); usable with all PHP file handling methods (fgets etc.); can send GET or POST requests; custom header lines can be sent; POST data can be sent; HTTP authentication; custom destination port.




Resource Details
Version:2.0.1
Price:Free (GPL)
Date Added:Tue Aug 8, 2006
Author:Kai Blankenhorn

Rate:  0.0(out of 5) 
Vote:  0  Votes
Members Rating:  0.0(out of 5)
Members Review:  None

You could be the FIRST one to write a review for Browser Emulating fopen functions.