When researching an article or Hub, I consult dozens of pages online, trying to ensure that I have found the most accurate and thorough information. The thing that bothers me about some sources are how they are just a c...
What is it about Facebook that makes it so popular, versus Myspace or Google+? What benefits does Facebook offer that no other social networking site has?
And, how do you determine what is a real friend on Facebook and just someone looking to spam you with updates?
Facebook lets you change your name several times. But, many times i see fake names from users such as Kitty LuvsU (as the username) or some other made up name. And, you know that's not a real name. But these accounts ...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='taffy' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='taffy' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=313155 | 1 | SELECT distinct quesid FROM answers WHERE userid=313155 | /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 (10341,12276,12289,12649,13477,13478,13479,13481,13482,13562,13563,13564,13565,13569,16143,16144,16145,16161,16167,16168,16169,16171,16197,16198,16200,16201,16321,16322,17300,17313,17441,17442,17443,17444,17446,17447,17448,17449,17451,17452,17456,17457,17463,17467,17475,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 (10341,12276,12289,12649,13477,13478,13479,13481,13482,13562,13563,13564,13565,13569,16143,16144,16145,16161,16167,16168,16169,16171,16197,16198,16200,16201,16321,16322,17300,17313,17441,17442,17443,17444,17446,17447,17448,17449,17451,17452,17456,17457,17463,17467,17475,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 (10341,12276,12289,12649,13477,13478,13479,13481,13482,13562,13563,13564,13565,13569,16143,16144,16145,16161,16167,16168,16169,16171,16197,16198,16200,16201,16321,16322,17300,17313,17441,17442,17443,17444,17446,17447,17448,17449,17451,17452,17456,17457,17463,17467,17475,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 (10341,12276,12289,12649,13477,13478,13479,13481,13482,13562,13563,13564,13565,13569,16143,16144,16145,16161,16167,16168,16169,16171,16197,16198,16200,16201,16321,16322,17300,17313,17441,17442,17443,17444,17446,17447,17448,17449,17451,17452,17456,17457,17463,17467,17475,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='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='59055' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59055' | /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 |