Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.217.622 Times

Allmedia Index Php Opti Index Php freeware
Filter: All | Freeware | Demo
 

Allmedia Index Php Opti Index Php

< 1 2 3 4 5 > 
Added: September 01, 2010 | Visits: 3.289

Another Gallery Another Gallery is a PHP port of the Zgal gallery generator. Another Gallery project supports themes and rollover buttons. ImageMagick creates thumbs with a higher quality than GD2.x. If you want to use Perl and ImageMagick you need the Image::Size perl module to generate the thumbnails. It is...



Platforms: *nix

License: Freeware Size: 368.64 KB Download (160): Another Gallery Download

Added: September 17, 2010 | Visits: 2.279

Input Filter extension for PHP Input Filter extension for PHP project is an extension for safely dealing with input parameters. It is meant to address this issue by implementing a set of filters and mechanisms that users can use to safely access their input data..





Platforms: *nix

License: Freeware Size: 24.58 KB Download (137): Input Filter extension for PHP Download

Added: August 09, 2010 | Visits: 1.740

PHP Database Interface 1.0 PHP Database Interface is an easy to use PHP database interface meant to give applications universal support across many databases, including several flat file formats. Installation These are just a few notes installation notes regarding DBi and using it with your project txtSQL support...


Platforms: *nix

License: Freeware Size: 33.79 KB Download (109): PHP Database Interface 1.0 Download

Added: August 08, 2010 | Visits: 3.161

Turck MMCache for PHP Turck MMCache is a free open source PHP accelerator, optimizer, encoder and dynamic content cache for PHP. It increases performance of PHP scripts by caching them in compiled state, so that the overhead of compiling is almost completely eliminated. Also it uses some optimizations to speed up...


Platforms: *nix

License: Freeware Size: 112.64 KB Download (142): Turck MMCache for PHP Download

Added: February 21, 2010 | Visits: 1.939

PHP Trouble Ticket PHP Trouble Ticket project provides a centralized means of problem reporting and tracking in multi-user environments (medium to large companies, development groups, etc.). It helps direct problem reports to the responsible administrator(s), keeps track of the status of a problem being worked...


Platforms: *nix

License: Freeware Download (196): PHP Trouble Ticket Download

Added: August 25, 2010 | Visits: 2.599

Easy PHP Upload Easy PHP Upload class (the old name) can be used to upload files with a client browser to a remote webserver location. The features in the first release are: file-extension check, maximum file- size limitation and a flexible error reporting system. The class is extremely easy to use and comes...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (223): Easy PHP Upload Download

Added: August 20, 2010 | Visits: 4.934

Picture of the Day PHP Script Picture of the Day PHP Script shows daily changing pictures. Each Web page can contain several pictures. Each picture is taken in random order from its own set of directories. An unlimited number of images and directories may be used. Picture of the Day PHP Script doesnt use a database.. Are your...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (165): Picture of the Day PHP Script Download

Added: September 18, 2010 | Visits: 1.874

Bio::Index::Swissprot Bio::Index::Swissprot is a Perl Interface for indexing (multiple) Swissprot .dat files (ie flat file swissprot format). SYNOPSIS # Complete code for making an index for several # Swissprot files use Bio::Index::Swissprot; use strict; my $Index_File_Name = shift; my $inx =...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (100): Bio::Index::Swissprot Download

Added: September 22, 2010 | Visits: 2.397

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: July 22, 2010 | Visits: 1.992

PHP WebDAV extension PHP WebDAV extension project allows easy access to remote resources with PHP through the DAV protocol. Installation This extension requires the Neon library and the related header files. Neon can be downloaded from: http://www.webdav.org/neon/ Pre-built packages and ports are already...


Platforms: *nix

License: Freeware Size: 235.52 KB Download (145): PHP WebDAV extension Download

Added: April 23, 2010 | Visits: 1.481

