Hello all, is it possible in such a summer month to work in a room with out AC ?
Hello friends, Don't you think there should be a chat system so We can easily communicate to each other Easy to know who is online. No need to wait for long time for reply. Most important there should be an option w...
Hi folks. I have to share this with you because it was so funny i was laughing my ass out English is my second language too and i admit i am not always grammatically correct, but many times i find very funny things her...
Is there really a need for forums now? For instance, with the other social networks, do forums even need to exist? Of course, you have the situation where they need technical support forums for a specific product such ...
Who's your favorite singer ?
Mine is Polycola because it enables me to search 2 search engines of my choice all at once. I really like this because it saves me time and fetches me a greater variety of sources. The only thing I don't like about it is...
Let's say you have a video that you shared with a friend of a private event or moment. And, this video was not intended for anyone but the person you sent it to. And, that person downloaded the video and uploaded to Y...
When writing online for your blog or other article sharing site, how many pages of content can you create? Do you always strive to create the same number of pages daily, just to keep in the habit?
I've been writing online for years in various formats, including article sites, blogs and forums, so my hands are accustomed to using the keyboard. Now, I feel more comfortable working on the computer than writing wi...
Winter is a time when many people suffer from S.A.D or seasonal affective disorder, a winter time depression that can result from too little sunlight. Possible remedies include light therapy. If you suffer from winter ...
Is it worth the money to hire a website manager or webmaster for your site? Is it worth the money invested?
A friend of mine, who is running a Minecraft server, had his web host hacked. He lost much of his site as well as his back ups and had to start from scratch with the Minecraft server. Considering how much money and...
| 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='jellyfishonline' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='jellyfishonline' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=388274 | 1 | SELECT distinct quesid FROM answers WHERE userid=388274 | /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 (11096,11439,11953,12033,12237,12310,12316,12319,12739,12749,13035,13036,13041,13194,13198,13201,13234,13398,13408,13410,13420,13597,13598,13599,13609,14235,14262,14814,15839,16605,17100,17102,17106,17364,17369,17370,17371,17372,17373,17374,17375,17376,17378,17380,17381,17382,17383,17456,17461,17462,17463,17465,17467,17472,17475,17476,17479,17483) 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 (11096,11439,11953,12033,12237,12310,12316,12319,12739,12749,13035,13036,13041,13194,13198,13201,13234,13398,13408,13410,13420,13597,13598,13599,13609,14235,14262,14814,15839,16605,17100,17102,17106,17364,17369,17370,17371,17372,17373,17374,17375,17376,17378,17380,17381,17382,17383,17456,17461,17462,17463,17465,17467,17472,17475,17476,17479,17483) 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 (11096,11439,11953,12033,12237,12310,12316,12319,12739,12749,13035,13036,13041,13194,13198,13201,13234,13398,13408,13410,13420,13597,13598,13599,13609,14235,14262,14814,15839,16605,17100,17102,17106,17364,17369,17370,17371,17372,17373,17374,17375,17376,17378,17380,17381,17382,17383,17456,17461,17462,17463,17465,17467,17472,17475,17476,17479,17483) 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 (11096,11439,11953,12033,12237,12310,12316,12319,12739,12749,13035,13036,13041,13194,13198,13201,13234,13398,13408,13410,13420,13597,13598,13599,13609,14235,14262,14814,15839,16605,17100,17102,17106,17364,17369,17370,17371,17372,17373,17374,17375,17376,17378,17380,17381,17382,17383,17456,17461,17462,17463,17465,17467,17472,17475,17476,17479,17483)
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='232035' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='232035' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='16348' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='16348' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='254580' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='254580' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='77426' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='77426' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| 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='10184' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10184' | /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='63167' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='63167' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='21438' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='21438' | /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 |