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)

infnity8x3 10-01-2011 04:50 PM

I have been getting this since the update
Quote:

Warning: Missing argument 3 for skin_v3Arcade::copyright(), called in [path]/arcade/modules/mod_modcp.php on line 567 and defined in [path]/arcade/skins/skin_v3Arcade.php on line 1880
IDK cause i never messed with the copyright.

Hippy 10-01-2011 04:55 PM

Quote:

Originally Posted by HeLLCiTo (Post 2252019)
thanks very much :up:



welcome

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

Quote:

Originally Posted by infnity8x3 (Post 2252024)
I have been getting this since the update

IDK cause i never messed with the copyright.


you may of missed a file replacing them .. try and reupload ALL files .. then re import the xml file in the admincp and allow over wirte..
should fix ya up..

infnity8x3 10-01-2011 05:28 PM

Fresh re-install still same problem made no file edits what so ever. I get this error when I got to the arcademodcp and try to edit score comments. That is the msg that pops up when i click the edit button.

Quote:

Warning: Missing argument 3 for skin_v3Arcade::copyright(), called in [path]/arcade/modules/mod_modcp.php on line 567 and defined in [path]/arcade/skins/skin_v3Arcade.php on line 1880
This is my line 567 in mo_modcp.php
PHP Code:

$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1']); 

and here is line 1880 in skin_v3Arcade.php well the whole function.
PHP Code:

