vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - ibProArcade - professional Arcade System (https://vborg.vbsupport.ru/showthread.php?t=101554)

invitezone 08-01-2012 06:51 PM

Quote:

Originally Posted by Hippy (Post 2353144)
you add this
Code:

<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
or the fix
Code:

<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />

works, thanks for your help Hippy.
I hope someones working on adding all these fixes to a new version of this :p

Hippy 08-01-2012 07:54 PM

welcome
I have posted all fixes to date
you can use the link in my sig

invitezone 08-02-2012 01:15 PM

Quote:

Originally Posted by Hippy (Post 2353441)
welcome
I have posted all fixes to date
you can use the link in my sig

yeah I know, well done for that but I was talking about the base installation files of the arcade itself.
Nevermind though it's not an important comment, just a tongue in cheek comment :)

Hippy 08-02-2012 02:05 PM

Got ya ..well Mr.zeropage can add them on the next released.

But they are there till then.

invitezone 08-02-2012 04:36 PM

Thanks Hippy

Disco_Stu 08-03-2012 12:31 PM

Is there any way to use the HTML markup for user groups like we do in the forums?

Disco_Stu 08-04-2012 01:55 AM

Never mind. I figured out how to do it.

vnairp11 08-04-2012 09:50 PM

Hi how do I increase the width of my arcade main page? I want to make it the same as forum home page.

Hippy 08-04-2012 10:03 PM

should be the same ..
try adding this template ..
over write your ARCADE template ..
not the ARCADE_vb4

https://vborg.vbsupport.ru/attachmen...8&d=1336828294

vnairp11 08-04-2012 10:06 PM

Thanks very nice that worked :)

Hippy 08-04-2012 10:11 PM

welcome
My sig has a link to all the fixes for this latest version that where not added
any issues check it out..

vnairp11 08-04-2012 10:20 PM

can you help me with this problem too

Code:

<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
when i add this to the postbit legacy it messes up the template
my template varies from the instructions. here is my template where it said to add before this code. the following is my templates code.

Code:

<vb:if condition="$post['joindate']"><div class="post_field"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></div></vb:if>
instructions code

Code:

<vb:if condition="$post['joindate']"><dt>{vb:rawphrase join_date}</dt> <dd>{vb:raw post.joindate}</dd></vb:if>

Hippy 08-04-2012 10:35 PM

Sure one page back https://vborg.vbsupport.ru/showpost....postcount=6882

vnairp11 08-04-2012 11:22 PM

Quote:

Originally Posted by Hippy (Post 2354519)


Thanks buddy that worked, you are a life saver :)

J19784B5A39B 08-05-2012 12:54 PM

Hello: I am in AdminCP panel (v3.8.5) and I do not understand where to change permissions for users per i download game

stangger5 08-05-2012 05:55 PM

Quote:

Originally Posted by J19784B5A39B (Post 2354664)
Hello: I am in AdminCP panel (v3.8.5) and I do not understand where to change permissions for users per i download game

You can only find that option in my next level arcade version..

gsmlover4u 08-08-2012 09:21 AM

how to uninstall arcade from vbulletin 4.1.11

Robru 08-08-2012 10:37 AM

Quote:

Originally Posted by gsmlover4u (Post 2355465)
how to uninstall arcade from vbulletin 4.1.11

Search in this section: https://vborg.vbsupport.ru/forumdisplay.php?f=170

J19784B5A39B 08-12-2012 11:08 PM

The users are noticing that in some games, time is marked in seconds and not minutes .... What could have happened?

Example: in a game it takes over 30 minutes to finish and score 0.28 seconds .... Why?

GandM 08-14-2012 03:53 PM

I have spent a few hours reading before posting so if the answer is right here in this thread please forgive me.

I have followed the installation instructions to a tee, except for the very last step.

In the instructions where is says
Quote:

In this navbar-Template search for:
vb 4.x
Code:

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
below add
Code:

<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
click SAVE.
When i search for
Code:

<li><a href="arcade.php{vb:raw session.sessionurl_q}">Arcade</a></li>
I get not found. So I do not know where to insert the new code into the template?
I am running vb 4.2.0

Any help or suggestions would be appreciated.

stangger5 08-14-2012 04:02 PM

Quote:

Originally Posted by GandM (Post 2356917)

I get not found. So I do not know where to insert the new code into the template?
I am running vb 4.2.0

Any help or suggestions would be appreciated.

vb4.2 you need to use the Navigation Manager and make a arcade tad there ..
No more need for the template edit..

GandM 08-14-2012 04:19 PM

Thank you for the reply. Pardon my ignorance but i have never made a tab before. I do not know what to enter for Target URL.

I can make a tab called Arcade but it does do anything, just acts like the whats new tab.

stangger5 08-14-2012 04:24 PM

Quote:

Originally Posted by GandM (Post 2356924)
Thank you for the reply. Pardon my ignorance but i have never made a tab before. I do not know what to enter for Target URL.

I can make a tab called Arcade but it does do anything, just acts like the whats new tab.

Active: Yes
Title: Arcade
Target URL: arcade.php

:)

GandM 08-14-2012 04:26 PM

Quote:

