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.146.563 Times

Convert Php freeware
Filter: All | Freeware | Demo
 

Convert Php

< 1 2 3 4 5 > 
Added: August 08, 2010 | Visits: 3.160

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.938

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.598

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.933

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: July 22, 2010 | Visits: 1.990

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: January 09, 2010 | Visits: 1.040

Convert::Translit Convert::Translit, transliterate, build_substitutes is a Perl module for string conversion among numerous character sets. SYNOPSIS use Convert::Translit; $translator = new Convert::Translit($result_chset); $translator = new Convert::Translit($orig_chset, $result_chset); $translator = new...


Platforms: *nix

License: Freeware Size: 79.87 KB Download (103): Convert::Translit Download

Added: April 24, 2010 | Visits: 756

Convert::Recode Convert::Recode is a Perl module to make mapping functions between character sets. SYNOPSIS use Convert::Recode qw(ebcdic_to_ascii); while (<>) { print ebcdic_to_ascii($_); } The Convert::Recode module can provide mapping functions between character sets on demand. It depends on GNU...


Platforms: *nix

License: Freeware Size: 3.07 KB Download (92): Convert::Recode 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: October 08, 2010 | Visits: 824

Convert::BER Convert::BER is a Perl module for ASN.1 Basic Encoding Rules. SYNOPSIS use Convert::BER; $ber = new Convert::BER; $ber->encode( INTEGER => 1, SEQUENCE => [ BOOLEAN => 0, STRING => "Hello", ], REAL => 3.7, ); $ber->decode( INTEGER => $i, SEQUENCE => [ BOOLEAN => $b, STRING =>...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (117): Convert::BER Download

Added: September 24, 2010 | Visits: 1.241

Convert::ASN1 Convert::ASN1 is an ASN.1 Encode/Decode library. SYNOPSYS use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q<
[APPLICATION 7] SEQUENCE { int INTEGER, str OCTET STRING } >); $pdu = $asn->encode( int => 7, str => "string"); $out = $asn->decode($pdu); print...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (152): Convert::ASN1 Download

Added: June 19, 2010 | Visits: 1.885

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: February 15, 2010 | Visits: 830

Text::Convert::ToImage Text::Convert::ToImage is a Perl module. SYNOPSIS use Text::Convert::ToImage; my $tti = Text::Convert::ToImage->new(); my $length = length($email); if ($length > 150) { $email = "Your text length of $length is too large:"; } my $config = { TEXT => $email ? $email : "y@hn.org",...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (98): Text::Convert::ToImage 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.161

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.845

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 13, 2010 | Visits: 1.031

Convert::MIL1750A Convert::MIL1750A is a Perl module for conversion routines between decimal floating/integer values and hexadecimal values in the MIL-STD-1750A format. SYNOPSIS use MIL1750A; # Convert to MIL-STD-1750A hex from decimal $hex16i = I16_to_1750A( $dec_value ); $hex16f = F16_to_1750A(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (120): Convert::MIL1750A Download

Added: June 01, 2010 | Visits: 1.389

PHP Helpdesk PHP Helpdesk is an online helpdesk program for use in organizations with multiple sister companies or departments..


Platforms: *nix

License: Freeware Size: 174.08 KB Download (117): PHP Helpdesk Download

< 1 2 3 4 5 >