Ansilove/PHP Ansilove/PHP is a set of tools to convert ANSi and artscene related file formats into PNG images, supporting ANSi (.ANS), BiNARY (.BIN), and ADF (.ADF) formats. Ansilove/PHP project includes an all purposes command line converter, along with a library to use on web pages for doing "on the fly"...


Platforms: *nix

License: Freeware Size: 133.12 KB Download (110): Ansilove/PHP Download

Added: November 18, 2010 | Visits: 1.815

Php AMX Php AMX project is a Web management interface for Half-life game servers. It uses MySQL and AMX plugins to communicate with any number of servers. Php AMX is a project that enables HLDS control via php but without rcon control or sockets etc. It uses MySQL server connection for main data...


Platforms: *nix

License: Freeware Size: 522.24 KB Download (118): Php AMX Download

Added: June 19, 2010 | Visits: 1.886

PHP Slideshow PHP SlideShow is a little script that creates a web based slide show with NEXT and BACK buttons to navigate through a list of images. Optional features include multi-directory support and image descriptions. Setup is easy, just put the script into a directory containing your images. Santa...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (148): PHP Slideshow Download

Added: August 05, 2010 | Visits: 1.332

PHP StatIt 4 PHP StatIt keeps track of visitor counts and other visitor information such as system, browser, referral domains, screen resolution, color, etc. PHP StatIt script features a Web-based statistics page and statistics available in three languages. Installation and configuration are simple..


Platforms: *nix

License: Freeware Size: 163.84 KB Download (114): PHP StatIt 4 Download

Added: March 06, 2010 | Visits: 1.337

php-kadm5 php-kadm5 is a PHP extension for remote administration of Kerberos V servers. Well, the config.m4 file is still a mess. Unfortenately there is no libkadm55-dev debian package yet. So you have to have the krb5 sources at hand and change config.m4 accordingly. To compile successfully this...


Platforms: *nix

License: Freeware Size: 225.28 KB Download (127): php-kadm5 Download

Added: February 27, 2010 | Visits: 1.162

PHP::Strings PHP::Strings is a Perl module to implement some of PHPs string functions. SYNOPSIS use PHP::Strings; my $slashed = addcslashes( $not_escaped, $charlist ); my $wordcount = str_word_count( $string ); my @words = str_word_count( $string, 1 ); my %positions = str_word_count( $string, 2 );...


Platforms: *nix

License: Freeware Size: 78.85 KB Download (107): PHP::Strings Download

Added: July 08, 2010 | Visits: 5.213

PHP Keno Simulator PHP Keno Simulator project is a Keno payout ruleset simulator. PHP Keno Simulator is a payout ruleset simulator for the classic game Keno. You can tune the payout chart to fulfill your "house advantage" or you can just calculate for fun (predefining the correct payouts) what the odds of...


Platforms: *nix

License: Freeware Size: 1.02 KB Download (340): PHP Keno Simulator Download

Added: October 13, 2010 | Visits: 2.301

Simple PHP Internet Traffic Shaping Simple PHP Internet Traffic Shaping in short SPITS, is a PHP Web Interface for managing traffic control queueing disciplines (qdiscs) and classes. Iptables rules are used in order to classify the packets. It currently only supports few qdiscs and iptables rules with few matches.. Get Simple PHP...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (180): Simple PHP Internet Traffic Shaping Download

Added: July 03, 2010 | Visits: 1.847

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: January 21, 2010 | Visits: 1.463

Bio::Index::Blast Bio::Index::Blast is a Perl module with indexes Blast reports and supports retrieval based on query accession(s). SYNOPSIS use strict; use Bio::Index::Blast; my ($indexfile,$file1, $file2); my $index = new Bio::Index::Blast(-filename => $indexfile, -write_flag => 1);...


Platforms: *nix

License: Freeware Size: 4.7 MB Download (97): Bio::Index::Blast Download

< 1 2 3 4 5 >