Main > Free Download Search >

Free ins forms software for linux

ins forms

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1252
IPv4 form 1.0

IPv4 form 1.0


IPv4 form provides a tool for making RIPE IPv4 request forms. more>>
IPv4 form provides a tool for making RIPE IPv4 request forms.

IPv4 form is a utility for checking the #ADDRESSING PLAN# part of a RIPE IPv4 PA request form. It makes a "totals:" row for this form and produces readable output with spaces between columns. This output can be directly copied to a RIPE form.

<<less
Download (0.24MB)
Added: 2007-04-25 License: GPL (GNU General Public License) Price:
920 downloads
Tie::Form 0.02

Tie::Form 0.02


Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form. more>>
Tie::Form is a Perl module to access a machine readable database file that minics a hardcopy form.

SYNOPSIS

require Tie::Form;

#####
# Using support methods and file handle with
# the file subroutines such as open(), readline()
# print(), close()
#
tie *FORM_FILEHANDLE, Tie::Form, @options
$form = tied *FORM_FILEHANDLE;

#####
# Using support methods only, no file subroutines
#
$form = Tie::Form->new(@options);

$encoded_fields = $form->decode_record($record);
@fields = $form->decode_field($encoded_fields);

$encoded_fields = $form->encode_field (@fields);
$record = $form->encode_record($encoded_fields);

$record = $form->get_record();

####
# Subroutine interface
#
$encoded_fields = decode_record($record);
@fields = decode_field($encoded_fields);

$encoded_fields = encode_field (@fields);
$record = encode_record($encoded_fields);

If a subroutine or method will process a list of options, @options, that subroutine will also process an array reference, @options, [@options], or hash reference, %options, {@options}.

<<less
Download (0.087MB)
Added: 2007-02-16 License: Perl Artistic License Price:
980 downloads
Quinti Secure Contact Form 1

Quinti Secure Contact Form 1


Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots. more>>
Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots who would abuse such forms for sending spam.
It uses both JavaScript field validators and CAPTCHA for verifying the validity of the sender. Quinti Secure Contact Form is easy to install and configure, and uses valid XHTML 1.1.
I have been attacked thousand times by spammers from my contact form, they use robots and take advantage of certain vulnerabilities of the mail forms to send their spam, and fill up my mailbox up to such an extent that they make your mail practically useless.
There are two ways of tackling this problem: Introducing a CAPTCHA validated through JavaScript, as i explain later.
And introducing certain functions in PHP that prevent these attacks, as you will see in the examples below
At the moment, go to the problem.
Main features:
- Invulnerable secure antispam contact form,
- JavaScript field validator in php (to insert multi-language variables and other variables, if you wish)
- Prevent spammers from using your form to send garbage, guaranteed.
- CAPTCHA to avoid Javascript validated Spam
- Easy to install and configure
- Valid XHTML 1.1
<<less
Download (3.5MB)
Added: 2006-03-02 License: Free for non-commercial use Price:
1335 downloads
Form Saver 0.7.0

Form Saver 0.7.0


Form Saver enables you to saves form field data as autofill-bookmarklets. more>>
Form Saver enables you to saves form field data as autofill-bookmarklets.

Saves form field data as autofill-bookmarklets. Works with inputs, checkboxes, radio groups, textareas, and selects. As always, feel free to email me with suggestions or issues.

I designed this because when testing a form, I hated filling in every option each time.

<<less
Download (0.063MB)
Added: 2007-04-25 License: MPL (Mozilla Public License) Price:
960 downloads
mod_form 1.0

mod_form 1.0


mod_form is a utility to decode data submitted from Web forms. more>>
mod_form is a utility to decode data submitted from Web forms. It deals with both GET and POST methods where the data are encoded using the default content type application/x-www-form-urlencoded.

mod_form does not decode multipart/form-data (file upload) forms: for those you should use mod_upload.

Usage:

When mod_form is active, form data will be decoded to an apr_table_t*. Modules can access the table using the optional function form_data, or individual form fields using form_value:

#include "mod_form.h"

some_func(request_rec* r) {
apr_table_t* (*form_vars)(request_rec*) ;
apr_table_t* (*form_lookup)(request_rec*, const char*) ;
apr_table_t* form_data ;
const char* val ;
const char* key = "some-form-field" ;

/* get the whole table */
form_vars = APR_RETRIEVE_OPTIONAL_FN(form_data) ;
if ( form_vars ) {
form_data = form_vars(r) ;
}

/* or get individual values */
form_lookup = APR_RETRIEVE_OPTIONAL_FN(form_value) ;
if ( form_lookup ) {
val = form_lookup(r, key) ;
}
}

