WareSeeker Search Software

cgi


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

gbook.cgi


script CGI Perl Free
View Detail
Download gbook.cgiDownload gbook.cgi
gbook.cgi is a perl guestbook script for intermediate perl users with an own cgi-bin directory on a unix or linux server. Features include: Allow or deny HTML tags, Optionally replace German umlauts by the according ISO signs, Insert br tags for keeping the layout, Highly configurable look and feel, and IP logging.
Tags:
2

guestbook.cgi


script CGI Perl Free
View Detail
Download guestbook.cgiDownload guestbook.cgi
With this Perl / CGI program, you can setup and manage remotely hosted guestbook service on your Web site. Users can easily customize guestbooks to match their own sites design.
Tags:
3

CGI Scripter 1.73


mac Tools->HTML Tools $50
View Detail
Download CGI Scripter 1.73Download CGI Scripter 1.73
1.5 MB
CGI Scripter instantly writes Perl CGI Scripts for MySQL and Oracle databases.

Tags:
4

CGI:IRC


script CGI Perl Free
View Detail
Download CGI:IRCDownload CGI:IRC
CGI:IRC is a Perl/CGI program to use IRC from a web browser without having to have access to an IRC port or Java (but it does need a frames compatable browser). It can be used on a web page to allow users to chat or so you can access chat from behind a firewall. Highly Customizable output with colours, most IRC commands and access controls.
Tags:
5

CGI::ContactForm


script CGI Perl Free
View Detail
Download CGI::ContactFormDownload CGI::ContactForm
If you stick with the default layout, CGI::ContactForm lets you create an unlimited number of forms with a minimum of effort. There are various methods to customize the form, and with help of templates, the layout is fully customizable. The main file, CGI::ContactForm.pm, is a Perl module. It can be placed either in the ordinary server space for Perl modules, or in a private library. Together with the enclosed example files, you can easily get your form(s) up and running.
Tags:
6

popeye1.cgi


