Ok first of all my site is pantysource.com Basically I am feeling as if I don't have something set up right in my macros. My site is not functioning the way I would like it too. I have tried reading the comus forum but SixZeros posts confuse the hell out of me. Its like trying to read a calculus book. Anyway...
What I am trying to do is have 12 thumbs at the top that are my all time best based on clicks, 18 thumbs in the next section for today, 18 for yesterday in the next box and 18 random from 2 days and older in the bottom. I want my page to auto build with new galleries once per day, but rebuild with out pulling new galleries every 15 minutes. Here is how I have my macros set up.
In the head of my page:
HOF:
Today's Thumbs:
Yesterday:
Archive (2days and older):
I am open to suggestions that are way off of what I have no btw if it means making more money. Even if that means scrapping the todays, yesterdays, etc. and going with just a block of thumbs.
I am sending 40% of clicks to trades, first click always to a gallery, with the anti-cheat settings set up as recommended by SixZeros. Thanks in advance for the help guys. I appreciate it.
What I am trying to do is have 12 thumbs at the top that are my all time best based on clicks, 18 thumbs in the next section for today, 18 for yesterday in the next box and 18 random from 2 days and older in the bottom. I want my page to auto build with new galleries once per day, but rebuild with out pulling new galleries every 15 minutes. Here is how I have my macros set up.
In the head of my page:
Code:
{{include-rollovers.tmpl}}
{{setquery-new-" periodsshown>-1 order by periodsshown,if(used,1,-refreshdelay), rand() "}}
{{setquery-stnew-" periodsshown>0 order by clickperiods "}}
{{setquery-best-" periodsshown>1 order by floor(periodsshown/15),(clicks/clickperiods) DESC"}}
{{setquery-best_noclicks-" periodsshown>1 order by floor(periodsshown/15),(clicks/clickperiods) DESC"}}
Code:
{{all-thumb-1-query-best}}
{{all-thumb-2-query-best}}
{{all-thumb-3-query-best}}
{{all-thumb-4-query-best}}
{{all-thumb-5-query-best}}
{{all-thumb-6-query-best}}
{{all-thumb-7-query-best}}
{{all-thumb-8-query-best}}
{{all-thumb-9-query-best}}
{{all-thumb-10-query-best}}
{{all-thumb-11-query-best}}
{{all-thumb-12-query-best}}
Code:
{{all-thumb-1-query-new}}
{{all-thumb-2-query-new}}
{{all-thumb-3-query-new}}
{{all-thumb-4-query-new}}
{{all-thumb-5-query-new}}
{{all-thumb-6-query-new}}
{{all-thumb-7-query-new}}
{{all-thumb-8-query-new}}
{{all-thumb-9-query-new}}
{{all-thumb-10-query-new}}
{{all-thumb-11-query-new}}
{{all-thumb-12-query-new}}
{{all-thumb-13-query-new}}
{{all-thumb-14-query-new}}
{{all-thumb-15-query-new}}
{{all-thumb-16-query-new}}
{{all-thumb-17-query-new}}
{{all-thumb-18-query-new}}
Code:
{{all-thumb-1-query-age1}}
{{all-thumb-2-query-age1}}
{{all-thumb-3-query-age1}}
{{all-thumb-4-query-age1}}
{{all-thumb-5-query-age1}}
{{all-thumb-6-query-age1}}
{{all-thumb-7-query-age1}}
{{all-thumb-8-query-age1}}
{{all-thumb-9-query-age1}}
{{all-thumb-10-query-age1}}
{{all-thumb-11-query-age1}}
{{all-thumb-12-query-age1}}
{{all-thumb-13-query-age1}}
{{all-thumb-14-query-age1}}
{{all-thumb-15-query-age1}}
{{all-thumb-16-query-age1}}
{{all-thumb-17-query-age1}}
{{all-thumb-18-query-age1}}
Code:
{{all-thumbs-18-1-query-age2}}
I am sending 40% of clicks to trades, first click always to a gallery, with the anti-cheat settings set up as recommended by SixZeros. Thanks in advance for the help guys. I appreciate it.

Comment