<<less
Download (0.009MB)
Added: 2006-05-16 License: GPL (GNU General Public License) Price:
1256 downloads
Resizeable Form Fields 0.2.1

Resizeable Form Fields 0.2.1


Resizeable Form Fields is an extension which allows you to resize HTML form fields, including textareas, select boxes and more. more>>
Resizeable Form Fields is an extension which allows you to resize HTML form fields, including textareas, select boxes and more.

Resize HTML form fields, including textareas, select boxes, text fields, and iframes.

<<less
Download (0.004MB)
Added: 2007-04-04 License: MPL (Mozilla Public License) Price:
937 downloads
Contact Form Killer 1.4

Contact Form Killer 1.4


Contact Form Killer is a free tool you can use to generate contact forms for your site. more>>
Contact Form Killer is a free tool you can use to generate contact forms for your site, or let your web site visitors add contact forms themselves.
Contact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The contact forms it generates are nicely formatted and can be further edited to match the look and feel of your site.
Main features:
- Easy to install. Just unzip and upload, or if youre using it on a local server, just unzip!
- Quick generation of contact forms that usually take hours to code.
- JavaScript validation of each input for ultimate usability.
- PHP validation to make sure JavaScript-disablers dont slip the radar.
- Over 10 inputs to pick and choose from.
- Form generation is really easy, just click the checkboxes next to the inputs you want, click submit and youre done!
<<less
Download (0.012MB)
Added: 2006-01-31 License: Freeware Price:
768 downloads
WWW-Form 1.17

WWW-Form 1.17


WWW::Form is a module for handling the world-wide-web form process. more>>
WWW::Form is a module for handling the world-wide-web form process. The project enables generating forms, filling them from user input, verifying them, and re-displaying them in case something is wrong.

