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

Sms Joomla Module Index Contact Php software
Filter: All | Freeware | Demo
 

Sms Joomla Module Index Contact Php

< 1 2 3 4 5 > 
Added: April 18, 2013 | Visits: 464

OggChat OggChat is a Joomla module that lets you easily integrate live chat in your website. Just install the module, grab your chat key from OggChat.com, and start interacting with site visitors.OggChat is a unique sales and live chat service that integrates with Google Talk, Gmail, or IM client of...



Platforms: PHP

License: Freeware Size: 10 KB Download (48): OggChat Download

Added: August 09, 2013 | Visits: 501

Metis for Scripts Metis is an open source project management module developed in PHP using MySQL for a database backend. Metis features a simple installation and configuration and is designed with simplicity and ease of use as the primary goals.





Platforms: PHP

License: Freeware Size: 30.72 KB Download (47): Metis for Scripts Download

Added: May 04, 2013 | Visits: 572

Scroll Ads for AdsManager Scroll Ads is a Joomla module that displays ads posted using AdsManager in a scrolling bar. For the moment the fields that are used are: headline, date, city, category, description and price.All functions of this module are entirely user controlled and easy to understand, ranging from type of ads...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Scroll Ads for AdsManager Download

Added: October 27, 2013 | Visits: 432

Postmaster Admin Postmaster Admin project is a virtual domain postmaster's admin module written in PHP.


Platforms: *nix

License: Freeware Size: 911.36 KB Download (39): Postmaster Admin Download

Added: May 10, 2013 | Visits: 478

easyMap easyMap is a module written in PHP which allows you to display a map (or any other image for that matter) with markings superimposed on top of it.The module allows full graphical management of multiple maps, with numerous markings for each map. Markings are also arranged by categories, thus a...


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

License: Freeware Download (61): easyMap Download

Added: July 09, 2013 | Visits: 499

PHPOpenChat for Scripts PHPOpenChat is a high performance php-based chat server software for a live chat-room or -module on every php-based site.The first version has been developed for a live-chat-subproject of the main german education portal (DBS) called "SchulWeb".The PHPOpenChat have had to manage alot of users,...


Platforms: PHP

License: Freeware Size: 2.16 MB Download (44): PHPOpenChat for Scripts Download

Added: March 25, 2013 | Visits: 587

Ultimate Yahoo Online Status Ultimate Yahoo Messenger Status is a Joomla module that allow you to display unlimited number of Yahoo IDs that can grouped up to 5 groups. For example, you have 3 division called "MARKETING", "SUPPORT", and "COMPLAIN", and every division have one or more Yahoo ID. So we can make a group for...


Platforms: PHP

License: Freeware Size: 696.32 KB Download (42): Ultimate Yahoo Online Status Download

Added: July 18, 2013 | Visits: 489

MailChimp2 We've recently discovered the insanely great e-mail subscription service MailChimp. Located in Atlanta, they seem light-years ahead of the other e-mail subscription programs we've used. There was a Joomla module that allowed visitors to a website to sign up for a mailing list powered by...


Platforms: PHP

License: Freeware Size: 20.48 KB Download (44): MailChimp2 Download

Added: July 30, 2013 | Visits: 368

BitNami Joomla! Module BitNami Native Installers automate the setup of a BitNami Stack on Windows, Linux or Mac OS X. Each installer includes all of the software necessary to run out of the box (the Stack). The process is simple; just download, click next-next-next and you are done! BitNami Stacks are completely self...


Platforms: *nix

License: Freeware Size: 86.78 MB Download (32): BitNami Joomla! Module Download

Released: September 03, 2012  |  Added: May 25, 2014 | Visits: 1.581

PPV Video Chat Script Module for Joomla Module for Joomla users to access ppv video chat powered by Video Girls BiZ . This software must be installed on a folder on the same website. Video Girls BiZ is a website software suite, containing all software and scripts required to power a pay per view / pay per minute online video chat...


Platforms: Windows, Unix, Linux, Linux Gnome, Linux GPL, Linux Open Source

License: Freeware Size: 10.24 KB Download (584): PPV Video Chat Script Module for Joomla Download

Added: May 10, 2013 | Visits: 987

Access Points PHP-Nuke Module Access Points PHP-Nuke module isĀ useful for Wireless Communities who have a PHP-Nuke CMS web page and want to show their members where their access points are located in the city. Has option to automatically include a part of NodeDB.com map


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

License: Freeware Download (61): Access Points PHP-Nuke Module Download

Added: August 30, 2013 | Visits: 750

Linkflora affiliate system module This module is for people who own a website based on the Joomla CMS system and would like to gain additional profits. We welcome you to join our affiliate system and earn 15% commission from every sale made by a customer that is transferred to us from your website. This enables you to earn high...


Platforms: PHP

License: Freeware Size: 10 KB Download (44): Linkflora affiliate system module Download

Added: April 12, 2013 | Visits: 1.059

People Contact List This module, show a list of contacts with photo, name, position and contact link. Is great for show a people list with his photo in a module. You can use this module for show a business or organization employers list with his position. This module obtain the people list directly from the native...


Platforms: PHP

License: Freeware Size: 10 KB Download (47): People Contact List Download

Added: September 22, 2010 | Visits: 2.397

HTML::Widgets::Index HTML::Widgets::Index is a Perl module for creating web indexes and menus. This module renders the index of a document tree using the data stored in a MySQL database generated by anxova. It has a flexible set of render options that gives the webmaster many options on the menu item layout....


Platforms: *nix

License: Freeware Size: 65.54 KB Download (103): HTML::Widgets::Index Download

Added: January 22, 2010 | Visits: 1.947

SVN::Log::Index SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. SYNOPSIS my $index = SVN::Log::Index->new({ index_path => /path/to/index }); if($creating) { # Create from scratch if necessary $index->create({ repo_url => url://for/repo }); } $index->open(); # And...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (109): SVN::Log::Index 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: May 10, 2013 | Visits: 353

Chitika eMiniMalls Module for Joomla Joomlaspan have released a new version of the Chitika eMiniMalls Module! The improvments are so many that it has been numbered v2.0! Their previous version (1.2) was recommended by Chitika ... This version is even better! New features: 1. No need to type the ad width and height manually, just...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): Chitika eMiniMalls Module for Joomla Download

Added: May 10, 2013 | Visits: 489

AdBrite Ad Module For Joomla This module allows you to display AdBrite Text Ads on your site, and allow Advertisers to purchase ads to display only on your site for the rates you set. You can set the rates for a 1-day ad, 7-day ad, or 30-day ad. The module allows you to edit the entire look of the ad by modifying the Colors,...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (52): AdBrite Ad Module For Joomla Download

Added: May 10, 2013 | Visits: 716

PHP Form Extension Project PHP Form Extension Project provides HTML form handling functions as PHP module. There are many form classes/functions implemented as PHP script. However, they are not fast enough or lack features. This project aims to provide HTML form handling functions for PHP written in C.


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

License: Freeware Download (61): PHP Form Extension Project Download

Added: May 10, 2013 | Visits: 579

Easy Paypal Module Easy Paypal Module is a module for MiaCMS, Mambo & Joomla, which allows users to incorporate Paypal into their sites the simplest possible way. Most of the time, we don't really need a full blown and complex shopping cart solutions. It's an overkill to install and maintain a shopping cart when...


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

License: Freeware Download (52): Easy Paypal Module Download

< 1 2 3 4 5 >