Results 1 to 4 of 4
Thread: sms
Hybrid View
-
19th October 2012 20:12 #1Registered User
Join Date: Oct:2009
Location: varna
Posts: 98
sms
sms
, 1.20 , ?
-
19th October 2012 20:19 #2
-
19th October 2012 20:20 #3Registered User
Join Date: Dec:2003
Posts: 2,817
. 1.20 50. .
Gigabyte DS3P, E4400@9x333, 2x2Gb Super T@1000Mhz, Gigabyte GTX460OC 768Mb
-
19th October 2012 20:29 #4Registered User
Join Date: Oct:2009
Location: varna
Posts: 98
. , 1 50 , 50 - . , .
:<?php
$mysqlHost = "localhost"; // MySQL
$mysqlUser = "root"; // MySQL
$mysqlPassword = "pass"; // MySQL
$mysqlDb = "db"; //
mysql_connect ($mysqlHost, $mysqlUser, $mysqlPassword, $mysqlDb) or die('No server');
mysql_select_db($mysqlDb) or die ('No database');
/* */
$title = "Minecraft SMS VIP System by hackera_vd a.k.a Don Corleone";
$to = "hackera457@gmail.com"; // email
/* mobio */
$servID = 29; //ID Mobio
/* */
$group = "VIP"; // ,
/* */
$nomer = "1254"; //, SMS-
$pref = "smsvip"; //, SMS-
$cena="2,40 "; //
$text = " , SMS <b>".$nomer."</b> <b>".$pref."</b> (<u>".$cena.".</u>)"; //,
// SMS-
$success = " !";
$expire = " !";
?>
<?php
function mobio_checkcode($servID, $code, $debug=0) {
$res_lines = file("http://www.mobio.bg/code/checkcode.php?servID=$servID&code=$code" );
$ret = 0;
if($res_lines) {
if(strstr("PAYBG=OK", $res_lines[0])) {
$ret = 1;
}else{
if($debug)
echo $line."\n";
}
}else{
if($debug)
echo "Unable to connect to mobio.bg server.\n";
$ret = 0;
}
return $ret;
}
function contact()
{
$subject = "Saobshtenie ot potrebitel";
$contact_name = $username;
$contact_date = date ( 'l, F d Y g:i A',time()+240 );
$contact_email = $email;
$contact_code = $code;
$message = "Saobshtenie ot potrebitel:\r\n"
."<br />----------------------------------------------------------------<br />"
."Nick: $contact_name<br/>"
."Data na registrirane: $contact_date<br/>"
."Email: $contact_email<br/>"
."IP: {$_SERVER['REMOTE_ADDR']}<br/>";
$headers = "From: $contact_name <$contact_email>\n"
."Reply-To: $contact_email\n"
."Content-Type: text/html; charset=utf-8\n"
."X-Mailer: PHP/".phpversion();
mail($to, $subject, $message, $headers);
}
?>




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in