Control Your Internet Addiction
Could you cope without the internet? What do you do when your broadband connection goes down? I think I would find it impossible to go a whole day without logging on which is quite sad.
If you’re not sure if your internet usage has reached dangerous levels yet, then you should take this test which measures the level of your addiction. Based on your score you can decide whether or not you need to take drastic action quick!
The higher your score (I’ll tell you my score later!), the greater your addiction level:
- 20 - 49 points: You are an average on-line user. You may surf the Web a bit too long at times, but you have control over your usage.
- 50 -79 points: You are experiencing occasional or frequent problems because of the Internet. You should consider their full impact on your life
- 80 - 100 points: Your Internet usage is causing significant problems in your life. You should evaluate the impact of the Internet on your life and address the problems directly caused by your Internet usage.
Don’t forget to share your scores. Don’t worry if it’s embarrassingly high - remember you’re amongst friends here!
Bookmark & Share
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 're not sure if your internet usage has reached dangerous levels yet, then you sh' at line 1]
SELECT ID, post_title, post_date, post_content, (MATCH (post_content) AGAINST ('could you cope without the internet? what do you do when your broadband connection goes down? i think i would find it impossible to go a whole day without logging on which is quite sad.
if you're not sure if your internet usage has reached dangerous levels yet, then you should <strong><a href="http://www.netaddiction.com/resources/internet_addiction_test.htm" title="internet addiction test" target="_blank">take this test</a></strong> which measures the level of your addiction. based on your score you can decide whether or not you need to take drastic action quick!
the higher your score (i'll tell you my score later!), the greater your addiction level:
<!--more-->
<ul>
<li><strong>20 - 49 points:</strong> you are an average on-line user. you may surf the web a bit too long at times, but you have control over your usage.</li>
<li><strong>50 -79 points:</strong> you are experiencing occasional or frequent problems because of the internet. you should consider their full impact on your life</li>
<li><strong>80 - 100 points:</strong> your internet usage is causing significant problems in your life. you should evaluate the impact of the internet on your life and address the problems directly caused by your internet usage.</li>
</ul>
don't forget to share your scores. don't worry if it's embarrassingly high - remember you're amongst friends here!')) as bodyscore, (MATCH (post_title) AGAINST ('control your internet addiction')) as titlescore, COUNT( DISTINCT tagtax.term_taxonomy_id ) as tagscore, COUNT( DISTINCT cattax.term_taxonomy_id ) as catscore, (0+ (MATCH (post_content) AGAINST ('could you cope without the internet? what do you do when your broadband connection goes down? i think i would find it impossible to go a whole day without logging on which is quite sad.
if you're not sure if your internet usage has reached dangerous levels yet, then you should <strong><a href="http://www.netaddiction.com/resources/internet_addiction_test.htm" title="internet addiction test" target="_blank">take this test</a></strong> which measures the level of your addiction. based on your score you can decide whether or not you need to take drastic action quick!
the higher your score (i'll tell you my score later!), the greater your addiction level:
<!--more-->
<ul>
<li><strong>20 - 49 points:</strong> you are an average on-line user. you may surf the web a bit too long at times, but you have control over your usage.</li>
<li><strong>50 -79 points:</strong> you are experiencing occasional or frequent problems because of the internet. you should consider their full impact on your life</li>
<li><strong>80 - 100 points:</strong> your internet usage is causing significant problems in your life. you should evaluate the impact of the internet on your life and address the problems directly caused by your internet usage.</li>
</ul>
don't forget to share your scores. don't worry if it's embarrassingly high - remember you're amongst friends here!')) * 3+ (MATCH (post_title) AGAINST ('control your internet addiction')) * 3+ COUNT( DISTINCT tagtax.term_taxonomy_id ) * 1+ COUNT( DISTINCT cattax.term_taxonomy_id ) * 1) as score
from wp_posts
left JOIN wp_term_relationships AS thistag ON (thistag.object_id = 321 )
left JOIN wp_term_relationships AS tagrel on (tagrel.term_taxonomy_id = thistag.term_taxonomy_id
AND tagrel.object_id = wp_posts.ID)
left JOIN wp_term_taxonomy AS tagtax ON ( tagrel.term_taxonomy_id = tagtax.term_taxonomy_id
AND tagtax.taxonomy = 'post_tag')
left JOIN wp_term_relationships AS thiscat ON (thiscat.object_id = 321 )
left JOIN wp_term_relationships AS catrel on (catrel.term_taxonomy_id = thiscat.term_taxonomy_id
AND catrel.object_id = wp_posts.ID)
left JOIN wp_term_taxonomy AS cattax ON ( catrel.term_taxonomy_id = cattax.term_taxonomy_id
AND cattax.taxonomy = 'category')
where (post_status IN ( 'publish', 'static' ) and ID != '321') and post_password ='' and post_type IN ('post', 'page')
group by id
having score >= 8 order by score DESC limit 6

