Microgigs to me are small gigs. They can be jobs about anything but they must be small, hence the prefix usage of micro. Define micro gigs in your own words.
i saw in FAQs that seoclerks was supporting alternative payment methods other than paypal. is alertpay supported? how can i order for western union transfer if i do not want payment via paypal?
i have two orders on me but i did not get any notifications about them and now i am running out of time. Why am i not getting email notifications? p.s my settings are all enabled for email notifications
My service is unique and it's valuable than any other gig here, but i didn't got any sales. How can i get buyers in seoclerks?
If i request money from my account through western union, when will the money be available for me to cash?
whenever i reply to an inbox message i get a spam alert. I don't know why this is happening and how to correct it. I am missing queries and orders because of this. Please help
Hi, I just want to know why after receiving the following message "Congrats, someone bought a package from you! SEOClerks" I can`t see the order in the seller control panel. It normally takes a few minutes to appear b...
I just want to know how many members Seoclerks has?
Social networking websites really play an important role to promote the website and traffic as well. Now a days Facebook and twitter is really good website having millions of visitors. I like Facebook more as it has LOT ...
Well I think now search engines looks for quality content and online reputation of a site. What you guys think? Online Reputation of a site is that important? If I'm wrong, please correct me.
I'd like to get more viewers or at least find a way to have my blog searchable and found in a search engine like Google. So could you tell me some ways to create more interest to my blog and how I can get better rankings...
It's really annoying, because if someone doesn't leave feedback, you have to wait 10 days for the money to start clearing and then another 10 days or so for the money to clear. As i'm based in Thailand, i then have to...
Also talk about google +1 but how effective are they?
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='chandan' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='chandan' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=3632 | 1 | SELECT distinct quesid FROM answers WHERE userid=3632 | /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 (482,477,471,472,464,455,441,431,426,421,420,418,417,405,402,398,396,394,390,387,383,377,489,486,484,354,352,351,349,343,381,379,544,543,537,534,530,527,528,522,523,525,520,521,514,513,511,507,506,501,497,495,490,1142,1138,1132,1126,1125,3904,3903,4083,4075,4074,4072) 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 (482,477,471,472,464,455,441,431,426,421,420,418,417,405,402,398,396,394,390,387,383,377,489,486,484,354,352,351,349,343,381,379,544,543,537,534,530,527,528,522,523,525,520,521,514,513,511,507,506,501,497,495,490,1142,1138,1132,1126,1125,3904,3903,4083,4075,4074,4072) 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 (482,477,471,472,464,455,441,431,426,421,420,418,417,405,402,398,396,394,390,387,383,377,489,486,484,354,352,351,349,343,381,379,544,543,537,534,530,527,528,522,523,525,520,521,514,513,511,507,506,501,497,495,490,1142,1138,1132,1126,1125,3904,3903,4083,4075,4074,4072) 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 (482,477,471,472,464,455,441,431,426,421,420,418,417,405,402,398,396,394,390,387,383,377,489,486,484,354,352,351,349,343,381,379,544,543,537,534,530,527,528,522,523,525,520,521,514,513,511,507,506,501,497,495,490,1142,1138,1132,1126,1125,3904,3903,4083,4075,4074,4072)
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='9' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='2255' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2255' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3446' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3446' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1576' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1576' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='3160' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3160' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='7' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='7' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='337' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='337' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1677' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1677' | /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 |