vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Beta Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=5)
-   -   vbProArcade Beta 2 (https://vborg.vbsupport.ru/showthread.php?t=42880)

Gohan 09-13-2002 08:32 AM

Quote:

Originally posted by mewgood
Hm.. I got no errors now, but I still can't see any images after I upload. All I see is broken images..
Help pLEASE

from AdminCP or Acrade Page?

futureal 09-13-2002 05:08 PM

Quote:

Originally posted by mewgood
Hm.. I got no errors now, but I still can't see any images after I upload. All I see is broken images..
Help pLEASE

As I said earlier, I believe something is configured incorrectly on your server. Uploading custom avatars in the Admin CP does not work either (which is a standard feature of vBulletin). Since the Arcade uses the same (basic) uploading system it stands to reason that it would not work either.

futureal 09-13-2002 05:54 PM

Oops, in the new distribution file I posted on 9/12, I inadvertently included a proarcade.php from the upcoming Beta 2, which caused a whole ton of errors for anybody who may have tried to install it. Sorry about that!

The zip has been corrected (again) and all should be in order.

InnerSelf 09-13-2002 07:34 PM

it works now :)

thx futureal for making this hack

Prophet2002 09-13-2002 07:50 PM

i'm gettin a d/b error

Code:

Database error in vBulletin 2.2.7:

Invalid SQL: SELECT storep FROM user WHERE userid=1
mysql error: Unknown column 'storep' in 'field list'

mysql error number: 1054

any one know how to fix?

ZiRu$ 09-13-2002 08:58 PM

Quote:

Originally posted by futureal
It looks like the games are not set to active. Go to the Game Options in the Admin CP and make sure each game is individually set to active.


Thanks man that worked....everything is perfect :)

futureal 09-13-2002 10:20 PM

Quote:

Originally posted by Prophet2002
i'm gettin a d/b error

...

any one know how to fix?

I don't think that error is related to this hack; I don't know what the "storep" field is, and this hack doesn't touch the user table at all.

Prophet2002 09-13-2002 11:06 PM

i believe it is related to this hack. The error never occured before installing this hack, and it occures when i'm clickin on one of the game links.. I'll try reinstalling, maybe i did someting wrong, i'll post back w/ results


Update:

found this in proarcade.php...looks like it is trying to grab info from that table

Code:

  // get the relative URL of the forum
  $vpa_bburl = reduceurl($bburl);

  $storepoints = $DB_site->query_first("SELECT storep FROM user WHERE userid=$bbuserinfo[userid]");
  $points=$storepoints[storep];
  if ($points > 0)
  {$points--;
  $DB_site->query("UPDATE user SET storep=$points WHERE userid=$bbuserinfo[userid]");
  $storepoints = $DB_site->query_first("SELECT storep FROM user WHERE userid=1");
  $points=$storepoints[storep];
  $points++;
  $DB_site->query("UPDATE user SET storep=$points WHERE userid=1");


ZiRu$ 09-13-2002 11:25 PM

Quote:

Originally posted by futureal


I don't think that error is related to this hack; I don't know what the "storep" field is, and this hack doesn't touch the user table at all.

yes STOREEP is the original lesanes store hack...i guess he dosent have the latest version or never ran one of the quereys

Link14716 09-14-2002 12:52 AM

Quote:

Originally posted by eckels2
The user that I said had the same problem, said he had the problem on other boards with this hack as well. So there's gotta be something....
Out of courisity, are you using Nutscrape or Murtzilla?


All times are GMT. The time now is 02:49 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.02283 seconds
  • Memory Usage 1,744KB
  • 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
  • (2)bbcode_code_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete