Right now my service is says cleared, and I'm wondering when will it move to available funds?
So all of my services are below $5, and have been for a long while now. I just tried updating my $3 service and it turns out SEOClerks made it so level 1 users can not make a service now below $5 Why is this, and when...
How i can learn seo or search engine optimization online?
I cant understand " Mark this Service On Sale' means?
What is the best, and free method to get one-way backlinks?
Can I get to number one of Google without spending money?
What is the benefit of buying Twitter followers (may it be real or bots)?
Would it be beneficial to clone or copy an entire site for monetization purposes?
What are some forum add-ons that can prevent blackhat spamming tools?
How can I be a YouTube partner? What are the requirements needed?
Whenever I purchase a domain, I try to make sure that I can use it for multiple purposes including subdomains. So for instance, my main site might be mysite.com and then I'd put my blog on a subdomain such as myblog.mys...
There are many good reasons to buy a .me top level domain The .me TLD is perfect for the personal or professional blog where you want to use your own name. This is great for anyone who wants to establish their own pr...
It's tempting to check page rank once a month, though real page rank doesn't update that often. How often do you check page rank?
Do you have a favorite webmaster tool that helps with your SEO? How long have you been using it?
I have been trying to sell things for a while now, I offered the lowest prices out of most here, and still people seem to ONLY buy from Rank 2, and 3 people. Well, that makes it impossible to even rank up seeing as no on...
We are considering the first SEOClerks $1,000 affiliate contest. As a participant you would be competing with other members based on affiliate sales. The person with the most sales during a given period would win the gr...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='Xyphien' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Xyphien' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=14585 | 1 | SELECT distinct quesid FROM answers WHERE userid=14585 | /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 (1174,3009,2994,2991,2983,2981,2978,2977,2973,3010,3324,3586,3585,3584,3583,3590,3589,3588,3587,3614,3618,3617,3616,3615,3677,3681,3680,3678,3683,3765,3761,3766,3748,3747,3746,3742,3739,3737,3735,3732,3731,3728,3730,3729,3726,3724,4035,4026,4021,4019,4089,10432,11330,13637,14437,14923,15173,15250,15252,16772,16790,16791,17094) 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 (1174,3009,2994,2991,2983,2981,2978,2977,2973,3010,3324,3586,3585,3584,3583,3590,3589,3588,3587,3614,3618,3617,3616,3615,3677,3681,3680,3678,3683,3765,3761,3766,3748,3747,3746,3742,3739,3737,3735,3732,3731,3728,3730,3729,3726,3724,4035,4026,4021,4019,4089,10432,11330,13637,14437,14923,15173,15250,15252,16772,16790,16791,17094) 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 (1174,3009,2994,2991,2983,2981,2978,2977,2973,3010,3324,3586,3585,3584,3583,3590,3589,3588,3587,3614,3618,3617,3616,3615,3677,3681,3680,3678,3683,3765,3761,3766,3748,3747,3746,3742,3739,3737,3735,3732,3731,3728,3730,3729,3726,3724,4035,4026,4021,4019,4089,10432,11330,13637,14437,14923,15173,15250,15252,16772,16790,16791,17094) 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 (1174,3009,2994,2991,2983,2981,2978,2977,2973,3010,3324,3586,3585,3584,3583,3590,3589,3588,3587,3614,3618,3617,3616,3615,3677,3681,3680,3678,3683,3765,3761,3766,3748,3747,3746,3742,3739,3737,3735,3732,3731,3728,3730,3729,3726,3724,4035,4026,4021,4019,4089,10432,11330,13637,14437,14923,15173,15250,15252,16772,16790,16791,17094)
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='26947' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='26947' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='14585' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14585' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12262' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12262' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3815' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3815' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17457' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17457' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='18733' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='18733' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19120' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19120' | /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 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='20907' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20907' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1' | /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 |