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



All times are GMT. The time now is 10:48 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.01358 seconds
  • Memory Usage 1,769KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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