Best Blackhat Forum

Full Version: [GET] Viral Retargeter purchased now, i never install it though
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
License key specified under video is also not working
am sorry guys i never know it needs license i taught it will work without license i just bought it and share i never downloaded it though may be some one will null it for you guys , i may contact some guys to null it Thanks
(09-14-2015 03:45 PM)gbear Wrote: [ -> ]Will test shortly. Rep added.

[EDIT] Need License key (which not provided)

bro i think the developer version should work
bump for null version
(09-14-2015 10:12 PM)i-hate-scammers Wrote: [ -> ]bump for null version

try the dev ver it works
I think you would just change return true;
}
else {
return false;
}
}
else {
return true;
}

/* License Validator End */

}
?>

the return false to return true

In validator.php

<?php
define('DOLICENSECHECKl174499', '1');
/* License Guard Soft */
/* by DulisseCo Inc. */

/*Turn PHP warnings off*/
error_reporting(0);
global $is_license_valid;
$is_license_valid=l174499_license_valid();
if(!$is_license_valid){
add_action('admin_menu', 'l174499_license_menu');
add_action('admin_notices', 'l174499_license_notice');
}

function l174499_license_admin_form() {
if($_POST['key']){
update_option( 'l174499_key_license', $_POST['key'] );
echo "<div class='updated fade'><p>Please wait, we're validate your license key...</p></div>";
?>
<script type="text/javascript">
<!--
<?php if(!l174499_license_valid()){ ?>
window.location= 'admin.php?page=l174499_lgs_license';
<?php }
elseif(l174499_license_valid()){ ?>
window.location= 'index.php';
<?php } ?>
//-->
</script>
<?php

}

if($is_license_valid){$note = "To change your license key for <b>Viral Retargeter</b>";}else{$note = "To activate <b>Viral Retargeter</b>";}
echo '
<div><p>'.$note.', fill form bellow.</p></div>
<form action="admin.php?page=l174499_lgs_license" method="post">
<input id="key" name="key" size="70" type="text" value="'.get_option('l174499_key_license').'" />
<input type="submit" value="Validate" />
</form>
';
if($is_license_valid){echo "<p>Your license key is valid, <b>Congratulation</b></p>";}
else{echo "<p>You've entered invalid license key, please try again!</p>";}
}

function l174499_license_notice() {
if(!$is_license_valid){
echo '<div class="error"><p>Your <b>Viral Retargeter</b> License Key is invalid, update your license here <a href="admin.php?page=l174499_lgs_license">HERE</a></p></div>';
}
}

function l174499_license_menu() {
add_menu_page('Viral Retargeter License Validator', 'Viral Retargeter License', 'manage_options', 'l174499_lgs_license', 'l174499_license_admin_form');
}

function l174499_license_valid () {
$nextCRequest = base64_decode(get_option('lgs_cron_actionl174499'));
if($nextCRequest == time() OR $nextCRequest < time()) {
$domain = $_SERVER['SERVER_NAME'];
if (substr($domain, 0, 4) == "www.") { $domain = substr($domain, 4);}
$userip = isset($_SERVER['SERVER_ADDR']) ? $_SERVER['SERVER_ADDR'] : $_SERVER['LOCAL_ADDR'];

$key_info['key'] = get_option('l174499_key_license');
$key_info['domain'] = $domain;
$key_info['validip'] = $userip=='::1' ? '127.0.0.1' : $userip;
$key_info['product'] = "Viral Retargeter";

$licenseServer = "http://fbtrafficblowout.com/wp-content/plugins/wp-licenseguard-svr/auth/verify.php";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, $licenseServer);
curl_setopt($ch, CURLOPT_POST, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $key_info);
curl_setopt($ch, CURLOPT_TIMEOUT, 600);
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 600);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$result = curl_exec($ch);
curl_close($ch);
$result = json_decode($result, true);

if($result['valid'] == "true"){
update_option('lgs_cron_actionl174499', base64_encode((time()+(DOLICENSECHECKl174499*86400)))); // Update only if license is valid.
return true;
}
else {
return false;
}
}
else {
return true;
}

/* License Validator End */

}
?>
Does that code change work or do we need a nulled version.

Thanks
thanks sir
It's a useless plugin that put WP post on yoru FB account, so why bother
seems facebook have blocked the online poster url
Pages: 1 2
Reference URL's