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

My Uninstaller Ini File Contact Php freeware
Filter: All | Freeware | Demo
 

My Uninstaller Ini File Contact Php

< 1 2 3 4 5 > 
Added: July 27, 2010 | Visits: 949

inidoc inidoc project is contributed with LayManSys and is used internally for documentation configuration files in a so-called INI format; this file format is typically used for config files under MS Windows or by PHP web applications. inidoc uses special comments in the INI files and generates DocBook...



Platforms: *nix

License: Freeware Size: 28.67 KB Download (91): inidoc Download

Added: May 10, 2013 | Visits: 615

check if a file or directory exists To determine whether a file exists on the server, PHP has a simple function: file_exists(). This can also be used to determine if a directory exists.





Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (58): check if a file or directory exists Download

Added: May 10, 2013 | Visits: 705

read file to array This simple PHP example shows how to read a text file into an array, with each line of the file as a seperate element.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (64): read file to array Download

Added: May 10, 2013 | Visits: 1.082

Libra File Manager Libra File ManagerĀ is a PHP Filemanager. It includes User CP, Admin CP, and many basic file creation / modifying tools. It alows user defined themes as well. File Functions include: List, Open, View, Edit, Create, Upload, Rename and Move. User Functions include: Change password, and Change color...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (69): Libra File Manager Download

Added: May 10, 2013 | Visits: 654

Light FMan PHP Light FMan PHP (lfman) is an advanced file manager, developed with the aim to be not too much invasive and for being able to be placed together with the various pages that compose a web site. It's composed only by a PHP file and few icons! Is therefore advised to put "lfman.php" file among web...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (55): Light FMan PHP Download

Added: January 14, 2010 | Visits: 4.374

Auto Directory Index PHP Script AutoIndex is a PHP script that makes a table that lists the files in a directory, and lets users access the files and subdirectories. It includes searching, icons for each file type, an admin panel, uploads, access logging, file descriptions, and more..


Platforms: *nix

License: Freeware Size: 84.99 KB Download (371): Auto Directory Index PHP Script Download

Added: May 10, 2013 | Visits: 697

IBT PHP Library and Framework 0.9.3a6 The IBT PHP Library (IPL) is a PHP library like no other. IPL combines the power of an enhanced function library with a structured web model to create a sort of living library. This functionality allows developers to focus more intently on their code and less intently on their design. That is not...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (51): IBT PHP Library and Framework 0.9.3a6 Download

Added: January 17, 2010 | Visits: 1.064

File::Flock File::Flock is a Perl module for file locking with flock. SYNOPSIS use File::Flock; lock($filename); lock($filename, shared); lock($filename, undef, nonblocking); lock($filename, shared, nonblocking); unlock($filename); my $lock = new File::Flock /somefile;...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (115): File::Flock Download

Added: August 14, 2010 | Visits: 1.116

File::Xcopy File::Xcopy can copy files after comparing them. SYNOPSIS use File::Xcopy; my $fx = new File::Xcopy; $fx->from_dir("/from/dir"); $fx->to_dir("/to/dir"); $fx->fn_pat((.pl|.txt)$); # files with pl & txt extensions $fx->param(s,1); # search recursively to sub dirs $fx->param(verbose,1); #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (109): File::Xcopy Download

Added: October 02, 2010 | Visits: 1.637

File::Attributes File::Attributes is a Perl module to manipulate file metadata. SYNOPSIS use File::Attributes qw(set_attribute list_attributes get_all_attributes); my $file = foo.txt; set_attribute($file, type => text/plain); set_attribute($file, encoding => utf8); my @attributes =...


Platforms: *nix

License: Freeware Size: 30.72 KB Download (106): File::Attributes Download

Added: July 11, 2010 | Visits: 897

