|
Kwik-e-marK is a very simple
This script is made for
This tool help you validate a
Some web sites (like IMDb)
and easy-to-use benchmark
people who use cPanel. Its
list of websites online or
prevent external scripts
class that lets you test the
purpose is to give access to
not by auto http visit one
from parsing their contents
execution time of your php
cPanel (including webmail
by one. And you can custom
by denying request without a
script. It's very easy to
and WHM) at port 80 by
agent text and refer links
user-agent string. You open
split the code into many
acting like a proxy. (For
telling the webmaster
a socket connection and send
parts, which can be marked
people behind strict
"Hi, I visit you, and
the headers, or you can just
green or red in the report
firewalls.) It can be
my link is here!"
use be_fopen and be_file,
as a reminder (optimized or
installed by server owner,
which wrap the fsockopen
not) and even excluded from
reseller or end-users.
calls and return a file
the total execution time.
handle usable with any PHP
This tool can both output a
function. Features: may also
simple total execution time
be used to circumvent
or a complete report with
allow_url_fopen; completely
comments for every code
transparent wrapper for
portion, in a popup that
fsockopen; PHP-like
includes a button for script
interfaces: BE::fopen
re-execution. Under unix
(corresponds to fopen) and
system, the script also
BE::file (file()); usable
outputs the memory used.
with all PHP file handling
Visit the official web site
methods (fgets etc.); can
for the online user guide.
send GET or POST requests;
custom header lines can be
sent; POST data can be sent;
HTTP authentication; custom
destination port.
Date: Jul, 02 2006 Date: Apr, 19 2006 Date: Aug, 09 2005 Date: Jan, 20 2004 |
|
Getting everyday problems
Net_HTTP_Client is an almost
A PHP class that posts an
The HtmlSource class is a
with filtering firewall?
complete HTTP Client,
array of data to a given URL
simple way of retrieving,
Just simply find a HTTP
implementing all HTTP
using rfc2616 - Hypertext
and stripping, HTML source
proxy server and manage your
methods and a subset of
Transfer Protocol --
from any website, given a
web browser work behind it.
WebDAV (web publishing
HTTP/1.1.
URL. It features properties
We offer free solution for
protocol). Features: handles
for all of the possible
visitors asking where net
data posting, handles
request headers you can send
proxies are to be given
HTTP/1.1 persistent
(including Referrer and User
anonymously. You can select
connections, connexion
agent), and also support for
IP range and port to scan
through HTTP proxies
both GET and POST (POST
for proxy servers on the
supported, and possibility
requests are made up
whole net. Only members can
to add any header. Supported
automatically by the class),
access full featured
methods are: Head, Get,
and also cookies. The class
application.
Post, Put, Move, Copy,
also has properties for
MkCol, Delete, PropFind,
stripping the html and
Lock, and Unlock.
removing the Response
headers that are returned
after a HTTP request.
Date: Dec, 09 2003 Date: Nov, 16 2001 Date: Nov, 07 2001 Date: Oct, 16 2001 |