I have been bidding on various WTB offers recently and what I noticed that some of the sellers copy your entire bid comment and that seems to be having a negative effect on my offer as well and it might look spammy to th...
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...
Do you ever have days when you feel like staying in bed and not working? As a regular employee of a company, you would not have that option. But when you work at home, you can do whatever you want, so long as you meet ...
How do you include a video in an email? I've seen videos in emails from Youtube. This would be a really good marketing method. Can you show me how to do this?
One of the things that is working for me now is to use a modifier along with my keyword. Words such as 'best' and 'guide' and dates are examples of qualifiers. So for instance, if I was publishing an article about SE...
Since three years , i am working here. Feels good. I have join seoclerks on 16Feb.
Do you have a dedicated staff for SEO on your site or do you outsource SEO work to others?
Whenever I visit a site, I want to be automatically signed in or logged into that site for my convenience. At most forums that I visit, they will remember my login, without my having to enter login details. Is there a ...
I'd like to provide a website that specializes in book summaries or abstracts. This site would feature a full summary of plot, storyline, characters along with analysis. I want to monetize the site with Adsense. Do you k...
I don't want to use my real name on Facebook, so I am using a nickname. Is this acceptable? I don't want certain people to know my Facebook or be able to track me down by my real name.
My ex boyfriend is acting stalker-ish now, messaging me on Facebook night and day. I loved him a lot but he broke things off. I don't want to be with him now. Should I delete and block him?
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...
Have you ever wondered how a search engine really works? Here I will take the time to explain in case you are not familiar with what search engines are all about. First off you have to understand that a search engine i...
What if your account gets locked or hacked? Is there some way to contact Yahoo to resolve the matter?
How many of your Facebook friends do you know or have you met in real life?
Do you use a medical search engine? For instance a site that lets you search for medical or health tips on diseases/conditions or a databases of physicians in your local area?
Maybe Pinterest should come up with a search engine that indexes all the various clips available, not just on their site but any clip site or any image online. That could be a useful resource.
| 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='Yves' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Yves' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=289530 | 1 | SELECT distinct quesid FROM answers WHERE userid=289530 | /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 (11427,11647,12310,12720,13345,13357,13940,14691,14692,14693,14696,14699,14835,15420,16137,16151,16160,17338) 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 (11427,11647,12310,12720,13345,13357,13940,14691,14692,14693,14696,14699,14835,15420,16137,16151,16160,17338) 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 (11427,11647,12310,12720,13345,13357,13940,14691,14692,14693,14696,14699,14835,15420,16137,16151,16160,17338) ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 0, 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 (11427,11647,12310,12720,13345,13357,13940,14691,14692,14693,14696,14699,14835,15420,16137,16151,16160,17338)
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 0, 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='319656' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='319656' | /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='294967' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='294967' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='59328' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='59328' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='290320' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='290320' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1895' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1895' | /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='290280' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='290280' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='289510' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='289510' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='290303' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='290303' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='65395' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='65395' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='20625' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20625' | /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 |