Did you know that once Facebook was known as TheFacebook.com? The name was taken from the book passed out to college students and used by Facebook found Mark Zuckerberg, most likely to appeal to his fellow Harvard class...
On an average site, how long does it take for a page to load? Is your page load instant, such as you can't actually see when the page changes or do pages load slow? And, what are some things you can do to improve page ...
Have you started a forum VIP club? What perks are you giving members?
What if your admin or mod did not get along with your forum members? Would you hire someone else for the job?
What's the first thing you do in the morning when you wake up and the last thing you do at night before going to bed?
Some really good forum discussions suddenly grind to a half after one particular response and it seems they never get going again in popularity. How can you reboot a forum discussion to make it relevant and interesting ...
What techniques do you use to encourage more new forum posts from members? Do you offer prizes or encouragement? What are your methods?
How many years of experience do you require from a mod before you will hire them for your forum? Or, would you simply hire someone with no experience?
Let's talk about some of the ways you come up with interesting posts that excite and involve your forum members. One of the things that works for me is to do a lot of reading in my niche and then post 'question' type f...
I am having trouble with my sinuses. Anyone offer any help to get me to feel better?
Do you post a thread on your forum asking for volunteers? What qualifications do you look for in an admin or mod?
Facebook lets you change your name several times. But, many times i see fake names from users such as Kitty LuvsU (as the username) or some other made up name. And, you know that's not a real name. But these accounts ...
| Match | Count | SQL | Script |
| SELECT * FROM members_ledger WHERE ip = ? AND added>=unix_timestamp(NOW())-86400 | 1 | SELECT querystring, added
FROM members_ledger
WHERE
ip = ? AND added>=unix_timestamp(NOW())-86400 | /opt/clerks-staging/docroot/include/functions/includes/security.php 398 fetchMemberLedger() include_once() |
| SELECT * FROM seoclerks.members WHERE username='Shayna' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Shayna' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=178656 | 1 | SELECT distinct quesid FROM answers WHERE userid=178656 | /opt/clerks-staging/docroot/faq.php 258 () () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (10893,10894,10895,10896,10897,10898,10899,10900,10903,10905,10906,10908,10909,10914,10934,10936,10937,10938,10942,12689,12833,12844,12923,12959,12960,12966,12976,13023,13964,13967,13971,16102,16103,16107,16114,16119,16120,16121,16124,16148,16171,17177,17181,17192,17273,17283,17284,17325,17331,17394,17399,17400) LIMIT 1 | 1 | SELECT count(A.quesid) as total FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (10893,10894,10895,10896,10897,10898,10899,10900,10903,10905,10906,10908,10909,10914,10934,10936,10937,10938,10942,12689,12833,12844,12923,12959,12960,12966,12976,13023,13964,13967,13971,16102,16103,16107,16114,16119,16120,16121,16124,16148,16171,17177,17181,17192,17273,17283,17284,17325,17331,17394,17399,17400) LIMIT 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM questions A, categories_faq B, seoclerks.members C where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (10893,10894,10895,10896,10897,10898,10899,10900,10903,10905,10906,10908,10909,10914,10934,10936,10937,10938,10942,12689,12833,12844,12923,12959,12960,12966,12976,13023,13964,13967,13971,16102,16103,16107,16114,16119,16120,16121,16124,16148,16171,17177,17181,17192,17273,17283,17284,17325,17331,17394,17399,17400) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 40 | 1 | SELECT A.*, C.username, C.userlevel FROM questions A, categories_faq B, seoclerks.members C
where A.status='1' AND A.catid=B.CATID AND A.userid=C.USERID AND A.quesid IN (10893,10894,10895,10896,10897,10898,10899,10900,10903,10905,10906,10908,10909,10914,10934,10936,10937,10938,10942,12689,12833,12844,12923,12959,12960,12966,12976,13023,13964,13967,13971,16102,16103,16107,16114,16119,16120,16121,16124,16148,16171,17177,17181,17192,17273,17283,17284,17325,17331,17394,17399,17400)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 40, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A where A.status='1' | 1 | SELECT count(A.ansid) as total
FROM answers as A where A.status='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM members_ledger WHERE (script='/opt/clerks-staging/docroot/faq.php' OR script='/opt/clerks-staging/docroot/viewfaq.php') AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE (script='/opt/clerks-staging/docroot/faq.php'
OR script='/opt/clerks-staging/docroot/viewfaq.php')
AND added>=UNIX_TIMESTAMP(NOW())-1200
GROUP BY USERID
| /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM categories | 1 | SELECT * FROM categories | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() parseRedundantQueriesCache() |
| select * from categories_software order by name asc | 1 | select * from categories_software order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetSoftwareCategories() |
| select * from categories_wanttobuy order by name asc | 1 | select * from categories_wanttobuy order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_wantcategories() |
| select * from categories_wanttotrade order by name asc | 1 | select * from categories_wanttotrade order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_tradecategories() |
| SELECT * FROM seoclerks.members WHERE USERID='59643' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59643' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='147' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='147' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='60532' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='60532' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='59654' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59654' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='632' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='20625' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20625' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| select * from categories_faq order by name asc | 1 | select * from categories_faq order by name asc | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_GetFaqCategories() |
| count(*) | sql1 | error_msg |
|---|
| Load | Count | SQL | Max | Min |
| Avg Time | Count | SQL | Max | Min |