File::Tabular File::Tabular can search and edit flat tabular files. SYNOPSIS use File::Tabular; my $f = new File::Tabular($filename); my $row = $f->fetchrow; print $row->{field1}, $row->{field2}; $row = $f->fetchrow(where => someWord); $row = $f->fetchrow(where => field1 > 4 AND field2 >=...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (95): File::Tabular Download

Added: April 05, 2010 | Visits: 1.233

File::Remote File::Remote is a Perl module to read/write/edit remote files transparently. SYNOPSIS # # Two ways to use File::Remote # # First, the function-based style. Here, we can use the # special :replace tag to overload Perl builtins! # use File::Remote qw(:replace); # special :replace tag #...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (92): File::Remote Download

Added: May 18, 2010 | Visits: 1.661

File::Format::RIFF File::Format::RIFF is a Perl module to Resource Interchange File Format/RIFF files. SYNOPSIS use File::Format::RIFF; open( IN, file ) or die "Could not open file: $!"; my ( $riff1 ) = File::Format::RIFF->read( *IN ); close( IN ); $riff1->dump; my ( $riff2 ) = new File::Format::RIFF(...


Platforms: *nix

License: Freeware Size: 9.22 KB Download (151): File::Format::RIFF Download

Added: November 12, 2010 | Visits: 1.019

File::NFSLock File::NFSLock is a Perl module to do NFS (or not) locking. SYNOPSIS use File::NFSLock qw(uncache); use Fcntl qw(LOCK_EX LOCK_NB); my $file = "somefile"; ### set up a lock - lasts until object looses scope if (my $lock = new File::NFSLock { file => $file, lock_type => LOCK_EX|LOCK_NB,...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): File::NFSLock Download

Added: August 18, 2010 | Visits: 2.328

Config::File Config::File is a Perl module to parse a simple configuration file. SYNOPSIS use Config::File; my $config_hash = Config::File::read_config_file($configuration_file); read_config_file parses a simple configuration file and stores its values in an anonymous hash reference. The syntax of the...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (95): Config::File Download

Added: April 11, 2010 | Visits: 1.095

App::Conf::File App::Conf::File is a Perl module to load and access configuration data. SYNOPSIS use App::Conf; $config = App::Conf->new(); $config = App::Conf->new(configFile => $file); print $config->dump(), "n"; # use Data::Dumper to spit out the Perl representation # accessors $property_value =...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (95): App::Conf::File Download

Added: May 10, 2013 | Visits: 1.091

weXplorer weXplorer is a web based file manager written in PHP and Java Script. It supports flexible mapping of file systems, URL rewriting, tree directory view. Based on AJAX technology it scales well up to thousands of directories and millions of files.The goal of WeXplorer is to provide a MS Explorer...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (61): weXplorer Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 1.039

AnalogX PHPConfig AnalogX PHPConfig is a graphical frontend to PHP's php.ini file, where all of the configuration of PHP takes place. This software supports all of the standard PHP functionality, and has a special 'Unknown' tab to handle any 3rd party plugins, such as the Zend Optimizer, MSSQL, etc. AnalogX...


Platforms: Windows

License: Freeware Size: 353 KB Download (57): AnalogX PHPConfig Download

Released: October 20, 2012  |  Added: October 20, 2012 | Visits: 1.094

PHP Mass/Bulk Emailer PHP Mass/Bulk Emailer is a powerful PHP script that will allow you to send out large number of emails from your own server to the intended recipients safely. Key Features: - Powerful and secure web-based PHP auto mailer - No MySQL database needed, installation on your server can be done within 5...


Platforms: Windows, Mac, Linux, Linux Console, Linux Gnome, Linux GPL, Linux Open Source, Unix, Other

License: Freeware Size: 25 KB Download (134): PHP Mass/Bulk Emailer Download

Added: May 10, 2013 | Visits: 670

GF-3XPLORER The GF-3XPLORER is a PHP based file management-script. It allows you to manage your homepage without FTP. It includes many functions like: - Create files and folders - Delete file and folders - An editor to change textbased files Changes: - Includes more languages and more functions like a...


Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (60): GF-3XPLORER Download

< 1 2 3 4 5 >