LimeSurvey 1.70+ Build 4395 (Stable branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News LimeSurvey 1.70+ Build 4395 (Stable branch)
# 1  
Old 03-02-2008
LimeSurvey 1.70+ Build 4395 (Stable branch)

ImageLimeSurvey (formerly PHPSurveyor) is a Web application that interacts with MySQL or MSSQL to develop surveys, publish surveys, and collect responses to surveys. Once a survey has been created, data can be inserted into the survey either by a "pretty" public screen which presents each question one at a time, or by a quick and nasty data entry screen. It includes the capacity to generate individualized "tokens", so that invitations can be issued to participants. It also has the capacity to set conditions on whether questions will display (branching), numerous question types, and a basic statistics function.License: GNU General Public License (GPL)Changes:
This relerase fixes several errors with email encoding. It fixes invalid HTML in Dual Scale Matrix Question. Dutch and French translations have been updated. Data submission problems with Safari 2.0.4 have been fixed. An import problem from prior LS versions has been fixed. A problem when the user wants to print answers has been fixed. XML export with PHP 5 is now possible.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FPDNS(1p)						User Contributed Perl Documentation						 FPDNS(1p)

NAME
fpdns - DNS server fingeprinting tool SYNOPSIS
fpdns [ -c ] [ -d ] [ -f ] [ -F nchild ] [ -p port ] [ -Q srcaddr ] [ -r retry ] [ -s ] [ -S separator ] [ -t timeout ] [ -v ] [server(s)] DESCRIPTION
fpdns is a program that remotely determines DNS server versions. It does this by sending a series of borderline DNS queries which are compared against a table of responses and server versions. False positives or incorrect versions may be reported when trying to identify a set of servers residing behind a load-balancing apparatus where the servers are of different implementations, when a specific implementation behaves like a forwarder, behind a firewall without statefull inspection or without Application Intelligence. OPTIONS
-c Where appropriate check CH TXT version. Off by default. -d Enable debugging. Off by default. -D Check all authoritative servers of the specified domain name. -f Force checking of CH TXT version. Off by default. -F nchild Maximum number of forked child processes. Defaults to 10. -p port Port to query remote nameserver on. Default is 53. -Q srcaddr Set the source IP address to use. -r retry Number of attempt to retry fingerprints. Defaults to 1. -s Short display form. Useful for surveys. -S Separator. Defaults to " ". -t timeout Set the query timeout in seconds. Defaults to 5. -T Use TCP instead of UDP. -v Show version of fpdns. server IP address or name to query. Alternatively may be '-' to read from a list of these from stdin AUTHORS
fpdns was written by Roy Arends and Jakob Schlyter. SEE ALSO
perl(1), Net::DNS(1) perl v5.14.2 2012-03-10 FPDNS(1p)