Pages: [1]   Go Down
  Print  
Author Topic: Fix for Aurora: Chect Check Fails today does not reset  (Read 426 times)
757jterrell
Administrator
Hero Member
*****
Offline Offline

Posts: 1637



View Profile WWW
« on: August 24, 2011, 11:13:59 PM »

It was brought to my attention that the cheat check today field does not reset on the admin panels Cheat Check Failure Manager here is the fix:

go to your cron.php file and make line 136 has what is added in bold:

$sql=$Db1->query("UPDATE user SET clicked_today=0, xclicked_today=0, ptphits_today=0, earned_today=0, ptra_clicks_today=0, emails_today=0, floodguard_today=0, ref_hits_unique=0, ref_hits_raw=0, clicksref=0, referral_earns_today=0");

$sql=$Db1->query("UPDATE cheat_failed SET failed_today=0");


This fix as been added to the SDR 3 Sept 1, 2011 Update.
« Last Edit: September 12, 2011, 09:04:09 PM by 757jterrell » Logged

Upgrade to an SDR 3
reider666
Full Member
***
Offline Offline

Posts: 190


View Profile
« Reply #1 on: August 26, 2011, 10:57:05 AM »

Thanks
Logged
vizdo
Full Member
***
Offline Offline

Posts: 104



View Profile WWW
« Reply #2 on: August 30, 2011, 07:21:04 PM »

Database error: Invalid SQL: UPDATE user SET clicked_today=0, xclicked_today=0, failed_today=0, ptphits_today=0, earned_today=0, ptra_clicks_today=0, emails_today=0, floodguard_today=0, ref_hits_unique=0, ref_hits_raw=0, clicksref=0, referral_earns_today=0
MySQL Error: 1054 (Unknown column 'failed_today' in 'field list')
Session halted.
Logged

bprasetio
Global Moderator
Hero Member
*****
Offline Offline

Posts: 834


View Profile
« Reply #3 on: August 30, 2011, 09:46:58 PM »

I think the failed_today is stored in cheat_failed table, so lets try with this modification:
Quote
$sql=$Db1->query("UPDATE user SET clicked_today=0, xclicked_today=0, ptphits_today=0, earned_today=0, ptra_clicks_today=0, emails_today=0, floodguard_today=0, ref_hits_unique=0, ref_hits_raw=0, clicksref=0, referral_earns_today=0");

$sql=$Db1->query("UPDATE cheat_failed SET failed_today=0");
Logged

Presenting MyGPT Group:

[WTS] Task Summary Addon
757jterrell
Administrator
Hero Member
*****
Offline Offline

Posts: 1637



View Profile WWW
« Reply #4 on: September 12, 2011, 09:04:22 PM »

Good catch, updated the OP
Logged

Get a SDR 3 NOW at http://ptcfactory.info

The best and most up to date Aurora script in the market!!
Pages: [1]   Go Up
  Print  
 
Jump to: