Main > Free Download Search >

Free halloween destinations script

halloween destinations

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 23
@1 Formailer Generator

@1 Formailer Generator


An online tool to generate CGI Perl formailers for your contact forms. Features: Multiple email destination, Customized thank you page, and Optional autoresponder. more>> An online tool to generate CGI Perl formailers for your contact forms. Features: Multiple email destination, Customized thank you page, and Optional autoresponder.<<less
Added: 2002-01-28 License: Freeware Price: Free
2827 downloads
OpenMail Advanced 1.11c

OpenMail Advanced 1.11c


OpenMail Advanced is a fast, highly configurable PHP form mailer and processor, with email validation, destination cloaking, fixed recipient settings and ip logs / bans. As the destination email addresses are never echoed to the browser, there is no more>> OpenMail Advanced is a fast, highly configurable PHP form mailer and processor, with email validation, destination cloaking, fixed recipient settings and ip logs / bans. As the destination email addresses are never echoed to the browser, there is no opportunity for spammers to get hold of personal contact details. Now improved. Thanks too the feedback of users, and over 6000 downloads, this script is constantly being improved. Try the new improved version now.<<less
Added: 2004-01-07 License: GPL Price: $0.00USD
12 downloads
 
Other version of OpenMail Advanced
OpenMail Advancedand processor, with email validation, destination cloaking, fixed recipient settings and ip ... and processor, with email validation, destination cloaking, fixed recipient settings and ip
License:GPL
Download
2123 downloads
Added: 2004-01-07
Textpattern 4.0.6

Textpattern 4.0.6


When it comes to publishing on the internet, beginners and experts alike are met with a bothersome paradox: word processors and graphics applications allow anyone to do a pretty good job of managing text and images on a personal computer, but to make more>> When it comes to publishing on the internet, beginners and experts alike are met with a bothersome paradox: word processors and graphics applications allow anyone to do a pretty good job of managing text and images on a personal computer, but to make these available to the worldwide web ? a seemingly similar environment of documents and destinations ? ease of use vanishes behind sudden requirements for multilingual programming skills, proficiency in computer-based graphic design, and, ultimately, the patience of a saint. Those who soldier on anyway may find themselves further held back by the web?s purported inflexibility with written language, with its reluctance to cope with all but the plainest of text, or by the unpredictable results brought about by using ?WYSIWYG? web editors. Textpattern is a web application designed to help overcome these and other hurdles to publishing<<less
Added: 2006-06-27 License: GPL Price: $0.00USD
11 downloads
 
Other version of Textpattern
Textpatterna seemingly similar environment of documents and destinations ? ease of use vanishes behind
Price: FreeAdditionalInfo4.1futurestablerelease
License:BSD Style
Download
1214 downloads
Added: 2006-06-27
Weather for PHP 1.0

Weather for PHP 1.0


Displays local weather. Current temp with conditions graphic, 7 day text forecast, closest radar map. Templates are used for display so you may use the pages included and edit them for a weather destination page or easily include them into your present more>> Displays local weather. Current temp with conditions graphic, 7 day text forecast, closest radar map. Templates are used for display so you may use the pages included and edit them for a weather destination page or easily include them into your present site.<<less
Added: 2007-05-21 License: Free Non-Commercial Price: $0.00USD
25 downloads
 
Other version of Weather for PHP
License:Free for non-commercial use
Download
1028 downloads
Added: 2007-05-21
2FLV

2FLV


This is easy to use desktop application allowing to convert from any video format into Flash Video format (.FLV), can be used for publishing video files on the web in Flash Player or to convert existi more>> This is easy to use desktop application allowing to convert from any video format into Flash Video format (.FLV), can be used for publishing video files on the web in Flash Player or to convert existing files to the most effective format. Application support converting from individual files as well as batch file converting of all files located in source directory into destination directory. Program is fast and free.<<less
Added: 2007-03-18 License: Freeware Price: Free
952 downloads
DirectFB 1.0.0

DirectFB 1.0.0


DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction. more>>
DirectFB 1.0.0 is a script supplying you hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers, not only on top of the Linux Framebuffer Device.

It is a complete hardware abstraction layer with software fall-backs for every graphics operation that is not supported by the underlying hardware.

DirectFB adds graphical power to embedded systems and sets a new standard for graphics under Linux. DirectFB provides the following graphics operations:

  1. Rectangle filling/drawing
  2. Triangle filling/drawing
  3. Line drawing
  4. Flat shaded triangles
  5. Simple blitting
  6. Stretched blitting
  7. Textured triangles (perspective correct)
  8. Blending with an alpha-channel (per pixel alpha)
  9. Blending with an alpha factor (alpha modulation)
  10. Nine source and destination blend functions
  11. Porter/Duff rules are supported
  12. Pre-multiplied alpha supported
  13. Colorized blitting (color modulation)
  14. Source color keying
  15. Destination color keying
