Write the reason you're deleting this FAQ
I don't really have much to rant about on SEOClerks. In fact, 100% of the time I'm singing its praises and blessing it around the clock!
And this isn't about SEOClerks anyway but just about people in general. But I just wanted to have a quick rant about something and get it off my chest! lol
Basically it's just about buyers that don't leave feedback for orders delivered to them. It annoys me! Not because the the money is held for 5 days while the order is basically just sitting in "limbo". But just because they don't leave their feedback. I find it rude. I was always brought up to say thanks for the things given to me. To say thank you in the shop when I purchased something. And the same can be applied online too. When you purchase something from someone, and that is delivered to you. It doesn't take more than a second to say "thanks" at the least. It doesn't hurt and is free to do. I don't care that you've paid for the service. Well, no, I do care about that. And I appreciate that! I honestly really do. But I shouldn't have to chase people up in the orders and ask them to leave their feedback and rating to complete the order.
Sometimes, I'll get an order, the buyer will provide the required details and they'll respond to any further things I request in that order. Then I'll work hard on their order and do a really really great job for them, give them some bonus extras and the like, then I'll deliver it. After this you can't get a response from them for love nor more. It's like they've been kidnapped by aliens or something. Aliens that are using their account as they are often signed in. Sometimes I can find myself updating a delivered order 2, 3, 4 or 5 days and times again after I've delivered it to remind them to leave their feedback. Some people even ask me a question about something to which I'll respond to and then remind them to leave their feedback again and they still don't. What's that about? What's the point in that? What is the point someone please tell me lol!
Don't get me wrong, as said, I appreciate all my clients and the orders I get. I really do. So should I just shut up and put up? And I don't want to annoy people. If they don't want to leave their feedback, that's their prerogative and it's entirely up to them! I'd rather get orders and them not leave their feedback than get no orders! lol But I'd also rather that buyers used some good manners and just said a simple "Thanks" for the work that was done for them in the very least. Especially when you can't get that service else where in that way at that price with the high class service I provide.
It's like hey I'm a freelancer and I just sat here and done the work for you that you either couldn't do yourself or are too lazy or too busy to do yourself. That means I took the time out of my day and used up my energy to do it for you.
Right now I have 10 delivered orders totaling about $240 in sales that are just sitting there. Some I've been updating days after they were delivered reminding the buyer to leave their feedback. Sometimes I've even sent them a message politely reminding and asking them to do so. No response...... It's them aliens again isn't it!? 
If they don't value the service enough to leave a simple "thanks" when it's carried out, completed and delivered to you on time. When you can clearly see I've put a lot of time and effort into doing it and making sure it's done well. Why buy it in the first place?
Is it just me that feels this way? Am I alone in my crazy madness? Do I feel too strongly about this? Am I thinking about it wrongly? What am I doing wrong that is causing people not to leave their feedback? Is it something I'm doing? Or not doing? Or is it just plainly a matter of people are people and think they're being clever or something by not leaving their feedback for it?
I don't know. Rant over. I feel better now lol 
It's just basic etiquette right?
Mike. Once again you've nailed it with another great topic.
Let me start off by saying this. When I bought services for a low cost and sold them outside of the marketplace for a higher price, I usually did not leave the seller feedback. The reason? - Because I didn't want people to see the trace and finally come up with the conclusion that I didn't sold these services myself. I acted as a middleman and even if I never even once stated that I was the one doing the work, I still felt it would be for the best that I didn't leave any evidence so to speak.
That being said, I did leave feedback for the very first order, but not for most of the other ones. - So that could be ONE reason for some people to not leave feedback. And I'm okay with that, so far.
However, most people are in fact NOT reselling the services they're buying from you.. Those people are just lazy or ignorant. Or perhaps they don't actually realize what their positive feedback might give you in the long run. As each bit of feedback will help you to build credibility.
No matter what the reason might be, I do find this disturbing as I want feedback for everything I do. - So I can totally relate to your little rant here. :)
Are you sure you want to delete this post?
Are you sure you want to delete this post?


Haha okay, yeah, I can see your point Mike.. And well, I agree to disagree, even though I can agree.. :D
Here's the thing. You provide a service for what you believe it's worth, right? - So if I believe it's worth more than that, then I'll resell it. And if I keep buying from you, you're all good because you earn the money you believe you should earn, right? :D
That being said, if I believe it's worth 2 times more, and I can sell it for 2 times more.. Shouldn't I do it then? - That way, both you and me will make money.
So yeah, as a former reseller, I just have to disagree with you on this, even though I can actually relate AND agree :D
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
Are you sure you want to delete this post?
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='20597' | 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='20597' | /opt/clerks-staging/docroot/viewfaq.php 496 () () |
| SELECT * FROM seoclerks.members WHERE USERID='272' | 1 | SELECT * FROM seoclerks.members WHERE USERID='272' | /opt/clerks-staging/docroot/include/functions/includes/member.php 445 GetAllUserDetails() () |
| SELECT * FROM seoclerks.members WHERE USERID=272 | 1 | SELECT googleplus_profile FROM seoclerks.members WHERE USERID=272 | /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=20597 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=20597
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| SELECT * FROM answers a, seoclerks.members b WHERE a.quesid='20597' 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='20597' 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=112225 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=112225
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=112191 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=112191
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=112206 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=112206
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=112428 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=112428
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=112324 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=112324
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=112125 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=112125
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=112130 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=112130
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=112135 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=112135
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=112230 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=112230
LIMIT 5 | /opt/clerks-staging/docroot/include/functions/main.php 17159 GetVoters() () |
| UPDATE questions SET total_views = total_views + 1 WHERE quesid='20597' | 1 | UPDATE questions SET total_views = total_views + 1 WHERE quesid='20597' | /opt/clerks-staging/docroot/include/functions/main.php 1765 update_Faqviewcount() () |
| SELECT * FROM questions WHERE quesid!='20597' AND status='1' AND (question like '%Rant: People leave feedback%' OR question like '%Rant:%' OR question like '%People%' OR question like '%leave%' OR question like '%feedback%') -- ORDER BY RAND() LIMIT 15 | 1 | SELECT quesid, question, seo, userid
FROM questions
WHERE quesid!='20597' AND status='1'
AND (question like '%Rant: People leave feedback%' OR question like '%Rant:%' OR question like '%People%' OR question like '%leave%' OR question like '%feedback%')
-- ORDER BY RAND()
LIMIT 15 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() () |
| SELECT * FROM seoclerks.members WHERE USERID='9874' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9874' limit 1 | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() insert_get_member_profilepicture() |
| SELECT * FROM seoclerks.members WHERE USERID='13834' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='13834' 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 seoclerks.members WHERE USERID='9329' limit 1 | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='9329' 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=20597%' 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=20597%'
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='212316.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='212316.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='6160.png' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='6160.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 seoclerks.members WHERE USERID='306632.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='306632.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='254580.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='254580.jpg' | /opt/clerks-staging/docroot/libraries/adodb5/adodb.inc.php 1899 CacheExecute() getUserProfileImage() |
| SELECT * FROM seoclerks.members WHERE USERID='311920.jpg' | 1 | SELECT profilepicture FROM seoclerks.members WHERE USERID='311920.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 |
EliteWriter
Are you sure you want to delete this post?