That number is the highest integer value in certain programming languages, in this case PHP. Max views is an integer variable, and it cant get any higher without changing the variable type.
PHP is not a language, just a forum code, but I get your point <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo--> Anyway, quite stupid to use an integer in this case, isn't it?
<!--QuoteBegin--Jobabob+May 1 2003, 12:06 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Jobabob @ May 1 2003, 12:06 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin-->That plus the maximum for a 16 bit number is actually 65535, and 32768 is the 16th bit number. Which means its actually 15 bit, which is stupid! <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd--> Thats beacuse its a signed value, which allows negative numbers. If the the most significant bit (the last bit) is 1, the value is negative.
<!--QuoteBegin--eggmac+May 1 2003, 06:32 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (eggmac @ May 1 2003, 06:32 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> PHP is not a language, just a forum code, but I get your point <!--emo&;)--><img src='http://www.unknownworlds.com/forums/html/emoticons/wink.gif' border='0' style='vertical-align:middle' alt='wink.gif'><!--endemo--> <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd--> PHP is a web programming language. It isn't ONLY used to make forums. Thats just the application here.
<!--QuoteBegin--Aezay+May 1 2003, 10:41 AM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (Aezay @ May 1 2003, 10:41 AM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Thats beacuse its a signed value, which allows negative numbers. If the the most significant bit (the last bit) is 1, the value is negative. <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd--> It seems kind of silly for Invision to use a signed variable for forum counts. It's not like you're going to have -426 reads of a thread. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->
I think we should make up a 32767 bit word and see what a computer does when you feed it the word <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html/emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif'><!--endemo-->
Comments
maxed out! <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html/emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif'><!--endemo-->
such as "d00d, joo r 32767!!
32767!
........*sigh* I really should stop psoting so late at night, but oh well, NO SLEEP FOR ME!!
Anyway, quite stupid to use an integer in this case, isn't it?
Which means its actually 15 bit, which is stupid! <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
Thats beacuse its a signed value, which allows negative numbers. If the the most significant bit (the last bit) is 1, the value is negative.
PHP is a web programming language. It isn't ONLY used to make forums. Thats just the application here.
It seems kind of silly for Invision to use a signed variable for forum counts. It's not like you're going to have -426 reads of a thread. <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' style='vertical-align:middle' alt='confused.gif'><!--endemo-->