vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   Long game name fix (https://vborg.vbsupport.ru/showthread.php?t=314536)

stangger5 09-27-2014 12:19 PM

Long game name fix
 
This is a problem in vbulletin ibproarcade and new games having long names..
PHP Code:

Error #011 -> gid=10714|ui[a_sess_gid]=10714|g[gid]=10714|vs[mid]=31|vs[gname]=SummerWarsHiddenObjectsAS3v2cl|gamename=SummerWarsHiddenObjectsAS3v2class 

If you look at the error code from above..
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:

alter table `games_sessionmodify `gnamevarchar(40NOT NULL

Games with (40 characters or less ) names should work now..

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..

stangger5 09-25-2016 09:56 PM

There's some games out now with more than 40 characters..

These two queries should help.
PHP Code:

alter table `games_sessionmodify `gnamevarchar(60NOT NULL


PHP Code:

alter table `games_listmodify `gnamevarchar(60NOT NULL

:)

MarkFL 09-25-2016 11:32 PM

Thanks for the heads up! I just ran them, glad to have that fixed. :up:

MrZeropage 10-26-2018 04:17 PM

Problem solved in ibProArcade v2.7.5+


All times are GMT. The time now is 06:47 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
  • Page Generation 0.01691 seconds
  • Memory Usage 1,717KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete