sms send de meinbmw
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 2284
SMS::Send::DE::MeinBMW 0.02
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website. more>>
SMS::Send::DE::MeinBMW is an SMS::Send driver for the www.meinbmw.de website.
SYNOPSIS
use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);
# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);
# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}
SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.
You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.
<<lessSYNOPSIS
use SMS::Send;
# Get the sender and login
my $sender = SMS::Send->new(DE::MeinBMW,
_login => xx@yyy.de, # your email address
_password => mypasswd, # your reqistered password from www.meinbmw.de
);
# Send a message to ourself
my $sent = $sender->send_sms(
text => Messages have a limit of 160 chars,
to => +49 4 444 444,
);
# Did it send?
if ( $sent ) {
print "Sent test messagen";
} else {
print "Test message failedn";
}
SMS::Send::DE::MeinBMW is an regional SMS::Send driver for Germany that delivers messages via the http://www.meinbmw.de.
You must register to use this FREE service for all BMW drivers.
guesses, what I drive for a car.
Download (0.005MB)
Added: 2007-01-17 License: Perl Artistic License Price:
1011 downloads
SMSSender 0.1
SMSSender is an application for sending SMS messages. more>>
SMSSender is an application for sending SMS messages.
It provides a user interface with a drop-down list of available cell phone carriers and text areas for the telephone number, subject, and SMS body.
<<lessIt provides a user interface with a drop-down list of available cell phone carriers and text areas for the telephone number, subject, and SMS body.
Download (0.47MB)
Added: 2005-08-23 License: GPL (GNU General Public License) Price:
1676 downloads
SMSender 0.2
SMServer is a sms frontend to scmxx. more>>
SMServer is a sms frontend to scmxx. scmxx is a command line tool written by Hendrik Sattler for administrating Siemens mobiles. SMSender is limited to scmxx sms sending functionality.
SMSender project has been tested with an Siemens S65, but should work with all mobiles supported by scmxx.
<<lessSMSender project has been tested with an Siemens S65, but should work with all mobiles supported by scmxx.
Download (0.060MB)
Added: 2005-12-30 License: GPL (GNU General Public License) Price:
1405 downloads
Send to Coppermine 1.0
Send to Coppermine is a service menu for send a jpeg/gif/png file to a Coppermine gallery install. more>>
Send to Coppermine is a service menu for send a jpeg/gif/png file to a Coppermine gallery install.
The add-on has been tested on Fedora core 2 and 3 (should work with FC4)
PNG and GIF support depends on your coppermine settings.
You can add keywords and description for the image while uploading.
This add-on requires the Coppermine API which we have already released.
The attached tarball contains a copy of API and two other files needed.
Installation:
1. Untar the attached tarball.
2. Copy the api folder to your coppermines root directory.
3. Copy kdesh to your home directory.
4. Copy Send2Coppermine.desktop to your/home/.kde/share/apps/konqueror/servicemenus (create servicemenus folder if not already there)
5. Now open kdesh in your favourite editor and modify the values of aid, username, password and URL to your coppermine installation.
Currently, the album id where photo is uploaded needs to be hardcoded in this file. The future version may allow choose album for each picture.
<<lessThe add-on has been tested on Fedora core 2 and 3 (should work with FC4)
PNG and GIF support depends on your coppermine settings.
You can add keywords and description for the image while uploading.
This add-on requires the Coppermine API which we have already released.
The attached tarball contains a copy of API and two other files needed.
Installation:
1. Untar the attached tarball.
2. Copy the api folder to your coppermines root directory.
3. Copy kdesh to your home directory.
4. Copy Send2Coppermine.desktop to your/home/.kde/share/apps/konqueror/servicemenus (create servicemenus folder if not already there)
5. Now open kdesh in your favourite editor and modify the values of aid, username, password and URL to your coppermine installation.
Currently, the album id where photo is uploaded needs to be hardcoded in this file. The future version may allow choose album for each picture.
Download (0.012MB)
Added: 2006-01-04 License: GPL (GNU General Public License) Price:
1390 downloads
SMS::Send::TW::PChome 0.01
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw. more>>
SMS::Send::TW::PChome is a SMS::Send driver for sms.pchome.com.tw.
SYNOPSIS
use SMS::Send::TW::PChome;
my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);
my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);
<<lessSYNOPSIS
use SMS::Send::TW::PChome;
my $sender = SMS::Send->new(TW::PChome,
_username => UserName,
_password => Password,
_authcode => AuthCode,
);
my $sent = $sender->send_sms(
text => My very urgent message,
to => 0912345678,
);
Download (0.003MB)
Added: 2007-03-26 License: Perl Artistic License Price:
946 downloads
Menus de ElOtroLado 0.6b
Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu. more>>
Menus de ElOtroLado provides a menu with access to EOL and Cineol Forums is created near the Help Menu.
<<less Download (0.048MB)
Added: 2007-04-06 License: MPL (Mozilla Public License) Price:
935 downloads
SMS Framework A4
SMS Framework is an Objective C framework for decoding SMS messages in PDU format to objects. more>>
SMS Framework is an Objective C framework for decoding SMS messages in PDU format to objects.
It is easily usable in Cocoa and GNUstep environments, and it reduces developer responsibility for decoding messages to extracting the raw messages from the phone.
The XCode project file contains three targets: one system wide framework, one framework to include in applications, and a small application for testing the framework.
Enhancements:
- Fixes two small bugs in decoding that seem to affect international users.
- The bugs became apparent after OS X 10.4.5 appeared.
<<lessIt is easily usable in Cocoa and GNUstep environments, and it reduces developer responsibility for decoding messages to extracting the raw messages from the phone.
The XCode project file contains three targets: one system wide framework, one framework to include in applications, and a small application for testing the framework.
Enhancements:
- Fixes two small bugs in decoding that seem to affect international users.
- The bugs became apparent after OS X 10.4.5 appeared.
Download (0.10MB)
Added: 2006-03-07 License: LGPL (GNU Lesser General Public License) Price:
1331 downloads
SMS Server Tools 3.1 Beta 6
SMS Server Tools package contains applications to send and receive short messages through GSM modems or mobile phones. more>>
SMS Server Tools package contains applications to send and receive short messages through GSM modems or mobile phones. The user can send short messages by simply storing text files into a special spool directory.
The program monitors this directory and sends new files automatically. It also stores received short messages into another directory as text files. The program can run other external programs or scripts after events like reception of a new message, successful sending, and when the program detects a problem. These programs can inspect the related text files and perform automatic actions.
Enhancements:
- Compared to version 2.x, this branch includes some enhancements for the UTF-8 character set and some experimental extras.
<<lessThe program monitors this directory and sends new files automatically. It also stores received short messages into another directory as text files. The program can run other external programs or scripts after events like reception of a new message, successful sending, and when the program detects a problem. These programs can inspect the related text files and perform automatic actions.
Enhancements:
- Compared to version 2.x, this branch includes some enhancements for the UTF-8 character set and some experimental extras.
Download (0.19MB)
Added: 2007-07-03 License: GPL (GNU General Public License) Price:
1869 downloads
Other version of SMS Server Tools
License:Freeware
License:GPL (GNU General Public License)
smspasswd 0.1
smspasswd software provides two factor authentication via cell phone short message service (SMS). more>>
smspasswd software provides two factor authentication via cell phone short message service (SMS). The reason I wrote this was because of all the pesky SSH brute force attacks, which continue to build in numbers. I didn’t want to waste money and time on using tokens because the few people who have accounts on my machines also have mobile phones.
I’m stoked that I have been using this since v0.1 back in 2005 and so far it’s worked very well with no changes. I’m hoping for feedback to get me motivated to develop this some more. Thanks to my good friend Solomon who has encouraged me to start posting some of my fun projects on the web.
Any feedback is more than welcome to ed -at- e-things.org.
How does this work?
The simple explanation for the average user goes a little like this. You use your normal password followed by a 6 digit number. To get access to a system you need to send an SMS from your pre-registered mobile phone number with a PIN. The systems admin folk will assign you a 4 digit pin and give you the mobile number to send your login request to. So, when you want to login, just send a text (SMS) to the phone number provided, with your 4 digit PIN. Shortly after you will receive a 6 digit number in a text (SMS) to your phone. Then login as normal using you normal password followed by the 6 digit number. You can use this same 6 digit number as many times as you like within a time period set by the systems admin folk. Simple right? Ok then, perhaps not much more complex than a token?
Now for the spanner-head explanation. smspasswd is a Perl application that runs as a daemon. It uses a MySQL back-end database which stores the usernames, mobile numbers, PIN’s, passwords, tokens, and the amount of time each users token (temporary x digit code) is valid for. smspasswd uses the information in the MySQl database to update your LDAP server based on a polling frequency you set in it’s config file. You can also set lots of other options in the config file and these are covered in the Features section below. smspasswd talks to a SMS gateway to send and receive new token requests. In my case it’s a cheap pre-paid Nokia 7110 connected to COM1 (/dev/ttys0) via gnokii.
The authentication process goes a little like this. The user sends a SMS to your gnokii phone with their PIN. Note the PIN is not really important because it will get saved in the users SMS outbox, so it could just be “request” or “foobar”. What’s important is that the SMS must come from the correct number for that user, and even if this could be spoofed, the reply will still go the users mobile number in the database anyway. Then smspasswd checks the database for the users mobile phone number and if it finds a match it will send a x digit code to the number registered for that user. At this point the password for this user will be updated in the local LDAP server with their normal password, followed by their new x digit code. Once the user has the SMS with the new code they can login.
You should setup your systems and applications for LDAP authentication, and if you wish you can configure your FreeRADUIS server to authenticate via OpenLDAP. Or you can use some commercial LDAP or RADIUS system. FreeRADIUS and OpenLDAP work just fine for me.
Confused? Drop me an email and I’ll make a nice diagram with Dia.
Features
Here’s the config file, and check the source.
##################################################
# smspasswd config file
#
##################################################
# minumum password length
#
minPasswordLength 6
# minimum username length
#
minUsernameLength 2
# minimum PIN length
#
minPinLength 4
# database options
#
dbName smspasswd
dbUsername smspasswd
dbPassword [enter the database users password here]
dbHostname localhost
dbPort 3306
dbEncryptionKey [enter a very long and random string here]
# gnokii options
#
gnokii /usr/local/bin/gnokii
gnokiiMailBox IN
# Check interval. This is the amount of time to
# wait between incoming SMS checks in seconds as
# well as user timeout checks
#
checkInterval 15
# LDAP server option
#
ldapServer localhost
ldapBindDn cn=Manager,dc=yourdomain,dc=com
ldapPassword [enter your LDAP users password here]
ldapBiseDn ou=People,dc=yourdomain,dc=com
# Email notification for non pin request SMS messages
# This is very useful if you would like to be emailed
# the ‘your pre-paid account is about to expire’ messages.
# Note: PIN requests will not be emailed.
#
emailNotify yes
emailToAddress root@localhost
emailFromAddress root@localhost
emailSubject SMS notification from smspasswd
<<lessI’m stoked that I have been using this since v0.1 back in 2005 and so far it’s worked very well with no changes. I’m hoping for feedback to get me motivated to develop this some more. Thanks to my good friend Solomon who has encouraged me to start posting some of my fun projects on the web.
Any feedback is more than welcome to ed -at- e-things.org.
How does this work?
The simple explanation for the average user goes a little like this. You use your normal password followed by a 6 digit number. To get access to a system you need to send an SMS from your pre-registered mobile phone number with a PIN. The systems admin folk will assign you a 4 digit pin and give you the mobile number to send your login request to. So, when you want to login, just send a text (SMS) to the phone number provided, with your 4 digit PIN. Shortly after you will receive a 6 digit number in a text (SMS) to your phone. Then login as normal using you normal password followed by the 6 digit number. You can use this same 6 digit number as many times as you like within a time period set by the systems admin folk. Simple right? Ok then, perhaps not much more complex than a token?
Now for the spanner-head explanation. smspasswd is a Perl application that runs as a daemon. It uses a MySQL back-end database which stores the usernames, mobile numbers, PIN’s, passwords, tokens, and the amount of time each users token (temporary x digit code) is valid for. smspasswd uses the information in the MySQl database to update your LDAP server based on a polling frequency you set in it’s config file. You can also set lots of other options in the config file and these are covered in the Features section below. smspasswd talks to a SMS gateway to send and receive new token requests. In my case it’s a cheap pre-paid Nokia 7110 connected to COM1 (/dev/ttys0) via gnokii.
The authentication process goes a little like this. The user sends a SMS to your gnokii phone with their PIN. Note the PIN is not really important because it will get saved in the users SMS outbox, so it could just be “request” or “foobar”. What’s important is that the SMS must come from the correct number for that user, and even if this could be spoofed, the reply will still go the users mobile number in the database anyway. Then smspasswd checks the database for the users mobile phone number and if it finds a match it will send a x digit code to the number registered for that user. At this point the password for this user will be updated in the local LDAP server with their normal password, followed by their new x digit code. Once the user has the SMS with the new code they can login.
You should setup your systems and applications for LDAP authentication, and if you wish you can configure your FreeRADUIS server to authenticate via OpenLDAP. Or you can use some commercial LDAP or RADIUS system. FreeRADIUS and OpenLDAP work just fine for me.
Confused? Drop me an email and I’ll make a nice diagram with Dia.
Features
Here’s the config file, and check the source.
##################################################
# smspasswd config file
#
##################################################
# minumum password length
#
minPasswordLength 6
# minimum username length
#
minUsernameLength 2
# minimum PIN length
#
minPinLength 4
# database options
#
dbName smspasswd
dbUsername smspasswd
dbPassword [enter the database users password here]
dbHostname localhost
dbPort 3306
dbEncryptionKey [enter a very long and random string here]
# gnokii options
#
gnokii /usr/local/bin/gnokii
gnokiiMailBox IN
# Check interval. This is the amount of time to
# wait between incoming SMS checks in seconds as
# well as user timeout checks
#
checkInterval 15
# LDAP server option
#
ldapServer localhost
ldapBindDn cn=Manager,dc=yourdomain,dc=com
ldapPassword [enter your LDAP users password here]
ldapBiseDn ou=People,dc=yourdomain,dc=com
# Email notification for non pin request SMS messages
# This is very useful if you would like to be emailed
# the ‘your pre-paid account is about to expire’ messages.
# Note: PIN requests will not be emailed.
#
emailNotify yes
emailToAddress root@localhost
emailFromAddress root@localhost
emailSubject SMS notification from smspasswd
Download (0.004MB)
Added: 2007-07-11 License: GPL (GNU General Public License) Price:
835 downloads
OBEX Send to Phone 0.0.0
OBEX Send to Phone service menu allows for sending any file(s) to a mobile phone equipped with OBEX stack. more>>
OBEX Send to Phone service menu allows for sending any file(s) to a mobile phone equipped with OBEX stack.
It is made for Nokia S60 (6630 to be precise) phone with USB connection. There are no settings, no progress indicator. Files are copied to the memory card (E: drive)
Requires openobex and obexftp.
Hope this script might be useful for someone. Please post fixes, comments and suggestions.
<<lessIt is made for Nokia S60 (6630 to be precise) phone with USB connection. There are no settings, no progress indicator. Files are copied to the memory card (E: drive)
Requires openobex and obexftp.
Hope this script might be useful for someone. Please post fixes, comments and suggestions.
Download (MB)
Added: 2006-07-27 License: GPL (GNU General Public License) Price:
1246 downloads
SmsDumper 0.8.2
SmsDumper is a Java client for the Clickatell service to send SMSes to GSM mobile phones from the Internet. more>>
SmsDumper is a Java client for the Clickatell service to send SMSes to GSM mobile phones from the Internet. The subscription to this service is free, and you get 10 free credits at registration. You can then buy more credits to continue tu use the service.
I think this service is quite convenient as the cost of an SMS is generally cheaper than average rates. You can alse set the number of the sender so that the receiver cant see any difference between an SMS sent from this service and one sent from your mobile.
Contact list
The main panel of SmsDumper contains your contact list: you can add contacts, and for each contact, you can set how many mobile numbers you need.
Double-clicking on a number allows you to send SMS messages to the network.
Send Sms to the network
To send an SMS message you must open the "sms" panel.
Here are the fields you use to compose the message: the sender number (you can use alphanumeric characters, but my advice is to set it with your number with the leading +, so the receiver can retrieve your name from his phone book), the destination number (without the leading +), and the message. It will be reported also the contact name if you use a number registered into the contact list.
When you type into the message textarea you can see the message length and the number of concatenated SMS messages.
You can also set the time of delivery selecting with how many minutes of delay send the message.
Setting the messages priority as AUTO the system try to send the message through the lowest cost network: if it fails, it automacally grow up to the next better queue. If you want you can choose manually the queue to use (high, medium or low priority).
Finally if you want to make the message appears immediately on the display of the receiver you can set the Flash message checkbox.
When the form is filled you can send the message.
The "V" button near the "To" field allows you to check if the destination network is covered by the service and the cost of an SMS sent to that network. Remember that it only checks if the network is reachable, not if the number is real!
When you send an SMS you can check the delivery status by clicking on the "Show status of last Sms sent" button.
<<lessI think this service is quite convenient as the cost of an SMS is generally cheaper than average rates. You can alse set the number of the sender so that the receiver cant see any difference between an SMS sent from this service and one sent from your mobile.
Contact list
The main panel of SmsDumper contains your contact list: you can add contacts, and for each contact, you can set how many mobile numbers you need.
Double-clicking on a number allows you to send SMS messages to the network.
Send Sms to the network
To send an SMS message you must open the "sms" panel.
Here are the fields you use to compose the message: the sender number (you can use alphanumeric characters, but my advice is to set it with your number with the leading +, so the receiver can retrieve your name from his phone book), the destination number (without the leading +), and the message. It will be reported also the contact name if you use a number registered into the contact list.
When you type into the message textarea you can see the message length and the number of concatenated SMS messages.
You can also set the time of delivery selecting with how many minutes of delay send the message.
Setting the messages priority as AUTO the system try to send the message through the lowest cost network: if it fails, it automacally grow up to the next better queue. If you want you can choose manually the queue to use (high, medium or low priority).
Finally if you want to make the message appears immediately on the display of the receiver you can set the Flash message checkbox.
When the form is filled you can send the message.
The "V" button near the "To" field allows you to check if the destination network is covered by the service and the cost of an SMS sent to that network. Remember that it only checks if the network is reachable, not if the number is real!
When you send an SMS you can check the delivery status by clicking on the "Show status of last Sms sent" button.
Download (0.043MB)
Added: 2006-08-14 License: GPL (GNU General Public License) Price:
1167 downloads
SMSLink 0.56b-3
SMSLink project implements a client/server gateway to the SMS protocol. more>>
SMSLink project implements a client/server gateway to the SMS protocol (short messages on the mobile phones).
It requires the use of dedicated hardware (a serial GSM module).
Both SMS emission and reception are supported, either in text-mode or in PDU-mode.
It also includes an SMS to eMail gateway module.
The server runs under Linux and FreeBSD and supports interactive mode via telnet.
The command-line client already exists for Linux, FreeBSD, Solaris, HP-UX, and Win32.
A basic Web interface is also provided.
Main features:
- The use of TCP/IP sockets for communication between client and server means that the application is network-aware from the start and that deploying it over a WAN (or across the internet) is a piece of cake. Expanding it as well, since writing additional clients for it is possible on any platform supporting sockets. Various ports of the client to Win32 are now available.
- The server process has a command-line interface connected to the socket, making it possible to use it interactively from a telnet session (only line mode telnet supported at the present time - see server/BUGS and server/TODO in the sources directory). This feature is of enormous help when troubleshooting or debugging.
- The command-line interface is backed by a parser written in lex and yacc (flex/bison, actually), which makes the language relatively easy to extend.
- The server was built from the start with the idea of multiple GSM modules in mind. Adding a line to two configuration files (and connecting the hardware, of course) is all there is to using two modules instead of one. The number of modules supported by the server is limited by the hardware only.
- The choice to use specific hardware (the serial GSM module), although limiting the general-purpose use of this application, allows for some very usefull features, the most prominant one being the ability to receive SMS messages as well as send them. This feature is now implemented (as of version 0.41b). Once downloaded from the GSM module, those messages can either be stored in an inbox file or fed through an external program or script, or both.
- By sitting straight on the GSM network, the use of the GSM module offers an advantage that far outweighs its cost : provider independance. The ability to send and receive SMS might be limited in some way or another by the level of your subscription, but all providers should offer a standard way of doing it. No "provider-specific driver" is required in this case. Whats more, all SMS routing aspects are being taken care of by the GSM network itself. Caution is advisable when choosing the provider though, as some of them might place some restrictions on routing to and/or from outside networks (e.g. Mobistar and Itineris*) or lack the implementation of some advanced features of the SMS protocol such as "point-to-point SMS" or "SMS-back" (e.g. Proximus through the UCP interface*).
- As of version 0.48b, initial support for PDU mode and the creation of a "driver-like" capability table for the GSM modules means that most module brands on the market could be supported with little effort. This "driver" approach also garanties that youll be able to mix and match different brands and models of modules on the same server with no problem. Support for PDU mode also opens up a new batch of options, like setting the validity period for a message, potential support for non-standard alphabet, binary content delivery to the mobile phone (logos, tunes, etc. ?) and more.
- A full-fledged access control mechanism allows you to specify precisely which client machine or subnet should be allowed to connect and which shouldnt. The access control is IP-based (as opposed to user-based) and defaults to "deny" for increased security. When the situation doesnt require any access control, the whole thing can be easily disabled by the administrator.
<<lessIt requires the use of dedicated hardware (a serial GSM module).
Both SMS emission and reception are supported, either in text-mode or in PDU-mode.
It also includes an SMS to eMail gateway module.
The server runs under Linux and FreeBSD and supports interactive mode via telnet.
The command-line client already exists for Linux, FreeBSD, Solaris, HP-UX, and Win32.
A basic Web interface is also provided.
Main features:
- The use of TCP/IP sockets for communication between client and server means that the application is network-aware from the start and that deploying it over a WAN (or across the internet) is a piece of cake. Expanding it as well, since writing additional clients for it is possible on any platform supporting sockets. Various ports of the client to Win32 are now available.
- The server process has a command-line interface connected to the socket, making it possible to use it interactively from a telnet session (only line mode telnet supported at the present time - see server/BUGS and server/TODO in the sources directory). This feature is of enormous help when troubleshooting or debugging.
- The command-line interface is backed by a parser written in lex and yacc (flex/bison, actually), which makes the language relatively easy to extend.
- The server was built from the start with the idea of multiple GSM modules in mind. Adding a line to two configuration files (and connecting the hardware, of course) is all there is to using two modules instead of one. The number of modules supported by the server is limited by the hardware only.
- The choice to use specific hardware (the serial GSM module), although limiting the general-purpose use of this application, allows for some very usefull features, the most prominant one being the ability to receive SMS messages as well as send them. This feature is now implemented (as of version 0.41b). Once downloaded from the GSM module, those messages can either be stored in an inbox file or fed through an external program or script, or both.
- By sitting straight on the GSM network, the use of the GSM module offers an advantage that far outweighs its cost : provider independance. The ability to send and receive SMS might be limited in some way or another by the level of your subscription, but all providers should offer a standard way of doing it. No "provider-specific driver" is required in this case. Whats more, all SMS routing aspects are being taken care of by the GSM network itself. Caution is advisable when choosing the provider though, as some of them might place some restrictions on routing to and/or from outside networks (e.g. Mobistar and Itineris*) or lack the implementation of some advanced features of the SMS protocol such as "point-to-point SMS" or "SMS-back" (e.g. Proximus through the UCP interface*).
- As of version 0.48b, initial support for PDU mode and the creation of a "driver-like" capability table for the GSM modules means that most module brands on the market could be supported with little effort. This "driver" approach also garanties that youll be able to mix and match different brands and models of modules on the same server with no problem. Support for PDU mode also opens up a new batch of options, like setting the validity period for a message, potential support for non-standard alphabet, binary content delivery to the mobile phone (logos, tunes, etc. ?) and more.
- A full-fledged access control mechanism allows you to specify precisely which client machine or subnet should be allowed to connect and which shouldnt. The access control is IP-based (as opposed to user-based) and defaults to "deny" for increased security. When the situation doesnt require any access control, the whole thing can be easily disabled by the administrator.
Download (0.26MB)
Added: 2006-10-02 License: GPL (GNU General Public License) Price:
1129 downloads
Mail::Send 1.74
Mail::Send is a simple electronic mail interface. more>>
Mail::Send is a simple electronic mail interface.
SYNOPSIS:
require Mail::Send;
$msg = new Mail::Send;
$msg = new Mail::Send Subject=>example subject, To=>timbo;
$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.
$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit
print $fh "Body of message";
$fh->close; # complete the message and send it
$fh->cancel; # not yet implemented
<<lessSYNOPSIS:
require Mail::Send;
$msg = new Mail::Send;
$msg = new Mail::Send Subject=>example subject, To=>timbo;
$msg->to(user@host);
$msg->to(user@host, user2@example.com);
$msg->subject(example subject);
$msg->cc(user@host);
$msg->bcc(someone@else);
$msg->set($header, @values);
$msg->add($header, @values);
$msg->delete($header);
# Launch mailer and set headers. The filehandle returned
# by open() is an instance of the Mail::Mailer class.
# Arguments to the open() method are passed to the Mail::Mailer
# constructor.
$fh = $msg->open; # some default mailer
# $fh = $msg->open(sendmail); # explicit
print $fh "Body of message";
$fh->close; # complete the message and send it
$fh->cancel; # not yet implemented
Download (0.047MB)
Added: 2006-05-05 License: Perl Artistic License Price:
1269 downloads
Send with Kopete 0.11
Send with Kopete is a servicemenu for sending files with Kopete application. more>>
Send with Kopete is a servicemenu for sending files with Kopete application. It shows a dialog containing all contacts in Kopete which are able to receive files and after selecting one of them, the file is sent to that contact.
Ive tested it only with jabber protocol (the only one I can use for sending files). Servicemenu was tested with KDE 3.5.4 and Kopete 0.12.2.
Although the script used by this servicemenu is very simple, Im sure there are some bugs, so feedback is very welcome.
Installation:
After decompressing the archive, you should put the swk.sh script somwhere in your PATH directory and eventually change its owner and acces permissions to be executable. The other file, send_with_kopete.desktop, should be placed in your servicemenus directory (in my case it is ~/.kde/share/apps/konqueror/servicemenus).
Enhancements:
- Fixed bug in script, which caused wrong handling of files containing spaces
<<lessIve tested it only with jabber protocol (the only one I can use for sending files). Servicemenu was tested with KDE 3.5.4 and Kopete 0.12.2.
Although the script used by this servicemenu is very simple, Im sure there are some bugs, so feedback is very welcome.
Installation:
After decompressing the archive, you should put the swk.sh script somwhere in your PATH directory and eventually change its owner and acces permissions to be executable. The other file, send_with_kopete.desktop, should be placed in your servicemenus directory (in my case it is ~/.kde/share/apps/konqueror/servicemenus).
Enhancements:
- Fixed bug in script, which caused wrong handling of files containing spaces
Download (MB)
Added: 2006-10-06 License: GPL (GNU General Public License) Price:
1116 downloads
SMSer 0.0.1
SMSer is a command-line application that lets you send an SMS messages to a list of phone numbers located in a file. more>>
SMSer is a command-line application that lets you send an SMS messages to a list of phone numbers located in a file.
SMSer places all the messages in the CenterICQs queue and when CenterICQ is invoked all the messages are sent to the recipients.
Usage: SMSer [OPTION]
General options:
-m < message > Message to send
-M < path > Path to the filename contain message to send.
-f < path > Path to the filename containing list of phone numbers.
-h Display this message.
-q Invokes CenterICQ and sends SMS messages.
The command must be invoked with either the -m or -M option.
The command must be invoked with the -f option.
The option -q is optional.
<<lessSMSer places all the messages in the CenterICQs queue and when CenterICQ is invoked all the messages are sent to the recipients.
Usage: SMSer [OPTION]
General options:
-m < message > Message to send
-M < path > Path to the filename contain message to send.
-f < path > Path to the filename containing list of phone numbers.
-h Display this message.
-q Invokes CenterICQ and sends SMS messages.
The command must be invoked with either the -m or -M option.
The command must be invoked with the -f option.
The option -q is optional.
Download (0.035MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1138 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above sms send de meinbmw search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed