is anyone getting this error "sorry there was a problem with ur request" when they try to log in on the app? I can't even use third party apps to log in. It works fine on safari, just not on any device
As you probably know, in order to attract as much traffic as possible to your website or blog, you need to post quality content on a regular basis. The content has to be original. If you want to use your time for other p...
When I started off on Instagram I was always trying to figure out how to get more followers and likes on my images. It was a tough road and battle trying to not get any penalties from Instagram and lose my account. I d...
Hello. Boy that was a good pizza! . Anyway, hopefully you read my post before on 15 Ways to Deal with Rude People, Clients & Customers. In that I posted 5 things about such a thing like never losing your cool, never ...
Bing is one of the web search engines and it's owned by Microsoft. It's available in 40 languages. Google obviously controls the large majority and is the most popular choice for SEO. But I've been reading some articles ...
I think an article should be faithful enough that it should give you quantity and as much as quality knowledge. It should not be something that you regret as you wasted your time on writing it. It is a social crime to mi...
Hello! I'm just starting trying to get myself and the work that I do out there to other people to earn a little more extra money. I know people have already asked this so I apologize for making another discussion about i...
Hello everyone, if you clicked on this I'm sure you are here to share your biggest sale and I'd just like to know what you sold and long did it take you to make your biggest? I'm asking this because I am just starting ou...
I was consulting my friend's father that does web designing for a living, and he told me that it would be better to stick to either front end web designing or back end. I wanted a second opinion on whether I should try ...
When it comes to getting targeted traffic and making a sale online, everyone always goes to SEO as the all in one thing that is needed to be successful. But what happens if Google decides to get rid of your website from...
First of all, I want to briefly explain what Google Places is. Google Places is the Google section that assigns Google maps interesting places (businesses, hotels, cafes, restaurants, etc.) so people using a computer or ...
I know this topic has beaten to death but still what methods/strategies you guys are using to promote your service and gig in 2017?
I have a suggestion for the new publishers and bloggers. A new blogger should choose a blogging platform that offers free hosting so you could host your main domain over it. I started my blog with a sub domain from b...
Instagram is constantly evolving and the same thing applies for its feed, which apparently isn't chronological as it used to be. Some posts are very recent while other are posted a few days ago, all this because Instagr...
Having your website auto translate is not easy task when it comes to a newbie web designer or marketer. This is because it's not easy to code by yourself and if you can code it, you don't know all of the languages. On...
Pop-under traffic is cold. In other words, they're not usually on the stage of the buying cycle where they are likely to buy. Nonetheless, you might be able to get them to sign up for a list. Anyhow, despite this fact,...
| 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='birlaandrei' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='birlaandrei' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=586780 | 1 | SELECT distinct quesid FROM answers WHERE userid=586780 | /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 (22590,22518,22546,22586,22639,22591,22647,22657,22652,22589,22596,22597,22619,22531,22493,22500) 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 (22590,22518,22546,22586,22639,22591,22647,22657,22652,22589,22596,22597,22619,22531,22493,22500) 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 (22590,22518,22546,22586,22639,22591,22647,22657,22652,22589,22596,22597,22619,22531,22493,22500) 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 (22590,22518,22546,22586,22639,22591,22647,22657,22652,22589,22596,22597,22619,22531,22493,22500)
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='373649' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='373649' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='587766' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='587766' | /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='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='584702' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='584702' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='584712' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='584712' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='586863' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='586863' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='586591' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='586591' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='586780' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='586780' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='585970' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='585970' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='134' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='134' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='584026' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='584026' | /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 |