I want to feature my service but I see it is 100$, Please pleas admin, reduce the price
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!
can any body tell me what is ip of twitter currently?
Can anyone please tell me that when SEOClerks send me affiliate commission.
I want to promote SEOClerks' gigs on my blogs and i don't know how to promote any gig with my affiliate code. please someone tell me .... thanks in advance
How to bump my gig to bring it at top?
i need split work for followers ,facebook like youtube etc. if any seller want to work then tell me.
Hello SEOClerks users! Today's tutorial is going to be on Subscriptions and how they work. Are you a level 2 user or over? Have you been wondering what that little Subscriptions option is on your services? This tutorial ...
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='Cammy' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Cammy' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=5214 | 1 | SELECT distinct quesid FROM answers WHERE userid=5214 | /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 (3588,3577,3605,3652,3654,3687,3692,3706,3708,3709,3712,3718,3716,3719,3726,3727,3728,3729,3730,3731,3752,3751,3766,3776,3777,3775,3772,3787,3788,3809,3826,3827,3829,3830,3840,3848,3850,3852,3865,3867,3872,3875,3877,3881,3882,3842,3862,3891,3885,3886,3887,3930,3929,3946,3947,3948,4162,5305,10423,12107) 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 (3588,3577,3605,3652,3654,3687,3692,3706,3708,3709,3712,3718,3716,3719,3726,3727,3728,3729,3730,3731,3752,3751,3766,3776,3777,3775,3772,3787,3788,3809,3826,3827,3829,3830,3840,3848,3850,3852,3865,3867,3872,3875,3877,3881,3882,3842,3862,3891,3885,3886,3887,3930,3929,3946,3947,3948,4162,5305,10423,12107) 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 (3588,3577,3605,3652,3654,3687,3692,3706,3708,3709,3712,3718,3716,3719,3726,3727,3728,3729,3730,3731,3752,3751,3766,3776,3777,3775,3772,3787,3788,3809,3826,3827,3829,3830,3840,3848,3850,3852,3865,3867,3872,3875,3877,3881,3882,3842,3862,3891,3885,3886,3887,3930,3929,3946,3947,3948,4162,5305,10423,12107) 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 (3588,3577,3605,3652,3654,3687,3692,3706,3708,3709,3712,3718,3716,3719,3726,3727,3728,3729,3730,3731,3752,3751,3766,3776,3777,3775,3772,3787,3788,3809,3826,3827,3829,3830,3840,3848,3850,3852,3865,3867,3872,3875,3877,3881,3882,3842,3862,3891,3885,3886,3887,3930,3929,3946,3947,3948,4162,5305,10423,12107)
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='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='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='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='10022' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='10022' | /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='16277' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='16277' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='4022' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='4022' | /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 |