Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Miscellaneous
FindRetros
Help & Support
How is the averaging done?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Sledmore" data-source="post: 433370" data-attributes="member: 591"><p>Uh, our voting is enabled during specific hours.</p><p>[PHP]</p><p>if (!app('App\Http\Controllers\FindRetrosController')->hasClientVoted() && ($time->hour >= 15 && $time->hour <= 22) || ($time->hour >= 00 && $time->hour <= 10)) {</p><p> app('App\Http\Controllers\FindRetrosController')->redirectClientToVote();</p><p>}</p><p>[/PHP]</p><p>We average about 3,000 a day through to FindRetros, used to be about 5,000 prior to that.</p><p></p><p><strong>- EDIT -</strong></p><p></p><p>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.</p></blockquote><p></p>
[QUOTE="Sledmore, post: 433370, member: 591"] 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. [B]- EDIT -[/B] 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. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Miscellaneous
FindRetros
Help & Support
How is the averaging done?
Top