<<less
Added: 2007-06-22 License: LGPL - GNU Lesser General Public License Price: LGPLGNULesserGeneralPublicLicense
23 downloads
Quartz 1.6.5

Quartz 1.6.5


This job scheduling system can be integrated with, or used along side virtually any J2EE or J2SE application more>>

Quartz 1.6.5 brings you a useful scheduling system that can be integrated with, or used along side virtually any J2EE or J2SE application

Applications can vary from the largest e-commerce system to the smallest stand-alone application. Quartz can be used to create simple or complex schedules for executing tens, hundreds, or even tens-of- tousands of jobs; jobs whose tasks are defined as standard Java components or EJBs.

The Quartz Scheduler includes many enterprise-class features, such as JTA transactions and clustering.

Major Features

  1. Job Scheduling:
    • At a certain time of day (to the millisecond)
    • On certain days of the week
    • On certain days of the month
    • On certain days of the year
    • Not on certain days listed within a registered Calendar (such as business holidays)
    • Repeated a specific number of times
    • Repeated until a specific time/date
    • Repeated indefinitely
    • Repeated with a delay interval
  2. Job Execution:
    • Jobs can be any Java class that implements the simple Job interface, leaving infinite possibilities for the work the Jobs can perform.
    • Job class instances can be instantiated by Quartz, or by the applications framework.
    • When a Trigger occurs, the scheduler notifies zero or more Java objects implementing the JobListener and TriggerListener interfaces (listeners can be simple Java objects, or EJBs, or JMS publishers, etc.). These listeners are also notified after the Job has executed.
    • As Jobs are completed, they return a JobCompletionCode which informs the scheduler of success or failure. The JobCompletionCode can also instruct the scheduler of any actions it should take based on the success/fail code such as immediate re-execution of the Job.
  3. Job Persistence:
    • The design of Quartz includes a JobStore interface that can be implemented to provide various mechanisms for the storage of jobs.
    • With the use of the included JDBCJobStore, all Jobs and Triggers configured as "non-volatile" are stored in a relational database via JDBC.
    • With the use of the included RAMJobStore, all Jobs and Triggers are stored in RAM and therefore do not persist between program executions but this has the advantage of not requiring an external database.
  4. Transactions:
    • Quartz can participate in JTA transactions, via the use of JobStoreCMT (a subclas of JDBCJobStore).
    • Quartz can manage JTA transactions (begin and commit them) around the execution of a Job, so that the work the Job does happens within a JTA transaction.
  5. Clustering:
    • Fail-over.
    • Load balancing.
  6. Listeners & Plug-Ins:
    • Applications can catch scheduling events to monitor or control job/trigger behavior by implementing one or more listener interfaces.
    • The Plug-In mechanism can be used add functionality to Quartz, such keeping a history of job executions, or loading job and trigger definitions from a file.
    • Quartz ships with a number of "factory built" plug-ins and listeners.
  7. Runtime Environments:
    • Quartz can run embedded within another free standing application
    • Quartz can be instantiated within an application server (or servlet container), and participate in XA transactions
    • Quartz can run as a stand-alone program (within its own Java Virtual Machine), to be used via RMI
    • Quartz can be instantiated as a cluster of stand-alone programs (with load-balance and fail-over capabilities)

Enhancements

  • Records in QRTZ_TRIGGER_LISTENERS table are deleted when trigger is paused and resumed
  • Logging Trigger History Plugin.trigger Misfired writes incorrect message
  • Send Destination Message Job throws naming exception
  • Send Queue Message Job throws Class Cast Exception when used with xml plugin acquire Next Trigger executing on Managed Tx Connection when using JobStoreCMT and configured not to acquire triggers within lock
<<less
Added: 2009-06-26 License: Other Free / Open Source License - Apache 2.0 License Price: OtherFreeOpenSourceLicenseApache2.0License
21 downloads
SVN Webcopy 1.0

SVN Webcopy 1.0


SVN Webcopy is an SVN hook that allows your SVN server to automatically FTP or copy modified files as they are committed. For safety, all FTP servers, usernames, and passwords are saved on the SVN server itself, with destinations being set per path. This more>> SVN Webcopy is an SVN hook that allows your SVN server to automatically FTP or copy modified files as they are committed. For safety, all FTP servers, usernames, and passwords are saved on the SVN server itself, with destinations being set per path. This keeps your FTP information safe. All work is done post-commit, after SVN decides whether or not the commit will succeed or fail. All of this is generally done within 2-3 seconds, giving you rapid development to a live server, with versioning!<<less
Added: 2008-12-04 License: Freeware Price: $0.00USD
16 downloads
Destination Form Action 1

