المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : كود لارسال sms مجانا html في موقعك لجميع أنحاء العالم


frina
04-30-2007, 11:12 PM
لن أطيل عليكم هدا هو الكود
كود PHP
لكن هدا الكود يحتاج لشيء
واحد لكي يعمل وهو كترة الردود ها ها... فهل من مشجع.....
<!-- Debut Formulaire - Envoie SMS -->
******** ********="**********">
var win=null;
function openfenetre(mypage,my****,w,h,scroll,pos)
{
if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}
if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}
else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}
settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',* *******=no,directories=no,status=yes,menubar=no,to olbar=no,resizable=yes';
win=********open(mypage,my****,settings);
}
function valide_button()
{
openfenetre('http://www.mobileparadise.net/sms/chargement.htm','windwossms','769','550','yes','ce nter');
********.mobsms.submit();
}
***********
<head>
<style>
.inputsms
{
BACKGROUND-COLOR: #3272A4;
border-color:#038dd5;
FONT-FAMILY: Verdana;
FONT-SIZE: 12px;
COLOR: #FFFFFF;
}
</style>
<form ACTION="http://www.mobileparadise.net/sms/sender.php" ****="mobsms" method="POST" target="windwossms">
<input type="hidden" ****="********" value="fr">
<input type="hidden" ****="timezone" value="2">
******** ********="**********">
var max_length = 160;
function update_carac()
{
fm = ********.forms['mobsms'];
current_total_length = fm.msg.value.length;
new_size = max_length;
if (fm.my****is.value.length > 0)
{
current_total_length += fm.my****is.value.length + 1;
new_size -= fm.my****is.value.length + 1;
}
if (current_total_length > max_length)
{
current_total_length = max_length;
fm.msg.value = fm.msg.value.substr(0, new_size);
}
fm.caractere.value = current_total_length;
}
***********
</head>
<center>
<table border="1" width="385" height="450" bgcolor="#FFFFFF" style="border-collapse: collapse">
<td colspan="3" align="center"><b><font size="2" face="Arial" color="#000000">Envoi de SMS Gratuit www.rbista.on.ma</font></b></td>
</tr>
<tr>
<td align="center" colspan="3"><font size="1"><br></font></td>
</tr>
<tr>
<td width="45%" align="center"><b><font size="1" face="Verdana" color="#000000">Destinataire</font></b></td>
<td width="55%" align="left"><input TYPE="****" ****="to" SIZE="22" value="" maxLength="17" class="inputsms"></td>
</tr>
<tr>
<td align="center" colspan="3"><font size="1"><br></font></td>
</tr>
<tr>
<td width="50%" align="center"><b><font size="1" face="Verdana" color="#000000">Votre Message</font></b></td>
<td width="50%" align="left" colspan="2"><font size="1"> </font></td>
</tr>
<tr>
<td align="center" colspan="3"><****area ****="msg" rows="7" cols="39" onkeydown="update_carac()" onkeyup="update_carac()" onchange="update_carac()" maxLength="160" class="inputsms"></****area></td>
</tr>
<tr>
<td width="80%" align="right" colspan="2"><b><font size="1" face="Verdana" color="#000000">Nombre de caractères</font></b></td>
<td width="20%" align="left"><input ****="caractere" size="4" maxLength="3" class="inputsms" readonly></td>
</tr>
<tr>
<td width="45%" align="center"><b><font size="1" face="Verdana" color="#000000">Votre Nom</font></b></td>
<td width="55%" align="left" colspan="2"><input ****="my****is" size="22" maxLength="12" class="inputsms" onkeydown="update_carac()" onkeyup="update_carac()" maxLength="12" onchange="update_carac()"></td>
</tr>
<tr>
<td width="45%" align="center"><b><font size="1" color="#000000" face="Verdana">Expéditeur</font></b></td>
<td width="55%" align="left" colspan="2"><input ****="from" size="22" maxLength="17" class="inputsms"></td>
</tr>
<tr>
<td align="center" colspan="3"><font size="1"><br></font></td>
</tr>
<tr>
<td width="45%" align="center"><font size="1"> </font></td>
<td width="55%" align="left" colspan="2"><a href="#SEND" title="Envoyer le SMS" onclick="valide_button();"><img border="0" *****"http://www.mobileparadise.net/sms/sms_send.gif" width="76" height="18"></a><a href="#Aide" title="Voir l'Aide (Comment Envoyer des SMS...)" onclick="openfenetre('aide.php','mbaide','700','56 9','yes','center');"><img border="0" *****"http://www.mobileparadise.net/sms/sms_aide.gif" width="76" height="18"></a></td>
</tr>
<tr>
<td align="left" colspan="3"><font size="1" face="Verdana"> <input type="checkbox" ****="directsend" value="1"> Envoi sans confirmation du SMS.<br> <input type="checkbox" ****="charte" value="oui" checked> J'ai lu et J'accepte la <a target="_blank" href="/sms/index.php">Charte</a> de MobileParadise.</font></td>
</tr>
<tr>
<td align="center" colspan="3"><font size="1"><br></font></td>
</tr>
<tr>
<td align="center" colspan="3"><font size="1" face="Verdana"> </font></td>
</tr>
</table>
</td>
</tr>
</table>
******** ********="**********">update_carac();***********
</center>
</form>
<!-- Fin Formulaire - Envoie SMS -->

Mr.Lee
05-23-2007, 01:53 PM
مشكوووور جدا أخي علي الكود
في طور التجريب

muslim pharaoh
06-03-2007, 03:08 AM
طيب ازاي نركبه؟
وممكن مثال حي لهذا الكود لتجربته؟

أفــf111sــاتين
06-03-2007, 11:44 AM
ممكن اخوي بعد انا لو تسمح انك تشرحه بصور لانه انا اول واحد ماعرف كيف اركبه وياليت يكون مدعوم بالصور

والله يعطيك الف عافيه ومشكور وماقصرت لي رجعه

gaoyf9527
09-02-2008, 11:09 PM
warhammer online gold Promotion! Here guarantee the lowest price of warhammer gold (http://www.akgame.com/warhammer-online-c-64.html) in the market! There will can make your wow life rich and we can promise you will be a hero in warhammer online cause you will have more and more wow power leveling (http://www.wow-power-leveling.com/) to get good weapen and other stuff ! we have sell Buy buy warhammer gold (http://www.akgame.com/warhammer-online-eu-c-91.html) the price Slashed again! Unbeatable price from the direct sale. You are buying Warhammer power leveling (http://www.akgame.com/warhammer-power-leveling-c-92.html) from the game developers directly, not from the resellers, no hacking, no cheating, guarantee work ! but please keep your mind clear , don't pay more time and money there ,warcraft gold (http://www.akgame.com) cause you have your live life ! ok that's all thanks for your read .

wajiguqu0223
09-19-2008, 05:07 PM
We address that there are educatee problems with buy EQ2 plat (http://www.ugamegold.com/c_EQ2-Sale/)the observe group currently. In peculiar we're not proportion with it beingness so time-focused. But there module be remarkable changes pcoming, and there instrument be domain objectives.

lovegamegold001
12-16-2008, 06:59 PM
It is not so much going to give the economy a big push forward. It's more a case of trying to help the economy from being pushed further backward by all these negative events," said Stuart Hoffman, chief economist at PNC Financial Services Group.————————————————————---from:Age of Conan Gold (http://www.fast-wowgold.com/age-of-conan-gold.htm)FFXI Gil (http://www.fast-wowgold.com)Final Fantasy XI Gil (http://www.fast-wowgold.com)2moons dil (http://www.fast-wowgold.com/2moons-dil.htm)world of warcraft gold (http://www.fcsgame.com/)

sellwowgold2
12-24-2008, 01:14 AM
eve online isk (http://www.igepoch.com) 2moons dil (http://2moons-dil.virdeal.com) ffxi gil (http://ffxi-gil.virdeal.com) sell wow gold sell ffxi gil (http://www.virdeal.com) to virdeal

sherlock12
12-26-2008, 07:28 AM
Aion gold (http://www.3zoom.com/aion-all/cheap-gold-4-all.html), Aion Powerleveling (http://www.3zoom.com/aion-all/cheap-powerleveling-4-all.html), Aion account (http://www.3zoom.com/aion-all/cheap-account-4-all.html), warhammer gold (http://www.3zoom.com/), warhammer powerleveling (http://www.3zoom.com/war-all/cheap-powerleveling-5-all.html)

sellwowgold2
01-01-2009, 06:19 PM
http://www.ahwogold.com http://wow-gold.virdeal.com http://ffxi-gil.virdeal.com http://runescape-gold.virdeal.com www.igepoch.com (http://www.igepoch.com)