I want to know how to advance in levels... I forgot where that pages was?
i want to know what are the payments methods,? and whan? i can withdraw? my money?
Will change the delivery time by editing my gig affect something? I mean if client, customer don't answer me on very important question for almost 1day, and my delivery time is 2days, and he didn't sent his one of my nee...
For user policy for level 3 user What is Payment 1 day after order completion?
I have an active sale but when I go to manage sales, the order ins't showing, what I must do?
Hello, How do you reject a late delivery service? it says late delivery but no button come up for rejection.
Where can I offer my gigs to get more sales? Any ideas? thanks
is alertpay or payza free to join ? does it cost money ?
my balance not available to witdraw? WHY....? when available to WD?
can any body tell me what is ip of twitter currently?
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
Someone purchased an article from me, I wrote it way before the end on time, and delivered it, BUT now I'm waiting for ANY respond from buyer and there are non. What can I do to get payed for my delivered gig?
How do you edit your services? I need to change something and find where to do this.
If i have 5$ in my account and can i withdraw 5$ to payza account..
As per guidelines level 1 user can not create gig for $1, but seen some level 1 members are offering it, how it is possible? G!
I would like to know the difference between upcoming payments and awaiting clearance.. There are various topic regarding this but i could not find a suitable answer to my question Two days ago, I completed 7 orders for ...
How can I withdraw my money into Skrill or in Payza?
im kinda new to this so if there is anything else I need to know about the cashout let me know
how many time i can edit my service all time in seoclerks.
I am little confused about withdraw system because I found the following answer in one question: "but you cant withdraw your balance because seoclerk don't allow you to withdraw more 4$ and paypal don't accept less 1...
How to change paypal account, i want to change paypal account. please guide me. thanks
Hey guys ij have just completed an order, and it has been marked as delivered, as i completed the job and manualy marked it as delivered, and now it is showing that the order will be marked as completed in 8 days, so I w...
Can someone help me and tell me how much time take the first withdrawal processing, its been about 12 hours till now and nothing happened. i used paypal ( normaly instant!)
please someone ans that question. is it possible to see that when creat my first transaction .
Hi. I want to make a withdrawal these upcoming days when my funds clear, and I will have over $600 all of a sudden, is this ok or are there any limits? Thanks in advance
| Match | Count | SQL | Script |
| SELECT * FROM seoclerks.members WHERE username='Saluuu32' AND status='1' | 1 | SELECT USERID FROM seoclerks.members WHERE username='Saluuu32' AND status='1' | /opt/clerks-staging/docroot/include/functions/includes/member.php 627 GetUseridFromUsername() () |
| SELECT * FROM answers WHERE userid=23193 | 1 | SELECT distinct quesid FROM answers WHERE userid=23193 | /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 (3714,3748,3687,3681,3680,3662,3661,3660,3657,3645,3636,3744,3745,3580,3578,3576,3547,3541,3529,3257,3326,3321,3836,3809,3797,3794,3788,3785) 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 (3714,3748,3687,3681,3680,3662,3661,3660,3657,3645,3636,3744,3745,3580,3578,3576,3547,3541,3529,3257,3326,3321,3836,3809,3797,3794,3788,3785) 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 (3714,3748,3687,3681,3680,3662,3661,3660,3657,3645,3636,3744,3745,3580,3578,3576,3547,3541,3529,3257,3326,3321,3836,3809,3797,3794,3788,3785) 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 (3714,3748,3687,3681,3680,3662,3661,3660,3657,3645,3636,3744,3745,3580,3578,3576,3547,3541,3529,3257,3326,3321,3836,3809,3797,3794,3788,3785)
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='17040' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='17040' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='20238' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='20238' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='24427' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='24427' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='1058' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1058' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| 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='8325' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8325' | /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='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='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='3217' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='3217' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='30495' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='30495' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='22722' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='22722' | /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='8520' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='8520' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='13626' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='13626' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='22840' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='22840' | /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='14770' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='14770' | /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='18928' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='18928' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='19393' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19393' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='11828' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='11828' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='21123' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='21123' | /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 |