vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   ibProArcade Archive (https://vborg.vbsupport.ru/forumdisplay.php?f=174)
-   -   ibProArcade Fixes (https://vborg.vbsupport.ru/showthread.php?t=249120)

Hippy 03-29-2012 07:19 PM

Quote:

Originally Posted by dan325ci (Post 2314768)
After upgrading to the latest arcade version or vbulletin.... i am getting this error at the top of the arcade:

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550


I am not sure exactly if this started happening after upgrading to the latest vbulletin or arcade (both were don't recently)

Anybody can help me with a solution?

this thread will help you

https://vborg.vbsupport.ru/showthread.php?t=279382

stangger5 has posted the way he did it .. if you need me to do the edit and send you the file
pm me..

Hippy 04-04-2012 10:00 AM

added more info / fixes to the first post

killerhmd 04-07-2012 02:43 AM

Quote:

Originally Posted by Destiny25 (Post 2291142)
Hey,

I?m having problems with the postbit:

http://www.liebeskummer-forum.net/postbit.jpg

I?ve tried out your bug fixes but it still is completely mixed up. Could you please help me? Thank you!

Regards

I am having this same issue. :(

https://vborg.vbsupport.ru/external/2012/04/52.png

Hippy 04-07-2012 12:24 PM

You need to add a <br /> in template that you added the code to

Hippy 05-03-2012 09:51 PM

For People looking to add a Tab / buttton for the arcade

Arcade: Main Nav Tab + Sub Menu + Dropdown Menu
https://vborg.vbsupport.ru/showthread.php?t=235218

by princeedward

if you do not want to add this plugin manually

here is a xml.....


https://vborg.vbsupport.ru/attachmen...6&d=1328153789

nacaruncr 05-10-2012 01:41 PM

1 Attachment(s)
I have this problem:
https://vborg.vbsupport.ru/attachmen...1&d=1336660844

I followed the instructions from the first post and anything :S
Any idea?

Raptor 05-10-2012 05:55 PM

instead of dozens of confusing fixes why isnt a new pack released ?

i appreciate your efforts hippy but im afraid its too much of a mess - im even using default skin and it doesn't display correctly

after years of using this mod im going to have to finally uninstall it until its supported correctly again :(

Hippy 05-10-2012 11:01 PM

Quote:

Originally Posted by Raptor (Post 2328159)
instead of dozens of confusing fixes why isnt a new pack released ?

i appreciate your efforts hippy but im afraid its too much of a mess - im even using default skin and it doesn't display correctly

after years of using this mod im going to have to finally uninstall it until its supported correctly again :(

If you like I can come by and fix it for you.. PM me
its all here for Mrzeropage to add to his first post.. sorry I can only do so much to keep it alive..

--------------- Added [DATE]1336694677[/DATE] at [TIME]1336694677[/TIME] ---------------

Quote:

Originally Posted by nacaruncr (Post 2328023)
I have this problem:
https://vborg.vbsupport.ru/attachmen...1&d=1336660844

I followed the instructions from the first post and anything :S
Any idea?

open up your adrcade skin file and search for tcat .. and replace them all to blockhead

and make sure you change the template I have in the first post...If you need me to stop by pm me

Hippy 05-11-2012 11:22 PM

<a href="https://vborg.vbsupport.ru/showthread.php?p=2328579#post2328579" target="_blank">Updated IbProarcade Fixes</a>
this thread will no longer be updated ...
thanks

Hippy 05-12-2012 12:43 PM

1 Attachment(s)
Quote:

Originally Posted by Hippy (Post 2328220)
If you like I can come by and fix it for you.. PM me
its all here for Mrzeropage to add to his first post.. sorry I can only do so much to keep it alive..

--------------- Added [DATE]1336694677[/DATE] at [TIME]1336694677[/TIME] ---------------



open up your adrcade skin file and search for tcat .. and replace them all to blockhead

and make sure you change the template I have in the first post...If you need me to stop by pm me

I edited the skin files
and attached them..
replace your skin files..

in /arcade/skins/ folder

over write

HeLLCiTo 06-10-2012 02:22 PM

I get a message that the score will not be saved but only I can think of a game, what are the permissions on the FTP Arcade to php swf and gif files because I think it may be that

another question

The messages also won tournaments has moved me other profile data


https://vborg.vbsupport.ru/external/2012/06/39.jpg

thanks

Hippy 06-10-2012 03:21 PM

1 Attachment(s)
in your postbit_legacy
change your edit from
Code:

<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd>
or
if you never fixed the typo it will like so
Code:

<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
change it to
Code:

{vb:raw post.crowns}{vb:raw post.champtext}
and you can try this as well if the above is not perfect
Code:

{vb:raw post.crowns}<dd>{vb:raw post.champtext}</dd>
now for the score not saving

no more edits in the index.php for vb4.2.0 (if you added it , remove it)
also good for anything before
if you don't want to edit your index file any longer


add this .htaccess file to your forums root dir

same place you will find your forum.php index.php and arcade.php

*note If you already have a .htaccess file there add this

add this
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 have a existing htaccess
other wise just upload this one attached

HeLLCiTo 06-10-2012 03:44 PM

thanks

it from postbit_legacy has been fixed

I have not a file called .htaccess I should do

Hippy 06-10-2012 03:51 PM

sorry I forgot to add the file .. see above post

HeLLCiTo 06-10-2012 05:22 PM

thanks, I just download

I added. htaccess in the root directory and in the arcade directory but the strange thing happens to me only a game, the game is called Panda jumping if it helps

Hippy 06-10-2012 08:56 PM

the file only goes in the root dir ..
and I don't quite understand what you mean about the game
this is the only one not working ?

HeLLCiTo 06-11-2012 05:59 PM

Quote:

Originally Posted by Hippy (Post 2338553)
the file only goes in the root dir ..
and I don't quite understand what you mean about the game
this is the only one not working ?

yes only this game is giving me the problem

I've put the file in the root directory folder and the arcade folder

Hippy 06-11-2012 06:07 PM

Not all games work../ save score you can email it to me and I'll test it. Details in my profile

HeLLCiTo 06-12-2012 08:11 PM

Quote:

Originally Posted by Hippy (Post 2338783)
Not all games work../ save score you can email it to me and I'll test it. Details in my profile

I just send the game by email

thanks :up:

Hippy 06-12-2012 08:33 PM

I tested the same v2 game yesterday and it saved score "Same files Same size"
Not sure why it will not save score by U
did you try to uninstall and reinstall it ?

dan325ci 06-14-2012 04:48 PM

Hi

We are using NGINX and do not have any .htaccess file in the root directory of the arcade.

Also, the zip attachment you have above has nothing in it.

Our problem is half the games are not able to submit scores...


Quote:

Originally Posted by Hippy (Post 2338477)
in your postbit_legacy
change your edit from
Code:

<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd>
or
if you never fixed the typo it will like so
Code:

<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br />
change it to
Code:

{vb:raw post.crowns}{vb:raw post.champtext}
and you can try this as well if the above is not perfect
Code:

{vb:raw post.crowns}<dd>{vb:raw post.champtext}</dd>
now for the score not saving

no more edits in the index.php for vb4.2.0 (if you added it , remove it)
also good for anything before
if you don't want to edit your index file any longer


add this .htaccess file to your forums root dir

same place you will find your forum.php index.php and arcade.php

*note If you already have a .htaccess file there add this

add this
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 have a existing htaccess
other wise just upload this one attached


HeLLCiTo 06-15-2012 10:23 PM

Quote:

Originally Posted by Hippy (Post 2339096)
I tested the same v2 game yesterday and it saved score "Same files Same size"
Not sure why it will not save score by U
did you try to uninstall and reinstall it ?

I tried to install and gives me the same error and it is rare

I've installed it as a mirror, without removing the previous version, but now is I have two identical sets

Hippy 06-16-2012 09:42 AM

Quote:

Originally Posted by dan325ci (Post 2339569)
Hi

We are using NGINX and do not have any .htaccess file in the root directory of the arcade.

Also, the zip attachment you have above has nothing in it.

Our problem is half the games are not able to submit scores...

the file above is not empty
I do not have the time to check your OS
but you need to have your ftp client set to be able to view dot file
you can make your own .htaccess with this 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]

and up load it to your forum root dir
this goes for the others who are posting they are adding this to there arcade dir

Quote:

Originally Posted by HeLLCiTo (Post 2339917)
I tried to install and gives me the same error and it is rare

I've installed it as a mirror, without removing the previous version, but now is I have two identical sets

so both do not work..
Im not sure why this happens to some with these older v2 games
make a test site and try it there

dan325ci 06-17-2012 03:50 PM

Actually i know how to create an .htaccess file...its just that NGINX web servers do not use the .htaccess file so what could i do in it's place?

I also have a second question...seems when i add games it says that i need to CHMOD certain directories to 777. I am just curious if setting these directories to 777 will post any security risks....and the arcade directory in general should be set to 777 or 755?

Thanks.

Quote:

Originally Posted by Hippy (Post 2340006)
the file above is not empty
I do not have the time to check your OS
but you need to have your ftp client set to be able to view dot file
you can make your own .htaccess with this 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]

and up load it to your forum root dir
this goes for the others who are posting they are adding this to there arcade dir


so both do not work..
Im not sure why this happens to some with these older v2 games
make a test site and try it there


Hippy 06-17-2012 04:50 PM

Did you do the index edit ? in the archive you'll find the code

Buller 06-18-2012 09:55 AM

Hi Hippy

I uploaded your htaccess file to the root dir where arcade.php, index and forum are and then removed the index.php arcade code, I then tried a game and it would not send the score, I put the code back in the index.php did not remove the htaccess file and then replayed the game and it scored. Any ideas ?

Hippy 06-18-2012 02:43 PM

was it a .htaccess ? or htaccess with out the .

was was the issue before ?

Buller 06-18-2012 03:06 PM

Quote:

Originally Posted by Hippy (Post 2340739)
was it a .htaccess ? or htaccess with out the .

was was the issue before ?

That was it, forgot the "." Thank You Hippy

Hippy 06-18-2012 03:15 PM

Anytime

Gerry5039 06-23-2012 12:44 AM

Im so sorry but this thread has just totally confused me, Im not a programmer so I am beat and will have to install the Arcade. this line is not in my navbar template,

HTML Code:

<li><a href="calendar.php{vb:raw session.sessionurl_q}">{vb:rawphrase calendar}</a></li>
So I cant go any further.

Thanks

Hippy 06-24-2012 10:37 AM

what version of vb are you running ?
if your running anything under vb4.2.0 then use this mod
https://vborg.vbsupport.ru/showthread.php?t=235218
or here is the xml to install it for you
https://vborg.vbsupport.ru/attachmen...6&d=1328153789

if your vb4.2 then use the navigation manager

and here is the updated fix thread https://vborg.vbsupport.ru/showthread.php?p=2328579

Mahoni999 09-18-2012 10:48 AM

Hello Hippy :)

Can you help me with this Error?

Error #011 -> gid=108|ui[a_sess_gid]=108|g[gid]=|vs[mid]=11578|vs[gname]=redandblu|gamename=redblu

I am unsure for what stays the Error 11 ??

Thanks in Advance :)

Mahoni

Hippy 09-18-2012 10:58 AM

I need a little more detail.what version are you using what started this error. Where are your seeing this error what fixes did you apply already . The more the better

Mahoni999 09-18-2012 02:51 PM

i am not havin the Problem myself. just trying to help somebody.

Arcade running is 2.7.2

Certain Games can`t submit Highscore. Not all of them basicly older ones.

The basic Error-Message is: This score was not submitted from the game. Your score will not be saved.

After Debuging we got this Error 11 Message.

holdsession.php is in Place. No CMS is running so no Need to modify the index.php

I will try to get more Details.

Kind Regards,
Mahoni

Hippy 09-18-2012 03:10 PM

If your using vb4 open up the holdsession and delete everything in it or comment it all out..Save and upload over writing the old one. if its vb3 leave it...its not needed for vb4 open but you cant just delete the file. Because the script is calling it m but it will be find like that.

Mahoni999 09-18-2012 03:13 PM

Oh sorry forgot to tell which vb Version.

Arcade is running on vb 3.8.6

stangger5 09-18-2012 05:17 PM

Quote:

Originally Posted by Mahoni999 (Post 2366395)
Error #011 -> gid=108|ui[a_sess_gid]=108|g[gid]=|vs[mid]=11578|vs[gname]=redandblu|gamename=redblu

I am unsure for what stays the Error 11 ??

Mahoni

Error #11 is suppost to be for cheating..
Looking at your error message,,it doesnt have the game id..

Error #011 -> gid=108|ui[a_sess_gid]=108|g[gid]=|vs[mid]=11578|vs[gname]=redandblu|gamename=redblu

The g[gid]= should say g[gid]=108..

Look at the game redblu and see if its id is 108..

Mahoni999 09-18-2012 05:53 PM

Hello stangger :)

The Game ID is correct. it is 108.

For sure Cheating is not the Reason for it. I just play the Game regular and it won`t save.

On my Site the Game works fine and saves Highscores. So i guess it must be something on this other Site.

Could it be a Incompatibility of the PHP Version? How can the game id get lost?

Regards,
Mahoni

stangger5 09-18-2012 06:16 PM

Have them look in the error logs,,see if it says anything about max_input_vars in php.ini ..

Mahoni999 09-19-2012 06:27 AM

Hello stangger :)

What if they see a Error Log like you posted? What would be the Problem? i Know this is responsible for the Runtime. Would that mean the PHP Version isn`t good for the Arcade?

Regards,
Mahoni


All times are GMT. The time now is 06:04 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.01569 seconds
  • Memory Usage 1,850KB
  • 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
  • (14)bbcode_code_printable
  • (1)bbcode_html_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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