Main > Free Download Search >

Free respond to script

respond to

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 423
RSS to HTML

RSS to HTML


RSS to HTML script will allow you to create webpages that will always display the most current information from your RSS feed. more>> <<less
Added: 2008-02-22 License: Freeware Price: Freeware
13 downloads
PyShoutOut 1.0

PyShoutOut 1.0


This is a very small and very fast shout out box that you can implement into your website. With full CSS support and support for several colors, this little script is a great way to let users respond to your website. more>> This is a very small and very fast shout out box that you can implement into your website. With full CSS support and support for several colors, this little script is a great way to let users respond to your website.<<less
Added: 2005-10-12 License: Freeware Price: $0.00USD
11 downloads
 
Other version of PyShoutOut
License:Freeware
Download
1472 downloads
Added: 2005-10-12
Window Move-To

Window Move-To


Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. more>> Use this code to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. You want them to open up to show more information but you want it placed out of the way.<<less
Added: 2005-12-16 License: Freeware Price: $0.00USD
14 downloads
Introduction To ACL

Introduction To ACL


In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in more>> In this tutorial I hope to display to you the value of Access Control Lists (ACL)! For those of you who dont know, access control lists are an easy and simple way to manage permissions and security in your applications. This is just one more step to MVC programming, and is a great help (Look for my tutorial on Class Diagrams). An ACL performs two basic operations: A) The handled, B) The Handler. The handled are referred to as Access Control Objects (ACO) and the handler is referred to as Access Request Objects (ARO). We refer to these as Objects due to the fact that you dont have to be a person to request any of the ACOs. So putting all of that knowledge together, ACL is what decides which ARO is granted access to each ACO.<<less
Added: 2007-01-18 License: Other Free / Open Source License Price: Free
626 downloads
Introduction to PHP 1

Introduction to PHP 1


This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php more>> This is a welcome to PHP, Contains information on the history of the scripting language, it gives you details on what you can make with PHP including forums and chat software. Test PHP using the phpinfo() function, It will bring up all your php configuration and vital php info and information about your system were PHP is installed. The next chapter will show you how to make your first PHP script. Explores PHP Variables in some detail. Perfect of PHP beginners. We touch on PHP functions in the last chapter.<<less
Added: 2005-08-16 License: Freeware Price: $0.00USD
12 downloads
 
Other version of Introduction to PHP
Introduction to PHP 1Basic guide to help experience HTML webmaster getting started with PHP. It defines PHP ... The tutorial also briefly cover how to set up Apache and PHP on your own server. Introduction to
Price: 0.00
License:Freeware
Download
14 downloads
Added: 2003-06-12
Introduction to PHPThis is a welcome to PHP, Contains information on the history of the scripting language, it ... The next chapter will show you how to make your first PHP script. Explores PHP Variables in some
License:Freeware
Download
859 downloads
Added: 2005-08-16
Introduction to PEAR

Introduction to PEAR


An introduction to PEAR with examples of using the Benchmark package. more>> An introduction to PEAR with examples of using the Benchmark package.<<less
Added: 2003-10-14 License: Not Specified Price: Free
2211 downloads
Brief Introduction to PHP

Brief Introduction to PHP


A brief introduction to PHP that explains the basics of PHP programming. more>> A brief introduction to PHP that explains the basics of PHP programming.<<less
Added: 2005-02-27 License: Not Specified Price: Free
1703 downloads
Brief Introduction to PERL

Brief Introduction to PERL


This tutorial walks you through the basics of Perl programming language, including variables and statements. more>> This tutorial walks you through the basics of Perl programming language, including variables and statements.<<less
Added: 2005-04-26 License: Other Free / Open Source License Price: Free
1641 downloads
LDAP to SQL

LDAP to SQL


Whilst working on the automatic production of web statistics - came across the following problem: How do I get relational data from an Hierarchical structure? It didnt take long to realize - Id have more>> Whilst working on the automatic production of web statistics - came across the following problem: "How do I get relational data from an Hierarchical structure?" It didnt take long to realize - Id have to use PHP to talk to LDAP, pull off records & upload into a series of tables, using the cn as primary key. Which then could be queried relationally. Pulling off large, queries and repeatedly transcending LDAP trees is pretty slow - so I built my LDAP to SQL engine, by flattening dns into table names. Then used PHP scripts to query & produce daily snap shots. This is the Perl port of the PHP version.<<less
Added: 2006-05-02 License: Freeware Price: Free
1296 downloads
Beginners guide to php

