• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

edie19

Legend
Site Supporter
Sep 5, 2005
20,810
10,316
69
NW Ohio (almost Michigan)
Visit site
✟136,291.00
Faith
Christian
Marital Status
Not really :)
It's a 32Bit Signed Number.
Signed: −2,147,483,648 to +2,147,483,647

So Given that if they allowed Neg Rep, the loweset you could get would also be -2147483648

But if they drop the Signed Number & go with an Unsigned number then they could go up to 4,294,967,295

I love it when people talk all techy:p:p:p

[sign] :confused: [/sign]

me either....but it is nice to know that someone understands the reasons behind something.

I'm so with you Nadiine :swoon::swoon::swoon::swoon::swoon:

I noticed the rep cap a while back, when Gazelle, Ty and Joy Shirley were no longer going up.

I quit the trades last week and have just been blessing people in three different forums. I've learned something, though. Most people are not grateful for the stars I've given them. Some are, but most aren't. Very strange.

The rep cap won't bother me - I'll still rep folks whether I'm increasing their count or not. I like looking up graphics and verses to share, encouraging others, helping boost to a new level. I still rep posts for content - and hope I always will.

As an aside - if I can figure out who bumped me to a next star I try to always acknowledge them in a "whats your count?" thread - but I can't always tell. :sigh:
 
  • Like
Reactions: pgp_protector
Upvote 0

bill'swife

let peace rule...
Jan 23, 2005
40,206
19,383
57
facebook
Visit site
✟142,389.00
Faith
Baptist
Marital Status
Married
Politics
US-Democrat
Well good news then becuz once I hit the quota, I'm dumping reps in here.
I'm stretched way thin on trades which is why I can't keep repping in here - plus I have regular friends in other forums...
anyways, I should be repping alot in here in the near future & I'm excited about it =0) :pray::clap::wave:

I'm kinda happy they're capping it (even if temporarily).
The rep cap is temporary?
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,888
17,790
57
Earth For Now
Visit site
✟457,956.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
The rep cap is temporary?

I doubt it.
It's due to the storage method & data format for the variable that holds the Reputation Value.

To change it, they need to modify the Database, the DIM for the Rep Varable, and any overflow checking.

The Simplest solution is changing it from Signed to an unsigned varable.
That will double the Max Rep to a bit over 4 Billion.

The next thing would be change it from a Long Integer Variables to a " Long Integer Variables" but this will double the Memory usage for storing the Reputation from 4 Bytes to 8 bytes.
But will bump the Max Rep up to 9,223,372,036,854,775,807
 
Last edited:
Upvote 0

Nadiine

Well-Known Member
Apr 14, 2006
52,800
48,336
Obama: 53% deserve him ;)
✟292,219.00
Faith
Non-Denom
Marital Status
Married
Politics
US-Republican
The rep cap is temporary?
:wave:
I have no idea - I was just saying if it's permanent or temporary, either way I like that there's a rep cap even if it's just for awhile.

=)
 
  • Like
Reactions: bill'swife
Upvote 0

Nadiine

Well-Known Member
Apr 14, 2006
52,800
48,336
Obama: 53% deserve him ;)
✟292,219.00
Faith
Non-Denom
Marital Status
Married
Politics
US-Republican
I doubt it.
It's due to the storage method & data format for the variable that holds the Reputation Value.

To change it, they need to modify the Database, the DIM for the Rep Varable, and any overflow checking.

The Simplest solution is changing it from Signed to an unsigned varable.
That will double the Max Rep to a bit over 4 Billion.

