hafiz3143
Level 3
Write the reason you're deleting this FAQ
Can I withdrawal My balance And earning my balance Show 22$ which I add My balance When I try To withdrawal It shows You have not enough balance?
| 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 `questions` as q JOIN categories_faq as c ON q.catid=c.CATID WHERE (q.status=1 OR (q.status=2 AND userid='') ) AND q.quesid='29286' | 1 | SELECT q.*, c.seo as CatSEO, c.name as CatName, c.parentid
FROM `questions` as q
JOIN categories_faq as c ON q.catid=c.CATID
WHERE (q.status=1 OR
(q.status=2 AND userid='')
)
AND q.quesid='29286' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='805244' | 1 | SELECT * FROM seoclerks.members WHERE USERID='805244' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=805244 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=805244 | /opt/clerks-staging/docroot/include/functions/main.php 16914 GetGooglePlusProfileFromId() () |
| SELECT * FROM ratings_faq as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=29286 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faq as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=29286
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='29286' AND a.userid=b.USERID and b.status='1' AND a.status=1 ORDER BY a.combined_votes DESC, a.date_answered asc | 1 | SELECT a.answer, a.USERID, a.upvotes, a.downvotes, a.ansid, a.parentid, a.combined_votes, a.date_answered,
b.username, b.userlevel, b.profilepicture FROM answers a, seoclerks.members b
WHERE a.quesid='29286' AND a.userid=b.USERID and b.status='1' AND a.status=1
ORDER BY a.combined_votes DESC, a.date_answered asc | /opt/clerks-staging/docroot/viewfaq.php 1245 () () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=188616 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=188616
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM ratings_faqanswers as r, seoclerks.members as m WHERE r.USERID=m.USERID AND r.upvote=1 AND r.PID=188620 LIMIT 5 | 1 | SELECT m.username FROM
ratings_faqanswers as r,
seoclerks.members as m
WHERE r.USERID=m.USERID
AND r.upvote=1
AND r.PID=188620
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='29286' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='29286' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='29286' AND status='1' AND (question like '%If I add Balance I Earning Withdrawal draw %' OR question like '%Balance%' OR question like '%Earning%' OR question like '%Withdrawal%' OR question like '%draw%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='29286' AND status='1'
AND (question like '%If I add Balance I Earning Withdrawal draw %' OR question like '%Balance%' OR question like '%Earning%' OR question like '%Withdrawal%' OR question like '%draw%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='2921' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='2921' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1323' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1323' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1500' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1500' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='1490' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1490' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM members_ledger WHERE script='/opt/clerks-staging/docroot/viewfaq.php' AND querystring LIKE '%id=29286%' AND added>=UNIX_TIMESTAMP(NOW())-1200 GROUP BY USERID | 1 | SELECT USERID, username FROM members_ledger
WHERE script='/opt/clerks-staging/docroot/viewfaq.php'
AND querystring LIKE '%id=29286%'
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='19821.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='19821.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='844576.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='844576.jpg' | /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 |
TommyCarey
Have you added any funds to your account recently?
If you were to add money into your account you won't be able to withdraw that money for legal reasons. If you get a sale here, and those funds get added to your account, you can withdraw them but not the money you added yourself. This is because money laundering isn't something this platform wants to deal with lol
Now, if you deposit your own money and also get a few sales, you won't be able to withdraw your own money along with the profits from the services you provided. Let's say you deposited $10 and also had 10 sales that netted you $10 after fees. This would mean your balance would be $110. When you go to withdraw it would say your balance is only $100 and that's because the $10 you deposited can't be taken back out.
OR...
You've sold services to people in need and they've submitted the work as successful and you're looking to withdraw your profits. The only thing is that you have to wait a couple of days before the money gets cleared and you can withdraw. If you just had a sale you won't be able to get the profits from that into your own account until 2-3 days after the work is submitted as complete and the buyer is happy with your work. This is a safety precaution put in place to protect everyone from the buyer to the admins and even the sellers at times.
If everything went well and the buyer was happy with your services, you should see the money depositing into your profile soon enough and then you'll be able to withdraw it to where you normally would
I hope that helps you out a bit
- Tommy Hey Hafiz, Have you added any funds to your account recently? If you were to add money into your account you won't be able to withdraw that money for legal reasons. If you get a sale here, and those funds get added to your account, you can withdraw them but not the money you added yourself. This is because money laundering isn't something this platform wants to deal with lol :D I know you're not doing that because none of us are criminals, but it could easily happen if this wasn't monitored. Think about it, if a gun smuggler were to come here and deposit $100,000 of their own money and then withdraw it to a different bank account, it would essentially be cleaned and the gun smuggler would be able to use it freely. The deposits wouldn't show the money coming from this platform and we all know that this is a legitimate marketplace and business. Now, if you deposit your own money and also get a few sales, you won't be able to withdraw your own money along with the profits from the services you provided. Let's say you deposited $10 and also had 10 sales that netted you $10 after fees. This would mean your balance would be $110. When you go to withdraw it would say your balance is only $100 and that's because the $10 you deposited can't be taken back out. [size=150][b]OR...[/b][/size] You've sold services to people in need and they've submitted the work as successful and you're looking to withdraw your profits. The only thing is that you have to wait a couple of days before the money gets cleared and you can withdraw. If you just had a sale you won't be able to get the profits from that into your own account until 2-3 days after the work is submitted as complete and the buyer is happy with your work. This is a safety precaution put in place to protect everyone from the buyer to the admins and even the sellers at times. If everything went well and the buyer was happy with your services, you should see the money depositing into your profile soon enough and then you'll be able to withdraw it to where you normally would :) I prefer to withdraw to PayPal since it takes less than 5 minutes to see the transaction go through, but that isn't an option for everyone :( I hope that helps you out a bit :) - Tommy
Are you sure you want to delete this post?