Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
May 21, 2013, 06:29:48 AM
News:
Static Banner Ad on TalkPTC Starting From $10 Per Month
One simple step to Request Site Owner, Developer or Designer Badge
Home
Forum
Chat
Search
Top10
ScamList
Advertise
Login
Register
TalkPTC
»
Forum
»
Aurora Scripts Support
»
Aurora Help & Support
»
fix earned today
« previous
next »
Print
Pages:
1
Go Down
Author
Topic: fix earned today (Read 239 times)
0 Members and 1 Guest are viewing this topic.
kimptit
Junior
Posts: 6
Karma: +0/-0
Referrals: 0
Referrals: 0
fix earned today
«
on:
September 21, 2012, 10:00:38 PM »
help me fix it
demo attachment
"earn today" is not reset as it. It always show the amount earned .Sorry for my english!
Logged
Ayman
Admin
Hero Member
Posts: 757
Karma: +48/-2
Referrals: 72
Referrals: 72
Re: fix earned today
«
Reply #1 on:
September 23, 2012, 03:09:46 PM »
Is it always the same in members account page also ? so meaning their earned today amount doesn't reset daily ?
Logged
kimptit
Junior
Posts: 6
Karma: +0/-0
Referrals: 0
Referrals: 0
Re: fix earned today
«
Reply #2 on:
October 17, 2012, 07:17:29 PM »
yes! their earned today amount doesn't reset daily
Logged
Ayman
Admin
Hero Member
Posts: 757
Karma: +48/-2
Referrals: 72
Referrals: 72
Re: fix earned today
«
Reply #3 on:
October 18, 2012, 07:12:08 AM »
in cpanel find this file cron.php
inside it look for this code : echo "<!-- Resetting user daily stats -->\n"; flush();
under it you will see this :
$sql=$Db1->query("UPDATE user SET clicked_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'");
add this part after any ,
earned_today=0,
and earned today amount will reset daily without problem now
Logged
kimptit
Junior
Posts: 6
Karma: +0/-0
Referrals: 0
Referrals: 0
Re: fix earned today
«
Reply #4 on:
October 18, 2012, 06:28:57 PM »
Yeah ! thank you admin
Logged
kimptit
Junior
Posts: 6
Karma: +0/-0
Referrals: 0
Referrals: 0
Re: fix earned today
«
Reply #5 on:
October 19, 2012, 03:34:49 AM »
seems it doesn't work
I have to set it manually, it will run.
Logged
Print
Pages:
1
Go Up
« previous
next »
TalkPTC
»
Forum
»
Aurora Scripts Support
»
Aurora Help & Support
»
fix earned today