Hey!
Does someone know the code for todays user click? I want to display how many click each member has each day when he loggs in.
Willing to pay for this by Paypal/Liberty Reserve.
Hmm, still looking for this. Would appreciate if somone could help
Willing to pay for this by Paypal/Liberty Reserve.
Where exactly do you want to display this to your user?
(02-15-2013, 12:40 AM)kabko Wrote: [ -> ]Hidden content for guests
I just want to display how many clicks they have clicked today under "Account Balance".
In header.php FIND :
PHP Code:
Hidden content for guests
below that ADD :
PHP Code:
Hidden content for guests
in the same file FIND :
PHP Code:
Hidden content for guests
below that ADD :
PHP Code:
Hidden content for guests
Hope this helps..
Thanks, I will try this.
BTW, is it possible to remove "traffic exchange" count from todays click? Or maybe just count clicks from one single module?
It is possible. How exactly you want it to be? What exactly do you wanna display to user?
Hmm, I would like to display daily youtube sub clicks for each user.
Hi Galaxian
Re previous PM - kabko's done what I would have done (and probably a bit neater too!)
To just get Ysub only just change his code snippet from
PHP Code:
Hidden content for guests
to (Please note this is revised version from my original post)
PHP Code:
Hidden content for guests
That should do it.