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.205.532 Times

Form Mail Cgi Script freeware
Filter: All | Freeware | Demo
 

Form Mail Cgi Script

< 1 2 3 4 5 > 
Added: February 07, 2010 | Visits: 799

Net::Server::Mail::ESMTP::XFORWARD Net::Server::Mail::ESMTP::XFORWARD is a Perl module to add support to the XFORWARD command in Net::Server::Mail::ESMTP. SYNOPSIS use Net::Server::Mail::ESMTP; my @local_domains = qw(example.com example.org); my $server = new IO::Socket::INET Listen => 1, LocalPort => 25; my $conn;...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (93): Net::Server::Mail::ESMTP::XFORWARD Download

Added: May 13, 2010 | Visits: 1.155

Template::Plugin::SSI Template::Plugin::SSI is a plugin to use SSI in Template Toolkit (wrapper for CGI::SSI). SYNOPSIS [% USE SSI %] # virtual include of the file /foo/bar.inc.html [% SSI.include(virtual, /foo/bar.inc.html) %] # file include of the file /foo/bar.inc.html [% SSI.include(file,...





Platforms: *nix

License: Freeware Size: 3.07 KB Download (93): Template::Plugin::SSI Download

Added: April 16, 2010 | Visits: 1.825

CGI::XMLApplication CGI::XMLApplication is an Object Oriented Interface for CGI Script Applications. SYNOPSIS use CGI::XMLApplication; $script = new CGI::XMLApplication; $script->setStylesheetPath( "the/path/to/the/stylesheets" ); # either this for simple scripts $script->run(); # or if you need more...


Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): CGI::XMLApplication Download

Added: June 01, 2010 | Visits: 914

HTMLab HTMLab is a tool for demonstrating and experimenting with HTML markup. It runs within a web browser, using JavaScript and CGI. HTML documents may be created or marked up on-the-fly, and the results immediately displayed or validated. The Interactive HTMLab is implemented by the htmlab.cgi CGI...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): HTMLab Download

Added: July 17, 2010 | Visits: 1.269

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

Added: June 22, 2010 | Visits: 1.257

