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

Wordpress Login Contact Php freeware
Filter: All | Freeware | Demo
 

Wordpress Login Contact Php

< 1 2 3 4 5 
Added: November 24, 2010 | Visits: 1.691

PHP Active Code Library PHP Active Code Library (ACL) is a PHP 5 class used to store and call PHP files that are stored in a database. The files are stored in a plain text field and not a binary field. PHP ACL also takes care of include/require calls. If a file includes another file stored in the database, PHP ACL...



Platforms: *nix

License: Freeware Size: 13.31 KB Download (129): PHP Active Code Library Download

Added: October 14, 2010 | Visits: 3.907

PHP P10 Oper Services PHP P10 Oper Services project is a small IRCD operator services written in the PHP scripting language. It supports levels, and it uses a database. It currently supports the IRCU P10+ IRC server and the PostgreSQL database. Whats New in This Release: - PHP Oper Services Alpha 1 PL1 This is a...





Platforms: *nix

License: Freeware Size: 11.26 KB Download (128): PHP P10 Oper Services Download

Added: January 24, 2010 | Visits: 2.872

Essential Contact Manager 0.2.1 Essential Contact Manager projects goal is to offer a beautiful and intuitive interface, allowing you to keep track of your contacts easily and efficiently. Comments and suggestion are appreciated.. Get Intrigue Icon Set at SourceForge.net. Fast, secure and free downloads from the largest Open...


Platforms: *nix

License: Freeware Size: 44.1 MB Download (128): Essential Contact Manager 0.2.1 Download

Released: February 07, 2012  |  Added: March 04, 2012 | Visits: 1.732

FormMail Lite FormMail Lite is a free PHP form mail script. This allows you to put a contact form on your website. Download and create a variety of online forms using our easy form mail creator. FormMail Lite is 100% free. FormMail Lite includes a simple database feature that works as a flat file database. The...


Platforms: Windows, Mac, *nix, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Not Applicable,Handheld/Mobile Other,Java,Symbian,OpenVMS,Netware

License: Freeware Size: 20 KB Download (128): FormMail Lite 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: June 27, 2010 | Visits: 1.195

Roadsend PHP SiteManager 2.6.0 / 4.0.0 Roadsend Compiler for PHP produces optimized stand alone applications, GUI applications (with GTK), libraries, and web applications from standard PHP source code. The compiler produces native machine code, not PHP byte code, therefore interpreter is required..


Platforms: *nix

License: Freeware Size: 276.48 KB Download (125): Roadsend PHP SiteManager 2.6.0 / 4.0.0 Download

Added: May 21, 2010 | Visits: 1.844

vnstat PHP frontend vnstat PHP frontend project is a PHP fronted end to vnStat, a network traffic logger. Since vnStat is console mode only I created this script to make a nice report of the data collected by vnStat. This script requires a working PHP setup with GD image libraries. Also vnStat must be properly...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (124): vnstat PHP frontend Download

Added: September 02, 2010 | Visits: 2.433

Simple PHP Calendar Simple PHP Calendar is a a simple, extensible PHP calendar class. The project focuses exclusively on generating an HTML representation for a given month. It is meant to be easily extended for use in other applications, such as input widgets for forms, or full event calendaring applications. Its...


Platforms: *nix

License: Freeware Size: 2.05 KB Download (124): Simple PHP Calendar Download

Added: April 12, 2010 | Visits: 1.248

PHP-STL 1.0 php-stl project is a templating implementation similar to javas JSTL. This is a tag-based template engine with configurable classes to handle various tags. The templates are written in XML, which differs from the JSTL, but provides clean output. Note that php-stl does not provide its own...


Platforms: *nix

License: Freeware Size: 204.8 KB Download (124): PHP-STL 1.0 Download

Added: February 11, 2010 | Visits: 1.520

Generic PHP plugins and config system PHP plugin meta data specification can be utilized in multiple ways, especially just for human-friendly .php script descriptions. So the following implementation is just one possible way to utilize the plugin meta data scheme. Generic PHP plugins and config system project has is GNU GPL / PD...


Platforms: *nix

License: Freeware Size: 61.44 KB Download (123): Generic PHP plugins and config system Download

Added: May 08, 2010 | Visits: 3.127

php_lib_login php_lib_login is a library for PHP, designed to allow Web site developers to add login and password protection functionality quickly and easily. Basic login functionality including email-based, question-protected password reminding, user-creation of accounts, password changing, ip banning, and...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (120): php_lib_login Download

Added: May 10, 2013 | Visits: 961

SecureLock SecureLock is a php and mysql authenication/login system for the web. Users and groups are linked to accounts and these accounts can be set to expire after a certain date, number of logins or be unlimited. SecureLock can be used for many projects at once.


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

License: Freeware Download (120): SecureLock Download

Added: April 16, 2010 | Visits: 2.105

Andys PHP Knowledgebase Andys PHP Knowledgebase using MySQL is a database driven knowledgebase management system. Andys PHP Knowledgebase includes bookmark friendly URLs, Q&A, easy search with browsing by category, article submission, a powerful administrator interface and a professional and attractive interface..


Platforms: *nix

License: Freeware Size: 45.06 KB Download (120): Andys PHP Knowledgebase Download

Added: May 24, 2010 | Visits: 2.267

PHP IDN 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...


Platforms: *nix

License: Freeware Size: 11.26 KB Download (119): PHP IDN Download

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: 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: September 14, 2010 | Visits: 1.783

PHP Client Sniffer PHP Client Sniffer is a PHP class file that allows one to quickly determine the clients browser and system information based on the HTTP_USER_AGENT string. The class can be used to generate browser specific html marks and other client side scripting. Whats New in This Release: - add k-meleon...


Platforms: *nix

License: Freeware Size: 20.48 KB Download (118): PHP Client Sniffer Download

Added: April 13, 2010 | Visits: 1.579

Vogoo PHP LIB Vogoo PHP LIB is a free PHP library. With Vogoo PHP LIB, you can easily and freely add professional collaborative filtering features to your Web Site.. Vogoo - Recommendation Engine & Collaborative Filtering


Platforms: *nix

License: Freeware Size: 102.4 KB Download (118): Vogoo PHP LIB 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

Added: May 22, 2010 | Visits: 1.744

Login Scan Login Scan fusion provides an adaptation theme from kdm fusion. This is a adaptation of the theme for kde "fusion for GDM..


Platforms: *nix

License: Freeware Size: 2 MB Download (117): Login Scan Download

< 1 2 3 4 5