onArcade Forums

Full Version: When are links reseted?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest

Hello

When are the number of incoming clicks for partners reseted?
So is this daily, weekly or when is this?

Thanks
Hello,

They are never reset. If you wish then you can set a cron job to periodically reset links statistics, but by default this information is never reset.

Hans
onArcade.com

Guest

The top links on the homepage are by most in hits right?
Yes, links on the side menu are ordered by hits in.

Hans
onArcade.com

Guest

I have an other question Smile
Does google count these links as hard links?
Because of the onclick="return link_out(1);" in the code.
First it's going to site.com/links.php?out=1 or something and then it is redirecting.

So I'm not sure if this is a hard link.
Search engines do not execute JavaScript (as far as I know), so to them it is an ordinary link.

Hans
onArcade.com
Never unless you manually reset, or set it up in a CRON job with a php file to call an sql query similar to the daily play. I have mine reset at 12am daily.

Step 1 access public_html directory.Create a file in /cron folder,and name it dailylinks.php
Step 2 Add the following into the file and SAVE the file.
Step 3 Set up the CRON job in Cpanel to run daily
Reference URL's