Rose::HTML::Form Rose::HTML::Form is a HTML form base class. SYNOPSIS package PersonForm; use Rose::HTML::Form; our @ISA = qw(Rose::HTML::Form); use Person; sub build_form { my($self) = shift; $self->add_fields ( name => { type => text, size => 25, required => 1 }, email => { type => email, size...


Platforms: *nix

License: Freeware Size: 102.4 KB Download (91): Rose::HTML::Form Download

Added: April 06, 2010 | Visits: 981

TVProg TVProg project is a TV guide software. TVProg is TV guide software running as a Web server application. It fetches the TV guide source from tvmovie.de and stores it in a MySQL database. TV shows can be browsed online. Theres also a vcr wrapper script that, running as a cron job, is able to...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (91): TVProg Download

Added: September 24, 2010 | Visits: 888

Froody::QuickStart Froody::QuickStart is a Perl module for the froody Quick Start tutorial. At the core of Froody is the concept of Froody Methods, methods that you can call remotely over the web. For example, we have a hypothetical method called "examples.myapi.greet" that can return us greetings. We need to...


Platforms: *nix

License: Freeware Size: 95.23 KB Download (91): Froody::QuickStart Download

Added: April 25, 2010 | Visits: 984

JLdapAB JLdapAB is a Web application to manage Mozilla based LDAP address books. JLdapAB can help you share Mozilla address books between different computers. Installing: If you want to try ZXID out immediately, we recommend compiling the library and examples and installing one of the examples as...


Platforms: *nix

License: Freeware Size: 9.3 MB Download (90): JLdapAB Download

Added: August 08, 2010 | Visits: 784

QWizard QWizard is a Perl module that can display a series of questions, get the answers, and act on the answers. SYNOPSIS # # The following code works as a application *or* as a CGI script both: # use QWizard; my %primaries = ( starting_node => { title => "starting here", introduction =>...


Platforms: *nix

License: Freeware Size: 81.92 KB Download (90): QWizard Download

Added: January 04, 2010 | Visits: 1.499

Site Editor Site Editor is a CGI script which allows a user to manage their web space without needing ftp access. With only a web browser you can browse your web space, edit text files, upload files, and create and remove directories. Site Editor also has ZIP support making it easy to grab an entire...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (89): Site Editor Download

Added: March 21, 2010 | Visits: 655

ibo 3 ibo project is a tool for developing Web-based interfaces to relational databases. ibo1 is a translator from an ad hoc language to C, ibo2 is an application server for projects written in the same language as ibo1, and ibo3 is a small set of Python modules. Ibo is an idea of Vincenzo Illiano....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (88): ibo 3 Download

Added: April 15, 2010 | Visits: 830

DBIx::HTML::ClientDB DBIx::HTML::ClientDB is a Perl module to convert sql into a client-side db with keyed access. Synopsis use DBIx::HTML::ClientDB; my($object) = DBIx::HTML::ClientDB -> new ( dbh => $dbh, row_headings => Unit code,Unit code,Campus name,Unit name, sql => select unit_code, unit_code,...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (88): DBIx::HTML::ClientDB Download

Added: March 22, 2010 | Visits: 701

DBIx::CGITables DBIx::CGITables is a Perl module for easy DB access from a CGI. SYNOPSIS use DBIx::CGITables; my %parameters=(); my $query=DBIx::CGITables->new(%parameters)); $query->search_execute_and_do_everything_even_parse_the_template(); This module is under development - and this version is not...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (87): DBIx::CGITables Download

Added: March 21, 2010 | Visits: 919

JabberTools JabberTools is a set of tools that makes it easier to use and convert to Jabber. It is important to note that in certain scenarios, the server may take a little while to complete the tasks described below and may not response. For now, to compensate, we dont check for a response. Thus, you may...


Platforms: *nix

License: Freeware Size: 35.84 KB Download (87): JabberTools Download

Added: May 10, 2013 | Visits: 589

Access Panda Access Panda is a CGI script that generates fast, pretty graphs from the data in web site log files. It can graph usage by hour, day, week, or month, and displays the top pages, machines, and top-level domains.Access Panda has been designed to look pleasing and to be both easy to install and to...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (67): Access Panda Download

Added: May 10, 2013 | Visits: 931

PHPMailer-FE 2.1rc3 PHPMailer-FE is an HTML form to e-mail gateway that parses the results of any form and sends them to the specified recipient(s). This script has many formatting and operational options, most of which can be specified in each form. You don't need programming knowledge or multiple scripts for...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (65): PHPMailer-FE 2.1rc3 Download

Added: May 10, 2013 | Visits: 578

Tell-a-friend Javascript Let visitors refer others to your webpage (via email) with this script! It asks for the friend's email address, then loads the email program with the essential information pre-filled to instantly send off. The script is easy to integrate in any website or web application. It is compatible with...


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (65): Tell-a-friend Javascript Download

Added: May 10, 2013 | Visits: 819

Python Script Viewer The purpose for this script is to allow someone to view a CGI script through a server. Therefore, this CGI application was written so that python files (and only *.py files) can be viewed if the user knows either the filename of a file in the same directory as this script or the full path of a...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (64): Python Script Viewer Download

Added: May 10, 2013 | Visits: 785

CGIProxy 2.1b17 CGIProxy is a HTTP/FTP Proxy in a CGI script.This CGI script acts as an HTTP or FTP proxy. Through it, you can retrieve any resource that is accessible from the server it runs on. This is useful when your own access is limited, but you can reach a server that in turn can reach others that you...


Platforms: Windows, Mac, *nix, Perl, BSD Solaris

License: Freeware Download (64): CGIProxy 2.1b17 Download

< 1 2 3 4 5 >