Do you write content daily, Whether you write for forums or article's online someone else's articles or your own articles. Then this new extension will help you and it is by Google. Maybe your good at grammar but ever wr...
Facebook advertising benefited me a lot in last 2 years. It generated very good traffics and daily readers for my blogs and websites. I think you need an eye-catching niche to attract readers from Facebook to your blogs ...
When it comes to free backlinks, there are so many services out there that will do hundreds to millions of them for free. Just remember that with all free backlink services there is a price. Now you may not be paying...
Do you make money online ? Have you ever been scammed by websites ? There are millions of websites out there which offer people chance to make money online . I have come across so pretty good ones out there and seo...
Hello Members , My Name is Waruna Prasad.I'm From Sri lanka. Where is the best place to share our services for more sales? Please Reply Below.
One of the most crucial parts to any successful social media marketing campaign is knowing and understanding the facts and statistics about each social media site you'll be using. That way, you can know what to focus on,...
| 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='amazingsteven' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='amazingsteven' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=603871 | 1 | SELECT distinct quesid FROM answers WHERE userid=603871 | /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 (23336,23205,23494,23496,23490,23503,23448,23499,23495,23487,23481,23491,23479,23443,23478,23453,23447,23457,23439,23470,23476,23394,23524,23538,23545,23534,23537,23549,23547,23541,23523,23548,23552,23395,23432,23557,23527,23351,23328,23359,23305,23509,23128,23591,23556,23248,23515,23258,23613,23610,23269,23606,23195,23036,23271,23409,23631,23280,23632,23605,23042,23283,23255,23293,23362,23338,23310,23298,23680,23654,23028,23689,23700,23304,23682,23291,23177,23715,23726,23708,23687,23649,23629,23404,23408,23374) 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 (23336,23205,23494,23496,23490,23503,23448,23499,23495,23487,23481,23491,23479,23443,23478,23453,23447,23457,23439,23470,23476,23394,23524,23538,23545,23534,23537,23549,23547,23541,23523,23548,23552,23395,23432,23557,23527,23351,23328,23359,23305,23509,23128,23591,23556,23248,23515,23258,23613,23610,23269,23606,23195,23036,23271,23409,23631,23280,23632,23605,23042,23283,23255,23293,23362,23338,23310,23298,23680,23654,23028,23689,23700,23304,23682,23291,23177,23715,23726,23708,23687,23649,23629,23404,23408,23374) 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 (23336,23205,23494,23496,23490,23503,23448,23499,23495,23487,23481,23491,23479,23443,23478,23453,23447,23457,23439,23470,23476,23394,23524,23538,23545,23534,23537,23549,23547,23541,23523,23548,23552,23395,23432,23557,23527,23351,23328,23359,23305,23509,23128,23591,23556,23248,23515,23258,23613,23610,23269,23606,23195,23036,23271,23409,23631,23280,23632,23605,23042,23283,23255,23293,23362,23338,23310,23298,23680,23654,23028,23689,23700,23304,23682,23291,23177,23715,23726,23708,23687,23649,23629,23404,23408,23374) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 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 (23336,23205,23494,23496,23490,23503,23448,23499,23495,23487,23481,23491,23479,23443,23478,23453,23447,23457,23439,23470,23476,23394,23524,23538,23545,23534,23537,23549,23547,23541,23523,23548,23552,23395,23432,23557,23527,23351,23328,23359,23305,23509,23128,23591,23556,23248,23515,23258,23613,23610,23269,23606,23195,23036,23271,23409,23631,23280,23632,23605,23042,23283,23255,23293,23362,23338,23310,23298,23680,23654,23028,23689,23700,23304,23682,23291,23177,23715,23726,23708,23687,23649,23629,23404,23408,23374)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 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='322073' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='599432' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='599432' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='561850' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='561850' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272' | /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 |