The Arcive of vBulletin Modifications Site. |
|
Long game name fix Details »»
|
|||||||||||||||||||||||||
This is a problem in vbulletin ibproarcade and new games having long names..
PHP Code:
Look at the gname and gamename...They have to match or the system thinks your cheating.. The gname is shorter.. To fix this you have to up the limit of the games_session data base, gname, varchar(30).. or you can use this simple query,,run it from vbulletin admincp.. PHP Code:
If you have any game names with 41 or more characters.. You`ll have to up the limit of the gname, varchar in the games_session and games_list.. Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
There's some games out now with more than 40 characters..
These two queries should help. PHP Code:
PHP Code:
|
| Благодарность от: | ||
| MarkFL | ||
|
#3
|
||||
|
||||
|
Thanks for the heads up! I just ran them, glad to have that fixed. :up:
|
|
#4
|
||||
|
||||
|
Problem solved in ibProArcade v2.7.5+
|
![]() |
|
|