Just like other things can be very addictive so much that it's very dangerous to one's health, online video games are becoming so addictive nowadays that it's causing a lot of concerns with what's going around with game ...
Hello Guys, Did you think what will be your next goal in 2019? Let discuss about it. Everyone should set the target and work hard for achived the goal. I hope everyone already set their goal. By the way my goal is tha...
As we all know, marketing has gone from the angle of being done offline to being featured heavily on the internet. This has meant that a whole lot of people now market their goods and services on online platforms. Fa...
Hello all, We all know how important Google has become in our lives. Right from a simple search to maps and navigation, online help, flights, travel plans, directions to any place on the earth to smart assistants, Google...
What are some fun things you do online that alleviates your stress and makes you smile and laugh. I read and sometimes make anime and TV series memes. I get a high on making and posting memes on Facebook and seeing pe...
I think, all of us has experienced being so lazy in freelancing at some point of our lives. This is not an easy field. No work is meant to be very easy anyway, especially if you are paid generously. But, sometimes, even ...
Gmail and yahoo mail are the most used and popular mailing services that are available for anyone both webmasters and ordinary users. They can both be used to send and receive emails from any part of the world within sec...
If you had to choose only one, would you rather set up a website for your business or a social media page? Which do you think will have a better chance of generating more clicks and a wider reach? Share your experiences ...
There are a whole lot of people in the world that cannot stay more than a day without their gadgets such as smartphone by them. I think that I am one of them and this is something that I always fear about when I am choos...
With what we witness in technological advancement today in phone development, most of us have forgotten about the existence of Java mobile devices as we are more bombarded with Android, Microsoft and iOS devices currentl...
With all the reports of companies getting hacked, information being stolen, as well as the whole personal identity theft issue, Can you still trust Facebook with all your data and informations?
Google seems to be the most popular and used search engine in the world today because anytime someone needs to get information about something, the first thing they say would be let me Google it, but I'm absolutely sure ...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='ivandelrey' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='ivandelrey' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=750128 | 1 | SELECT distinct quesid FROM answers WHERE userid=750128 | /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 (27659,27618,27593,27577,27625,27589,27586,27421,27332,27327,27295,27669,27673,27674,27663,27662,27608,27684,27678,27681,27683,27553,27697,27174,27691,27611,27607,27709,27682,27626,27722,27720,27714,27721,27736,27735,27729,27726,27757,27752,27747,27317,27777,27774,27769,27763,27764,27779,27791,27789,27784,27781) 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 (27659,27618,27593,27577,27625,27589,27586,27421,27332,27327,27295,27669,27673,27674,27663,27662,27608,27684,27678,27681,27683,27553,27697,27174,27691,27611,27607,27709,27682,27626,27722,27720,27714,27721,27736,27735,27729,27726,27757,27752,27747,27317,27777,27774,27769,27763,27764,27779,27791,27789,27784,27781) 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 (27659,27618,27593,27577,27625,27589,27586,27421,27332,27327,27295,27669,27673,27674,27663,27662,27608,27684,27678,27681,27683,27553,27697,27174,27691,27611,27607,27709,27682,27626,27722,27720,27714,27721,27736,27735,27729,27726,27757,27752,27747,27317,27777,27774,27769,27763,27764,27779,27791,27789,27784,27781) 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 (27659,27618,27593,27577,27625,27589,27586,27421,27332,27327,27295,27669,27673,27674,27663,27662,27608,27684,27678,27681,27683,27553,27697,27174,27691,27611,27607,27709,27682,27626,27722,27720,27714,27721,27736,27735,27729,27726,27757,27752,27747,27317,27777,27774,27769,27763,27764,27779,27791,27789,27784,27781)
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='648563' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='648563' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='485320' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='485320' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='617077' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='617077' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='745124' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='745124' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='663192' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='663192' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='735386' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='735386' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='741460' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='741460' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='742364' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='742364' | /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 |