Showing posts with label Send Fake Sms. Show all posts
Showing posts with label Send Fake Sms. Show all posts

Wednesday, 19 June 2013

2 Send Fake SMS Script - Any Number to Any Number

 First Create a ID on http://www.smsglobal.com

Copy paste this code on Notepad and save as "index.php".

<?php
    function sendSMS($content) {

        $ch = curl_init('http://www.smsglobal.com/http-api.php');
        curl_setopt($ch, CURLOPT_POST, true);
        curl_setopt($ch, CURLOPT_POSTFIELDS, $content);
        curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
        $output = curl_exec ($ch);
        curl_close ($ch);
        return $output;   
    }
   
    if(isset($_POST) && !empty($_POST)) {
        //Set variables
        $user        = 'username';
        $password    = 'password';
        $to          = $_POST['to'];
        $from        = $_POST['from'];
        $message     = $_POST['message'];
       
        //Encode content and send to SMS Global
        $content =  'action=sendsms'.
                    '&user='.rawurlencode($user).
                    '&password='.rawurlencode($password).
                    '&to='.rawurlencode($to).
                    '&from='.rawurlencode($from).
                    '&text='.rawurlencode($message);
       
        //Send SMS through curl
        $output = sendSMS($content);                                             
    }
?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Send SMS</title>
</head>
<body>
    <?php if(isset($output)) echo $output; else { ?>
    <form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
        <h1>Send SMS</h1>
        <table>
            <tr>
                <td>Phone Numbers (Separate with comma)</td>
                <td><input type="text" name="to" /></td>
            </tr>
            <tr>
                <td>Sender ID</td>
                <td><input type="text" name="from" maxlength="11" /></td>
            </tr>
            <tr>
                <td>Message</td>
                <td><textarea name="message"></textarea></td>
            </tr>
            <tr>
                <td colspan="2"><input type="submit" name="submit" value="Submit" /></td>
            </tr>
        </table>
    </form><?php } ?>
</body>
</html> 

Replace your smsGlobal username and password instead of "username" and "password".

Sunday, 9 June 2013

0 Send Fake Sms Worldwide

Send Fake Sms without showing your number. 100% working and it works allover world.
Send Fake Sms here : http://www.onlinemahatma.com 

Tuesday, 4 June 2013

1 Send Fake SMS Script

First on Internet, I'm going to share Send Fake SMS Script.
Features :
- All Country Supported
- Instant Delivery
- Sender ID : TD12345 etc
- DND Number Not Supported
- Type Number With Country Code. ex : 919749566544 

Send Fake SMS  :  http://netsoda.tk/download-0-59a82ce390953d90f48e/SMS.html
Send Fake SMS - Server 2 : http://netsoda.tk/download-0-a2ae8072fc2082b4573f/send_fake_sms_2.html
Download Script Here : http://netsoda.tk/download-0-f12cbb2756904a3d6709/SMS.rar  
Download 2nd Server Script Here : http://netsoda.tk/download-0-c451cc39093f9531f371/send_fake_sms_2.rar 

Wednesday, 17 October 2012

2 Send Free and Fake Sms - India

Don't Abuse This Service.Your IP has been Recorded for Security Reason.
Send Free Sms Only in India - 24 Hours Working
DND Number Supported
Phone Numbers :
Message :






 

© Copyrights - Droid Guru