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)

Gemma 05-27-2012 10:19 AM

Go to phpmyadmin, find the tournaments table and change the collation to "utf8_general_ci".

Linux123 05-27-2012 10:54 AM

Quote:

Originally Posted by Gemma (Post 2333444)
Go to phpmyadmin, find the tournaments table and change the collation to "utf8_general_ci".

I have just checked and changed it to utf8_general_ci

Every collation is now utf8_general_ci but I am still getting the same error.

Chadi 05-29-2012 03:20 AM

1 Attachment(s)
What part of the skin file do I modify to adjust the padding/font size on the pagination on the bottom right?

Hippy 06-01-2012 01:06 PM

I never seen a issue with that before.
LOok in the main arcade root file. Off hand I think tborder and atl1 or alt2. May have something to do with it. I don't think its tcat.. you'll find these in the ARCADE.css

Hippy 06-01-2012 09:23 PM

CSS templates
reset-fonts.css
look for
Code:

html{color:#000;
and change the 000 to what ever color you like

Glockie 06-01-2012 09:36 PM

Cheers Hippy mate,

I must have fixed it as you typed this.. I've found it, edited it and it's working fine. Hence why I deleted my post - I didn't want to waste anyone's time

So thank you very much! I appreciate the help anyway :D


* I opened Arcade.css and edited that way btw *

Glockie 06-01-2012 09:54 PM

Hmm now I DO have another problem..

I've just tested the arcade and once you go to submit a high score, instead of proceeding to the high score page where you can enter your comments etc, it actually redirects to this new damn VB feature ( which has caused me some big probs ) the stream activity.php page..

So in short = play a game, goto submit your score, you get taken to activity.php page NOT the default high score page and the scores are NOT being recorded when I checked the high scores page itself..

Again, I appreciate any help in advance, this one I know I won't be able to sort myself :o

Hippy 06-01-2012 10:03 PM

<a href="https://vborg.vbsupport.ru/showthread.php?p=2328579" target="_blank">https://vborg.vbsupport.ru/showthread.php?p=2328579</a>
at the bottom of that post you'll find a .htaccess rewrite
follow that ..

no more editing the index.php

Glockie 06-02-2012 10:16 AM

Hi Hippy,

Ok I've done as requested but now when I submit a new score, it goes to a page not found error.
As if the page doesn't exist.. :confused:

Thanks for your help

The requested page is = http://www.********/index.php?act=Arcade&do=newscore

And it's a no-go.

Hippy 06-02-2012 10:40 AM

you have or added the .htaccess ?

as per
edit your .htaccess If you have one

add

Code:



  # 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]

under
Code:

  RewriteEngine on
if you don't have a .htaccess file ,make one and add this to it and upload to your root dir

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]

if your RewriteEngine is not one this will not work
ask your host to enable it


All times are GMT. The time now is 12:19 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.06101 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
  • (4)bbcode_code_printable
  • (1)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