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 49.598.184 Times

Hsm Sms Php Id software
Filter: All | Freeware | Demo
 

Hsm Sms Php Id

< 1 2 3 4 5 > 
Added: July 07, 2013 | Visits: 977

Not Mac Gnome theme look like Mac. This theme based on Glossy P theme. This theme tested on Archlinux. Note: * Change your panel background with image panel-bg.png in theme directory Other tools, make your desktop like mac * gnome-globalmenu (https://aur.archlinux.org/packages.php?ID=23797) *...



Platforms: *nix

License: Freeware Size: 184.32 KB Download (33): Not Mac Download

Released: September 19, 2012  |  Added: September 19, 2012 | Visits: 1.849

SMSFAX: Send SMS to mobiles (PHP Script) A free (LGPL) PHP Script to send SMS easily to mobile phones worldwide and check their successful transmission from any Web site or computer application. Use the MCTEL SMSFAX Gateway (http://www.smsfax.com) for SMS transmission.





Platforms: Windows, Mac, Linux

License: Freeware Size: 139.35 KB Download (63): SMSFAX: Send SMS to mobiles (PHP Script) Download

Added: May 10, 2013 | Visits: 1.531

ADD TAX ID NUMBER TO CREATE_ACCOUNT.PHP This will require a customer to enter their Tax ID number or their EIN number to create an account.FIND$sql_data_array = array('entry_firstname' => $customers_firstname,'entry_lastname' => $customers_lastname,'entry_street_address' => $entry_street_address,'entry_postcode' =>...


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (51): ADD TAX ID NUMBER TO CREATE_ACCOUNT.PHP Download

Released: October 08, 2012  |  Added: October 08, 2012 | Visits: 848

SIM Card SMS Recovery SIM card SMS restoration application retrieves GSM mobile SIM cards stored information and network provider details such as service provider name and location with ICC-ID (identification number), IMSI number instantly. Mobile phone SIMcard text messages rescue tool recovers standard text SMS,...


Platforms: Windows

License: Shareware Cost: $69.00 USD Size: 562 KB Download (467): SIM Card SMS Recovery Download

Added: May 10, 2013 | Visits: 552

sms-clickatell A PHP Class for sending SMS messages via the Clickatell Global SMS Gateway.


Platforms: Windows, *nix, PHP, BSD Solaris

License: Freeware Download (56): sms-clickatell Download

Added: May 12, 2013 | Visits: 775

Headwind SMS Suite for Scripts Sending SMS from PHP is an engine sending short messages directly from a PHP script.An engine sending short messages directly from a PHP script is very useful for webmasters. Headwind SMS Suite may be used to send SMS from the website in two manners.The first solution is to use a separate SMS...


Platforms: PHP

License: Freeware Size: 10 KB Download (43): Headwind SMS Suite for Scripts Download

Added: July 09, 2013 | Visits: 1.000

php IMAP Mail Notification for Scripts phpImapMailNotification is small and free PHP script that allow to check multi-email accounts (over IMAP PHP functions) and send notification email toward other email account (SMS Gateway) if you have a new messages.Features:- Support on multi-email accounts.- Allow to customize on subject and...


Platforms: PHP

License: Freeware Size: 10 KB Download (46): php IMAP Mail Notification for Scripts Download

Added: July 29, 2013 | Visits: 656

Twilio SMS integration Twilio provides a cloud API for voice and SMS communications that leverages existing web development skills, resources and infrastructure.This module provides integration between the twilio SMS service and the SMS framework module.INSTALL 1. Download the twilio PHP library...


Platforms: PHP

License: Freeware Size: 102.4 KB Download (41): Twilio SMS integration Download

Added: August 05, 2008 | Visits: 1.666

SMS Server GSM PC-to-phone SMS Server software to send and receive SMS messages.This two-way text messaging solution helps the developers, who want to add SMS functionality to their application (SQL-SMS gateway, SMS-File gateway) It is included PHP, ASP support, Delphi component and Excel & Wclient . Easy...


Platforms: Windows

License: Shareware Cost: $550.00 USD Size: 11.85 MB Download (156): SMS Server Download

Released: March 14, 2024  |  Added: March 20, 2024 | Visits: 1.876

Sim Card Lost SMS Recovery Mobile sim card data rescue tool recover lost short text messages and contact numbers along with contact information quickly from your sim memory. Software fulfilled with all needed major features while recovering data from memory. Users can search and print recovered SMS and contact information....


Platforms: Windows, Windows 8, Windows 7, Other

License: Shareware Cost: $59.00 USD Size: 484.1 KB Download (152): Sim Card Lost SMS Recovery Download

Added: July 24, 2010 | Visits: 2.397

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 (110): PHP music player controller Download

Added: July 03, 2010 | Visits: 1.839

PHP Generic Access Control List PHP Generic Access Control List is a PHP class that offers Web developers a simple, yet immensely powerful "drop in" permission system for their current Web-based applications..


Platforms: *nix

License: Freeware Size: 2.6 MB Download (103): PHP Generic Access Control List Download

Added: July 07, 2010 | Visits: 1.965

PHP Voice PHP Voice (formerly known as PHP VXML) contain four classes that assist in developing voice application using PHP. PHP Voice supports Speech Synthesis Markup Language 1.0, Speech Recognition Grammar Specification 1.0, Voice Browser Call Control: CCXML 1.0, and Voice Extensible Markup Language...


Platforms: *nix

License: Freeware Size: 440.32 KB Download (203): PHP Voice Download

Added: July 24, 2010 | Visits: 2.192

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 (113): PHP::Session Download

Added: November 26, 2010 | Visits: 1.546

Net::SMS::Clickatell Net::SMS::Clickatell is Perl module access to Clickatell SMS messaging service. SYNOPSIS use Net::SMS::Clickatell; my $catell = Net::SMS::Clickatell->new( API_ID => $api_id ); $catell->auth( USER => $user, PASSWD => $passwd ); $catell->sendmsg( TO => $mobile_phone, MSG => Hi, Im using...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (108): Net::SMS::Clickatell Download

Added: September 04, 2010 | Visits: 1.161

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 (101): PHP::Session::DB Download

Released: September 29, 2012  |  Added: October 21, 2012 | Visits: 3.685

MochiGames PHP Script ZDR MochiGames PHP Script ZDR is web site, ready for use, for flash games. These flash games are downloaded automatically by "MochiGames PHP Script ZDR" from MochiGames media. The use of the games is free, you can use your own Mochi Publisher ID and take money from MochiMedia by their terms and...


Platforms: Windows, *nix, Other

License: Freeware Size: 368.54 KB Download (160): MochiGames PHP Script ZDR Download

Released: October 14, 2012  |  Added: October 14, 2012 | Visits: 542

SMS Wall There are many useful features of Ozeki SMS Wall. These features help to manage the presented information and store historical data for later use. The most important of these are the following: Unwanted messages can be deleted from the wall any time. The sender phone number of incoming messages...


Platforms: Windows

License: Shareware Cost: $400.00 USD Download (484): SMS Wall Download

Released: August 13, 2012  |  Added: August 13, 2012 | Visits: 639

SMS and MMS Toolkit SMS and MMS ActiveX component for Windows. Send and receive SMS messages via a GSM/GPRS modem (incl. WaveCom, MultiTech, Siemens, Motorola, Falcom Samba), HTTP-POST provider, SMPP provider or TAP/UCP provider. Send and receive MMS messages via MM1 (GPRS), MM4 (SMTP) or MM7 (XML/SOAP). Features:...


Platforms: Windows

License: Shareware Cost: $495.00 USD Size: 5.73 MB Download (50): SMS and MMS Toolkit Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 517

SMS Vista How do you send an SMS? Are you using the T9 input method? Are you also wondering why you are using these small keys with numbers on it to enter text while you have your PC keyboard in front of you? Then the SMS Gadget is for you. Use your PC to enter SMS text and then send the SMS through the...


Platforms: Windows

License: Commercial Cost: $15.00 USD Size: 232 KB Download (48): SMS Vista Download

< 1 2 3 4 5 >