Destination Form Action 1


A simple checkbox to change the "action" destination in your form. This tools can be used with other form field and text link. Script very customizable and Its free so enjoy !!!! more>> A simple checkbox to change the "action" destination in your form. This tools can be used with other form field and text link. Script very customizable and Its free so enjoy !!!!<<less
Added: 2007-06-21 License: Other Price: $0.00USD
15 downloads
(E)SMTP Mailer for PHP 0.1a1

(E)SMTP Mailer for PHP 0.1a1


Here is something you always wanted. If you are a php developer and used Windows, you would have with held your application form sending e-mails because of mail() function not working on Windows without a SMTP server. Worry no further. The solution more>> Here is something you always wanted. If you are a php developer and used Windows, you would have with held your application form sending e-mails because of mail() function not working on Windows without a SMTP server. Worry no further. The solution is available now under GNU Public License. (E)SMTP Mailer for PHP is a PHP class which you can intergrate with your application to send mail as long as the server the script is running is connected to the internet. How (E)SMTP Mailer for PHP works (E)SMTP Mailer for PHP only relies on DNS records and the destination ESMTP/SMTP server. It acts as a Mail Transfer agent and negotiates the destination mail server to send the mail. Note (E)SMTP Mailer for PHP requires PHP5 or above to run.<<less
Added: 2006-10-23 License: GPL Price: $0.00USD
14 downloads
Link Cloaking 1.0b

Link Cloaking 1.0b


This script uses an MS Access database to allow you to hide the destination of any link on your website. Its easy to setup and has a link generation interface for faster, easier use. more>> This script uses an MS Access database to allow you to hide the destination of any link on your website. Its easy to setup and has a link generation interface for faster, easier use.<<less
Added: 2004-07-08 License: Freeware Price: $0.00USD
14 downloads
PayPal Fee Calculator 1.0

PayPal Fee Calculator 1.0


Heres a useful tool you can use to calculate your PayPal fees. It includes many advanced options such as choosing the source and destination countries, choosing which PayPal Fee Rate you want to use, and choosing whether or not to include the 2.5% more>> Heres a useful tool you can use to calculate your PayPal fees. It includes many advanced options such as choosing the source and destination countries, choosing which PayPal Fee Rate you want to use, and choosing whether or not to include the 2.5% currency conversion fee (for multiple currency transactions). You can also use it to "reverse" calculate your PayPal fees to determine exactly how much a person should send you so that after fees are removed you actually end up with the amount you want. I use it all the time myself when Im selling on eBay, and Im trying to gauge that "magic" amount to charge so that after all fees have been removed I actually end up with the amount I want. For example, did you know that to actually receive $75 in your PayPal account someone would have to send you exactly $77.55? And the way you can find out that exact amount is by using a "reverse" paypal calculator such as this. Saves me a lot of time! Hope it will for you too. Any feedback, comments, and suggestions are welcome. Please vote if you find this useful.<<less
Added: 2005-06-13 License: Freeware Price: $0.00USD
14 downloads
Upload Lite 4.0

Upload Lite 4.0


Easily upload files to your server from your web page. Set file size and type restrictions as well as overwrite permissions and the destination folder. Includes email notifications. Well commented, successfully tested on a broad range of ASCII and binary more>> Easily upload files to your server from your web page. Set file size and type restrictions as well as overwrite permissions and the destination folder. Includes email notifications. Well commented, successfully tested on a broad range of ASCII and binary files as large as 1 Gig.<<less
Added: 2002-04-22 License: Freeware Price: $0.00USD
14 downloads
mysql data syncronization 1.00.02

mysql data syncronization 1.00.02


This script will examine a MySQL database and create a file full of statements to execute on an identically structured database. This will bring the target database into syncronization with the source. It does NOT sync any changes to the database more>> This script will examine a MySQL database and create a file full of statements to execute on an identically structured database. This will bring the target database into syncronization with the source. It does NOT sync any changes to the database structure. It does check to see if the same record has been changed on the source and destination and gives the option of forcing overwrites or aborting the change to conflicted records. Any changes aborted are written to the error log. Inserts and deletes are also synced. Heavily commented. Read the notes in the code.<<less
Added: 2009-03-30 License: Freeware Price: $0.00USD
13 downloads
Quick Image Transfer 1.21

Quick Image Transfer 1.21


Quick Image Transfer. An easy way to transfer .jpg images from your digital camera or other media. Set the source and destination, and click start copy to instantly copy all the files from your media to your hard drive. more>> Quick Image Transfer. An easy way to transfer .jpg images from your digital camera or other media. Set the source and destination, and click start copy to instantly copy all the files from your media to your hard drive.<<less
Added: 2004-02-09 License: Freeware Price: $0.00USD
13 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 2
  • 1
  • 2