Who's your favorite singer ?
I like to play games online such as Runescape, Ninja Kingdom (Facebook) and also console games. Crochet is one of my favorite types of crafts. I surf freebie forums looking for free product samples in my spare time. A...
I was into gymnastics and ballet for a very long time as a child. And, at one point, we went to the circus and I became fascinated by acrobats and was determined to devote my life to that. Thankfully, I grew out of tha...
There are so many angry people now, complaining about a lack of sales or anger over site issues. They can't just voice a concern and move on but become hostile and belligerent when others try to respond to help. And, i...
Sports injuries are very common for athletes and can spell the end of a promising sport's career. Did you ever suffer a serious or minor sport's injury or something that ended your dream of being a great athlete?
In the ideal world, no one would have to lie. But, in reality people lie all the time. And, maybe there is a difference between the little white lies told and the big lies which can destroy lives. What do you think o...
Greetings to you all! I'd love to know what type of music or artist gets you to where you want to be in your day! For me, I love a variety of different music from various era's. I enjoy listening to 1930's-present day. ...
| 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='BatmanWayne' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='BatmanWayne' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=595816 | 1 | SELECT distinct quesid FROM answers WHERE userid=595816 | /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 (22995,22432,23012,22986,22742,21806,22291,22729,22140,21879,17478,17480,17439,17481,17444,17465,17487,17455,17422,17430,22275,22217,22172,22380,22595,17326,17382,17284,17324,17270,17307,17338,17276,21841,21723,23182,23189,23689,23631,23380,23298,23280,23531,23478,23470,23457,23477) 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 (22995,22432,23012,22986,22742,21806,22291,22729,22140,21879,17478,17480,17439,17481,17444,17465,17487,17455,17422,17430,22275,22217,22172,22380,22595,17326,17382,17284,17324,17270,17307,17338,17276,21841,21723,23182,23189,23689,23631,23380,23298,23280,23531,23478,23470,23457,23477) 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 (22995,22432,23012,22986,22742,21806,22291,22729,22140,21879,17478,17480,17439,17481,17444,17465,17487,17455,17422,17430,22275,22217,22172,22380,22595,17326,17382,17284,17324,17270,17307,17338,17276,21841,21723,23182,23189,23689,23631,23380,23298,23280,23531,23478,23470,23457,23477) 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 (22995,22432,23012,22986,22742,21806,22291,22729,22140,21879,17478,17480,17439,17481,17444,17465,17487,17455,17422,17430,22275,22217,22172,22380,22595,17326,17382,17284,17324,17270,17307,17338,17276,21841,21723,23182,23189,23689,23631,23380,23298,23280,23531,23478,23470,23457,23477)
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='202740' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='202740' | /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='59395' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59395' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='168430' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='168430' | /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 |