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)

Legacy 10-26-2002 01:07 AM

Wheres that POSTBIT hack for this???

Mine not showing the postbit..only thing I saw in instructions that relate to postbit is below and that is what I have :

+-------------------------------------------------------------------------------------------------+
| In showthread.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
if (!$getperms['cangetattachment']) {
$viewattachedimages=0;
}
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
if (!$getperms['cangetattachment']) {
$viewattachedimages=0;
}

// Begin vbProArcade
// if champ system is disabled, don't do anything
if ($vpa_champsystem == 1) {
$vpa_champs_q = $DB_site->query("SELECT championactive,championid,championtext,championcol or FROM arcadegames");

$vpa_count = 0;

while ($vpa_loop = $DB_site->fetch_array($vpa_champs_q)) {

$vpa_champs_a[$vpa_count][championactive] = $vpa_loop[championactive];
$vpa_champs_a[$vpa_count][championid] = $vpa_loop[championid];
$vpa_champs_a[$vpa_count][championtext] = $vpa_loop[championtext];
$vpa_champs_a[$vpa_count][championcolor] = $vpa_loop[championcolor];

$vpa_count++;

}

} else {

$vpa_count = 0;
$vpa_champs_a = 0;

}
// End vbProArcade

+-------------------------------------------------------------------------------------------------+

+
+++
+

+-------------------------------------------------------------------------------------------------+
| In showthread.php, replace this code: |
+-------------------------------------------------------------------------------------------------+
$postbits .= getpostbit($post);
+-------------------------------------------------------------------------------------------------+

+-------------------------------------------------------------------------------------------------+
| With this code: |
+-------------------------------------------------------------------------------------------------+
// Begin vbProArcade
$postbits .= getpostbit($post,$vpa_champs_a);
// End vbProArcade

+-------------------------------------------------------------------------------------------------+

snyx 10-26-2002 10:03 AM

I installed it, and now its working great except it doesnt record comments, it just keeps the "no comment" in place?

any ideas on what could be wrong?

corsacrazy 10-27-2002 01:15 PM

is there a way to do this :

if the user does not reach a score within the top 25 scores then he does not get put on to the score board atall but instead gets a redirect message saying you did not make it onto the score board then redirects him/her to the main arcade home page ???? or somthin similar to that cheers !

girlzclan 10-27-2002 09:56 PM

everything is working great with this hack, i love it!! currently the only issue we are having is, it refuses to keep one of my members scores, we have no idea whats goign on with it, I even created her a test account to try and it still isn't working. I'm positivie it's somethign on her side, but im clueless as to what it could be. Any ideas?

futureal 10-28-2002 04:07 AM

Quote:

Originally posted by Ninth Dimension
XrayHead - The problem with this hack is that it's still only BETA, and has been for quite some time. This means that while it may work perfectly well on your system, it might not at all.
The main reason it is beta, and probably will be beta for some time, is because of the high incidence of abnormal behavior that we see. With all of the browsers and server configurations out there, it seems like 5%-10% of them do not work with this hack for some reason.

I have been able to solve most problems, but not all.

On top of that, there are the security issues. I have plenty of ideas but none have come to fruition yet. I am still working on stuff and with more experienced Flash developers on FlashKit to see what we can come up with.

futureal 10-28-2002 04:10 AM

Quote:

Originally posted by Mist
when do you suspect that the next version will be ready for release future?
I apologize for all of the delays (see above message for some info on why) but rest assured that it is still coming.

A big reason I have been offline is that we just had a huge LAN party at my apartment these past 4-5 days. At its peak we had 16 computers set up and a few X-Boxes linked together. Once I get this place cleaned up, it's back to the grind... :)

Erwin 10-28-2002 06:10 AM

LOL! I've done 4 x-boxes linked with 16 players on Halo before, at my house, with 4 TVs (2 projectors). :) It was great!

Ice Man_00 10-28-2002 12:13 PM

Thankl you, it worked :)

Cheers.

Quote:

Originally posted by Legacy
Iceman..the fix is in this thread...it has to do with the USER GROUPS.

You need to find the code in the proarcade.php its like LINE#40

if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7)) {

You need to add whatever other USER GROUPS you have created to this..example below of what I added.

if (($bbuserinfo[usergroupid] != 2) and
($bbuserinfo[usergroupid] != 5) and
($bbuserinfo[usergroupid] != 6) and
($bbuserinfo[usergroupid] != 7) and
($bbuserinfo[usergroupid] != 8) and
($bbuserinfo[usergroupid] != 12)) {

See how I added 8 and 12...you can get the USER GROUP NUMBER# by running your Mouse over the EDIT and it will display in your status bar..if its to big in your status bar then right click on edit and COPY SHORTCUT..then paste it into NOTEPAD to read the URL...the USER GROUP # will be seen in the URL

Hope this helps


Also make sure you TURNED 'ON' all the games in the Admin Panel


Dean C 10-28-2002 05:54 PM

Quote:

Originally posted by futureal


I apologize for all of the delays (see above message for some info on why) but rest assured that it is still coming.

A big reason I have been offline is that we just had a huge LAN party at my apartment these past 4-5 days. At its peak we had 16 computers set up and a few X-Boxes linked together. Once I get this place cleaned up, it's back to the grind... :)

Its ok... your the hackmaker - not me ;)

You've done a fantastic job and i can't wait for the next version so i can install this on my boards :)

Regards

- miSt

Limpkinw 10-29-2002 01:15 AM

Repost...and lil more

Ok I installed this GREAT HACK...everything works very well EXCEPT I can not seem to upload thumbnails for the games...
I tried the safe mode fix with no luck. I do not get any errors it just doesnt change the thumb. Any Ideas?

In addition the champions system doesnt seem to work. Is there anything that I should check over to get it up -n- runnin?
Thanks.


All times are GMT. The time now is 05:35 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.02585 seconds
  • Memory Usage 1,757KB
  • 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_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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