Originally Posted by stangger5 (Post 2356926)
Active: Yes
Title: Arcade
Target URL: arcade.php

:)

Thank you very much for the fast reply. The arcade tab and the arcade is working.

james_t 08-14-2012 07:12 PM

I just upgraded the forum to vBulletin 4.2 and now the arcade scores won't submit. I tried downloading the .htaccess file mentioned earlier in the thread but the .zip file won't expand.

Hippy 08-14-2012 07:42 PM

try to add the index edit..
you will find that in the txt file of the archive

james_t 08-14-2012 09:28 PM

Quote:

Originally Posted by Hippy (Post 2356965)
try to add the index edit..
you will find that in the txt file of the archive

I can't get the archive to expand, so I can't access the .txt file.

I tried pasting this into the index.php after the <?php but it made the home page error out.

// ibProArcade
if($_POST['module'] == "pnFlashGames")
{
require_once('./global.php');

switch($_POST['func'])
{
case "storeScore":
$_GET['act'] = "Arcade";
$_GET['module'] = "arcade";
$_GET['do'] = "pnFStoreScore";
break;

case "saveGame":
$_GET['do'] = "pnFSaveGame";
break;

case "loadGame":
$_GET['do'] = "pnFLoadGame";
break;

case "loadGameScores":
$gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT);
$uid= $vbulletin->userinfo['userid'];
$game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1");
$scores = $game[score];

if($scores != false)
{
//Return true
print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke
}
else
{
print "&opSuccess=false&error=Error&endvar=1";
}
break;
}
}

$act = $_GET[act];
$autocom = $_GET[autocom];
$showuser= $_GET[showuser];
if($act == "Arcade" || $autocom=="arcade") {
include "arcade.php";
exit();
}
if(!empty($showuser) && $showuser >= 1) {
$u = $showuser;
$_GET[u] = $showuser;
include "member.php";
exit();
}

// end of ibProArcade
----------------------------------------------------------

Hippy 08-14-2012 09:36 PM

That should of worked many be something was out of place.. you can email me the file and I could look it over . Details are in my profile
By the way you mentioned youtried the htaccess. Do you know if rewrite is on what code in that file? Or did you add to your already existing .htaccess

james_t 08-14-2012 09:45 PM

It's just the default index file that came with the latest vbulletin.

I tried creating a .htaccess file, but since I don't really know what I'm doing, I can't say I did it right.

I'm not sure how to email you an attachment.

Hippy 08-14-2012 09:56 PM

<a href="https://vborg.vbsupport.ru/showthread.php?p=2328579" target="_blank">https://vborg.vbsupport.ru/showthread.php?p=2328579</a>

This will help you , with the htaccess.. as far as attaching a file to a email.. find add attachment. Browse for the file v you want to attach . my email is in my profile..

Hippy 08-14-2012 10:07 PM

Did you try to make a htaccess.txt with this code in it

Code:

RewriteEngine on

# Send hardcoded ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index.php arcade.php [L,QSA]

Then up load it to your forum root dir . Then rename it to .htaccess?

james_t 08-14-2012 10:23 PM

Quote:

Originally Posted by Hippy (Post 2357002)
Did you try to make a htaccess.txt with this code in it

Code:

RewriteEngine on

# Send hardcoded ipa scores to arcade instead
RewriteCond %{QUERY_STRING} act=Arcade [OR]
RewriteCond %{QUERY_STRING} autocom=arcade
RewriteRule ^index.php arcade.php [L,QSA]

Then up load it to your forum root dir . Then rename it to .htaccess?

Nope. That's why it didn't work. :)

Have the new .htaccess uploaded and it is working fine. Thanks a bunch!

Hippy 08-14-2012 10:40 PM

Welcome, glad you got it sorted

J19784B5A39B 08-14-2012 10:55 PM

Hippy mp fot you

J19784B5A39B 08-14-2012 10:56 PM

Quote:

Originally Posted by J19784B5A39B (Post 2357015)
Hippy mp for you

Hippy mp for you :)

OhSoBlonde 08-19-2012 01:43 AM

I have this error showing up when you click the Arcade link:
Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550

Help? My brain is just not functioning today!!! :)

Hippy 08-19-2012 01:28 PM

there are 2 arcade.php files here
one for forum root dir and one if your getting errors in admincp

https://vborg.vbsupport.ru/showthread.php?p=2328579
this will fix your issue..
over write the files

jancarlo 08-21-2012 09:20 PM

Code:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, webmaster@...............com and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Apache Server at ........................com Port 80

hi, after loading 100 games in. tar, I get this error. and will not let me load any more game. I tried to uninstall the plugin and install it, but I always mistake. thanks and regards.

PS: la versione del mio vbulletin ?: (vBulletin 4.2.0 Patch Level 2)

Hippy 08-21-2012 09:21 PM

can you add one at a time..
was that error from the mass uploader ?
is this after you installed all 100 games ?

jancarlo 08-21-2012 11:12 PM

yes, the error gave it to me when I the uploader in mass .tar, and now I'm not to load any game even individually :(


All times are GMT. The time now is 02:54 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.09746 seconds
  • Memory Usage 1,834KB
  • 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
  • (11)bbcode_code_printable
  • (12)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
  • (40)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