Main > Free Download Search >

Free php stdin software for linux

php stdin

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1862
PHP IDN 1.2b

PHP IDN 1.2b


PHP IDN is the PHP(4) API for the GNU LibIDN software made by Simon Josefsson. more>>
PHP IDN is the PHP(4) API for the GNU LibIDN software made by Simon Josefsson. Its intention is to have international characters in the DNS system. See more about the library at Josefsson LibIDN page.

To checkout the code, execute the following two lines after each other. As of version 0.7 (which will be released later today Jan 12, 2004), PHP-IDN can be made externaly from the PHP sources. Just check it out (or unpack the distribution tarball, see below) in a directory of your choice.

cvs -d :pserver:anonymous@cvs.bayour.com:/var/cvs login
cvs -d :pserver:anonymous@cvs.bayour.com:/var/cvs co idn

<<less
Download (0.011MB)
Added: 2006-12-05 License: GPL (GNU General Public License) Price:
1055 downloads
PHP feed finder 2

PHP feed finder 2


PHP feed finder is a PHP class that finds all the URLs for all RSS and ATOM feeds. more>>
PHP feed finder is a PHP class that finds all the URLs for all RSS and ATOM feeds that appear on a given as well as OPML outline documents from a Web page.
The project will convert any relative links that are found into absolute links. The only required input is the URL of the Web page to be scanned for links.
Enhancements:
- ATOM feed links and OPML outline documents are now retrieved by the class, in addition to RSS links.
<<less
Download (MB)
Added: 2007-07-25 License: Freeware Price:
825 downloads
php Sudoku 0.1

php Sudoku 0.1


php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. more>>
php Sudoku is a Web-based sudoku game that includes 200,000 sudoku puzzles. It can be easily used on any Web site.

The project does not require MySQL or any other database.

<<less
Download (6.8MB)
Added: 2007-04-12 License: GPL (GNU General Public License) Price:
938 downloads
PHP Tag Engine 1.0

PHP Tag Engine 1.0


PHP Tag Engine is a library that allows you to easily add tagging functionality to a PHP application. more>>
PHP Tag Engine project is a library that allows you to easily add tagging functionality to a PHP application.
Main features:
- PHP Tag Engine has a full AJAX front-end for tagging, as well as methods for programatically adding tags in your code. The front-end tagging interface even has auto-complete functionality using the excellent Yahoo! Auto-Complete library.
- A built-in cache to reduce database queries.
- The PHP Tag Engine code is fully documented in PHP Doc format, and PHP Doc generated documentation is available for download.
- Fully internationalized including Javascript strings. English localization included.
<<less
Download (0.085MB)
Added: 2007-01-29 License: LGPL (GNU Lesser General Public License) Price:
1006 downloads
PHP StatIt 4 060626

PHP StatIt 4 060626


PHP StatIt keeps track of visitor counts and other visitor information. more>>
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.

<<less
Download (0.16MB)
Added: 2006-06-28 License: GPL (GNU General Public License) Price:
1218 downloads
PHP Ticket 0.71

PHP Ticket 0.71


PHP Ticket is a PHP and MySQL based ticketing system. more>>
phpticket is a ticketing system written in PHP, backed up by a MySQL database. Its purpose is to provide helpdesks/staffs with an easy "to do" application for keeping track of what needs to be done.

The interface is kept fairly simple and easy to use. The code is licensed under GPL.
<<less
Download (0.036MB)
Added: 2005-05-05 License: GPL (GNU General Public License) Price:
1646 downloads
PHP 5.0.1 Linux

PHP 5.0.1 Linux


