Where can I offer my gigs to get more sales? Any ideas? thanks
What can I offer as a free bonus for my gigs? Thanks
can I feature my service for less than 100$. I have not 100$.
I have made 5 services. Is creating more service good to earn money on seoclerk ?
I made 5 services .How many service can I make here on seoclerk ?
what is the benefit of level 3 seller ? What is its advanatage ?
what is the benefit of level 2 seller ? What is its advanatage ?
how can I be level 3 user here ? tell me please easy ways.
how can I be level 3 user here ? tell me please easy way.
how can I be level 2 user on seoclerk ? tell me please easy way.
which category service is selling more on seoclerk ? I want to know it.
please tell me what is the benefit of level x seller
I want to earn more. I want to earn on seoclerk, I know yahoo answering, facebook fan and twitter work.
I want to feature my service but I see it is 100$, Please pleas admin, reduce the price
In Nepal we can't use paypal, But I have a mastercard so can we transfer the fund of seoclerks to my mastercard? waiting your reply
my balance not available to witdraw? WHY....? when available to WD?
The buyer has rejected my order becuase he think , the order is not complete. And when the order is completed ,he said ,please cancel this order. I have reply , its too late. And i have not cancel his order. And he choos...
My question is that if my order is late more than 2, 3 days from the expected delivery, and then buyer cancel the order, then my rating lay down or remains the same ? Anyone has faced this issue?
My account shows sale of $38 from affiliated sale, and showing credit of $ 1.7 only. Want to know what are the percentage of affiliated sales made? G!
Any limit for asking question in a day at SC ? Also for the replies. G!
What would be the period for feature gig? and also the charges? G!
I have 784 positive 4 negative rate and i want to be 2 level user .. how can i be ...
5 withdrawals out of 4 allowed per 31 days what is it ? and how can i learn that
Why am I not seeing the revenue for order #78599? I completed order in time as described in guarantee. If buyer is saying otherwise I need to rebuttal this.?
Why am I not seeing the revenue for order #78599? I completed order in time as described in guarantee. If buyer is saying otherwise I need to rebuttal this.
I have a huge problem! I had two commands that were delivered in time and with positive feedback from my buyer. In my services section appears "delayed delivery" for thosetwo orders. Also instead of $ 5 for each orde...
How drip feed gigs works? I want to know. Thanks
I've few $ in awaiting clearance i want to know how to transfer them into main balance (My balance).
can i got money to my pakistani bank account? Paypal is not supported in my country, i want to know that can i got money to my pakistani bank account.
can any body tell me what is ip of twitter currently?
How i got level X seller? i complete many orders, i don't know how i got level x seller, i complete 25++ order but my level is not increase.
What is meant of WTB? What is wtb that is show in buyer option. i don't understand this please guide me thanks.
What are the best gigs to sell for a level 1 seller in Seoclerks? Thanks
Whats the most popular gig to sell on seoclerks? Thanks
I understand what the thumbs up and down mean. But I don't know what the plus or the bar chart mean.
What is website Page rank? and how it is important for any website
i want to know about website ranking? How it's Important for website
How i got payment from western union in my country. i want payment in my own country through western union. thanks
Hello! I have some amount in my account balance which I earned from selling services!I also have some amount in my Purchase Balance(which I'm not allowed to withraw!), I made from Promoting SeoClerks. I want to make som...
How can i check my account infraction if i received from SEO clerk staff?
| 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 3640, 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 3640, 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='23256' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='23256' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='18436' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='18436' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='31665' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='31665' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='20974' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20974' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1895' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1895' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='7579' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='7579' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='10381' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10381' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='23231' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='23231' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='28926' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='28926' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='29853' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='29853' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='28861' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='28861' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='17466' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17466' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19600' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19600' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='30956' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='30956' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='9813' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9813' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='580' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='580' | /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.022794 | 3 | 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.384661 | 0.300778 |
| Avg Time | Count | SQL | Max | Min |
| 0.340931 | 3 | 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.384661 | 0.300778 |