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

Millionaire Next Door B Contact Php software
Filter: All | Freeware | Demo
 

Millionaire Next Door B Contact Php

< 1 2 3 4 5 > 
Added: August 30, 2013 | Visits: 2.257

Contact Form 7 Dynamic Text Extension Contact Form 7 is an excellent WordPress plugin, and the CF7 DTX Plugin makes it even more awesome by adding dynamic content capabilities. While default values in Contact Form 7 are static. CF7 DTX lets you create pre-populated fields based on other values. Some examples might include: *...



Platforms: PHP

License: Freeware Size: 71.68 KB Download (47): Contact Form 7 Dynamic Text Extension Download

Released: October 13, 2013  |  Added: April 16, 2014 | Visits: 4.240

Contact Form Script This PHP script is a fully functioning contact form which can be easily installed on your own website. It enables users to contact you directly by filling out the form. The PHP script is completely FREE to use, and none of the code is encoded allowing you to alter and change the script in...






License: Freeware Size: 19 KB Download (64): Contact Form Script Download

Released: August 14, 2007  |  Added: August 15, 2007 | Visits: 8.666

LIVECHAT Contact Center LIVECHAT Contact Center is a online customer support application. LIVECHAT Contact Center enables fast and intuitive contact between customer, who visits company web site, and its employee. It also allows receiving information about customers activities what ensures invaluable knowledge source in...


Platforms: Windows

License: Commercial Cost: $33.00 USD Size: 6.69 MB Download (135): LIVECHAT Contact Center Download

Released: January 05, 2010  |  Added: March 27, 2010 | Visits: 2.961

Mastering PHP Mastering Php is a life skill and can provide a full time or part time income. Developed by a professional developer Mastering PHP will Show techniques on every day php programming. Mastering PHP starts from an absolute beginner level and teaches PHP programing skills rapidly. The...


Platforms: Windows, Windows CE

License: Shareware Cost: $49.95 USD Size: 12.55 MB Download (516): Mastering PHP Download

Added: July 24, 2010 | Visits: 2.402

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: August 04, 2010 | Visits: 840

B::LexInfo B::LexInfo is a Perl module that shows information about subroutine lexical variables. SYNOPSIS use B::ShowLex (); my $lexi = B::ShowLex->new; Perl stores lexical variable names and values inside a padlist within the subroutine. Certain lexicals will maintain certain attributes after the...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (94): B::LexInfo Download

Added: February 01, 2010 | Visits: 6.746

Contact Form Killer Contact Form Killer is a free tool you can use to generate contact forms for your site, or let your web site visitors add contact forms themselves. Contact Form Killer script takes care of messy form validation with both JavaScript and PHP, just in case they have JavaScript disabled. The...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (272): Contact Form Killer Download

Added: April 26, 2010 | Visits: 772

B::OptreeShortestPath B::OptreeShortestPath is a Perl module that adds the methods ->shortest_path( $op ) and ->all_paths() to all B::OP objects in an optree. SYNOPSIS use B qw( main_root main_start ); use B::OptreeShortestPath; for ( main_start()->shortest_path( main_root() ) ) { print "$_n"; } METHODS...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (86): B::OptreeShortestPath Download

Added: February 27, 2010 | Visits: 2.612

PHP Radius Accounting Tool PHP Radius Accounting tool is a report tool for use with freeradius and MySQL. PHP Radius Accounting Tool features: listing of users, bandwidth used up/down per user, number of logins, usage details, who is using most bandwidth, a list of stations (access points), which users use each access...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (197): PHP Radius Accounting Tool Download

Added: March 11, 2010 | Visits: 952

Chromium B.S.U. Chromium B.S.U. is a fast paced, arcade-style, top-scrolling space shooter. You are captain of the cargo ship Chromium B.S.U., responsible for delivering supplies to our troops on the front line. Your ship has a small fleet of robotic fighters which you control from the relative safety of the...


Platforms: *nix

License: Freeware Size: 634.88 KB Download (98): Chromium B.S.U. 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 10, 2010 | Visits: 3.660

