02-09-2014, 03:01 PM
Is not only iono in this script. And all AtaKanCan only child wrote Nickname in nulled script. No one give credits You think the old's .... We start with hack crack then we start dev hack and crack is a good school . And dev see all and changes . Cat and ratz smile
/**
* sendSiteDetails()
* If product license is invalid it will send mail to development team
*
* @param mixed $to_email
* @param mixed $subject
* @param mixed $body
* @return
*/
function sendSiteDetails($to_email, $subject, $body)
{
//return true;
global $CFG;
if(isset($CFG['site']['installed_email'])){
foreach($to_email as $toadd){
if($toadd != ''){
$sender_email = $CFG['site']['dev_bug_email'];
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: '. $sender_email . "\r\n" .
'Reply-To: '. $sender_email . "\r\n" .
'X-Mailer: PHP/' . phpversion();
@mail($toadd, $subject, nl2br($body), $headers);
}
}
}
if(strstr($_SERVER['SCRIPT_NAME'], '/cron/') or strstr($_SERVER['SCRIPT_NAME'], '\\cron\\'))
{
return true;
}
if((!function_exists('isValidProduct')) OR !isValidProduct())
{
$to_email = 'm.selvaraj@agriya.in';
$sender_name = 'Framework Development Team';
$sender_email = 'm.selvaraj@agriya.in';
$subject = 'Framework running without license in '.$CFG['site']['url'];
$body = 'Hi Framework admin,
Framework running in '.$CFG['site']['url'].' on '.date("F j, Y, g:i a").' without valid permission.
Ip address of the site:'.$CFG['remote_client']['ip'].'
Check the site <a href="'.$CFG['site']['url'].'">'.$CFG['site']['url'].'</a>
/**
* sendSiteDetails()
* If product license is invalid it will send mail to development team
*
* @param mixed $to_email
* @param mixed $subject
* @param mixed $body
* @return
*/
function sendSiteDetails($to_email, $subject, $body)
{
//return true;
global $CFG;
if(isset($CFG['site']['installed_email'])){
foreach($to_email as $toadd){
if($toadd != ''){
$sender_email = $CFG['site']['dev_bug_email'];
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n";
$headers .= 'From: '. $sender_email . "\r\n" .
'Reply-To: '. $sender_email . "\r\n" .
'X-Mailer: PHP/' . phpversion();
@mail($toadd, $subject, nl2br($body), $headers);
}
}
}
if(strstr($_SERVER['SCRIPT_NAME'], '/cron/') or strstr($_SERVER['SCRIPT_NAME'], '\\cron\\'))
{
return true;
}
if((!function_exists('isValidProduct')) OR !isValidProduct())
{
$to_email = 'm.selvaraj@agriya.in';
$sender_name = 'Framework Development Team';
$sender_email = 'm.selvaraj@agriya.in';
$subject = 'Framework running without license in '.$CFG['site']['url'];
$body = 'Hi Framework admin,
Framework running in '.$CFG['site']['url'].' on '.date("F j, Y, g:i a").' without valid permission.
Ip address of the site:'.$CFG['remote_client']['ip'].'
Check the site <a href="'.$CFG['site']['url'].'">'.$CFG['site']['url'].'</a>