Pages:
Author

Topic: Introducing BitCoinFeedback.com! (Read 5188 times)

legendary
Activity: 1218
Merit: 1000
May 24, 2011, 04:13:05 PM
#45
Yes, the zero % over zero feedback.
Obviously a -1 still counts for 0% and it's negative (Red)
legendary
Activity: 1400
Merit: 1005
May 24, 2011, 04:06:57 PM
#44
Shouldn't 0 be gray or black? I don't see why is it red, as it is neither good or bad.
(1) 0% means 1 negative feedback was received.  This should be red.
(0) 0% means 0 feedback was received.  I have changed this to gray.

Not sure if you meant just the (0) ones or not, but thought I should clarify just in case.  Thanks for the suggestion!
legendary
Activity: 1218
Merit: 1000
May 24, 2011, 03:09:05 PM
#43
Shouldn't 0 be gray or black? I don't see why is it red, as it is neither good or bad.
legendary
Activity: 1400
Merit: 1005
May 24, 2011, 02:38:42 PM
#42
Changed the sort of the Browse list to sort by number of feedback received.  The list was getting long, and I wanted people to more easily see the feedback that was being left.

Changed the color of in-content links from green to blue.

Added coloring of the feedback... green = mostly positive, yellow/brown = some positive, some negative, red = mostly negative.
legendary
Activity: 1400
Merit: 1005
May 19, 2011, 01:29:11 PM
#41
In an effort to continually improve the service, I have made a few changes:

- I can now ban people who I see are abusing the system
- Comments, Business, and a related URL are all required fields in the feedback system now.
- Usernames of the people who leave feedback are now shown publicly.  This is so you all can more easily tell if someone legitimately has 8 positive feedback, or if 7 of those were left by the same person.

I have also improved website security according to suggestions made in a security audit.  I still have more work to do on that front, but no one is going to be stealing your password or anything.

Open to further suggestions!
legendary
Activity: 1400
Merit: 1005
May 16, 2011, 02:20:47 AM
#40
It looks like the website is *starting* to take off - I am seeing a new registration every couple of hours or so, without any incentive attached.  Let's hope that it's reached critical mass already and will continue building on its own.  Smiley
legendary
Activity: 1400
Merit: 1005
May 13, 2011, 12:12:48 PM
#39
Just yet another idea:

Associate more than 1 URL with one account. Many people, like myself, has more than 1 site and URL.
I thought about that... but then again, what if the websites split out and become owned by two different people?  I suppose situations like that could be taken on a case-by-case basis.  I'd kind of like to see it be on a "per-business" basis than a "per person" basis, if the person owns more than one distinct business.

Thoughts?
legendary
Activity: 1218
Merit: 1000
May 13, 2011, 11:25:57 AM
#38
Just yet another idea:

Associate more than 1 URL with one account. Many people, like myself, has more than 1 site and URL.
legendary
Activity: 1400
Merit: 1005
May 13, 2011, 12:32:27 AM
#37
Nope, and certainly not myself, which is why I ask people to test it out and find holes!

New feature added:  Feedback is now calculated as a percentage of positive to positive+negative.  Neutral feedback is not counted towards the percentage, but it calculated towards the total number of feedbacks received.

I have created a test user, so anyone who wants to try it out (leaving positive/negative/neutral feedback) is welcome to leave whatever sort of ratings on the test user that you want.
legendary
Activity: 1218
Merit: 1000
May 12, 2011, 02:29:30 PM
#36
Good catch, thanks for poking holes in my security so I can fix them now!  Smiley

It should be fixed now.  No hidden emails showing up in javascript code.

Guess today I'm specially good on detecting security holes  Grin
Found one on my casino engine that would let people to double bet (fixed now...  Wink ). Nobody is perfect, eh?
legendary
Activity: 1400
Merit: 1005
May 12, 2011, 02:07:31 PM
#35
Good catch, thanks for poking holes in my security so I can fix them now!  Smiley

