About me how to get level 2 and how to use it.
Hi all. I'm a new user here. How can I apply to work on this site?
Who invented gmail? Who thought of the idea of gmail?
Is is better to buy bulk backlinks or high quality ones and why? Thanks!
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='sambling' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='sambling' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=4059 | 1 | SELECT distinct quesid FROM answers WHERE userid=4059 | /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 (477,666,726,753,754,752,751,374,747,742,696,800,801,799,798,802,797,787,788,786,785,813,817,1808,1807,1817,1874,1873,1872,1871,1867,1865,1853,1850,1847,1820,1854,1908,1907,1909,1926,2277,2276,2275,2274,2278,2265,2264,2257,15851,17210) 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 (477,666,726,753,754,752,751,374,747,742,696,800,801,799,798,802,797,787,788,786,785,813,817,1808,1807,1817,1874,1873,1872,1871,1867,1865,1853,1850,1847,1820,1854,1908,1907,1909,1926,2277,2276,2275,2274,2278,2265,2264,2257,15851,17210) 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 (477,666,726,753,754,752,751,374,747,742,696,800,801,799,798,802,797,787,788,786,785,813,817,1808,1807,1817,1874,1873,1872,1871,1867,1865,1853,1850,1847,1820,1854,1908,1907,1909,1926,2277,2276,2275,2274,2278,2265,2264,2257,15851,17210) 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 (477,666,726,753,754,752,751,374,747,742,696,800,801,799,798,802,797,787,788,786,785,813,817,1808,1807,1817,1874,1873,1872,1871,1867,1865,1853,1850,1847,1820,1854,1908,1907,1909,1926,2277,2276,2275,2274,2278,2265,2264,2257,15851,17210)
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='6628' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6628' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='7540' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='7540' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='9' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='4059' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4059' | /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 |