View Full Version : Script for free sms mobitel
picsms
05-22-2008, 07:01 PM
Hey Guyes
this a way to send free sms to mobitel. tyr this
Client side
<html>
<head>
<title>root_j@hotmail.com</title>
</head>
<body>
<form method="POST" action="send.php">
<p>Number :-<input type="text" name="num" size="20"> Type online the Mobitel
number without 0 eg:- 714XXXXXX<br>
email:-<input type="text" name="email" size="20"><br>
Message<textarea rows="2" name="mess" cols="20"></textarea></p>
<p><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>
</body>
</html>
server Side save it as send.php
<?php
$num=$_POST['num'];
$p_email=$_POST['email'];
$p_mess=$_POST['mess'];
$sendem = "94".$num."@sms.mobitel.lk";
$to = $sendem;
$subject = $p_email;
$message = $p_mess;
$from = $p_email;
$headers = "From: $from";
mail($to,$subject,$message,$headers);
echo "Message send!!";
echo "<br>";
?>
i think this will work thank you
sutherland.g.m
05-22-2008, 09:10 PM
thnks but kohomada ban mewa use koranne
picsms
05-23-2008, 12:24 AM
You need to have Aparchi server or php supported servers...
easy way and free to send sms is
login to one of ur email account go to compose message
and in the to type the number you wana send sms
like this 9471XXXXX...@sms.mobitel.lk like this
and in subject dont type more words just ur names and in message dnt type more than 120 word and press send.
it wil be deliverd to the number
if you wants to run that script you need to have PHP suported server for that PM me.
Thank you
picsms
05-23-2008, 12:24 AM
You need to have Aparchi server or php supported servers...
easy way and free to send sms is
login to one of ur email account go to compose message
and in the to type the number you wana send sms
like this 9471XXXXX...@sms.mobitel.lk like this
and in subject dont type more words just ur names and in message dnt type more than 120 word and press send.
it wil be deliverd to the number
if you wants to run that script you need to have PHP suported server for that PM me.
Thank you
senewimala1988
05-23-2008, 02:27 PM
You need to have Aparchi server or php supported servers...
easy way and free to send sms is
login to one of ur email account go to compose message
and in the to type the number you wana send sms
like this 9471XXXXX...@sms.mobitel.lk like this
and in subject dont type more words just ur names and in message dnt type more than 120 word and press send.
it wil be deliverd to the number
if you wants to run that script you need to have PHP suported server for that PM me.
Thank you
Ara email kiyana eke mokakda danna thiyenne???
gazaly
05-25-2008, 12:56 AM
thx ban
niroshan84515
05-25-2008, 12:58 AM
thx
Kalindugayan
05-25-2008, 09:16 AM
thanx
wdishan
05-28-2008, 03:14 PM
Tell me the way how we can send a sms in a Outlook to mobile phone
Mihindu_Gajaba
05-28-2008, 03:25 PM
Tell me the way how we can send a sms in a Outlook to mobile phone
i think its only work for mobitel anyway simply compose a mail and make the address as +4716XXXXXX@sms.mobitel.lk and send thats all
picsms
05-29-2008, 05:26 AM
Tell me the way how we can send a sms in a Outlook to mobile phone
No wories
same way
type the to adres as like thus 9471XXXXX...@sms.mobitel.lk
XXXXX for whom u wana sender number
but remember to maintain 120 words with subject.
Always root
h.lasitha
06-21-2008, 06:28 PM
man i tried but it doesnt came yet
nway thanks
best of luck
keep it up
Lasitha Rajakaruna
harshanalasitha@gmail.com
dakshika
07-26-2008, 12:43 AM
thanks its working for me
ni_shi2005
07-26-2008, 01:24 AM
wotz server side stuffs!!
chathuragune
11-01-2008, 02:40 AM
thx ban
hey I like your picture about muslims. Cool :)
ethant777
11-05-2008, 12:26 AM
thx
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.