Write the reason you're deleting this FAQ
This to me is GOLD this site , In my views this is the best freelancing site online. I put my hands up and yes I have used others in the past no names mentioned lol But think I have spent the most money on this site and it is worth every penny or cent where ever your all from. This site as great services and starting from $1 which to me is fab. There as been few times when I have ordered a quick $1 service as I have had $1 in my paypal so I order some services for $1 what a bargain . Apart from the services you can buy and my own services as a freelancer this site as a lot of great members on here specially in the discussions.
Well I hope you all had a brilliant weekend. Its been long day today and can't to go to bed lol.
Are you sure you want to delete this post?
It's great that SEOClerks is so helpful to so many different people from all walks of life and in so many different ways! From those that only need a quick $1 service like you and I every now and then. To those that need large scale work done and on a shoe-string budget as well! That's one thing that I like about SEOClerks the most is that you can get those same professional freelance services here but only at a fraction of the price you would normally usually pay someone else outside of SEOClerks. Take social bookmarks for example, you can get 25 of them for a dollar on here. Where as other sites would charge you $5 for the same work! And some places would even charge 2x, even 3x that much! And it's all basically the same thing, except it's still being done by a professional freelancer who needs to do the work, do it well and on time to get paid. And we can benefit from that greatly without it breaking the bank! Lol 
Couldn't have said it any better or nicer myself! :D It's great that SEOClerks is so helpful to so many different people from all walks of life and in so many different ways! From those that only need a quick $1 service like you and I every now and then. To those that need large scale work done and on a shoe-string budget as well! That's one thing that I like about SEOClerks the most is that you can get those same professional freelance services here but only at a fraction of the price you would normally usually pay someone else outside of SEOClerks. Take social bookmarks for example, you can get 25 of them for a dollar on here. Where as other sites would charge you $5 for the same work! And some places would even charge 2x, even 3x that much! And it's all basically the same thing, except it's still being done by a professional freelancer who needs to do the work, do it well and on time to get paid. And we can benefit from that greatly without it breaking the bank! Lol :)
3 Cheers for SEOClerks!
Hip hip hooray! x3 :D
Are you sure you want to delete this post?
| Match | Count | SQL | Script |
| 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='21887' | 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='21887' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='322073' | 1 | SELECT * FROM seoclerks.members WHERE USERID='322073' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM categories_faq WHERE CATID='42' | 1 | SELECT CATID, seo, name, metatitle, h2header, metakeywords, metadescription, metaheader, parentid, image_name FROM categories_faq WHERE CATID='42' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() GetCategorySeoFromType() |
| SELECT * FROM seoclerks.members WHERE USERID=322073 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=322073 | /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=21887 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=21887
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='21887' 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='21887' 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=115477 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=115477
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=115482 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=115482
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=115498 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=115498
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='21887' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='21887' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='21887' AND status='1' AND (question like '%Great Site Great Members Freelance Site %' OR question like '%Great%' OR question like '%Site%' OR question like '%Great%' OR question like '%Members%' OR question like '%Freelance%' OR question like '%Site%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='21887' AND status='1'
AND (question like '%Great Site Great Members Freelance Site %' OR question like '%Great%' OR question like '%Site%' OR question like '%Great%' OR question like '%Members%' OR question like '%Freelance%' OR question like '%Site%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='1129' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='1129' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='318' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='318' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='498' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='498' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='632' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='632' 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=21887%' 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=21887%'
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='301993.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='301993.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='322073.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='322073.png' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='272.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='272.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 |
| Avg Time | Count | SQL | Max | Min |
centurion
Have a wonderful day.
Your comment about SEOCLERK is beautyful. Yes. This is a great site. I have been earning and doing works with for the last few years and this is the only best marketplace. A 3 tier marketplace of this world. Like anybody can sell his products from Sell section by Sell a service. Anybody can get works by doing application on Home - want to buy section. Lastly and finally you can hire anyone for any work or hire anyone's service by uploading easy dollar to your account. Moreover want to trade section and marketplace sections are available also for doing more work.
Happy SeoClerk.
Thanks
Centurion Hello Moneybags82 Have a wonderful day. Your comment about SEOCLERK is beautyful. Yes. This is a great site. I have been earning and doing works with for the last few years and this is the only best marketplace. A 3 tier marketplace of this world. Like anybody can sell his products from Sell section by Sell a service. Anybody can get works by doing application on Home - want to buy section. Lastly and finally you can hire anyone for any work or hire anyone's service by uploading easy dollar to your account. Moreover want to trade section and marketplace sections are available also for doing more work. Happy SeoClerk. Thanks Centurion
Are you sure you want to delete this post?