vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   v3 Arcade - Games Arcade & Challenge System [vB 3.0.3] (https://vborg.vbsupport.ru/showthread.php?t=60377)

blueuniverse 07-03-2004 09:23 PM

Sorry, I meant functions_showthread.php

I get this error though when viewing posts.

See - http://www.rouseindahouse.com/showth...=1818#post1818

blueuniverse 07-03-2004 09:26 PM

Just to add, I am using the default style, and this is the first mod on the boards, in fact it is the first mod I've ever done to VBulletin.

the Sandman 07-03-2004 10:20 PM

Quote:

Originally Posted by blueuniverse
Sorry, I meant functions_showthread.php

I get this error though when viewing posts.

Make sure there isn't any white space (blank lines) your includes/functions_showthread.php above the <?php at the top or below the ?> at the bottom.

platnum 07-03-2004 11:29 PM

Does this work with 3.0.2?

Just wanted to know before I upgrade, lol.

Thanks :D

Steve123 07-04-2004 01:08 AM

I am also having the same problem..

Using 3.0.2


Quote:

=================================
includes/functions_showthread.php
=================================

Find:
__________________________________________________ _________________________________________

// ###################### Start getreputationimage #######################
Not found in functions_showthread.php

But looking at the code its only for if u use awards which i dont want to use (yet). So im gnna skip this step and see how it goes

Steve123 07-04-2004 02:05 AM

Ok use functions_reputation.php

think u will need to have user rep turned on for it to work tho

blueuniverse 07-04-2004 05:49 AM

I used functions_reputation and it worked, even though I have user rep turned off.

Thanks

jonpanky 07-04-2004 01:39 PM

I keep getting this error, I have tried deleting the games tables and starting again but it keeps coming back?

Code:

Database error in vBulletin 3.0.2:
Invalid SQL:
                INSERT INTO datastore VALUES('arcadesettings', 845)
       
mysql error: Duplicate entry 'arcadesettings' for key 1
mysql error number: 1062


jonpanky 07-04-2004 01:51 PM

P.s I'm now wondering why I'm having trouble doing this hack. Could it be due to the fact that I'm running 3.0.2?

Thanks
Jon

cybermomcafe 07-04-2004 02:12 PM

I just upgraded to 3.0.2 and I'm only having problems with one part...

When I have:

Code:

        if ($arcadegeneral['awardson']==1) {
                foreach ($awards as $key => $award) {
                        if ($award['userid']==$post['userid']) {
                                eval('$post[\'arcadeawards\'] .= "' . fetch_template('arcade_awards_bit') . '";');
                        }
                }
        }

in includes/functions_showthread.php

I get the following errors:

Warning: Invalid argument supplied for foreach() in /home/bundesen/public_html/testvb/includes/functions_showthread.php on line 675

Unable to add cookies, header already sent.
File: /home/bundesen/public_html/testvb/includes/functions_showthread.php
Line: 675


All times are GMT. The time now is 05:36 AM.

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.05013 seconds
  • Memory Usage 1,745KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)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