Will I get a negative feedback if I cancel a purchased gig?
please help me..because sometimes new gig don't submit.
i try to click on deliver completed work don't work any one have same problem
when i can become level 2 seller? i think i have all what is requied. Thanks
What is the best method to post your gig and boost your sales? style? any hints would be appreciated
Just wondering if there is any secret method to get more sales?
Hi ! I am just wondering when will be the next 20,000 order celebration. I am really excited about it because maybe SEOClerks will be giving out coupons again. I am really wanting to have a coupon since i always miss cou...
I want to earn 150$ per month from seclerks..like other users.can any one tell me how can I earn 150$ per month???
How i get a work /order everyday?can any one tell me?I work with honestly,but i don't get order regulerly.... thanks
please help me friends for increase my level in 2.....because I think I can't find any order because of my level.. thanks
why I'm now jobless...why I don't get work regularly ??please tell me..
can anyone tell me how can i increase by userlevels in seoclerks...?
Comment Your Earning....And Lets Know Who Earns Most In Seoclerks
wondering do i have to wait after i put one service or can i keep adding each time i make one?
What you will think about a "Theme & Templetaes" section? Would you be interested ?
I've already a Payoneer Card issued by Payoneer Partner, If I use my this card to withdraw from SEOClerks, will payoneer charge the fees?
I found that the since you joined you earned $20.40 is a bit inaccurate , is there any problem with your system of calculating commission right now ? My ID is alvinlah?
Hi Everyone, We all here on seoclerks are either for buying or selling, I want to ask you which qualities do you like most about a buyer ?
Is SEOClerks taking precautions against Cheaters?? If so, what kinds? Couldn't people essentially create multiple SEOClerks accounts, or agree to become each other's Affiliates then Split the Winnings? Then continuously...
I don't have Paypal. Can I buy SEOClerks services using my credit card?
I am an affiliate of SEO clerks, I earned money from people that signed by me and make a purchased. How about if I introduced other people to sell here? Do I earn commission if they make sale ?
Hi. Im sorry with the question but i am just really curios what if the contest does not reach its $10,000 minimum requirement? What will happen to the contest and winners? I have seen that there is only about $3K+ sales ...
Dear , I want to know there is compulsion on available amount to transfer into account? If i am not transferring the amount then amount can be lost or nothing happen?
i am really want to know what method you are use to increase in you tube view .
Can we bump on our own gig to bring it to the first page? How often can we do that?
Can I buy SEO services at SEO Clerks using Payza pay processor?
Hi. I have just activated my card in Payoneer but I am wondering if I will make my first payout on SEOClerks through Payoneer, will the $24 be deducted from there? I have activated my card without paying the $24. I am ju...
What are the perks of being a LEVEL X SEOClerks member?
What are the advantages of each SEOClerks rank? How do they differ from each other?
What is the highest rank here in SEOClerks? How much work do I need to reach that?
Can I increase my SEOClerks level when answering SEOClerks FAQs?
The buyer I am working with takes a very long time to respond, so I haven't been able to work with him enough to get a good final product, and now it's late. Will I still be paid if he doesn't cancel? Or does SEOClerks p...
Can I Withdraw My Payments Through Payza?? If Not Then Why?? Because If We Can Pay For The Services By Payza That We Order On SeoClerks Then Cannot Withdraw Through Payza??
If I Have 10$ In SeoClerks And My Minimum Payout Is 15$ Then Can I Add Funds To Make It 15$ So I Can Easily Order Withdrawl ??? One More Thing Do I Need To Use Verified Paypal To Transfer Fund To Seoclerks Or I Can Al...
I saw that Seoclerks added a new function to the site, this function is an image database but i wonder what is the purpose of this database, how it make the site better ? http://www.seoclerks.com/imagedb
Yesterday I completed all requirements for being a level 2 seller, But I am still Level 1. When will I become level 2?
I need seoclerks payoneer mastercard.How i can get it.
How i can make $100-$200 or more money per week?
Hi. I want to know hw to mark my gig as sold out? I dont want to remove it. Just want to mark it as sold out. Thanks !
i want to know what is the bani fit of x level.
| 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 categories_faq WHERE seo=? | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE seo=? | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategoryInfoFromTypeSeo() |
| 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 B.seo='SEOClerks' 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 B.seo='SEOClerks' 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 B.seo='SEOClerks' ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 4000, 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 B.seo='SEOClerks'
ORDER BY A.sticky DESC, A.date_asked DESC LIMIT 4000, 40 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * from questions as A where A.status='1' AND CATID=39 | 1 | SELECT count(A.quesid) as total from questions as A
where A.status='1' AND CATID=39 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=39 | 1 | SELECT count(A.ansid) as total
FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=39 | /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='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='7247' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='7247' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='140' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='140' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12006' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12006' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='8619' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8619' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='9299' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9299' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12075' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12075' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='13175' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='13175' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='677' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='677' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12544' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12544' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='14984' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14984' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2470' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2470' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3764' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3764' | /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='14524' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14524' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12419' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12419' | /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='17130' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17130' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17031' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17031' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='16780' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='16780' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='14581' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14581' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='12260' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='12260' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='13558' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='13558' | /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 |
| 1.284369 | 4 | SELECT count(A.ansid) as total FROM answers as A, questions as Q where A.status='1' AND A.quesid=Q.quesid AND Q.CATID=39 | 0.352170 | 0.280421 |