Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.477.338 Times

Cgi Proxy Urls freeware
Filter: All | Freeware | Demo
 

Cgi Proxy Urls

< 1 2 3 4 5 
Added: January 23, 2010 | Visits: 1.315

Net::Proxy Net::Proxy is a Perl framework for proxying network connections in many ways. SYNOPSIS use Net::Proxy; # proxy connections from localhost:6789 to remotehost:9876 # using standard TCP connections my $proxy = Net::Proxy->new( { in => { type => tcp, port => 6789 }, out => { type => tcp,... Platforms: *nix

License: Freeware Size: 29.7 KB Download (148): Net::Proxy Download

Added: July 08, 2010 | Visits: 2.622

Frickin PPTP Proxy 2.0 Beta Frickin PPTP Proxy is a fast PPTP proxy for any BSD system with the OpenBSD packet filter installed. It handles bi-directional tunnels transparently and can be chained from one proxy to another over several servers. Whats New in This Release: - This release fixes an endian issue with echo... Platforms: *nix

License: Freeware Size: 12.29 KB Download (185): Frickin PPTP Proxy 2.0 Beta Download

Added: April 08, 2010 | Visits: 2.799

CGI::MxScreen CGI::MxScreen is a multi-screen stateful CGI framework. SYNOPSIS require CGI::MxScreen; my $manager = CGI::MxScreen->make( -bgcolor => "#dedeef", -screens => { "state_1" => [-class => "STATE_1", -title => "Hello"], "state_2" => [-class => "STATE_2", -title => "Hello #2"], },... Platforms: *nix

License: Freeware Size: 75.78 KB Download (98): CGI::MxScreen Download

Added: July 06, 2010 | Visits: 1.218

CGI::Explorer CGI::Explorer is a class to manage displaying a hash tree of data, for use in CGI scripts. Synopsis Install /assets/css/explorer/xtree.css, /assets/js/explorer/xtree.js, and /assets/images/explorer/*, as per the installation instructions, below. Then run the demos... Platforms: *nix

License: Freeware Size: 31.74 KB Download (107): CGI::Explorer Download

Added: October 17, 2013 | Visits: 1.785

Symbion SSL Proxy SSL Proxy server listens on a TCP port, accepts SSL connections, and forwards them to another local or remote TCP port. For example, it is possible to create an HTTPS server if you have an HTTP server and you run an SSL Proxy server on port 443 which forwards the connections to port 80. SSL... Platforms: *nix

License: Freeware Size: 20.48 KB Download (162): Symbion SSL Proxy Download

Added: February 25, 2010 | Visits: 775

CGI::Application::Plugin::RateLimit CGI::Application::Plugin::RateLimit is a plugin for CGI::Application which provides protection against a user calling a runmode too frequently. A typical use-case might be a contact form that sends email. Youd like to allow your users to send you messages, but thousands of messages from a... Platforms: *nix

License: Freeware Size: 7.17 KB Download (100): CGI::Application::Plugin::RateLimit Download

Added: March 17, 2010 | Visits: 1.072

CGI++ CGI++ is a C++ macro pre-processor that facilitates development of CGI/Database applications in C++. It will also process your HTML and generate form parsing classes with appropriate constructors. Many desirable features are yet to be implemented, but you can use what is already available to... Platforms: *nix

License: Freeware Size: 92.16 KB Download (98): CGI++ Download

Added: April 24, 2010 | Visits: 1.281

CGI::NoPoison CGI::NoPoison is No Poison Null Byte in CGI->Vars. SYNOPSIS use CGI; use CGI::NoPoison my $m = CGI->new(); $m->param( -name=>amplifier, -value=>[nine, ten, up to eleven], ); my %h = $m->Vars(); # look ma, no splitting on poison null-bytes ( )! print "$_ => ", join ", ", @{$h{$_}}... Platforms: *nix

License: Freeware Size: 12.29 KB Download (102): CGI::NoPoison Download

Added: November 25, 2010 | Visits: 1.366

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers... Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: June 26, 2010 | Visits: 1.266

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: February 21, 2010 | Visits: 1.356

CGI::Application::Plugin::Authentication::Driver::Dummy CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER =>... Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Driver::Dummy Download

Added: May 19, 2010 | Visits: 1.050

CGI::Application::Plugin::Authorization::Driver::DBI CGI::Application::Plugin::Authorization::Driver::DBI is a Perl module with DBI Authorization driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authorization; # Simple task based authentication __PACKAGE__->authz->config( DRIVER => [ DBI, TABLES => [account,... Platforms: *nix

License: Freeware Size: 17.41 KB Download (97): CGI::Application::Plugin::Authorization::Driver::DBI Download

Added: April 18, 2010 | Visits: 1.313

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,... Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Added: March 19, 2010 | Visits: 1.158

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =... Platforms: *nix

License: Freeware Size: 51.2 KB Download (98): CGI::Test Download

Added: October 12, 2010 | Visits: 2.777

Shrew Proxy/Filter Shrew Proxy/Filter is a tiny proxy built on WEBricks HTTPProxyServer, extended for both URL and content filtering. Shrew Proxy/Filter is designed to be small, simple to configure, and easy to install. It is extremely small, lightweight, and works quite well. All blacklists (both URL and... Platforms: *nix

License: Freeware Size: 10.24 KB Download (167): Shrew Proxy/Filter Download

Added: July 17, 2010 | Visits: 1.272

CGI::Wiki::Kwiki CGI::Wiki::Kwiki is an instant wiki built on CGI::Wiki. A simple-to-use front-end to CGI::Wiki. It can be used for several purposes: to migrate from a CGI::Kwiki wiki (its original purpose), to provide a quickly set up wiki that can later be extended to use more of CGI::Wikis capabilities, and... Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): CGI::Wiki::Kwiki Download

Released: July 07, 2011  |  Added: July 26, 2011 | Visits: 4.118

ChrisPC Free Anonymous Proxy ChrisPC Free Anonymous Proxy is a powerfull software application with a friendly and ergonomic user interface that allows you to surf anonymously online and enjoy watching free TV and on-demand television when living abroad, travelling, on business or holiday. Home users looking for greater... Platforms: Windows

License: Freeware Size: 2.87 MB Download (815): ChrisPC Free Anonymous Proxy Download

Released: March 26, 2012  |  Added: April 05, 2012 | Visits: 2.344

Proxy Finder Software Software that automatically find proxy servers from several well known public sites. Application also verify proxies, as a result you'll have only fresh alive proxy list. Proxy finder software is very fast, you'll obtain more than 200 fresh alive proxies just in several seconds. Platforms: Windows

License: Freeware Size: 1009 KB Download (166): Proxy Finder Software Download

Released: June 07, 2012  |  Added: July 01, 2012 | Visits: 3.627

Tuxler Free Proxy for Mac Tuxler helps you access local Internet content. You can connect yourself from any available spot in the World, and surf the web like if you were there. In a single click you can change country location, or move from one city to another while staying at home. It's simple, after you download Tuxler... Platforms: Mac

License: Freeware Size: 12.67 MB Download (155): Tuxler Free Proxy for Mac Download

Released: January 24, 2012  |  Added: September 19, 2012 | Visits: 2.216

Socks Proxy Checker Socks Proxy Checker (SPC) can test the details (speed, version, country, smtp, udp and whether gateway or dangerous) of the socks proxy. Socks proxy is versatile proxy for all usage while the http proxy can only be used for surfing. You can use socks proxy to send email, transfer file, chat... Platforms: Windows, Other

License: Freeware Size: 2.38 MB Download (149): Socks Proxy Checker Download

< 1 2 3 4 5