Here is a list of processors. I have personal experience with Square, Authorize.net and Stripe as well as merchant services from my banks. Don't forget this tip to help you save on your processing fees. It is important...
I do earn a living wage from freelancing. Simply put, it is a business that takes work because you are your own boss and are responsible for all aspects of business. A full time freelancers survival rests completely...
Hello everyone, I am using Mozilla Thunderbird for email and I am having a strange issue when sending or replying to communications. For some time I only had two mail accounts. Recently I added a third, Google. Now...
What is the best advertising platform that you currently use or have used with success? I thought it would be interesting to get feedback from the members on what is the best online advertising platform that is consiste...
I am wondering what the majority of members do when it is time to buy a new computer. Do you buy a new factory machine or do you shop for a used one i.e. listed online on Amazon, eBay or craigslist etc? To date I have...
I was looking into creating my own crypto currency. After a few visits to some tech sites and GitHub, I found that it doesn’t appear to be a difficult task nor, will it take too long to build since the blockchain is o...
Just wondering how many surfers. There is a lot of coastline around the world and most of the population lives relatively close to an ocean. If you do surf add a picture of your local surf spot. Even if you don't su...
What is your favorite social media automation platform? Please share your experience. See list below. Personally, I have used buffer (awesome plan) for a couple years with good success but feel it is time to start i...
Hello all! Just a thought I had concerning Bitcoin and payment options on SEOClerks: Question: Would SEOClerks suppliers - members like an option to be paid with Bitcoin or maybe some of the ALT coins? What are your th...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='Webguy2024' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Webguy2024' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| 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.userid=29365 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.userid=29365 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.userid=29365 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.userid=29365
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='29365' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='29365' | /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 |