The PHP Package !!! - Linux Version more>>
PHP began as a quick Perl hack written by Rasmus Lerdorf in 1994.
Over the next two to three years, it evolved into what we today know as PHP/FI 2.0. PHP/FI started to get a lot of users, but things didn`t start flying until Zeev Suraski and Andi Gutmans suddenly came along with a new parser in the summer of 1997, leading to PHP 3.0. PHP 3.0 defined the syntax and semantics used in both versions 3 and 4.
<<less
Download (4.98MB)
Added: 2009-04-29 License: Freeware Price:
202 downloads
PHP TopSites 2.1

PHP TopSites 2.1


PHP TopSites provides a PHP/MySQL-based customizable TopList script. more>>
PHP TopSites provides a PHP/MySQL-based customizable TopList script.
PHP TopSites is a PHP/MySQL-based customizable TopList script. Main features include: Easy configuration config file; MySQL database backend; unlimited categories, Site rating on incoming votes; Special Rating from Webmaster; anti-cheating gateway; Random link; Lost password function; Webmaster Site-approval; Edit site; ProcessingTime display; Cookies Anti-Cheating; Site Reviews; Linux Cron Free; Frame Protection and much more.
Main features:
- Unlimited Number of Sites.
- Unlimited Number of Categories.
- Unlimited Number of Reviews for Each Site.
- Administrator Control Panel.
- Rating for Each Site.
- Stars Rating for Each Site.
<<less
Download (0.072MB)
Added: 2007-04-26 License: Freeware Price:
912 downloads
PHP BookIn 0.5.1

PHP BookIn 0.5.1


PHP BookIn provides an online bookmark manager. more>>
PHP BookIn provides an online bookmark manager.

PHP BookIn is an online bookmark manager that you can use as a Web application to share your bookmarks across the Internet.

PHP BookIn is PHP application with alot of javascript. Datas are stored on a MySQL database. Favicons (that small icons just on the left of the url input zone) are stored on the server filesystem.

<<less
Download (0.10MB)
Added: 2007-03-23 License: GPL (GNU General Public License) Price:
945 downloads
PHP PrintIPP 0.73

PHP PrintIPP 0.73


PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol). more>>
PrintIPP is a PHP class (PHP5) which implements an IPP client (Internet Printing Protocol).
PrintIPP, in its current state, is able to print both strings and files, and cancel jobs, as doing all RFC2911 operations.
PHP PrintIPP project is a Free Software.
PHP PrintIPP is distributed uder LGPL, Http backend under BSD license, testfiles under GPL, test script and examples in documentation under BSD license, documentation under GNU FDL (with no invariant section, no front-cover and no back-cover).
Enhancements:
- There is now an integrated HTTP backend, with Basic and Digest authentication mechanisms.
- Many operations have been added.
<<less
Download (0.083MB)
Added: 2006-01-19 License: GPL (GNU General Public License) Price:
1373 downloads
PHP::Session 0.26

PHP::Session 0.26


PHP::Session is a Perl module to read / write PHP session files. more>>
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
$session->unregister(foo);

# remove all session data
$session->unset;

# check if data is registered
$session->is_registered(bar);

# save session data
$session->save;

# destroy session
$session->destroy;

# create session file, if not existent
$session = PHP::Session->new($new_sid, { create => 1 });

PHP::Session provides a way to read / write PHP4 session files, with which you can make your Perl application session shared with PHP4.

If you like Apache::Session interface for session management, there is a glue for Apache::Session of this module, Apache::Session::PHP.

<<less
Download (0.015MB)
Added: 2007-04-03 License: Perl Artistic License Price:
934 downloads
PHP Screw 1.3

PHP Screw 1.3


PHP Screw is a PHP script encryption tool. more>>
PHP Screw is a PHP script encryption tool. When you are developing a commercial package using PHP, the script can be distributed as encrypted up until just before execution, preserving your intellectual property.

<<less
Download (0.008MB)
Added: 2005-09-19 License: BSD License Price:
1497 downloads
PHP GEN 1.6.1

PHP GEN 1.6.1


PHP GEN reads the list of tables in a database. more>>
PHP GEN reads the tables list in a database, lets you select one, then reads the structure of it and suggests you a basic (modifiable) configuration, and than generates good-style and easy mantainable PHP code capable of listing, adding, editing and delet
Both the generated code and the engine itself use Pear::DB for database-abstraction layer and Smarty for the presentation/interface layer.
Enhancements:
- This version includes a script to perform some basic tests on your PHP GEN installation.
- Other noticeable changes include support for BBCode on textarea-field and tuning of pagination links.
<<less
Download (0.097MB)
Added: 2006-07-08 License: GPL (GNU General Public License) Price:
1204 downloads
PHP FastFileCache 0.1b

PHP FastFileCache 0.1b


PHP FastFileCache caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load. more>>
PHP FastFileCache caches output from dynamic PHP scripts, and stores them in files for fast retrieval under high server load.

<<less
Download (0.002MB)
Added: 2005-09-21 License: Freeware Price:
1493 downloads
PHP PSD reader 1.1

PHP PSD reader 1.1


PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. more>>
PHP PSD reader reads .PSD files (Adobe Photoshop Documents) using only PHP4 or PHP5 and GD. The project comes with imagecreatefrompsd (a function that returns an image handle just like the native PHP imagecreatefrom functions).

It supports documents from Adobe Photoshop 3.0 up to version CS3, where compatibility has been enabled. The class is also usefull for retrieving basic data from a Photoshop document.

You can use this script for a portfolio gallery, or to see the contents of a .psd file when Photoshop is not available.
<<less
Download (MB)
Added: 2007-01-12 License: GPL (GNU General Public License) Price:
1051 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5