Quinti Secure Contact Form Quinti Secure Contact Form is a contact form for Web pages that is not vulnerable to robots who would abuse such forms for sending spam. It uses both JavaScript field validators and CAPTCHA for verifying the validity of the sender. Quinti Secure Contact Form is easy to install and configure,...


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 3.5 MB Download (173): Quinti Secure Contact Form Download

Added: January 18, 2010 | Visits: 1.504

B::Generate B::Generate is a Perl module which you can create your own op trees. SYNOPSIS use B::Generate; # Do nothing, slowly. CHECK { my $null = new B::OP("null",0); my $enter = new B::OP("enter",0); my $cop = new B::COP(0, "hiya", 0); my $leave = new B::LISTOP("leave", 0, $enter, $null);...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (98): B::Generate Download

Added: January 13, 2010 | Visits: 668

B::Utils B::Utils is a helper functions for op tree manipulation. SYNOPSIS use B::Utils; These functions make it easier to manipulate the op tree. FUNCTIONS all_starts all_roots Returns a hash of all of the starting ops or root ops of optrees, keyed to subroutine name; the optree for main...


Platforms: *nix

License: Freeware Size: 44.03 KB Download (98): B::Utils Download

Added: August 18, 2010 | Visits: 1.021

B::Graph B::Graph is a Perl compiler backend to produce graphs of OP trees. SYNOPSIS perl -MO=Graph,-text prog.pl >graph.txt perl -MO=Graph,-vcg prog.pl >graph.vcg xvcg graph.vcg perl -MO=Graph,-dot prog.pl | dot -Tps >graph.ps This module is a backend to the perl compiler (B::*) which, instead...


Platforms: *nix

License: Freeware Size: 12.29 KB Download (90): B::Graph Download

Added: January 07, 2010 | Visits: 734

B::Concise B::Concise is a Perl syntax tree, printing concise info about ops. SYNOPSIS perl -MO=Concise[,OPTIONS] foo.pl use B::Concise qw(set_style add_callback); This compiler backend prints the internal OPs of a Perl programs syntax tree in one of several space-efficient text formats suitable for...


Platforms: *nix

License: Freeware Size: 12.2 MB Download (89): B::Concise Download

Released: January 23, 2012  |  Added: February 07, 2012 | Visits: 1.456

Apeel PHP Code Generator Pro The quick and easy way to put your MySQL Database on the Web or your Intranet. Generate BETTER quality PHP data-entry Web/Intranet Applications in minutes without writing a single line of code! Tried-and-tested code also means little debugging/testing - all of which goes to saving you time,...


Platforms: Windows

License: Shareware Cost: $149.95 USD Size: 776.73 KB Download (172): Apeel PHP Code Generator Pro Download

Released: April 01, 2012  |  Added: April 18, 2012 | Visits: 1.831

iFocus Photography XML Template It's not only supports deeplink,fullscreen background with 15 effect,slides with 13 effect,musicplayer, social button,about,news,services and support image/video gallery,php contact. You also can set logo/menu layout and site information/social layout.You can add any module into the template just...


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

License: Commercial Cost: $40.00 USD Size: 712.89 KB Download (114): iFocus Photography XML Template Download

Released: June 10, 2012  |  Added: June 10, 2012 | Visits: 1.820

PHP Barcode Generator Script Easily add dynamic barcode generation capability to webpages with any ISP or website hosting provider that supports PHP script processing with the PHP Barcode Generator Script Package. This implementation is easy to embed in HTML as a high-quality image with the IMG tag and is compatible with all...


Platforms: Windows

License: Shareware Cost: $199.00 USD Download (57): PHP Barcode Generator Script Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 29.213

TD Contact Management Server Tele Data's Contact Management Server is a custom designed HTTP server (WWW) which act as a front end to a SQLite Database designed to provide contact management services, accessible from a Web Browser, to a single or group of users on a LAN or WAN network. It is built around a Contact database,...


Platforms: Windows, Other

License: Freeware Size: 2.42 MB Download (60): TD Contact Management Server Download

< 1 2 3 4 5 >