NEW LISTINGS  HOT LISTINGS  TOP RATED  EDITOR PICK  ADD A LISTING  UPDATE A LISTING  GET RATED  UPGRADE A LISTING
  HOME     MY ACCOUNT     POWER SEARCH     REGISTER     MEMBER LIST     SUGGEST CATEGORY  



Free Scripts Directory

Ajax (204)
Books, Frameworks, Scripts and Applications, Sites, Tips and Tutorials

ASP (2063)
Books, Magazine Articles, Online Communities, References, Scripts and Components....

ASP.NET (845)
Books, Scripts and Controls, Software, Tips and Tutorials, Web Developers....

C and C++ (299)
Books, Online Communities, Scripts and Programs, Tips and Tutorials, Web Sites

CFML (174)
Books, Magazine Articles, Scripts and Programs, Tips and Tutorials, Web Developers

CGI and Perl (1805)
Books, Magazine Articles, Online Communities, Scripts and Programs, Software....

Flash (2795)
Books, Components, Fla Archives, Movies, Online Communities....

Java (928)
Applets, Applications, Books, JavaBeans, JSP and Servlets....

JavaScript (1219)
Books, References, Scripts and Programs, Software, Tips and Tutorials....

PHP (7731)
Books, Magazine Articles, Online Communities, Scripts and Programs, Software and Servers....

Python (73)
Books, Magazine Articles, Scripts and Programs, Software, Tips and Tutorials....

Remotely Hosted (928)
Ad Management, Affiliate Programs, Auctions, Audio Systems, Banner Exchange....

Ruby on Rails (64)
Books, Scripts and Programs, Software and Servers, Tips and Tutorials, Web Sites

Tools and Utilities (2398)
Communication Tools, Content Management, Customer Support, Database Tools, Debugging and Testing....

XML (190)
Books, Magazine Articles, References, Scripts and Programs, Software....


Welcome to Scripts Directory
Finding the scripts is easy at YourFreeScripts.com - click through any of the categories below, or use the search box to find the scripts you need. If you are an author of programmer, you can add your scripts for free by submitting to this page and following the on-screen instructions. You can look here for computer software programs for windows

Random Links
2532|Gigs is a php/SQL gig lister designed for bands and music sites
2532|Gigs has its first release today with v1.0 [beta]. This has been a long time coming and still a lot more to come. The wiki has a few docs at the moment to get everybody started with the script and more to come. Please report all bugs to our Bug Tracker and not the forums.
Category:

size and scroll bars position
Here I attempted to create a reliable method to read the client size of the of the browser's window and the position of the scroll bars. Of course this wouldn't be a problem if all browsers were well written and followed the standards. As we all know it's not the case -- different versions of different browsers under different platforms in different modes have own ideas on how this simple information should be provided. Adjusting the script for different browsers can be real pain when after making code work in one browser you find out it no longer works in another.
Category:

Syndikut - Keyword Catcher v1 (KWC)
Syndikut Keyword Catcher v1 (KWC) catches keywords or phrases used on popular search engines, which direct visitors to your website. Syndikut Keyword Catcher is a flat file php script so no SQL required! If a visitor enters a search term or phrase at a search engine and clicks a link to your site, KWC will catch the keywords used along with the search engine and the page they entered (Landing Page). KWC is designed to keep you up-to-date with common search terms or phrases used to find your web site, from popular search engines. You can use KWC to track and study keywords used to find your site, or even to compare used keywords with keywords you feel should be used but are not! KWC can help search engine optimization (SEO) by enhancing the keywords and content. To prevent spamming, Syndikut Keyword Catcher only allows user entered keywords and phrases from the following search engines...
Category:



Popular Tags

#   A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  


Latest New Additions and Updates
New
X-Treme Accordion XML AS2
The most advanced XML Accordion application. No Flash Knowledge required.

KEY FEATURES:
* Fully customizable XML driven content
* Unlimited number of images / swf support
* Customizable width, height and item size
* Resize or crop your items on-the-fly from within the XML file
* AutoPlay / Previous / Next with global or individual timer for each image
* Both horizontal and vertical menu orientation support
* Advanced effects for the description text, image zoom and panning effects
* Global or individual timer and transition definition for each text paragraph
* HTML / CSS driven description text paragraphs support
* Set URL links within the description text or when pressing on individual images
* Display the items in the order they appear in your XML file or in a random order
* Scroll Bar component support for browsing through the accordion items
* Optionally set the XML settings file path in HTML using FlashVars
Category:

New


Category:

New
X-Treme Accordion XML AS2
The most advanced XML Accordion application. No Flash Knowledge required.

KEY FEATURES:
* Fully customizable XML driven content
* Unlimited number of images / swf support
* Customizable width, height and item size
* Resize or crop your items on-the-fly from within the XML file
* AutoPlay / Previous / Next with global or individual timer for each image
* Both horizontal and vertical menu orientation support
* Advanced effects for the description text, image zoom and panning effects
* Global or individual timer and transition definition for each text paragraph
* HTML / CSS driven description text paragraphs support
* Set URL links within the description text or when pressing on individual images
* Display the items in the order they appear in your XML file or in a random order
* Scroll Bar component support for browsing through the accordion items
* Optionally set the XML settings file path in HTML using FlashVars
Category:

New


Category:

New


Category:



PHP: Hypertext Preprocessor

PHP 5.3.2 Released!
The PHP development team is proud to announce the immediate release of PHP 5.3.2. This is a maintenance release in the 5.3 series, which includes a large number of bug fixes. Security Enhancements and Fixes in PHP 5.3.2:Improved LCG entropy. (Rasmus, Samy Kamkar)Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)Fixed a possible open_basedir/safe_mode bypass in the session extension identified by Grzegorz Stachowiak. (Ilia)Key Bug Fixes in PHP 5.3.2 include:Added support for SHA-256 and SHA-512 to php's crypt.Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check.Fixed bug #51059 (crypt crashes when invalid salt are given).Fixed bug #50940 Custom content-length set incorrectly in Apache sapis.Fixed bug #50847 (strip_tags() removes all tags greater then 1023 bytes long).Fixed bug #50723 (Bug in garbage collector causes crash).Fixed bug #50661 (DOMDocument::loadXML does not allow UTF-16).Fixed bug #50632 (filter_input() does not return default value if the variable does not exist).Fixed bug #50540 (Crash while running ldap_next_reference test cases).Fixed bug #49851 (http wrapper breaks on 1024 char long headers).Over 60 other bug fixes. For users upgrading from PHP 5.2 there is a migration guide available here, detailing the changes between those releases and PHP 5.3. Further information and downloads: For a full list of changes in PHP 5.3.2, see the ChangeLog. For source downloads please visit our downloads page, Windows binaries can be found on windows.php.net/download/.

PHP 5.2.13 Released!
The PHP development team would like to announce the immediate availability of PHP 5.2.13. This release focuses on improving the stability of the PHP 5.2.x branch with over 40 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.13:Fixed safe_mode validation inside tempnam() when the directory path does not end with a /). (Martin Jansen)Fixed a possible open_basedir/safe_mode bypass in session extension identified by Grzegorz Stachowiak. (Ilia)Improved LCG entropy. (Rasmus, Samy Kamkar) Further details about the PHP 5.2.13 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.

PHP 5.2.12 Released!
The PHP development team would like to announce the immediate availability of PHP 5.2.12. This release focuses on improving the stability of the PHP 5.2.x branch with over 60 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.12:Fixed a safe_mode bypass in tempnam() identified by Grzegorz Stachowiak. (CVE-2009-3557, Rasmus)Fixed a open_basedir bypass in posix_mkfifo() identified by Grzegorz Stachowiak. (CVE-2009-3558, Rasmus)Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion, identified by Bogdan Calin. (CVE-2009-4017, Ilia)Added protection for $_SESSION from interrupt corruption and improved "session.save_path" check, identified by Stefan Esser. (CVE-2009-4143, Stas)Fixed bug #49785 (insufficient input string validation of htmlspecialchars()). (CVE-2009-4142, Moriyoshi, hello at iwamot dot com) Further details about the PHP 5.2.12 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.

PHP 5.3.1 Released!
The PHP development team would like to announce the immediate availability of PHP 5.3.1. This release focuses on improving the stability of the PHP 5.3.x branch with over 100 bug fixes, some of which are security related. All users of PHP are encouraged to upgrade to this release.Security Enhancements and Fixes in PHP 5.3.1:Added "max_file_uploads" INI directive, which can be set to limit the number of file uploads per-request to 20 by default, to prevent possible DOS via temporary file exhaustion.Added missing sanity checks around exif processing.Fixed a safe_mode bypass in tempnam().Fixed a open_basedir bypass in posix_mkfifo().Fixed failing safe_mode_include_dir.Further details about the PHP 5.3.1 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.

PHP 5.2.11 Released!
The PHP development team would like to announce the immediate availability of PHP 5.2.11. This release focuses on improving the stability of the PHP 5.2.x branch with over 75 bug fixes, some of which are security related. All users of PHP 5.2 are encouraged to upgrade to this release. Security Enhancements and Fixes in PHP 5.2.11:Fixed certificate validation inside php_openssl_apply_verification_policy. (Ryan Sleevi, Ilia)Fixed sanity check for the color index in imagecolortransparent(). (Pierre)Added missing sanity checks around exif processing. (Ilia)Fixed bug #44683 (popen crashes when an invalid mode is passed). (Pierre) Further details about the PHP 5.2.11 release can be found in the release announcement, and the full list of changes are available in the ChangeLog.


Main Category
204
2063
845
299
174
1805
2795
928
1219
7731
73
928
64
2398
190

Join Mailing List
Joining mailing list will entitle you to receive occasional emails informing you of news and updates to the site and any special offers that may be of interest to you.



Top 10
Directory Statistics

Links: 21685
Categories: 1275
Registered Users: 1136
Mailing List Subscribers: 2054
Unique Outgoing Hits: 249852

Pagerank Statistics
PR 10
1 site(s)
PR 9
3 site(s)
PR 8
47 site(s)
PR 7
80 site(s)
PR 6
395 site(s)
PR 5
1119 site(s)

PHP News