script CGI Perl Free
View Detail
Download popeye1.cgiDownload popeye1.cgi
popeye1.cgi is a small cgi script which allows you to easily expand an image based website. It will create all html templates for your thumbnails and fullsize pictures. Additionally it will create an index structure with links to all the galleries. There are features like random advertising, ability to send visitors to your signup page, customizable background and font colors, custom header and more.
Tags:

    7

    BNBFORM.CGI


    script CGI Perl Free
    View Detail
    Download BNBFORM.CGIDownload BNBFORM.CGI
    BNBFORM.CGI is the All-In-One Forms Processor that is designed to allow you to quickly implement your HTML based forms. The program is configured by information you provide in the form itself, so you can get the script to handle your data in a variety of ways without changing your scripts.
    Tags:
    8

    SplitForm CGI


    script CGI Perl Free
    View Detail
    Download SplitForm CGIDownload SplitForm CGI
    This is your basic FormMail CGI that will take the contents of ANY form you make and format the results in an easy to read email message to the email address(s) of your choice. Simply make up any form you want. Has the ability to either show the user a thank-you page (which you create in HTML) or show them the contents of what they submitted thanking them for the submission.
    Tags:
    9

    SplitCam CGI


    script CGI Perl Free
    View Detail
    Download SplitCam CGIDownload SplitCam CGI
    SplitCam CGI is a web-cam-feed protector. It is a system wide program that can protect any number of feeds. The Split-Cam web-cam protection system was designed to help the web-cam owner prevent other web sites from stealing his or her feed. At the same time, it also automatically times-out users who have left their computers on while they are away. These two problems plague most web-cam sites and force them to shut down due to irritated ISPs and/or high bandwidth bills.
    Tags:
    10

    CGI SmartFTP


    script CGI Perl $69.00
    View Detail
    Download CGI SmartFTPDownload CGI SmartFTP
    Unlike many FTP CGIs who only imitate an FTP server, SmartFTP really connects to any FTP in the world! It does not only display files on the same server the CGI is installed on, but opens a real FTP connection. It lets you view files and browse an FTP, all on your web site with your design (colors, links, ad banners, etc...). It even has the basic features of an FTP program, such as deleting, renaming, making new directories, and more. Plus, some extra features most FTP programs dont even offer: Creating and editing any file (such as HTML or Text), which makes things faster and easier than using a seperate editing program for files. Advantages (why use this instead of FTP software on your computer?): 1. Not everyone knows how to use FTP software. 2. Not all web browsers connect to FTPs, and none have as many features as SmartFTP. 3. Customized look. Why lose your visitors when you send them to an FTP to download files? With SmartFTP they stay on your site. People will connect to an FTP while viewing whatever else you want them to see, just like if they were viewing any other of your pages. 4. Better for busy FTPs because it only stays connected as little time as possible. This allows more users to view a busy FTP.
    Tags:
    11

    CGI::XMLForm 0.10


    linux Programming->Libraries Free
    View Detail
    Download CGI::XMLForm 0.10Download CGI::XMLForm 0.10
    0.014 MB
    CGI::XMLForm is a Perl extension of CGI.pm which reads/generates formated XML. NB: This is a subclass of CGI.pm, so can be used in its place.

    SYNOPSIS

    use CGI::XMLForm;

    my $cgi = new CGI::XMLForm;

    if ($cgi->param) {
    print $cgi->header, $cgi->pre($cgi->escapeHTML($cgi->toXML));
    }
    else {
    open(FILE, "test.xml") or die "Cant open: $!";
    my @queries = (/a, /a/b*, /a/b/c*, /a/d);
    print $cgi->header,
    $cgi->pre($cgi->escapeHTML(
    join "n", $cgi->readXML(*FILE, @queries)));
    }


    Tags:
    12

    CGI Troubleshooting


    script CGI Perl Free
    View Detail
    Download CGI TroubleshootingDownload CGI Troubleshooting
    Short tips on how to fix and troubleshoot CGI scripts.
    Tags:
    13

    CGI::WML 0.09


    linux Programming->Libraries Free
    View Detail
    Download CGI::WML 0.09Download CGI::WML 0.09
    0.021 MB
    CGI::WML is a Perl module with subclass LDSs "CGI.pm" for WML output and WML methods.

    SYNOPSIS

    use CGI::WML;

    $query = new CGI::WML;

    $content = $query->p("Hello WAP world");

    print
    $query->header(),
    $query->start_wml(),
    $query->template(-content=>$query->prev()),
    $query->card(-id=>"first_card",
    -title=>"First card",
    -content=>$content),
    $query->end_wml();

    print
    $query->wml_to_wmlc(-wml=>$wml_buffer,
    -errorcontext=>2);

    ($page_title,$content) = $query->html_to_wml($buffer);

    This is a library of perl functions to allow CGI.pm-style programming to be applied to WAP/WML. Since this is a subclass of Lincoln Steins CGI.pm all the normal CGI.pm methods are available. See perldoc CGI if you are not familiar with CGI.pm


    Tags:
    14

    comment.cgi


    script CGI Perl Free
    View Detail
    Download comment.cgiDownload comment.cgi
    comment.cgi is a Perl/MySQL-driven web album program where the visitor can leave his comment to a picture. comment.cgi was created for events like parties or other.
    Tags:
    15

    CGI Script FAQs


    script CGI Perl Free
    View Detail
    Download CGI Script FAQsDownload CGI Script FAQs
    Answers to general questions on running CGI scripts and programs. Topics include: Getting Started (Can you run CGI, Script Filename, Test Before Going Public), Beginning a Script, File Permissions, Editing a UNIX Script in DOS/Win, Testing the Script Locally, CGI Paths, and Web Testing.
    Tags:
    16

    CGI Programming 101


    script CGI Perl Free
    View Detail
    Download CGI Programming 101Download CGI Programming 101
    Intended for anyone who knows HTML, but doesnt know Perl or CGI programming, this Web-based class introduces you to writing Perl CGI scripts, teaches you the basics of writing CGIs, and walks you through several examples of common CGI programming applications for the Web.
    Tags:
    17

    Andrews CGI Scripts


    script CGI Perl Free
    View Detail
    Download Andrews CGI ScriptsDownload Andrews CGI Scripts
    This site offers easy to install CGI and Perl scripts. Also offers CGI services including custom CGI scripts and script installation.
    Tags:
    18

    cgi-mailer


    script CGI Perl Free
    View Detail
    Download cgi-mailerDownload cgi-mailer
    cgi-mailer is a simple form-to-email gateway system enabling users to have HTML form input formatted in a user-defined way and sent to an email address, without needing a new CGI program for each new HTML form or any user access to the cgi program. cgi-mailer does not need to reside on the same server as the HTML forms that use it, so you only need to install it once for your entire organisation.
    Tags:
    19

    Spy.cgi


    script CGI Perl Free
    View Detail
    Download Spy.cgiDownload Spy.cgi
    Spy.cgi is a simple Perl script that allows you to print out the current date on your page and sends you an email to inform you that you have a visitor. Spy.cgi is written in French.
    Tags:
    20

    cgi-postin 1.19


    linux Internet->HTTP Free
    View Detail
    Download cgi-postin 1.19Download cgi-postin 1.19
    0.006 MB
    cgi-postin utility processes data generated from a World-Wide Web form. cgi-postin is a standalone processor that may be run easily from sh, perl, or Tcl scripts.

    Important Note: I recommend this tool only when implementing CGIs as shell scripts. For other languages, there are more modern and suitable tools for the task of CGI processing. For CGI processing in perl, I recommend the bundled CGI.pm module. For C, there are a number of packages available to do the task.

    SYNTAX

    cgi-postin [ -pTt ] [ -v name ]

    The cgi-postin utility processes data generated from a World-Wide Web form. It is a standalone processor that may be run easily from sh, perl, or tcl scripts.

    By default, cgi-postin retrieves the form data and emits a short sh(1) script. If this script is evaluated, the shell will create a set of variables, one per form ele­ment. The variables will be named after the form element names, and they will be initialized to the associated form element values.

    If, for instance, a simple form has two fields called ``name and ``address, cgi-postin will emit the sh(1) commands to create variables called ``name and ``address, and each variable will be initialized to the value given in the form. This can be done by simply say ing:

    eval "`cgi-postin`" || exit 1

    If an error occurs, cgi-postin emits a complete HTTP docu­ment (including a ``Content-type: header), and termi­nates with a non-zero exit status.

    The following options are supporeted.

    -p The variable assignments will use perl(1) syntax.
    Recommended usage is something similar to:

    eval `cgi-postin -p`;
    exit 1 if $? != 0;

    -T The variable assignments will use tcl(1) syntax.
    Recommended usage is something similar to:

    eval [exec cgi-postin -T]

    -t Selects ``terse diagnostics mode. When an error
    occurs, a typical Unix error message is emitted
    rather than an HTTP document.

    -v name
    This option almost always should be specified. It
    is an option only for historical reasons. It is
    explained below.

    When -p (perl mode) or -T (Tcl mode) are specified, then the -t option creates an associative array rather than individual (scaler) variables for each form element. The array has the specified name, and the data are stored one form element per array element.

    The following table illustrates how this naming scheme works. It shows the variable name that would be associ­ated with a form element called ``query for all the var ious command line invocations.

    center ; lf2 lf2 l l . command variable name

    cgi-postin $query cgi-postin -v CGI $CGI_query

    cgi-postin -p $query cgi-postin -p -v
    CGI $CGI{query}

    cgi-postin -T $query cgi-postin -T -v CGI $CGI(query)

    Tags:

    My Software


    You have not saved any software. Click "Save" next to each software to save it to your software basket