C is a middle-level language because it is actually bind the gap between a machine level language and high-level languages. I am learning C programming. Its not so hard and also not so easy ! We will just need to underst...
My daily Instagram trick to gain followers is actually pretty simple. A lot of people might do this Instagram trick already and not even know it, which is pretty awesome This little trick will allow you gain followers...
Hey guys! Let me tell you this, I don't do mobile marketing and I've never created an app and I've never had anything to do with apps at all, except that I use some apps myself. So, pardon me for being a total ro...
I am learning php and html at the moment and I thought I will do some work and create something. I created a page called website.php but only put HTML into the file and ran it on my local web server (MAMP). Everything wa...
While i was looking today's Google trends i noticed that this video named "10 MILLION FAMILY MEMBERS!!" is trending and title made me curious what the heck is it about Well after watching it, i have to say this is great...
I just saw one of the discussions about how to set up a Wikipedia page and now I wonder like can I get a Wikipedia page set up for myself? Like I'm not Kim Kardashian right? But I am on Youtube, I blog on 3 different...
These last few days I've read a lot of bad news about Twitter as how they're going down day by day , personally I'm not fan of Twitter and I've already said that before but I think that Twitter will be dead within some y...
Today i woke up wondering what the difference between programming and web developing was. I thought that they where the same thing are they not? the one thing i do know is that in both of these professions you have to wr...
Hello all. I've been discussing some app ideas with some friends recently about app and script development and they're saying you should get into it and and make your own apps, games and scripts and things. But the way I...
I've always been fascinated with programming. It's fun, and sometimes it's hard. My first script I coded was an MMORPG script. The script was a little basic, but I thought it was fun. The website wasn't really a succ...
| 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='Fuzyon' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Fuzyon' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=600422 | 1 | SELECT distinct quesid FROM answers WHERE userid=600422 | /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 (23284,23287,23283,23271,23269,22880,23223,22598,23080,22839,23310,23305,23304,23296,23280,23259,23258,23248,23241,23328,23323,23308,23026,22986,22959,22950,22911,22918,22744,23336,23355,23240,22016,20947,20586,19863,18964,17974,23374,23372,23367,22520,23394,23421,23419,23416,23400,23395,23359,23380,23376,23432,20479,20329,20195,22087,22067,22021,22020,21797,22320,23827,23800,23788,23790,23786,23774,23775,23773,23759,23750,23850,23845,23846,23841,23820,23715,23714,23867,23859,23914,23908,23900,23895,23892,23885,23879,23880,23622,23840) 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 (23284,23287,23283,23271,23269,22880,23223,22598,23080,22839,23310,23305,23304,23296,23280,23259,23258,23248,23241,23328,23323,23308,23026,22986,22959,22950,22911,22918,22744,23336,23355,23240,22016,20947,20586,19863,18964,17974,23374,23372,23367,22520,23394,23421,23419,23416,23400,23395,23359,23380,23376,23432,20479,20329,20195,22087,22067,22021,22020,21797,22320,23827,23800,23788,23790,23786,23774,23775,23773,23759,23750,23850,23845,23846,23841,23820,23715,23714,23867,23859,23914,23908,23900,23895,23892,23885,23879,23880,23622,23840) 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 (23284,23287,23283,23271,23269,22880,23223,22598,23080,22839,23310,23305,23304,23296,23280,23259,23258,23248,23241,23328,23323,23308,23026,22986,22959,22950,22911,22918,22744,23336,23355,23240,22016,20947,20586,19863,18964,17974,23374,23372,23367,22520,23394,23421,23419,23416,23400,23395,23359,23380,23376,23432,20479,20329,20195,22087,22067,22021,22020,21797,22320,23827,23800,23788,23790,23786,23774,23775,23773,23759,23750,23850,23845,23846,23841,23820,23715,23714,23867,23859,23914,23908,23900,23895,23892,23885,23879,23880,23622,23840) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 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 (23284,23287,23283,23271,23269,22880,23223,22598,23080,22839,23310,23305,23304,23296,23280,23259,23258,23248,23241,23328,23323,23308,23026,22986,22959,22950,22911,22918,22744,23336,23355,23240,22016,20947,20586,19863,18964,17974,23374,23372,23367,22520,23394,23421,23419,23416,23400,23395,23359,23380,23376,23432,20479,20329,20195,22087,22067,22021,22020,21797,22320,23827,23800,23788,23790,23786,23774,23775,23773,23759,23750,23850,23845,23846,23841,23820,23715,23714,23867,23859,23914,23908,23900,23895,23892,23885,23879,23880,23622,23840)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 80, 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='112100' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='112100' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19821' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='6160' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='311920' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='311920' | /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='306632' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='377074' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='377074' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='139192' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='139192' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2951' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2951' | /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 |