Normal
Uh, our voting is enabled during specific hours.[PHP]if (!app('App\Http\Controllers\FindRetrosController')->hasClientVoted() && ($time->hour >= 15 && $time->hour <= 22) || ($time->hour >= 00 && $time->hour <= 10)) { app('App\Http\Controllers\FindRetrosController')->redirectClientToVote();}[/PHP]We average about 3,000 a day through to FindRetros, used to be about 5,000 prior to that.- EDIT -Just realised you meant clicks from FindRetros... Not sure, we've never logged that. I only have it on to give Josh some traffic. I don't think it helps us as much as it used to. But yeaaaahhhh.
Uh, our voting is enabled during specific hours.
[PHP]
if (!app('App\Http\Controllers\FindRetrosController')->hasClientVoted() && ($time->hour >= 15 && $time->hour <= 22) || ($time->hour >= 00 && $time->hour <= 10)) {
app('App\Http\Controllers\FindRetrosController')->redirectClientToVote();
}
[/PHP]
We average about 3,000 a day through to FindRetros, used to be about 5,000 prior to that.
- EDIT -
Just realised you meant clicks from FindRetros... Not sure, we've never logged that. I only have it on to give Josh some traffic. I don't think it helps us as much as it used to. But yeaaaahhhh.