Author Topic: Fake SMS Help?  (Read 3605 times)

Offline m0rdekai

  • IBA IBA IBA
  • PLA Corporate Drone
  • *****
  • Posts: 410
  • 1337 13V3L: +31/-28
Re: Fake SMS Help?
« Reply #15 on: September 17, 2008, 10:55:14 AM »
... (or 1337 philez) ...

LIEK TEH ANARCHISTS COOKBOOK??!? CAN U TEL MEH WERE I CN FINE IT?? I W4NN4 /b/ L337 LIEK U GUISE R!~!!~!211!

Careful Nod.  He's just a very clever spambot. 

Your moms a spambot.

Offline ApprenticePhreak

  • PLA Junkie
  • *****
  • Posts: 825
  • 1337 13V3L: +48/-12
Re: Fake SMS Help?
« Reply #16 on: September 17, 2008, 12:14:11 PM »
I bought 40 bucks in food then I wasted the rest at the pawn shop buying videogames that "fell off the truck," hint hint, wink wink.

Offline Tachyon

  • Minister of Defence
  • OMG Mod
  • Ninja Phone Loser
  • *****
  • Posts: 1875
  • 1337 13V3L: +125/-62
Re: Fake SMS Help?
« Reply #17 on: September 17, 2008, 10:32:44 PM »
Bah, I don't want people who post their lame bullshit problems on the internet to survive any longer than is absolutely necessary, and a years supply of food runs counter to this goal.
Do you speak two languages?

"Detective Don Gombo: IM AFRAID THE ONLY ONE "F" IS "U" MY FRIEND. WELCOME TO THE CRIMINAL JUSTICE WEB!"

Offline nova

  • El Fireman
  • PLA Corporate Drone
  • *****
  • Posts: 428
  • 1337 13V3L: +25/-83
Re: Fake SMS Help?
« Reply #18 on: September 21, 2008, 01:32:35 AM »
... (or 1337 philez) ...

LIEK TEH ANARCHISTS COOKBOOK??!? CAN U TEL MEH WERE I CN FINE IT?? I W4NN4 /b/ L337 LIEK U GUISE R!~!!~!211!

I tried eating food i cooked from that.It wasnt very good.

Offline mr_doc

  • Supergluer of coins
  • PLA Junkie
  • *****
  • Posts: 801
  • 1337 13V3L: +71/-24
    • PLA LotGD
Re: Fake SMS Help?
« Reply #19 on: September 22, 2008, 11:34:30 PM »
I wrote a php script to do this but it always echos the hosting account name + server address as the sender. Anyone know how to fix that?
Other than that it works great. Not all sms gateways are implemented but they are easy to add. The teleflip default NEVER works so if you don't specify the correct carrier you are SOL. It is easy to lookup the carrier based on the area code and prefix though

Code: [Select]
<?php
if ($_POST['target']!=""){

$from_name=$_POST['from_name'];
$provider=$_POST['provider'];
$target=$_POST['target'];
$subject=$_POST['subject'];
$message=$_POST['message'];

switch (
$provider) {
case 
"alltel":
    
$target2="@message.alltel.com";
    break;
case 
"att":
    
$target2="@mmode.com";
    break;
case 
"boost":
    
$target2="@myboostmobile.com";
    break;
case 
"cingular":
    
$target2="@mobile.mycingular.com";
    break;
case 
"nextel":
    
$target2="@messaging.nextel.com";
    break;
case 
"sprint":
    
$target2="@messaging.sprintpcs.com";
    break;
case 
"tmobile":
    
$target2="@tmomail.net";
    break;
case 
"verizon":
    
$target2="@vtext.com";
    break;
case 
"virgin":
    
$target2="@vmobl.com";
    break;
default:
    
$target2="@teleflip.com";
}
$target .=$target2;
$eol="\r\n";
$headers "From:".$from_name."<".$from_name."@yourdomain.com>".$eol;
$headers .= "Reply-To:".$from_name."<".$from_name."@yourdomain.com>".$eol;
$headers .= "Return-Path:".$from_name."<".$from_name."@yourdomain.com>".$eol;
$message2 stripslashes($message);
$message2 .=" - yourdomain.com";
$mime_boundary=md5(time());
$headers .= "Message-ID: <".time()."-".$from_name.">".$eol;
$headers .= "X-Mailer: PHP v".phpversion().$eol;
if(
mail($target,$subject,$message2,$headers)) {
  echo(
'<p>Your sms was sent!</p>');
 } else {
  echo(
'<p>Message delivery failed</p>');
 }
}
echo 
'

<form action="" method="post">
Sender Details<br>
<b>Name:</b><br>
<input name="from_name" type="text" value="" size="10">
<br>

Recipient Details<br>
<b>Recipient 10 digit number:</b><br>
<input name="target" type="text" size="10">
<br>
<b>Recipient service provider:</b><br>
<select name="provider">
<option value="alltel">Alltel</option>
<option value="att">AT&T Wireless</option>
<option value="boost">Boost Mobile</option>
<option value="cingular">Cingular</option>
<option value="nextel">Nextel</option>
<option value="sprint">Sprint PCS</option>
<option value="tmobile">T-Mobile</option>
<option value="verizon">Verizon</option>
<option value="virgin">Virgin Mobile</option>

</select>
<br>
<b>Subject:</b><br>
<input name="subject" type="text" value="" size="20">
<br>
<b>Message:</b><br>
<textarea name="message" cols="20" rows="3"></textarea>

<input type=submit action="'
.$_SERVER['PHP_SELF'].'">

</form>
'
;
?>
PLAlotgd  -If you play, I will hate you a little less.
Unnamed Forums

Offline ravenmaddox

  • Quoth the RaVeN
  • PLA Corporate Drone
  • *****
  • Posts: 418
  • 1337 13V3L: +26/-51
  • In the Internets no one can hear you scream
    • Quoth the RaVeN
Re: Fake SMS Help?
« Reply #20 on: October 17, 2008, 10:09:11 AM »
This one looks promising...

http://www.amikamobile.net/afc1/default.jsp   :3some:
Jesus Fucking Christ! Are you an idiot or just trying to be funny?

--- Quoth the RaVeN --- 2008.12.30 ---
http://www.RaVeNMaDDoX.com

Offline spsmckintra

  • You shoot yourself in the appendage which holds the gun with which you shoot yourself in the appendage which holds the gun with
  • Senior Phone Loser
  • **
  • Posts: 64
  • 1337 13V3L: +4/-18
  • In Algeria, heroin lives in police evidence locker
Re: Fake SMS Help?
« Reply #21 on: October 17, 2008, 11:51:44 AM »
Hey Alberta, where did you get that avatar? Was it from a Jack Chick tract?
Just curious?
-All information located on this site is the property of Phone Losers of America INC. Besides all that copyright bullshit, if you even THINK about stealing from us you will be beat-in with your own cact-us!

Offline afreak

  • Area codes I have had numbers to: 604. 780, 778, 403, 250, 206, 360, 643
  • Elite Cactus Squad
  • Cactus Zombie
  • *****
  • Posts: 367
  • 1337 13V3L: +44/-36
  • Also known as "Alberta"
Re: Fake SMS Help?
« Reply #22 on: October 18, 2008, 01:07:48 AM »
Hey Alberta, where did you get that avatar? Was it from a Jack Chick tract?
Just curious?

One day, RBCP set it for me. Since then, I have liked it.