Free SMS Text Messaging

revit

BANNED
Joined
Apr 24, 2009
Messages
266
Reaction score
372
This is a little script that I created a week ago.

It allows you to send send messages free of charge without a gateway right from your server to over 200 cell phone carriers around the world.

Demo:
HTML:
http://www.iintense.com/smsgenius

Download:
HTML:
http://www.mediafire.com/download.php?znnznk5hygr
 
Ofcourse it works, I made it :)
 
I am getting this:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
 
what would it take to provide a service where you dont have to specify the carrier? obviously it can be done.
 
why a 10-digit Telephone Number:? mine has 11?
 
Try putting ob_start(); in the beginning of script. Haven't downloaded the script, but it should look like

PHP:
<?php
ob_start();
/* smth other here .... */
session_start();
?>

I am getting this:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent
 
why a 10-digit Telephone Number:? mine has 11?

You can change it to what ever you want, I'm in the U.S so the 10 digit number is EXCLUDING the country code.
 
Just tried it on my estonian mobile phone and i didn't get a sms. Anyway, service can't be totally free, someone must pay for messages, does mobile op. pay for that and after charges my mobile bill ? :D
 
who ever recieves the text message is charged. Unlike other SMS scripts that require you to have a gateway, this does not :)

It is free for you to send.
 
How much are they charged and what carriers are supported? if Telenor and Netcom (Norway) is not supported, please support them in an update.
 
lol...well it's no different than you sending a text message from your cell phone.

Oh...by the way, you can also send text messages to landlines :)
 
a) script isn't working
b) if the receiver is charged (which I am 200% he doesn't) you can rip someone off easily, send thousands of messages :P
 
make sure you are using it correctly. There is instructions included.

Place your telephone number in the box EXCLUDING your country code.
 
a) script isn't working
b) if the receiver is charged (which I am 200% he doesn't) you can rip someone off easily, send thousands of messages :P

Script is working, read above. There are others who state its working fine.
 
Took about 1 hour for the text to send. Thought it didn't work at first but it does. Pretty cool.
 
dude.. how does this work? i don't see any code sends a text.. maybe iam missing something.. can you enlighten me :D

It sends the messages out from your database via "POST"
 
Back
Top