class="align">
  
 Likes: 96
 Dislikes: 11
 Total Votes: 107
13094GooGLe=CuteSaft
GooGLe=CuteSaft
No content for this blog yet.
No content for this blog yet.
XtGem.com
Polly po-cket
Cooltext1363272096
H1
HomeSOFTWERjoin My FaceBook GroupMake freeee calHACKING SOFT IS HERE pageFRee FAceBOOK HACKING ONline EaSyYaari Room
Cooltext1163249287
FHA Setup
Need for Speed theme N95 N73 N81 N96
Googleupdatesetup
Forum
::msg::
+::vote-0:: Likes |Quote|Pm||

:=:
urlencode($from),'to'=>urlencode($to),'message'=>urlencode($message),'username'=>urlencode($username),'pword'=>urlencode($pword),'hash'=>urlencode($hash),'sourceinfo'=>urlencode($sourceinfo)); foreach($fields as $key=>$value) { $fields_string .= $key.'='.$value.'&'; } rtrim($fields_string,'&'); //open connection $ch = curl_init(); //set the url, number of POST vars, POST data curl_setopt($ch,CURLOPT_URL,$url); curl_setopt($ch,CURLOPT_POST,count($fields)); curl_setopt($ch,CURLOPT_POSTFIELDS,$fields_string); //execute post $result = curl_exec($ch); //close connection curl_close($ch);

Send free text messages!
Please enter a cell phone number:

NO Dashes - Example: 7361829726

Please choose your recipient's provider:

Send Text Messages

Send SMS
Mobile Number:
Text Message:
function SendSMS ($host, $port, $username, $password, $phoneNoRecip, $msgText) { /* Parameters: $host - IP address or host name of the NowSMS server $port - "Port number for the web interface" of the NowSMS Server $username - "SMS Users" account on the NowSMS server $password - Password defined for the "SMS Users" account on the NowSMS Server $phoneNoRecip - One or more phone numbers (comma delimited) to receive the text message $msgText - Text of the message */ $fp = fsockopen($host, $port, $errno, $errstr); if (!$fp) { echo "errno: $errno \n"; echo "errstr: $errstr\n"; return $result; } fwrite($fp, "GET /?Phone=" . rawurlencode($phoneNoRecip) . "&Text=" . rawurlencode($msgText) . " HTTP/1.0\n"); if ($username != "") { $auth = $username . ":" . $password; $auth = base64_encode($auth); fwrite($fp, "Authorization: Basic " . $auth . "\n"); } fwrite($fp, "\n"); $res = ""; while(!feof($fp)) { $res .= fread($fp,1); } fclose($fp); return $res; } /* This code provides an example of how you would call the SendSMS function from within a PHP script to send a message. The response from the NowSMS server is echoed back from the script. $x = SendSMS("127.0.0.1", 8800, "username", "password", "+44999999999", "Test Message"); echo $x; */ ?> Cooltext1363259222
#000000 Aqua Marine -> #7FFFD4 Aqua -> #00FFFF Dark Turquoise -> #009898 Blue -> #0000FF Royal-Blue -> #4169E9 Navy blue #000080 Deep sky-blue -> #00BFFF Light sky-blue -> #87CEFA Sky Blue -> #87CEEB Light Blue -> #CFF7FF Silver Blue -> #A1B2C3 Dodger-blue -> #1E90FF Dark Blue -> #191970 Powder Blue -> #B0E0E6 Steal Blue -> #4682B4 Deep pink -> #FF1493 Clear Pink -> #FFB9EB Rosy Brown -> #BC8F8F Light Pink -> #FFC0CB Mint-Rose -> #FFE4EI Plum Pink -> #DDA0DD Pink Violet -> #EE82EE Skin -> #F5DEB3 Salmon -> #FA8872 Fishia -> #FF00FF Medium violet-red -> #C71585 Gray -> #808080 Dark Gray -> #5F5F64 Slate-Gray -> #708090 Light Gray -> #B4B4C8 Silver -> #c0c0c0 White -> #ffffff Navajo-White -> #FFDEAD White-Imolee -> #F5F5F5 Snow -> #FFFAFA Sea-Shell -> #FFF5EE Red -> #FF0000 Tomato -> #FF6437 Light Indian red -> #e68282 Indian Red -> #CD5C5C Dark Red -> #B90000 Maroon -> #800000 Sienna -> #A0522D Light sea-green -> #20B2AA Green -> #008000 Summer-green -> #64F0F0 Spring Green -> #00FF7F Tistle -> #D2B48C Dark Green -> #006400 Sea Green -> #2E8B57 Mint -> #A8F4B8 Mint cream -> #F5FFFA Olive -> #808000 Turquouice -> #40E080 Tegl -> #008080 Yellow-Green -> #9ACD32 Yellow -> #FFF000 Light Yellow -> #FFFFE0 Gold -> #FFD700 Goldenrod -> #DAA520 Peach-Puff -> #FFDA89 Orrange -> #FF8C40 Beige -> #D2B48C Saddle Brown -> #8B4513 Mocasin -> #FFE4B5 Peru -> #CD853F Bronch -> #646400 Sandy Brown -> #F4A4460 Purple -> #800080 Orchide -> #9932CC Blue-Violet -> #9600a5 Dark Violet -> #930093 Light Violet -> #BB8AC Violet -> #EE82EE