Hey Clerks Nation, We are happy to announce that effective immediately you will receive 100% earnings (minus fees) when your own clients purchase from you! This means anyone that purchases your service and they have si...
On the current version of SEOClerks, if you force cancel then you receive a negative rating. You had no other option to force a cancellation if you couldn't do the work. You could mutual cancel, but it may have been reje...
I understand that SEO takes a fraction of every purchase in order to remain in business and operate. But can someone explain to me how much they take roughly?
I am just curious as to how long SEO Clerks has been running. It is a very cool website and just wondered considering how many people are on here when it was set up
Some times I need to get some service. then I am looking expert seller. But I can't find out best and expert seller. Please give some suggestion.
I want to change my profile picture. but i am afraid about my account restriction. please suggest me , Can i change my SECLERKS profile Picture?
What Things Attract You To Using SEOClerks Service.?Give your Own ans.
transfer money from balance to payza.i am not able to click on withdraw money. i have enter my payza and paypal account also in settings
I have never tried any blackhat seo but still think does it work? Building 1000000 backlinks could help ranking. Hope this is waste of tie.
Manual or automated seo? Which will bring maximum results on ranking. Want to know.
Hi, I am thinking about adding a video to my services to provide a clear explanation to the visitors so they could understand the service better.Does it help increase in sales?
I want to know if in any case I get 1-2 negative reviews. Is that get my sales rate down....
Hello, There has recently been an influx of support tickets regarding their funds that are in a 'cleared' status. It seems page: https://www.seoclerks.com/balance ... Is currently bugged for some users. Known B...
Why doesn't SEO CLERK do not have neutral for Leave Feedback option? Some completed jobs are not Thumbs Up some are not completely negative and Neutral doesn't have to take or give anything from the seller.
Hello we have been doing a lot of research on tools to create web 2.0 accounts and then manage those accounts all from one interface. So far Article Kevo seems to be what we use the most, with RankWyz being probably bet...
if i buy any service & seller does not do the job and he false claimed its finished then what can i do? how can i get my money back?
how can i make my YouTube video on the 1st page in Google?? i want to see my video in Google search result
here is the screenshot?
How can I request a refund if marked the order completed? I ordered twitter followers and someone just ruined my twitter account with mainly egg profiles. If I can't get a refund. I would still like all the egg profiles ...
Hi friends i want to know that how can i withdraw money from SEOClerks through paypal !! please give me complete instruction what we have to do after clicking withdraw your earnings etc. Please give me a full instruct...
Hello Guys ! I actually want to know that what is Google Penalty?
please i have only payza and it is unverified. Want to know if i will be able to receive payment into it. Mind you i don't have paypal account
We've added a new "High Quality" services listing which contains services that have been proven to work. Only a manual staff review can get your service listed here. Read more here: http://www.seoclerks.com/highquality ...
What is link pyramid? How is it done? Is it different from link wheel?
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='samiran05' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='samiran05' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=1434 | 1 | SELECT distinct quesid FROM answers WHERE userid=1434 | /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 (3247,5676,5671,5668,5667,5665,5672,5669,5662,5766,5765,5809,5807,5804,5803,5801,5794,5822,5821,5820,5819,5817,5816,10337,10443,10449,10502,15183) 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 (3247,5676,5671,5668,5667,5665,5672,5669,5662,5766,5765,5809,5807,5804,5803,5801,5794,5822,5821,5820,5819,5817,5816,10337,10443,10449,10502,15183) 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 (3247,5676,5671,5668,5667,5665,5672,5669,5662,5766,5765,5809,5807,5804,5803,5801,5794,5822,5821,5820,5819,5817,5816,10337,10443,10449,10502,15183) 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 (3247,5676,5671,5668,5667,5665,5672,5669,5662,5766,5765,5809,5807,5804,5803,5801,5794,5822,5821,5820,5819,5817,5816,10337,10443,10449,10502,15183)
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='42124' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='42124' | /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 seoclerks.members WHERE USERID='39772' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='39772' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='47867' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='47867' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='63102' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='63102' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='51999' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='51999' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='23343' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='23343' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='62649' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='62649' | /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 seoclerks.members WHERE USERID='53814' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='53814' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='44410' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='44410' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='58639' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='58639' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='22942' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='22942' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='52693' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='52693' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='45915' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='45915' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='23112' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='23112' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='56279' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='56279' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='53890' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='53890' | /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 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 |