How effective are forum link building after the Panda and Penguin updates?
How can you know about your SEO campaign whether it is working or not?
What you opined about HTML either it is Case Sensitive or Case Insensitive?
What is the significance of Robots.txt file in a website?
What is Site Map and distinguish between the HTML sitemap and XML sitemap?
What are the different techniques used in Off Page SEO?
How important are blogs and their use of keywords to improve traffic or rank?
How can I tell if my site has been visited by a spider/bot?
What is the difference between Do Follow and No Follow Links?
Does having a mobile version of my site effect my rankings/traffic?
What is the best link building strategy after penguin update?
Is forum posting good for improving website rank and traffic?
How do I get High PR Backlinks to my website?
What are the best ways to get a website to appear on the first page of a search?
How long does it take for google to recognize backlinks?
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='usmanaliakhtar' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='usmanaliakhtar' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=23131 | 1 | SELECT distinct quesid FROM answers WHERE userid=23131 | /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 (4027,4026,4015,3992,3993,3989,3984,3983,3806,3805,3804,3799,3797,3788,3784,3767,3879,3878,4031,4030,4035,4029,4034,4036,3620,3619,3608,3607,3606,3494,3493,3448,3409,3392,3382,3184,3175,3174,3173,3172,3171,3170,3169,3168,3167,3166,3164,3163,3162,3161,4037,4033,4045,4050,4074,4083,4121,4380,4379,4394,4396,4397,4363,4062,10432,28298,28391,29321,29319,29573) 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 (4027,4026,4015,3992,3993,3989,3984,3983,3806,3805,3804,3799,3797,3788,3784,3767,3879,3878,4031,4030,4035,4029,4034,4036,3620,3619,3608,3607,3606,3494,3493,3448,3409,3392,3382,3184,3175,3174,3173,3172,3171,3170,3169,3168,3167,3166,3164,3163,3162,3161,4037,4033,4045,4050,4074,4083,4121,4380,4379,4394,4396,4397,4363,4062,10432,28298,28391,29321,29319,29573) 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 (4027,4026,4015,3992,3993,3989,3984,3983,3806,3805,3804,3799,3797,3788,3784,3767,3879,3878,4031,4030,4035,4029,4034,4036,3620,3619,3608,3607,3606,3494,3493,3448,3409,3392,3382,3184,3175,3174,3173,3172,3171,3170,3169,3168,3167,3166,3164,3163,3162,3161,4037,4033,4045,4050,4074,4083,4121,4380,4379,4394,4396,4397,4363,4062,10432,28298,28391,29321,29319,29573) 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 (4027,4026,4015,3992,3993,3989,3984,3983,3806,3805,3804,3799,3797,3788,3784,3767,3879,3878,4031,4030,4035,4029,4034,4036,3620,3619,3608,3607,3606,3494,3493,3448,3409,3392,3382,3184,3175,3174,3173,3172,3171,3170,3169,3168,3167,3166,3164,3163,3162,3161,4037,4033,4045,4050,4074,4083,4121,4380,4379,4394,4396,4397,4363,4062,10432,28298,28391,29321,29319,29573)
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='22718' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='22718' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='4169' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4169' | /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 |