//SEND SMS
$username=urlencode(''); $password=urlencode('');$sender=urlencode('');
$message='';
if(osc_user_phone_mobile()!=NULL)
{
$mobile=osc_user_phone_mobile();
$opts1 = array('http'=>array('method'=>"POST",'content' => "user=$username&password=$password&mobiles=91$mobile&message=$message&sender=$sender",'header'=>"Accept-language: en\r\n" ."\r\n"));
$context1 = stream_context_create($opts1);
$file1 = fopen("
http://xxxxxxxx/xxx.php", "r", false, $context1);
$result1 = @stream_get_contents($file1);fpassthru($file1);fclose($file1);
}
add this at line no. 450 of util.php