<<less
Download (0.021MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
phpForm 0.0.3

phpForm 0.0.3


phpForm provides a PHP3 application that allows you to easily create Web forms. more>>
phpForm provides a PHP3 application that allows you to easily create Web forms.

phpForm is a PHP3 script that allows you to easily create Web forms. It allows you to create, administer, preview, and log forms.

It also includes a simple function for including a form into a Web page.

<<less
Download (0.022MB)
Added: 2007-03-15 License: GPL (GNU General Public License) Price:
954 downloads
Fingerfox 1.0

Fingerfox 1.0


Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. more>>
Fingerfox works like a workaround to make MS Fingerprint Reader fill the forms of a web page shown in Firefox. To avoid security problems (with login and password storage in particular), it relies with DigitalPersona to do it and just act as a popup window which repeats the login forms (including the buttons).

Then it remembers on which page and which form it has been used and popup automatically the next time you need to log in so that you can use firefox with your fingerprint almost as easily as IE.
It is now compatible with HTACCESS type logins.

<<less
Download (0.034MB)
Added: 2007-07-31 License: GPL (GNU General Public License) Price:
873 downloads
openQRM Plug-ins 2.5 (Nagios-plugin)

openQRM Plug-ins 2.5 (Nagios-plugin)


openQRM Plug-ins is a collection of community-supported plug-ins that enable openQRM to manage other enterprise software. more>>
openQRM Plug-ins is a collection of community-supported plug-ins that enable openQRM to manage other enterprise and open source software.
openQRM is designed to deal with all sorts of failures automatically, thus preventing interrupts because of unexpected events.
Implementing openQRM greatly improves the reliability of the x86 data-center.
openQRM is an open source systems management platform which integrates with existing components in enterprise data centers to create scalable, highly available and customizable infrastructures.
openQRM is derived from a proven commercial product and distributed as an open source project through SourceForge, using a modified Mozilla Public License.
openQRMs architecture extends to and embraces other existing data center technologies through "plug-ins."The openQRM project team has created a number of plug-ins for broadly-used open source projects and proprietary solutions, and seeks to recruit community members to assist in additional plug-ins.
openQRM leverages the proven technologies of PXE and NFS along with storing images on central storage to effectively manage the data center.
The project team aims to set the standard in data center management by continuing to provide a "premiere" enterprise-grade project for automating IT infrastructure, and by embracing other technologies through increasing our offering of plug-ins.
OpenQRM.org is the best destination for our projects community to share ideas and innovations. Contributed by Qlusters, openQRM.org offers a range of support and information services to benefit all users of openQRM, including implementation advice, user forums and customer feedback.
Enhancements:
- The plugin was ported to openQRM 3.1.3.
- Nagios now reloads its configuration once every 90 seconds if the configuration files were changed.
- Problems during multiple Nagios reloads were fixed.
<<less
Download (0.079MB)
Added: 2007-02-19 License: MPL (Mozilla Public License) Price:
977 downloads
 
Other version of openQRM Plug-ins
openQRM Plug-ins 1.0 (FreeBSD)ins that enable openQRM to manage other enterprise software. openQRM Plug-ins 1.0 (FreeBSD ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:MPL (Mozilla Public License)
Download (0.017MB)
1083 downloads
Added: 2006-11-07
openQRM Plug-ins 0.9openQRM Plug-ins is a collection of community-supported plug-ins that ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:MPL (Mozilla Public License)
Download (18.4MB)
1270 downloads
Added: 2006-05-03
openQRM Plug-ins 0.6 (Xen)ins that enable openQRM to manage other enterprise software. openQRM Plug-ins 0.6 (Xen) - The ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:MPL (Mozilla Public License)
Download (29MB)
885 downloads
Added: 2007-05-28
openQRM Plug-ins 0.4 (QEMU)collection of community-supported plug-ins that enable openQRM to manage other enterprise ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:MPL (Mozilla Public License)
Download (0.026MB)
925 downloads
Added: 2007-04-13
License:MPL (Mozilla Public License)
Download (0.048MB)
927 downloads
Added: 2007-04-10
openQRM Plug-ins 0.2 (LinuxCoe)ins that enable openQRM to manage other enterprise software. openQRM Plug-ins 0.2 (LinuxCoe ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:MPL (Mozilla Public License)
Download (0.60MB)
836 downloads
Added: 2007-07-10
openQRM Plug-ins 0.2 (Aoe)ins that enable openQRM to manage other enterprise software. openQRM Plug-ins 0.2 (Aoe) - The ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:MPL (Mozilla Public License)
Download (13.2MB)
938 downloads
Added: 2007-04-02
openQRM Plug-ins 0.2 (Puppet)openQRM Plug-ins 0.2 (Puppet) openQRM Plug-ins is a collection of community-supported plug ... -ins that enable openQRM to manage other enterprise software
License:MPL (Mozilla Public License)
Download (1.3MB)
861 downloads
Added: 2007-06-15
openQRM Plug-ins 0.2 (Sshlogin)ins that enable openQRM to manage other enterprise software. openQRM Plug-ins 0.2 (Sshlogin ... created a number of plug-ins for broadly-used open source projects and proprietary solutions
License:GPL (GNU General Public License)
Download (0.006MB)
861 downloads
Added: 2007-06-15
License:MPL (Mozilla Public License)
Download (0.013MB)
933 downloads
Added: 2007-04-04
FormFaces 2007-01-19

FormFaces 2007-01-19


FormFaces provides a XForms implementation in JavaScript. more>>
FormFaces provides a XForms implementation in JavaScript.
FormFaces is a toolkit of Processors, libraries, and APIs that allow XForms forms management across a range of enterprise architectures and browser types. It is a server-side solution requiring no browser plug-ins or proxies.
The Processor provides a Java API for compiling XHTML and XForms into DHTML including extendable JavaScript and DOM access to the XForms model. It can selectively generate Java beans for Servlet or JSP/JSTL access, or browser-ready markup.
The libraries provide an API for accessing generated DHTML form elements and marshalling posted name-value pairs to XForms instance data.
Enhancements:
- Performance improvements.
- A bug fix for: Submitting only relevant nodes.
<<less
Download (0.40MB)
Added: 2007-04-06 License: GPL (GNU General Public License) Price:
931 downloads
Rose::HTML::Form 0.53

Rose::HTML::Form 0.53


Rose::HTML::Form is a HTML form base class. more>>
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 => 50, required => 1 },
phone => { type => phone },
);
}

sub validate
{
my($self) = shift;

# Base class will validate individual fields in isolation,
# confirming that all required fields are filled in, and that
# the email address and phone number are formatted correctly.
my $ok = $self->SUPER::validate(@_);
return $ok unless($ok);

# Inter-field validation goes here
if($self->field(name)->internal_value ne John Doe &&
$self->field(phone)->internal_value =~ /^555/)
{
$self->error(Only John Doe can have a 555 phone number.);
return 0;
}

return 1;
}

sub init_with_person # give a friendlier name to a base-class method
{
my($self, $person) = @_;
$self->init_with_object($person);
}

sub person_from_form
{
my($self) = shift;

# Base class method does most of the work
my $person = $self->object_from_form(class => Person);

# Now fill in the non-obvious details...
# e.g., set alt phone to be the same as the regular phone
$person->alt_phone($self->field(phone)->internal_value);

return $person;
}

...

#
# Sample usage in a hypothetical web application
#

$form = PersonForm->new;

if(...)
{
# Get query parameters in a hash ref and pass to the form
my $params = MyWebServer->get_query_params();
$form->params($params);

# ...or initialize form params from a CGI object
# $form->params_from_cgi($cgi); # $cgi "isa" CGI

# ...or initialize params from an Apache request object
# (mod_perl 1 and 2 both supported)
# $form->params_from_apache($r);

# Initialize the fields based on params
$form->init_fields();

unless($form->validate)
{
return error_page(error => $form->error);
}

$person = $form->person_from_form; # $person is a Person object

do_something_with($person);
...
}
else
{
$person = ...; # Get or create a Person object somehow

# Initialize the form with the Person object
$form->init_with_person($person);

# Pass the initialized form object to the template
display_page(form => $form);
}
...

Rose::HTML::Form is more than just an object representation of the HTML tag. It is meant to be a base class for custom form classes that can be initialized with and return "rich" values such as objects, or collections of objects.

Building up a reusable library of form classes is extremely helpful when building large web applications with forms that may appear in many different places. Similar forms can inherit from a common subclass, and forms may be nested.

This class inherits from, and follows the conventions of, Rose::HTML::Object. Inherited methods that are not overridden will not be documented a second time here. See the Rose::HTML::Object documentation for more information.

<<less
Download (0.10MB)
Added: 2006-09-29 License: Perl Artistic License Price:
1120 downloads
django-uni-form 0.5.0

django-uni-form 0.5.0


The purpose of this application is to provide a simple tag and/or filter that lets you quickly render forms in a div format. more>>

django-uni-form 0.5.0 brings you a useful Linux application. Django forms are easily rendered as tables, paragraphs, and unordered lists. However, elegantly rendered div based forms is something you have to do by hand. The purpose of this application is to provide a simple tag and/or filter that lets you quickly render forms in a div format.

Uni-form has been selected as the base model for the design of the forms.

Installing django-uni-form:

  1. Install as uni_form in your Django apps directory.

  2. Copy the site_media files in uni_form to your project site_media directory.

    uni-form-generic.css uni-form.css uni-form.jquery.js

  3. Add 'uni_form' to INSTALLED_APPS in settings.py.

<<less
Added: 2009-07-21 License: MIT/X Consortium Lic... Price: FREE
14 downloads
CkFormLogin 1.0

CkFormLogin 1.0


CkFormLogin is a plug-in for the Nagios network monitoring system that makes it more useful in the context of secured Web sites. more>>
CkFormLogin is a plug-in for the Nagios network monitoring system that makes it more useful in the context of secured Web sites (with login forms) and access management/single sign-on protected environments.
Originally developed to monitor Web applications that require authenticated access, it works by simulating an actual user login to verify each and every step in the process.
CkFormLogin can be used to continuously verify the "end-user" functionality of secured Web sites, detect outages in commercial access management products or externalized security plug-ins, and quickly verify security system stability after large configuration changes.
Main features:
- Continuously verify the "end-user" functionality of commercial access management products like Oracle COREid Access Manager, CA eTrust Siteminder, and Sun Access Manager
- Detect outages in secure websites caused by externalized security components or integration issues
- Quickly and easily verify system stability after large configuration changes
- Track uptime and availability for your critical access management integrations
- Immediately notify support personnel when a problem occurs
Enhancements:
- Initial release includes persistent/session cookie handling for complex login scenarios, automatic multi-step redirect handling, login page content validation, target page content validation, and optional verification of post-authentication target URLs.
<<less
Download (0.010MB)
Added: 2006-09-13 License: GPL (GNU General Public License) Price:
1136 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5