It should be fixed now.  No hidden emails showing up in javascript code.
legendary
Activity: 1218
Merit: 1000
May 12, 2011, 01:52:55 PM
#34
Just a small thing left, you forgot to skip the hidden emails when filling the arrays.

means something like this:

foreach($users as $u){
  $l = explode("@",$u['email']);
?>
users.push('');
domains.push('');
}
?>

Turn to this:

if($user['hidde_email'] == 0){
foreach($users as $u){
  $l = explode("@",$u['email']);
?>
users.push('');
domains.push('');
}
}else{
?>
users.push('');
domains.push('');
}
?>
legendary
Activity: 1400
Merit: 1005
May 12, 2011, 01:40:10 PM
#33
It's been implemented...!  Thanks!
legendary
Activity: 1400
Merit: 1005
May 12, 2011, 12:19:15 PM
#32
I will implement that, thanks for the heads up!

People can also, optionally, opt to hide their email addresses from the public to avoid such spam harvesting as well.  In that case, it would just be used in the future for password recovery.
legendary
Activity: 1218
Merit: 1000
May 12, 2011, 12:13:10 PM
#31
Security issue! Critical!

Mails are displayed as is in your page, this is ground for harvest for spam crawlers.

Encode the mails with JS or PHP GD in order to prevent it.

The most simple to be this (not 100% effective, but still somewhat effective):
At the beginning of the list
Code:

Within the cell that displays the email address:
Code:




legendary
Activity: 1400
Merit: 1005
May 12, 2011, 11:32:20 AM
#30
Profile claiming has been implemented.  If someone else adds your business or name to the database, you can now claim it.

Also, I have now disallowed the changing of website addresses and business names.  I figured if people were leaving negative feedback on your profile, you would probably have a lot of incentive to try and change it to something else entirely to make it look like no one is leaving negative feedback for your business or screen name.

I would leave it to be changed, just not immediately changed. Or changed manually at request.
It may happen people with bad feedback to want to change but so does people with good. Put for an instance some guy who starts his business with a free domain, like dyndns.org or so, and as he succeeds buys the .com domain...
Agreed.  I will certainly make exceptions for people who contact me directly to get information changed, when it is obvious they aren't trying to hide the company from receiving negative feedback.

Also, I'm going to allow people to change it if they leave it blank during registration.
legendary
Activity: 1218
Merit: 1000
May 12, 2011, 05:26:00 AM
#29
Profile claiming has been implemented.  If someone else adds your business or name to the database, you can now claim it.

Also, I have now disallowed the changing of website addresses and business names.  I figured if people were leaving negative feedback on your profile, you would probably have a lot of incentive to try and change it to something else entirely to make it look like no one is leaving negative feedback for your business or screen name.

I would leave it to be changed, just not immediately changed. Or changed manually at request.
It may happen people with bad feedback to want to change but so does people with good. Put for an instance some guy who starts his business with a free domain, like dyndns.org or so, and as he succeeds buys the .com domain...
legendary
Activity: 1400
Merit: 1005
May 12, 2011, 04:05:12 AM
#28
Profile claiming has been implemented.  If someone else adds your business or name to the database, you can now claim it.

Also, I have now disallowed the changing of website addresses and business names.  I figured if people were leaving negative feedback on your profile, you would probably have a lot of incentive to try and change it to something else entirely to make it look like no one is leaving negative feedback for your business or screen name.
legendary
Activity: 1400
Merit: 1005
May 12, 2011, 02:42:01 AM
#27
Updated the website.  You can now add in vendors/merchants/individuals if they are not currently registered on the site.  I will create a way for these persons to claim ownership of those profiles shortly.

As an example, I created a profile for Veritus101, someone who has scammed a forum member here.  I would appreciate help listing any other scammers you hear about on the website so that other people can avoid them in the future.

http://www.bitcoinfeedback.com/viewuser.php?id=15
legendary
Activity: 1400
Merit: 1005
May 11, 2011, 04:19:09 PM
#26
Yeah, they're the kind of questions that just make me... Huh  So many variables and reasons for doing and not doing each one.
Pages:
Jump to: