![]() |
Major Bug: Large User IDs Do Not Work (ie 302044006)
[BUG]
Hello, Our forums have large user ids for many users (for example, 302044006) and none of these IDs will work in our forums correctly. For example, I tried to add the Guest User from a new account with a high number, and each time it converted the big user id to something smaller. In addition, users with the big ids cannot save scores, etc. The code need to be upgraded to permit the maximum size of user ids permitted in vBulletin. --------------- Added [DATE]1213982775[/DATE] at [TIME]1213982775[/TIME] --------------- Note to developer: All these large user ids are truncated / transformed to the user id 8388607 when saved as the user id of the guest user. (just FYI). --------------- Added [DATE]1213985072[/DATE] at [TIME]1213985072[/TIME] --------------- See also, reply from Steve back at vBulletin.com .... http://www.vbulletin.com/forum/showthread.php?p=1583363 --------------- Added [DATE]1213986405[/DATE] at [TIME]1213986405[/TIME] --------------- vBulletin user IDs seem to be unsigned integers, where the unsigned range of user IDs is 0 to 4294967295. ipProArcade uses signed mediumints for user IDs, where the range of user IDs is -8388608 to 8388607. Ref: http://www.ispirer.com/doc/sqlways38...ays-1-190.html |
try to run the following queries:
Code:
ALTER TABLE " . TABLE_PREFIX . "games_champs MODIFY champ_mid INT(10) DEFAULT '0' NOT NULL |
Hi Mr. ZeroPage,
Thank you for posting a fix. From memory, our team recalls changing these, in fact we think we changed all of the "mid" columns to "bigints" which should have more or less the same effect. http://www.unix.com/arcade.php |
*fix included in next release*
|
All times are GMT. The time now is 04:09 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|