function copyright($version,$country,$BFL) {
//
// if you had BRANDING FREE before ibProArcade v2.7.1+
// please contact me via mail -> ibproarcade@gmail.com
// to get the new instructions for BRANDING FREE - more easy now!
// !! DO NOT CHANGE THE CODE IN HERE ANYMORE !!
//
$text "
    <div align='center' style='font-size: 8pt;'>
        ibProArcade v
{$version}<br />";
if (
$country == "de") { $text $text "Erweiterte vBulletin-Version &copy; MrZeropage (<a href='http://www.vbulletin-germany.org/forumdisplay.php?f=28' target='_blank' title='www.vbulletin-germany.org'>www.vbulletin-germany.org</a>)<br />"; }
else { 
$text $text "Extended vBulletin-Version &copy; MrZeropage (<a href='https://vborg.vbsupport.ru/forumdisplay.php?f=170' target='_blank' title='www.vbulletin.org'>www.vbulletin.org</a>)<br />"; }
$text $text "</div><br />";
return (
$BFL "" $text);


Ok... nice I figured it out. Commenting out line 567 in mod_modcp.php
PHP Code:

$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1']); 

Fixed the error as a side effect it also removed branding. I don't think it really matters much because it only effects an area moderators can see. But if this bug effects other sections of the hack then the dev may want to look into it.

Hippy 10-01-2011 07:03 PM

I still think some files are not getting over writen'

does it do the same thing for the other skin ?
skin_arcade.php? it must

because the line in your mod_modcp.php file should be

PHP Code:

$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1'],$main->BFL); 

instead of commenting this line out
PHP Code:

$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1']); 

change it to

PHP Code:

$this->html .= $main->html->copyright($main->version,$ibforums->lang['timeformat1'],$main->BFL); 


infnity8x3 10-01-2011 08:55 PM

That is a proper working fix thanks. I for the sake of trying to save my sanity re re downloaded the mod from the release thread. Opened it and went right to mod_modcp.php and the edit has to be done there to. So I know i overwrote everything this is actually a small bug in the code.

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

Hippy 10-01-2011 09:01 PM

it didnt over write if thats the line in the file you posted...

infnity8x3 10-01-2011 09:31 PM

Thank you for your help. And I guess this problem only pertains to me... But.

http://www.youtube.com/watch?v=mxMHZSNxybs

Hippy 10-01-2011 09:50 PM

dude sorry I did PM zeropage about that I found that the day released ...
and I fixed my file and pmed him about it ...

your 100% correct that line should of been the same as the otehr line .. simply change it to the above , whatI posted and your fixed ...

Hippy 10-13-2011 12:27 AM

been doing some testing .. with this issue of being logged out if you don't have remember me checked when logging to the forum.

A little info on what I did

I completely removed holdesession.php
and anything and everything to do with holdsession.php in the files, skins etc and also in one of the ibProArcade plugins

I logged to the board with remember me not checked..

I played alot of games.. paused for few min, finished the game, submitted score .. no issues

played long games..10 15 min. played short games..

worked 100% and the best part is no errors in the apache log file..
and you don't get logged out of the arcade /forum

works with or with out remember me checked..

I think now after this testing that the holdsession is no longer needed with vb4.08 and newer.

tested on vb4.1.7

going to test some more and consult with a few..
will keep ya posted

Hippy 10-16-2011 11:16 PM

still working with out a hitch..
with out editing every file .. just delete everything in your holdsession.php and upload it ..
yes it will be blank..
but it's just about the same this is how I stumbled across this..

anyone wants to help test this out let me know..


Quote:

Originally Posted by Hippy (Post 2256554)
been doing some testing .. with this issue of being logged out if you don't have remember me checked when logging to the forum.

A little info on what I did

I completely removed holdesession.php
and anything and everything to do with holdsession.php in the files, skins etc and also in one of the ibProArcade plugins

I logged to the board with remember me not checked..

I played alot of games.. paused for few min, finished the game, submitted score .. no issues

played long games..10 15 min. played short games..

worked 100% and the best part is no errors in the apache log file..
and you don't get logged out of the arcade /forum

works with or with out remember me checked..

I think now after this testing that the holdsession is no longer needed with vb4.08 and newer.

tested on vb4.1.7

going to test some more and consult with a few..
will keep ya posted


yesfans 11-23-2011 05:37 PM

4.1.8 removed ARCADE link from Navbar, how to put it back??

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

nvr mind I got it.

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

4.1.8 Vb, have a user saying....

"When in the arcade - it won't update your score - it says it needs a security certificate"

I am unable to duplicate it and have asked that person what game he was in. But has anyone seen this one?

Hippy 11-23-2011 08:44 PM

check your apache error log .. most likely it's missing the gamedata folder..

Zarpor 12-21-2011 09:48 AM

http://screensnapr.com/e/kQx2mX.png

Getting there errors any idea what it may be?

Also my game scores save but when i hit the score screen i get this string of errors

http://screensnapr.com/e/XLyPk0.png

Hippy 12-21-2011 11:55 AM

when I get home I will see what I can figure out

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

I can't make this out by your errors posted
I'm going to need to get on your place to see
pm me details.

Leica.Robbiani 01-02-2012 01:42 AM

Hi there,

I am sure I did all right during nstallation, all files are at its place. But this one left me in confusion:

Quote:

Expand the menu "Arcade" in the left AdminCP-menu
I cannot find the Arcade-menu in my AdminCP-menu.

Best regards

L.R.

Hippy 01-02-2012 01:25 PM

make sure you upload the files to the correct place ..
these file are missing or in the wrong place
includes /xml/ folder
xml/cpnav_arcade.xml
xml/hooks_ibproarcade.xml
xml/product-ibproarcade.xml

Iguana Goddess 01-08-2012 03:45 PM

Thnx for the fixes Hippy!

Gamelobby 01-09-2012 07:40 AM

Hippy, Please help.!!
I have tried every fix here, & still nothing. Actually i've done so many fixes i think my fixes are causing problems. lol (not really, but ive done way more than i needed to)

http://www.gamelobby.com/Forum/arcade.php

Hippy 01-09-2012 10:37 AM

try this
https://vborg.vbsupport.ru/attachmen...7&d=1301435838
https://vborg.vbsupport.ru/attachmen...3&d=1313025056
upload these to skin files and allow over write..

if you did all the fixes this is all thats left.. because of your custom style this will work..


Quote:

Originally Posted by Iguana Goddess (Post 2285245)
Thnx for the fixes Hippy!

welcome

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

Quote:

Originally Posted by Gamelobby (Post 2285472)
Hippy, Please help.!!
I have tried every fix here, & still nothing. Actually i've done so many fixes i think my fixes are causing problems. lol (not really, but ive done way more than i needed to)

http://www.gamelobby.com/Forum/arcade.php

also noticed you did not add the Arcade template posted here..

Gamelobby 01-10-2012 02:04 AM

Quote:

Originally Posted by Hippy (Post 2285498)
also noticed you did not add the Arcade template posted here..

I'll try those, but they are php files (& you say allow overwrite.?) Also, im not sure what you mean by this ^

Hippy 01-10-2012 10:41 AM

add my template posted here https://vborg.vbsupport.ru/showthread.php?t=249120 first post has the template
and the 2 files I posted above add to your ftp in your arcade skin folder..
over write the oem ones or delete them first or what ever you need to do to replace them files..
if you need help send me details via pm and I will do it for you

Gamelobby 01-11-2012 12:59 AM

Got it.!!

Thanks. :D

Hippy 01-11-2012 02:27 AM

looking good 2 thumbs up glad I could be a of service

goxy63 01-15-2012 12:02 AM

Does one knows how can I achieve this:

http://img576.imageshack.us/img576/7916/arcadehowto.gif


http://img849.imageshack.us/img849/2364/sample.gif

Picture says most of it, but let me explain with my poor English

I want those names of games in statistics to be clickable/linking to very same games

Also as in second picture (not from my site) it would be great to set images just before those game names there as it looks nice :)

