It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
Not that points matter to me (seriously they don't) but for some reason I can not see them under my picture (or any other's). I also don't see signatures or the option way above/ignore? Where is the problem? Is it on my machine?
Originally posted by tormentor
After talking to Gools I'm surprise I didn't see this thread.This should be a sticky thread!!!!!!!
Originally posted by tormentor
I got some questions:
1.On BTS there's a "interesting websites" forum,so i wondered if it's for anything that's not conspiracy related only.Can we put conspiracy related websites on there as well?
2.Also I noticed members can put smileys in their u2u messages.How do you do that?
Originally posted by tormentor
2.How many male & female staff members are there?I already know these staffs.
3 Amigos-males
asala-female
mrwupy-male
Originally posted by tormentor
3.Is something wrong with the BBcode?I can't use it still?
Any particular problem you are having with the bb code?? Or does this solve the problem?
Originally posted by miss_gymnast004
How can you earn points,
Originally posted by SkepticOverlord
In reality, the "views" tracking is indeed an item that is a "luxury" and was beginning to introduce some problems.
As most people who work with high-volume technology are aware, simple database writes can often take up to four times the processor cycles as read queries, even read queries that touch on more data than a simple one-column update write... such as incrementing the view counter for a thread.
I ran a test by removing the view increment for guests, and db server load immediately decreased... so now it's implemented across all sites and we're no longer tracking views. You may notice other very large boards have adopted a similar approach.
The issue of incrementing a view-tally on every page load is not an issue on small-traffic and/or small-size sites. But as our threads table continues to grow in size with more than 262,000 topics, it has become an increasingly processor-heavy operation to open the large table, read the current views, write the views+1, then close the large table each time a thread is viewed. Now consider that our threads are getting close to 200,000 views a day, and you start to see our problem.
So, now that we're not incrementing a view-counter, views are no longer shown.