is pointless what will you do? Will you try to add every member on here to your friends list? :grin-square:

You take it as seriously as he does, you've gotten E-hurt over rep before, don't lie.
Rep me! Rep me! Oh please someone, please please please rep me! Pretty please with sugar on top! I can't make it another day without rep points. I'm dying here, wasting away to nothing. HELPppp meeee .......:crying:
Okay you got me but I am past that now and trying to move on, it was a painful time for me and I needed to use lots of alcohol to ease the suffering of the rep withdrawals. :frown:
P.S. Fatboy is willing to pay to upgrade the system so the rep can continue to grow so I think he takes it just a touch more serious then I do.
Why is rep pointless?
Or rather, why is it more pointless than it was previously? Has something changed?
(been way too busy to check the forum regularly in the past 2 weeks)
Haha, that is worth some rep. :smile:
Some people I guess are maxed out and cannot receive anymore rep, I am just teasing Eric, he is a good guy from what I gather. :smile:
what is the max you can get?
i like you, its all in good fun. when you have health problems like I do sometimes I'm infront of a computer more than I would like to be. I was doing good the past month and have been able to travel. But the drive to Vegas last Thursday got me good. My back hurts like hell again i would give up everything I have to feel good. I'm better than I was but fragile now.
As far as rep goes yeah I would love to have one of my programmers do a re-write of the system so it isnt capped. It wouldnt cost me anything but a little of their time. I have made some great freinds cause of REP, its fun for me-whats wrong with that? I dont care what my ranking is its just fun.
take care,
Eric:smile:
It wouldn't take a rewrite. In fact, I think that the database field on the user table that holds the reputation is an integer (max positive value of 2147483647 for a signed, 4-byte integer, which is the case here, I believe). My guess is that all it would probably take is altering that field to be a bigint and we'd have 10 more years of rep-mania. lol. There may not even be any code that needs to be modified at all.
If that is the max,then the value is currently defined as a "long int (signed)". Two ways to solve it... convert it to an "unsigned long int" (which will give you double the amount of points possible) or convert it to a "unsigned long long int". The latter will give you more bang for the buck as it would be a true unsigned 64 bit value (max = 18446744073709551616).
Ray
I know it's a mysql database, so I was going by their defined data types (SMALLINT, INT, BIGINT, etc.). I used to host the forum, so I'm just going from memory here that there's a "reputation" field in the user table that's a signed int. So, yeah, changing to a bigint would probably solve it, but it would still have to be signed because some people deserve negative rep (I'm probably one of 'em)!![]()
Haha, that is worth some rep. :smile:
Ingles, por favor.
Eric