On some forums that I visit I will click a link and get a 403 forbidden code, such as on the sign up page or FAQ page. Why does this happen on such an essential page?
What would it take to start or run a host company? What type of resources would you need?
Almost everyone knows about using signature lines for SEO and backlinking. However, you can use forum signatures as a form of advertising to attract real visitors to your site. Even if you are just using your signa...
Let's say you pay for a year in advance and your host company doesn't give you credit or goes out of business before your hosting is up. What can you do to recoup your money? Is this a scam or simply inevitable? Also, ...
We've always had signature links disabled on the forum to reduce spam and moderation of spam. It seemed anti-SEO of us. We've enabled them now, so have at it!
Other than Bing Search, I like to use Bing Video, Bing Travel and Bing Webmaster Tools. Though the Webmaster Tools are not as comprehensive as Google Webmaster Tools, they give me another point of view for my site's tra...
Most times, my Google searches are related to a freelance writing assignment or personal interest (music, health, games, etc). In the past week, I've searched Google for a variety of subjects including: social ma...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='postcd' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='postcd' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=22414 | 1 | SELECT distinct quesid FROM answers WHERE userid=22414 | /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 (10469,11340,12269,12887,13839,14053,14054,14093,14285,14450,14456,14469,14470,14769,15228,15229,15233,15237,15245,15247,15772,17001,17002,17003,17005,17006,17008,17012,17044,17045,17047,17050,17054,17064,17070,17074,17077,17079,17095,17105,9880,19684,19378,18707,10272,10149,17113) 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 (10469,11340,12269,12887,13839,14053,14054,14093,14285,14450,14456,14469,14470,14769,15228,15229,15233,15237,15245,15247,15772,17001,17002,17003,17005,17006,17008,17012,17044,17045,17047,17050,17054,17064,17070,17074,17077,17079,17095,17105,9880,19684,19378,18707,10272,10149,17113) 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 (10469,11340,12269,12887,13839,14053,14054,14093,14285,14450,14456,14469,14470,14769,15228,15229,15233,15237,15245,15247,15772,17001,17002,17003,17005,17006,17008,17012,17044,17045,17047,17050,17054,17064,17070,17074,17077,17079,17095,17105,9880,19684,19378,18707,10272,10149,17113) 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 (10469,11340,12269,12887,13839,14053,14054,14093,14285,14450,14456,14469,14470,14769,15228,15229,15233,15237,15245,15247,15772,17001,17002,17003,17005,17006,17008,17012,17044,17045,17047,17050,17054,17064,17070,17074,17077,17079,17095,17105,9880,19684,19378,18707,10272,10149,17113)
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='63192' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='63192' | /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='1' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='21822' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='21822' | /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 |