← Conversa Geral

SMS Gratis, onde?

Lida 60015 vezes

Offline

SSPT 
Membro
Mensagens 408 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2 Level 1

Alguem conhece sites para enviar sms gratis, para redes portuguesas e que necessite ou não de registo?


Cumps,
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Ve isto: http://banana-scripts.info/forum/viewtopic.php?t=76
Ou este: http://smsscript.com/  (muita gente nao consegue receber sms's deles mas eu ka testei no meu e deu!)
De qualquer maneira vou aprocura de mais!
Offline

__arwen__ 
Membro
Mensagens 162 Gostos 0
Troféus totais: 27
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

Q tal usares o Sapo Messenger?
Offline

fpware 
Fundador
Mensagens 15318 Gostos 7
Troféus totais: 38
Trófeus: (Ver todos)
Linux User Mobile User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5

Estava a ver que nos tinhas fugido, bem-vinda de volta __arwen__! :D
Offline

__arwen__ 
Membro
Mensagens 162 Gostos 0
Troféus totais: 27
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

Tal como tu tenho andado desaparecida... mas não fugi... ainda aqui estou  :wink:  

:__arwen__2:
Offline

fpware 
Fundador
Mensagens 15318 Gostos 7
Troféus totais: 38
Trófeus: (Ver todos)
Linux User Mobile User Level 6 Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Poll Starter Level 5

Ok, eu mereço essa ;)
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Citação de: "__arwen__"
Q tal usares o Sapo Messenger?

O sapo mensager tem 1 desvantagem..nao aparece o numero de telemovel da pessoa mas sim o nick e uns numeros deles.. :roll:
Offline

SSPT 
Membro
Mensagens 408 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Poll Starter Level 5 Level 4 Level 3 Level 2 Level 1

Criei agora um 'site' para enviar sms, esta testado e a funcionar para 93 e 91. As mensagens são entregues em alguns segundos e, caso tenham mais que 160 caracteres, serão divididas em duas ou mais.
http://sms.tuga.in/
Offline

Bruno Mota 
Membro
Mensagens 1733 Gostos 3
Troféus totais: 28
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1

SSPT, perciso de falar contigo adicioname ao MSN
Offline

asturmas 
Administrador
Mensagens 19734 Gostos 50
Feedback +2

Troféus totais: 39
Trófeus: (Ver todos)
Mobile User Windows User Super Combination Combination Topic Starter 100 Poll Votes 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

mota77, eu tenho 1 scritp parcido..tenho de o testar..
Offline

iso600 
Membro
Mensagens 230 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

www.tiovivi.com lado direito ao cimo
Offline

iso600 
Membro
Mensagens 230 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

todas as redes...
Offline

Master 
Membro
Mensagens 462 Gostos 0
Troféus totais: 25
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

SSPT, o script está muito porreiro, onde o arranjaste?
Também funciona para 96, verifiquei agora e deu!
Offline

Master 
Membro
Mensagens 462 Gostos 0
Troféus totais: 25
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

SSPT, ainda estou à espera de uma resposta, ou é segredo o sítio onde arranjaste o script?  :roll:
Obrigado!
Offline

iso600 
Membro
Mensagens 230 Gostos 0
Troféus totais: 26
Trófeus: (Ver todos)
Super Combination Combination Topic Starter Poll Voter Level 5 Level 4 Level 3 Level 2 Level 1 100 Posts

Código: [Seleccione]
<?
$action = $_REQUEST[action];
$action = strip_tags($action);
?>

<html>
<head>
</head>
<?
if ($action == "sendsms")
{
$number = strip_tags($_POST['number']);
$msg = strip_tags($_POST['msg']);
$to = $number."@mobile.celloneusa.com";
$message = $msg." \n servico gratis de \n www.urtigas.com";
$headers = "sms@urtigas.com";
$subject = "SMS GRATIS ";
mail("$to", "$subject", "$message", "$headers");
echo "<b>Mensagem enviada</b> To: ".$number." Mensagem: ".$msg." ...";
} else {
?>
<form method="POST" action="http://www.urtigas.com/sms.php?action=sendsms"><b>Numero:</b> +
  <input type="text" name="number" size="30" value="351" tabindex="2">  <b>Mensagem:</b>
<input type="text" name="msg" size="30" value="a tua mensagem (max 160 caracteres)" tabindex="2"> <input type="submit" value="Enviar SMS" name="send">
<?
}
?>
</form>


</body>
</html>


este como esta funciona pq está a dar em www.urtigas.com :) é o msm que o que ele usa ai em cima, so muda  aparte de ter as imagens para autenticar antes e tal.. so isso :)