Wed Apr 13, 2005 11:41 pm
Thu Apr 14, 2005 12:06 am
Thu Apr 14, 2005 5:21 am
Fri Apr 15, 2005 3:02 am
The freezing is unfortunate, and I really think they should tone it down a bit. A few baddies going free is a good price for hundreds of innocents who go free. I believe all problems with the ads (and I believe the cookies as well) are the fault of a single person Doug Dohring. It's my impression that none of the staff like him very much at all.
Fri Apr 15, 2005 3:22 am
Fri Apr 15, 2005 4:13 am
Antineopian wrote:The freezing is unfortunate, and I really think they should tone it down a bit. A few baddies going free is a good price for hundreds of innocents who go free. I believe all problems with the ads (and I believe the cookies as well) are the fault of a single person Doug Dohring. It's my impression that none of the staff like him very much at all.
Doug Dohring and Adam Powell; Adam was the founder of a banner ad corporation before creating Neopets :-<
Fri Apr 15, 2005 7:23 am
update pagestats2 set counter=counter+1000 where xdate=CURDATE() and lang='en' and country='GB' and gender='F' and agerange='19' and status='1'
insert into pagestats2 set counter=counter+1000, xdate=CURDATE(), lang='en', country='GB', gender='F', agerange='19', status='1'
Fri Apr 15, 2005 1:31 pm
the_dog_god wrote:Neo inflates it's own numbers to make it appear better to potential advertising clients. Their user statistics fail to remove the amount of inactive, frozen or accounts that haven't logged in for well over a year. A glitch made the following section of coding appear on each page :
- Code:
update pagestats2 set counter=counter+1000 where xdate=CURDATE() and lang='en' and country='GB' and gender='F' and agerange='19' and status='1'
insert into pagestats2 set counter=counter+1000, xdate=CURDATE(), lang='en', country='GB', gender='F', agerange='19', status='1'
Ignoring the information about Hollypop (The user that posted the coding here) you'll see a little section :update pagestats2 set counter=counter+1000: which to my knowledge of coding causes each page that is viewed to add 1000 to their Page View Counter.
Fri Apr 15, 2005 8:09 pm
Trick wrote:the_dog_god wrote:Neo inflates it's own numbers to make it appear better to potential advertising clients. Their user statistics fail to remove the amount of inactive, frozen or accounts that haven't logged in for well over a year. A glitch made the following section of coding appear on each page :
- Code:
update pagestats2 set counter=counter+1000 where xdate=CURDATE() and lang='en' and country='GB' and gender='F' and agerange='19' and status='1'
insert into pagestats2 set counter=counter+1000, xdate=CURDATE(), lang='en', country='GB', gender='F', agerange='19', status='1'
Ignoring the information about Hollypop (The user that posted the coding here) you'll see a little section :update pagestats2 set counter=counter+1000: which to my knowledge of coding causes each page that is viewed to add 1000 to their Page View Counter.
A piece of glitched code isn't proof of that, those numbers could have nothing to do with the counter itself and everything to do with how the numbers fit into an array or anything else really. Or it could be set to update every 1000 page views rather than every 1 pageview to be more accurate. It says nothing about page views, only page stats - that could be a whole different thing, for ad purposes or anything.
With the number of page views neo is likely to get anyway, I find it highly unlikely they would need to inflate their pageviews.
I think it is better to stick to what we know for sure rather than making such assumptions. After all there is plenty else to complain about
Sat Apr 16, 2005 9:19 pm
Sun Apr 17, 2005 1:27 am