Anyone know how to do this and where to do changes?

Thanks

Hippy 01-15-2012 12:15 AM

go to next level arcade and ask stangger5 https://vborg.vbsupport.ru/member.php?u=100434
small donation and I am sure he will do it

goxy63 01-15-2012 01:48 AM

Quote:

Originally Posted by Hippy (Post 2287940)
go to next level arcade and ask stangger5 https://vborg.vbsupport.ru/member.php?u=100434
small donation and I am sure he will do it

Will do, thanks

TalkVirginia 01-16-2012 12:53 AM

I've tried to fix this myself but I really need a hand here. After installing the arcade it's jacked up my site style as shown below:

Home CMS page shows fine.

http://www.333amparanormalresearch.com/images/img1.jpg

Arcade page... not so much.

http://www.333amparanormalresearch.com/images/img2.jpg


Also the text on the box fieldsets are black when it should be white.

https://vborg.vbsupport.ru/


I'm hoping someone can help me with this.

Thanks in advance!
Jim

EDIT: I decided to discontinue using the Arcade so this can be disregarded. Thanks anyway.

Hippy 01-16-2012 10:47 AM

well went you decide to use it again these where easy fixes..

TalkVirginia 01-19-2012 11:20 AM

Quote:

Originally Posted by Hippy (Post 2288496)
well went you decide to use it again these where easy fixes..

Thank you. Actually I decided to reinstall it on my site and still having the same issues. Can someone help with this please?

Thank you again

Hippy 01-19-2012 08:17 PM

sure .. I can come by and do it for you or try and walk you trough it
My first couple post fix 99.9% of things other wise pm me details and ILl pop in to fix it

Destiny25 01-22-2012 10:06 PM

Hey,

I?m having problems with the postbit:

https://vborg.vbsupport.ru/

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

Regards

Hippy 01-22-2012 11:24 PM

the code you added was from the read me file in the zip file ?

well t he code was wrong
try this

https://vborg.vbsupport.ru/showpost....28&postcount=3
if you have it's another mod doing it but this one triggered it .
I'll need to pop in there to see
pm me details if you don't get it with that post

Destiny25 01-23-2012 09:34 AM

Thank you, it works! :)

ariellio 03-07-2012 04:09 PM

I tried searching this thread but wasn't able to find anything on this bug.

I upgraded from arcade 2.7 to 2.7.2 in vB 4.0.8 and got this message:
Quote:

Warning: stristr() [function.stristr]: needle is not a string or an integer in [path]/arcade.php on line 5550
I overwrote all php files before overwriting the product. Am I missing something?

stangger5 03-08-2012 12:29 AM

Quote:

Originally Posted by ariellio (Post 2307173)
I tried searching this thread but wasn't able to find anything on this bug.

I upgraded from arcade 2.7 to 2.7.2 in vB 4.0.8 and got this message:


I overwrote all php files before overwriting the product. Am I missing something?

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

pcg 03-10-2012 06:22 AM

Some games are black after the upgrade. Any advice? Running 4.1.11 and the latest Arcade.

Hippy 03-10-2012 12:34 PM

if you click a game and it's black .. it's missing the .swf
if you still have the game you uploaded use winrar to unpack it and re upload via ftp the *.swf file to your arcade folder..
if they are all black, most likely you don't have flash install on your browser

TheBrettster 03-14-2012 07:50 PM

Quote:

Originally Posted by TalkVirginia (Post 2288359)
I

Also the text on the box fieldsets are black when it should be white.

http://www.333amparanormalresearch.com/images/img3.jpg


[/B]


I'm having this issue aswell.

Hippy 03-14-2012 08:21 PM

reset-fonts.css template change the #000 to the color of your choice ..
legend{color:#000

I believe the html{color:#000; as wel but I forget what font it changed

dan325ci 03-29-2012 05:07 PM

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?


All times are GMT. The time now is 06:03 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.01671 seconds
  • Memory Usage 1,857KB
  • 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
  • (6)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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