Beginners guide to php


Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding. more>> Want to learn php, we have set up a simple to follow quick guide to send you on your way. We cover all the very basics of php also find our other tutorials covering an even wider range of php coding.<<less
Added: 2006-11-05 License: Freeware Price: Free
1098 downloads
Things to Ponder& Quotes

Things to Ponder& Quotes


"Things to Ponder" Quotes script will allow visitors to display random quotes on your web pages. more>> <<less
Added: 2008-04-11 License: Freeware Price: Freeware
11 downloads
SWF To Image

SWF To Image


SWF To Image library is a FREEWARE ActiveX programming library for converting SWF into BMP, JPG, GIF images from Visual Basic, Visual Basic.NET, ASP, ASP.NET, Visual C++, Visual C# programming languag more>> SWF To Image library is a FREEWARE ActiveX programming library for converting SWF into BMP, JPG, GIF images from Visual Basic, Visual Basic.NET, ASP, ASP.NET, Visual C++, Visual C# programming languages. For example, you want to display thumbnail for every flash movie in your application or on your web-site. If so then SWF To Image library is exactly what you are looking for. It can take SWF file and convert it into BMP or JPG image.<<less
Added: 2007-03-13 License: Freeware Price: Free
960 downloads
DSN-Less Connection to Access

DSN-Less Connection to Access


This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily c more>> This is an Example of how to Connect to an Access Database using a DSN-less Connection, using DBI::ODBC. The script uses DBI::ODBC module and was tested on Active Perl 5.8. The script is also easily changeable to use a DSN connection, just as long as you have one set up and spelled correctly.<<less
Added: 2007-07-31 License: Freeware Price: Free
840 downloads
apgForm (to Excel) 1.7

apgForm (to Excel) 1.7


apgForm is a PHP file capable of processing web forms and saving them directly into an Excel file. apgForm receives any form with any number of textboxes, radio buttons, drop-down menus, hidden fields, and password boxes and saves them to an Excel file. more>> apgForm is a PHP file capable of processing web forms and saving them directly into an Excel file. apgForm receives any form with any number of textboxes, radio buttons, drop-down menus, hidden fields, and password boxes and saves them to an Excel file. It can receive the form regardless of the way it was sent (POST, or GET.) apgForm requires PHP and a folder with read/write permissions to work.(CHMOD 777) apgForm is completely free.<<less
Added: 2004-11-03 License: Freeware Price: $0.00USD
13 downloads
 
Other version of apgForm
apgForm (to Excel)buttons, drop-down menus, hidden fields, and password boxes and saves them to an Excel file. It ... ) apgForm requires PHP and a folder with read/write permissions to work.(CHMOD 777)
Price: FreeAdditionalInfoCreativeCommonsByhttpcreativecommons.orglicensesby2.5legalcode
License:Other Free / Open Source License
Download
1833 downloads
Added: 2004-11-03
Rex 1.1

Rex 1.1


This class can be used to check if a given IP address could be a proxy server responding in ports usually used by proxies. It can generate a log with IP addresses and the information whether it can be a proxy. Rex v1.1 features: - Proxy port scan more>> This class can be used to check if a given IP address could be a proxy server responding in ports usually used by proxies. It can generate a log with IP addresses and the information whether it can be a proxy. Rex v1.1 features: - Proxy port scan can be disabled (in some cases, it blocks users that have port 80 open in their router configuration) - Added checkspamcop() that checks if a user IP is registered as spammer on Spamcop.net (can be enabled/diabled) - Function filtraxss() renamed to checkxss() because it really checks the presence of malicious xss doesnt filter anything - Function checkxss() only accepts arrays - Added filterxss() that removes or disables tags - Added checksize_db_data() that can be used to check for data size before inserting in database - Added filtersql() that escapes special characters in a string for use in a SQL statement<<less
Added: 2008-08-17 License: GPL Price: 0.00EUR
12 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5