J
As per my hate for leechers you should either wait for your account to reach 30days or figure it out yourself and i won't give any clues. That or you can PM me and I'll give it to you for a small fee since it took me 6 hours to find and I have knowledge about this kind of theme protection. You will be paying for my knowledge and a quick solution that is, its up to you.
So you need a payment just to tell us how to fix this? What about you got the theme for free on this forum ? I don't know why the other guy with a fix in this thread got a ban, but I think you should be banned too. Both of you didn't bring a real solution in this thread, just joking around with users in need. If you want to help them, help for real if you want to sell something then go and open a thread in the proper forum section.
P.s: I got the redirect problem today and I fixed it, it is the same fix that those guys have done, but I will show you how to do it.
Go to: wp-content/themes/dooplay/inc/do_init.php and search for this: Camelot or for this: $response = wp_remote_post('
https://api.wupdater.com', doo_siteinfo());
Then delete from 761 - 787:
if(!function_exists('doo_camelot')){
function doo_camelot(){
if(!empty(doo_codeframework('framework'))){
$transient = get_transient('dooplay_website');
if(false === $transient){
$response = wp_remote_post('https://api.wupdater.com', doo_siteinfo());
if(!is_wp_error($response)){
$json = wp_remote_retrieve_body($response);
$json = json_decode($json,TRUE);
$sccs = isset($json['success']) ? $json['success'] : false;
$hash = isset($json['synhash']) ? $json['synhash'] : false;
if($sccs == true && !empty($hash)){
$hashing = $hash;
}else{
$hashing = 'error_404';
}
}else{
$hashing = 'error_500';
}
set_transient('dooplay_website', $hashing, 1 * HOUR_IN_SECONDS);
}elseif(isset($transient['b']) && $transient['b'] === 'c'){
wp_redirect('ht'.'tp'.'s:'.'//'.doo_outer(),302); exit;
}
}
}
add_action('admin_enqueue_scripts','doo_camelot',20);
}
P.s.s: This is not my fix, I'm just showing you how to fix it because those 2 cryptic guys just wanted to sell you something.