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

Dir Write Php Dir freeware
Filter: All | Freeware | Demo
 

Dir Write Php Dir

1 2 3 4 5 > 
Added: July 24, 2010 | Visits: 2.198

PHP::Session PHP::Session is a Perl module to read / write PHP session files. SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get(foo); $session->set(bar => $bar); # remove session data...



Platforms: *nix

License: Freeware Size: 15.36 KB Download (119): PHP::Session Download

Added: September 04, 2010 | Visits: 1.168

PHP::Session::DB PHP::Session::DB is a Perl module to read / write PHP sessions stored in databases. SYNOPSIS use PHP::Session::DB; my $session = PHP::Session::DB->new($id, { DBUSER => $dbuser, DBPASSWD => $dbpasswd, DBNAME => $dbname }); # session id my $id = $session->id; # get/set session data my...





Platforms: *nix

License: Freeware Size: 4.1 KB Download (107): PHP::Session::DB Download

Added: May 10, 2013 | Visits: 513

libgmailer 0.9.0b8 libgmailer (class GMailer) is a PHP library that allow you to write PHP program to access Google’s free webmail service Gmail. Basically, GMailer connects to the Gmail website and does the data retrival for you. It uses the CURL extension of PHP to handle the HTTP/HTTPS traffic. Requirements:...


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

License: Freeware Download (53): libgmailer 0.9.0b8 Download

Added: May 10, 2013 | Visits: 917

Exec-PHP The execution of PHP in pages and posts can be restricted to certain users only.InstallationUnpack and upload it to the /wp-content/plugins/ directory.Activate the plugin through the 'Plugins' menu in WordPress. Key features "Exec-PHP": - Executes PHP code in the excerpt and the content portion...


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

License: Freeware Download (59): Exec-PHP Download

Added: May 10, 2013 | Visits: 984

AJAX E-mail Submitter AJAX E-mail Submitter allows your visitors to dynamically submits e-mails addresses to a newsletter system. Simply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page! You can view the e-mail...


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

License: Freeware Download (68): AJAX E-mail Submitter Download

Added: May 08, 2013 | Visits: 542

ajax e-mail submitter for Email System Utilities Simply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page!You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): ajax e-mail submitter for Email System Utilities Download

Added: April 04, 2013 | Visits: 655

ajax e-mail submitter for Scripts Simply upload the files as is and it should work from the get-go! For implementation into a design just simply copy the HTML and stick it anywhere in the page!You can view the e-mail addresses that have been entered by going to the file.txt in the same directory as your write.php file. You can...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (48): ajax e-mail submitter for Scripts Download

Added: February 25, 2010 | Visits: 961

Dir::Purge Dir::Purge is a Perl module to purge directories to a given number of files. SYNOPSIS perl -MDir::Purge -e purgedir (5, @ARGV) /spare/backups use Dir::Purge; purgedir ({keep => 5, strategy => "by_age", verbose => 1}, "/spare/backups"); use Dir::Purge qw(purgedir_by_age); purgedir_by_age...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (95): Dir::Purge Download

Added: April 18, 2010 | Visits: 951

Dir::Which Dir::Which is a Perl module to search for directory entries in a list of directories. SYNOPSIS use Dir::Which qw/ which /; @entries = which( -entry => "myprog.conf", -env => "myprog_path", -defaultpath => ".:".$FindBin::Bin.":/etc:/usr/local/etc") ; This module searches directory...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): Dir::Which Download

Added: August 07, 2010 | Visits: 1.029

Dir::List Dir::List is a Perl module, that provides you with various information about a specified directory. For example, it can obtain the user and group of files, the sizes of sub-directories, the filetype, and accessibility. Caching functionality is available. Whats New in This Release: - The...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (116): Dir::List Download

Added: May 10, 2013 | Visits: 816

Simple password protection for your admin dir Simple password protection for your admin dir is a very easy way to secure your admin map. First satrt to backup your website In ".htaccsess" change:"Text" to "Your text" (the "" have to be there)And thenchange /path/to/password/libery/htpasswd to the path to your htpasswd fileex:...


Platforms: Windows, *nix, PHP, BSD


Released: April 20, 2008  |  Added: April 24, 2008 | Visits: 2.831

Q-Dir Q-Dir makes your files and folder easy to manage. Fast and easy access, with an amazing Quadro-View technique.You don't have to renounce the usual, Drag and Drop, all Views, and other functions of your system. No! Q-Dir gives you other nice functions, that make you happy. One can save many hand...


Platforms: Windows

License: Freeware Size: 179.34 KB Download (365): Q-Dir Download

Added: August 01, 2008 | Visits: 1.349

Dir 2 File Dir 2 File is a small utility that allows you to export directory listings to HTML, plain text, CSV, or Excel files quickly and extremely easily. Includes options for HTML page customisation, and a backup facility to quickly backup files in a directory.


Platforms: Windows

License: Freeware Size: 2.3 MB Download (477): Dir 2 File Download

Added: November 14, 2013 | Visits: 537

Queue::Dir Queue::Dir allows the manipulation of objects placed in a queue. The queue is implemented as a directory where each object is stored as a file. METHODS The following methods are defined: my $q = new Queue::File (...) -id assigns a unique process-id to this queue object. Defaults to something...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (40): Queue::Dir Download

Added: July 22, 2010 | Visits: 1.993

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 17, 2010 | Visits: 1.953

mnoGoSearch extension for PHP nmGoSearch extension for PHP is a complete PHP binding for the mnoGoSearch API. If used with mysql you should not use bundled mysql library in the php distribution. You should use native mysql library. To do this you should compile php with specefying mysql-dir (for example --with-mysql=/usr,...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (98): mnoGoSearch extension for PHP Download

Added: July 29, 2013 | Visits: 2.014

PHP-Qt PHP-Qt is an extension for PHP5 that aims to write software with the Qt Toolkit. It provides an object-oriented interface to the Qt4 Framework. This is an auxiliary site for https://developer.berlios.de/projects/php-qt/


Platforms: Mac

License: Freeware Size: 307.2 KB Download (197): PHP-Qt Download

Added: April 08, 2013 | Visits: 1.097

Exporia - Multilingual PHP Photo Album Exporia - Multilingual PHP Photo Album is a PHP photo album storing all the non-graphic data in MySQL.You can write and display comments on pictures in multi languages. Exporia's directory structure is streight-forward and it works with PHP's safe mode.


Platforms: PHP

License: Freeware Size: 71.68 KB Download (44): Exporia - Multilingual PHP Photo Album Download

Added: July 24, 2010 | Visits: 2.404

PHP music player controller PHP music player controller (PMPC) is a script that allows navigation through your music directory, and the adding of albums or single songs into a playlist. The project also allows you to play, stop, pause, and go back and forth through the playlist. Apache needs to run as the same user that...


Platforms: *nix

License: Freeware Size: 15.36 KB Download (116): PHP music player controller Download

Added: April 10, 2010 | Visits: 755

Chart::EPS_graph::Test SYNOPSIS From the CLI, call as below where /some/dir/ is any directory you have permission to write to. perl -e "use Chart::EPS_graph::Test; print Chart::EPS_graph::Test->full_test(/some/dir);" From anywhere else call... use Chart::EPS_graph::Test; print...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): Chart::EPS_graph::Test Download

1 2 3 4 5 >