The next thing would be change it from a Long Integer Variables to a " Long Integer Variables" but this will double the Memory usage for storing the Reputation from 2 Bytes to 4 bytes.
But will bump the Max Rep up to 3.402823 x 10^38
[sign] :o [/sign]
lol.
K, so let me ask this, ye coder man.... so how hard would it be for them to get us off this 24 hour rep schedule & just put us all on 20 or 40 reps that reset at 12 midnite every day so we aren't stuck having to rep an horrific hours (or lose them) if our timing gets thrown off?
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,888
17,790
57
Earth For Now
Visit site
✟457,956.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
[sign] :o [/sign]
lol.
K, so let me ask this, ye coder man.... so how hard would it be for them to get us off this 24 hour rep schedule & just put us all on 20 or 40 reps that reset at 12 midnite every day so we aren't stuck having to rep an horrific hours (or lose them) if our timing gets thrown off?

That actually would be a bit harder if I was to guess, but without access to the VB source code, I couldn't answer that. (And I don't have $180 to buy a copy :D )
 
Upvote 0

Nadiine

Well-Known Member
Apr 14, 2006
52,800
48,336
Obama: 53% deserve him ;)
✟292,219.00
Faith
Non-Denom
Marital Status
Married
Politics
US-Republican
That actually would be a bit harder if I was to guess, but without access to the VB source code, I couldn't answer that. (And I don't have $180 to buy a copy :D )
no problem, just curious.

=) thanks
 
Upvote 0

Tychicus2

Well-Known Member
Aug 18, 2006
371,085
63,769
USA
✟607,310.00
Faith
Christian
Marital Status
Married
Politics
US-Republican
That actually would be a bit harder if I was to guess, but without access to the VB source code, I couldn't answer that. (And I don't have $180 to buy a copy :D )


So the software to run this whole site costs $180 ???

Ty
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,888
17,790
57
Earth For Now
Visit site
✟457,956.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
So the software to run this whole site costs $180 ???

Ty

Just the Forum Code ( https://www.vbulletin.com/order/ ) $180 for the Owned License, or $100 for the 1 Year Lease.

Then add the Database (Unless there using the free version of MySQL)
Then they're adding other additions and plugins, some of those may also cost.

But the software is the cheep part :D
The Hardware is where the real money goes.
 
Upvote 0

zfawnz

I am my Father's Daughter, a Child of God!!
Mar 2, 2007
18,597
12,228
53
Ohio
Visit site
✟68,168.00
Faith
Christian
Marital Status
Private
Politics
US-Democrat
I still wish they would adjust the

reputation_goldstar.gif
reputation_goldstar.gif
reputation_goldstar.gif
reputation_goldstar.gif
reputation_goldstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif

reputation_green.gif
reputation_green.gif
reputation_green.gif
reputation_green.gif
reputation_green.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_gold.gif
reputation_gold.gif
reputation_gold.gif
reputation_gold.gif
reputation_gold.gif


so that it will progressively grow beyond the first half a star - it caps so quickly I would like to see us go back to a star per million reflected here or at the very least divide the coins (gold,silver, bronze) so that it will max out at the total cap. seems odd that everyone has the same amount of
reputation_goldstar.gif
reputation_goldstar.gif
reputation_goldstar.gif
reputation_goldstar.gif
reputation_goldstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_silverstar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif
reputation_bronzestar.gif

reputation_green.gif
reputation_green.gif
reputation_green.gif
reputation_green.gif
reputation_green.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_greenh.gif
reputation_gold.gif
reputation_gold.gif
reputation_gold.gif
reputation_gold.gif
reputation_gold.gif


(well after the first half star)
 
Upvote 0

brinny

everlovin' shiner of light in dark places
Site Supporter
Mar 23, 2004
249,106
114,202
✟1,378,034.00
Faith
Non-Denom
Marital Status
Private
Politics
US-Constitution
Looks like reps are capped now folks..:)..2,147,993,000 looks to be max...:)..Man thats got make some upset...lol

am i mistaken or aren't there some members with more than that?
 
Upvote 0

Avatar

Well-Known Member
Site Supporter
May 26, 2004
549,102
56,600
Cape Breton
✟740,518.00
Faith
Christian
Marital Status
Married
Politics
CA-Conservatives
am i mistaken or aren't there some members with more than that?

I give 30 times that with a single rep. The numbers are crazy, we should have a reset to zero for everyone.
 
Upvote 0