Have you ever seen a forum that looked very successful, such as many posts, but it was shut down later? Why does this happen to even a successful forum?
If your forum is not popular and it's been awhile since you opened it, will you resign yourself to shutting the forum down?
Do you use forums to learn or gain advice? Do you use forums for advertising? What is your motive or main reason for using a forum?
Have you started a forum VIP club? What perks are you giving members?
Sometimes, when I register for a new forum, they require admin approval of all memberships. Why do some forums do this? What's the purpose in requiring that all accounts be approved?
Do you prefer necro posting or bringing up an old post for new responses? Or, do you just want to start a new discussion?
What are the biggest reasons forums fail and what can be done to avoid these things?
Do you have any tips on how to become a big board, or a forum that has hundreds of thousands of real, active members and millions of active posts?
What if your admin or mod did not get along with your forum members? Would you hire someone else for the job?
How do you deal with gossip about your forum on other sites or in the news?
Is it smart to enable the Tapatalk plug in or mod for your forum? Does this get more members to join and post?
What if your forum was once very popular but now it's not. How do you rebrand your forum to bring it back to life?
What are some of the oddest requests you get on your forum?
Would you pay money for an experienced admin to run your forum? What reasons would you have for paying money to a forum admin?
Have you ever started a forum on a whim and found out that your impulse was wrong? What about times when you started a forum impulsively and actually ended up with a winner? Did this ever happen?
What if your computer fails and you can't get to a computer and check your forum? How would you ensure that everything was running well?
Does your forum have a mobile friendly theme version available for those running on iPhone or iPad or other smart device?
Which forum niches are the hardest to break into right now? And, which type of forum would you never start?
Have you ever posted on a forum for a long time and when you finally put up a signature link, you got banned because the forum owner didn't like how your site was similar to his?
So let's say you own five forums and want to let your members be able to register on one forum and have instant access to the other four forums, (with the same login) but requiring no additional registration. Is this po...
Did you ever come across a situation where an ex-admin or staff member started a forum and leeched your content?
Do you have a preferred length that you want all discussions or responses to be on your forum?
Does Facebook connect help you get more members on your Facebook? What are some of the advantages of Facebook connect?
Do you regularly clean off your member list so that inactives are removed? What criteria do you use for deleting a member who is no longer active?
Does bold text in a signature line catch your attention? Or, what ways do you use to draw attention to your signature line?
Do you limit messages that can be sent by new members or can anyone send messages regardless of their post count?
Should you limit how many times a signature line can be changed on a forum? And, what would be some good reasons for doing this?
How is it that some new forum members can advertise links in posts, while others can't? This is true on some forums not all.
Do you ever get forum members who are constantly complaining and griping about every little thing about your forum? What can you do about that?
Do you ask for feedback and suggestions on your forum from current forum members? What are the advantages/disadvantages of doing this?
Do you ever visit a new forum that has very few posts on any subforum? What are your impressions of those type of forums? Do you sign up anyway and start posting? Or, do you leave?
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 ...
Just wondering what the effect of shutting down a subforum might be. What if one or more members liked that particular subforum and posted there regularly. If you shut that down or merged it with another, maybe they wo...
Is there a safe way to have forum debates on hot/controversial topics? Or, do debates always lead to trolling?
Did you ever encounter a situation where you or a staff member was stalked on your forum? If so, how did you deal with it?
Some forums have it set by default to update you everytime there is a like or response to a discussion you have created. Did you ever get over whelmed with forum alerts in your email box? How do you deal with this?
How much do you trust your forum members? For instance, could you trust forum members with the power to delete posts in their own threads? Or, do you think this power would be abused?
Who decides on new staff members on your forum? As forum owner/admin are you the only voice for determining new members? Or, do you allow forum staff to be voted in by the members?
What was the most number of posts you got on your forum in any one day? Or, maybe you got so many forum members signing in on one day. Please talk about it.
Should you shut down polls put up by members after a minimum time, such as one week, if the member did not specify a deadline for the poll? Or, do you just keep the poll open?
| 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 categories_faq WHERE seo=? | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE seo=? | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategoryInfoFromTypeSeo() |
| SELECT * FROM categories_faq WHERE CATID='52' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='52' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| 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 B.seo='forum-administration' 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 B.seo='forum-administration' 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 B.seo='forum-administration' ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 400, 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 B.seo='forum-administration'
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 400, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' AND CATID=54 | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' AND CATID=54 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=54 | 1 | SELECT count(A.ansid) as total
FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=54 | /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='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='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='59328' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59328' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='59007' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59007' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='20911' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20911' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='21438' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='21438' | /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 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 |