open fla files
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4472
Stock Flash Files
Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members. more>> Stock Flash Files is a web site that offers free stock flash files, also offers 100% ad revenue to all contributing members.<<less
Added: 2008-05-15 License: Free Non-Commercial Price: $0.00USD
19 downloads
Open Classifieds 0.9
Open Classifieds, is a classifieds/advertisement (Ads) system. Using the principle KISS, this software is developed to be fast, light, secure and SEO friendly. Template enabled and easy to administrate. more>> Open Classifieds, is a classifieds/advertisement (Ads) system. Using the principle KISS, this software is developed to be fast, light, secure and SEO friendly. Template enabled and easy to administrate.<<less
Added: 2009-05-06 License: GPL Price: 0.00EUR
13 downloads
Flash Files Resource
Flash Files is a growing website with flash and graphic resource both free and commercial and a new graphic resource blog. more>> Flash Files is a growing website with flash and graphic resource both free and commercial and a new graphic resource blog.<<less
Added: 2009-03-20 License: Freeware Price: $0.00USD
13 downloads
Perl File Handling
This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files. more>> This article describes the facilities provided for file handling in Perl. Learn how to operate on files including how to open, read, write and close both binary and text files.<<less
Added: 2007-05-24 License: Freeware Price: Free
917 downloads
Open Random Link 1
With these script you can help your visitors when they are confused about where to go from you links. When they press a button a link is randomly selected and window location moves there automatically. more>> With these script you can help your visitors when they are confused about where to go from you links. When they press a button a link is randomly selected and window location moves there automatically.<<less
Added: 2007-01-14 License: Freeware Price: $0.00USD
10 downloads
Open Site Builder Tools 3.5
Free open source web developer tools automating the essential task of a web site development mechanism -- populating a predefined page template with information from content files and generating the target web site documents. Allows configuring menus and more>> Free open source web developer tools automating the essential task of a web site development mechanism -- populating a predefined page template with information from content files and generating the target web site documents. Allows configuring menus and navigation bars on a per page basis. This approach lets you effectively manage site building process by separating page layout development from content creation. Eliminates the need of additional template rendering engine at runtime thus saving your site processing power on each page served. The software is in active use since its first appearance in 1997 and has proven its capability to handle very complex sites and intranet systems. Written entirely in PHP it is truly platform-independent and runs perfectly well on multiple platforms.<<less
Added: 2007-03-13 License: GPL Price: $0.00USD
10 downloads
Open Power Template
Open Power Template is a fully flexible and very fast template engine written for PHP 5. It is developed for using with different text formats. The library is very easy in configuration and the syntax more>> Open Power Template is a fully flexible and very fast template engine written for PHP 5. It is developed for using with different text formats. The library is very easy in configuration and the syntax is so flexible, that you can easily make it similar to your previus template engines one. Currenly there are implemented more features than in Smarty. The unique feature is XML Syntax mode. When enabled, OPT tags look like XML ones, and the template may be used with validators etc.<<less
Added: 2005-06-12 License: LGPL Price: FreeAdditionalInfoDocumentationunderGNUFDL.
1604 downloads
Open Page in Frameset Script
Open Page in Frameset Script refers the browse immediately to the frameset page where a certain page should be opened. more>>
Open Page in Frameset Script is a useful tool which refers the browse immediately to the frameset page where a certain page should be opened.
If a page is intended to be opened only within a frameset, this script refers the browse immediately to the frameset page.
Added: 2007-06-05 License: Freeware Price: Freeware
23 downloads
Easy File Browser V1
With this easy script that only contains 2 PHP pages and a folder with images, you can browse trough your whole domain. You can see all the files and folders, and even open folders, you can see when files or folders are last edited, the permissions, the more>> With this easy script that only contains 2 PHP pages and a folder with images, you can browse trough your whole domain. You can see all the files and folders, and even open folders, you can see when files or folders are last edited, the permissions, the size in bytes, kb, mb and gb, the exact location of that file, the type, ...<<less
Added: 2009-04-15 License: Freeware Price: 0.00EUR
10 downloads
german language files for phpShop
german language files for phpShop 0.80 Just copy the files of the pack to your shop file system. more>> german language files for phpShop 0.80 Just copy the files of the pack to your shop file system.<<less
Added: 2005-08-22 License: GPL Price: $0.00USD
13 downloads
Open Captcha
OpenCaptcha is a php script designed to dynamically create a captcha image in .png form. It uses a randomly chosen background to start with, then chooses a random string of a randomly chosen length, c more>> OpenCaptcha is a php script designed to dynamically create a captcha image in .png form. It uses a randomly chosen background to start with, then chooses a random string of a randomly chosen length, color, size, font, and orientation. Then it adds randomly coloured and placed lines to create an image that computers cant easily interpret. With OpenCaptcha, you can easily use your own custom backgrounds and fonts to make it fit in better with your overall site design.<<less
Added: 2007-01-30 License: GPL Price: Free
1004 downloads
Open/Read/Write files for beginners
Learn how to perform simple task with files: open, read and write. Check the different commands you may use. Learn to use compressed files (.gz) to save time. An example is included to record IPs and more>> Learn how to perform simple task with files: open, read and write. Check the different commands you may use. Learn to use compressed files (.gz) to save time. An example is included to record IPs and referrers of our page.<<less
Added: 2006-05-25 License: Other Free / Open Source License Price: Free
1277 downloads
Mini Open CMS
miniCWB is a Content Management Software and is meant to satisfy the needs of those who do not have access to a database, but want a dynamic website, editable through admin area and most of all, based more>> miniCWB is a Content Management Software and is meant to satisfy the needs of those who do not have access to a database, but want a dynamic website, editable through admin area and most of all, based on a FREE solution. The most important aspect about this software is that it is search engine optimized, and thus very popular.<<less
Added: 2006-11-09 License: Commercial License Price: $250.00AdditionalInfoDeveloperlicense,removecopyrightnoticeanduseforunlimitedwebsites
1081 downloads
Introduction to Files 1.0.0
In this tutorial you will learn how to open, read, write, rename, remove and upload files using one of the best server-side languages -- PHP. It will overview the fopen() function and the different modes needed to open files. It will then teach you how more>> In this tutorial you will learn how to open, read, write, rename, remove and upload files using one of the best server-side languages -- PHP. It will overview the fopen() function and the different modes needed to open files. It will then teach you how to read data from a file and output it. Next you will learn about the fwrite() function and about truncating files. Next you will be taught how to use the rename() and unlink() functions to rename and delete files. Finally you are given an introduction into the world of uploading files.<<less
Added: 2007-11-14 License: Freeware Price: $0.00USD
13 downloads
Open Link Directory 1.2
Open Link Directory (OpenLD) a basic but useful link classifieds php script that you can use to build a link directory that you choose. Best of all its open source and released under the terms of the GPL (General Public License) so there are no more>> Open Link Directory (OpenLD) a basic but useful link classifieds php script that you can use to build a link directory that you choose. Best of all its open source and released under the terms of the GPL (General Public License) so there are no restrictions like you find with some commercial scripts.<<less
Added: 2008-02-29 License: GPL Price: $0.00USD
18 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above open fla files search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed