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)

MentaL 02-22-2012 06:14 PM

One of my mods got jacked yesterday. Checked logs and found this. I'm using 2.7.1+ . Took him around 20 minutes to crack the moderators string.

Quote:

Exploit Details Removed - BirdOPrey5 - Will PM Them to the Mod Author

MentaL 02-22-2012 07:43 PM

Person conducting the exploits are;

<Removed>

BirdOPrey5 02-27-2012 09:32 PM

Mod restored. :up:

MrZeropage 02-27-2012 09:56 PM

we are back :)

Mark.B 02-27-2012 09:56 PM

Thanks...have patched mine manually.

stangger5 02-27-2012 10:36 PM

Thanks MrZ !!!!

BF777 02-27-2012 11:22 PM

Quote:

Originally Posted by Hippy (Post 2276011)
different mod but
admincp > Plugins & Products >Plugin manager > Navbar Arcade Tab
disable it

I tried to follow these instructions but it didn't work. Any other suggestions?

Hippy 02-28-2012 12:21 AM

Quote:

Originally Posted by BF777 (Post 2304039)
I tried to follow these instructions but it didn't work. Any other suggestions?

lost me .. you want to add a button / tab ?

if so https://vborg.vbsupport.ru/showthrea...39#post2295239

JesterP 02-28-2012 02:07 AM

Just did the upgrade, uploaded all files, overwrite set to yes, enabled arcade:

Code:

mySQL query error: SELECT p.mid, p.tid, t.nbtries, p.timesplayed, p.faceoff, p.rung, t.creat FROM tournament_players AS p LEFT JOIN tournaments AS t ON (p.tid=t.tid) LEFT JOIN tournament_players_statut AS s ON (p.tid=s.tid AND p.mid=s.mid) WHERE p.timesplayed<t.nbtries AND p.notified=0 AND t.demare=1 AND s.statut=0 AND p.timeplayed<1330139054

mySQL error: Unknown column 't.nbtries' in 'field list'
mySQL error code:
Date: Monday 27th 2012f February 2012 09:04:14 PM

Help please.

BlissfulErin 02-28-2012 02:19 AM

Updated, correct version shows when you go to the arcade, but still shows 2.7.2 in products in AdminCP.

Total666 02-28-2012 03:11 AM

Weird - In my plug in panel the version shows 2.7.2 but in the arcade it reads 2.7.1 ?

Sarteck 02-28-2012 03:44 AM

I got this:

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

Not sure what I did wrong, 'ere.

Alecsmith 02-28-2012 03:50 AM

Upgraded successfully no errors clean upgrade :)

Hippy 02-28-2012 04:11 AM

Quote:

Originally Posted by BlissfulErin (Post 2304072)
Updated, correct version shows when you go to the arcade, but still shows 2.7.2 in products in AdminCP.

Quote:

Originally Posted by Total666 (Post 2304085)
Weird - In my plug in panel the version shows 2.7.2 but in the arcade it reads 2.7.1 ?

did you install the new arcade.php in your root dir ?
if you did the patching your self then you forgot to edit the var $version = "2.7.2+";

JesterP 02-28-2012 04:29 AM

Quote:

Originally Posted by Hippy (Post 2304095)
did you install the new arcade.php in your root dir ?
if you did the patching your self then you forgot to edit the var $version = "2.7.2+";

Personally, I uploaded all files, ran the product install with overwrite set to yes.

viper357 02-28-2012 06:36 AM

Mark.B, how did you do that? I'm not too keen on doing the install. Thanks.
Quote:

Originally Posted by Mark.B (Post 2304021)
Thanks...have patched mine manually.


Mark.B 02-28-2012 06:44 AM

Quote:

Originally Posted by viper357 (Post 2304126)
Mark.B, how did you do that? I'm not too keen on doing the install. Thanks.

Get a copy of 2.7.1 AND 2.7.2.

Use the list of files Hippy posted HERE. (Ignore the adminCP one and the XML one unless you actually want the version number to change, as they are just version numbers, everything else has important code changes).

Then use a compare utility (such as Beyond Compare) to identify the changes between the 2.7.1 files and the 2.7.2 files.

Then make those same changes to your own arcade files.

Megareus Rex 02-28-2012 07:13 AM

I get a nondescript "encoding" error now whenever the arcade is enabled. Running vB 3.8.4. Disabling it gives the message as expected, but activated it gives that error. No other error text to go on, though.

What's up with it?

moonbase 02-28-2012 07:46 AM

Updated with no issues at all, and in less than 3 minutes.

Thanks, Mr. Zero.

DAMINK 02-28-2012 07:56 AM

Upgraded and are getting this error...

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

viper357 02-28-2012 08:02 AM

Quote:

Originally Posted by Mark.B (Post 2304129)
Get a copy of 2.7.1 AND 2.7.2.

Use the list of files Hippy posted HERE. (Ignore the adminCP one and the XML one unless you actually want the version number to change, as they are just version numbers, everything else has important code changes).

Then use a compare utility (such as Beyond Compare) to identify the changes between the 2.7.1 files and the 2.7.2 files.

Then make those same changes to your own arcade files.

Thank you, much appreciated. :up:

g00gl3r 02-28-2012 08:58 AM

Oh so there was a security issue with the arcade system then?

Ricsca 02-28-2012 09:35 AM

In eader:

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

killer99 02-28-2012 09:54 AM

update with succeffull, but when try to save a score, get an error ...
i try to translate .." u cannot update because you don't have a security signal"
sorry 4 my english ..

Kolbi 02-28-2012 10:49 AM

how to manually fix this issue?

BlueCheri 02-28-2012 10:56 AM

Smooth upgrade, works nice.

Thanx

G!

Mark.B 02-28-2012 12:00 PM

Quote:

Originally Posted by Kolbi (Post 2304182)
how to manually fix this issue?

https://vborg.vbsupport.ru/showpost....postcount=6579

BirdOPrey5 02-28-2012 12:08 PM

Quote:

Originally Posted by g00gl3r (Post 2304155)
Oh so there was a security issue with the arcade system then?

Yes, you need to upgrade to 2.7.2 ASAP or disable any older version.

ellinofatsa 02-28-2012 12:35 PM

upgrade, works fine!!!!!!

digicom 02-28-2012 02:14 PM

Upgraded From 2.7.0+ to 2.7.2+ on 3.8.7 PL2
In header i now getting this error:

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

Any help would be apprciated :up:

espkaruna 02-28-2012 02:22 PM

I seem to be having issues with the new version as well.

Arcade was working fine previously on 4.1.10. After this newest update I get the following:

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxx/espguild.com/forums/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxxx/espguild.com/forums/arcade.php on line 4084

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97

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

I've been through all of the bug fixes listed previously in this thread and they do not seem to work this time around. I also went through the upgrade process to v2.7.2+ twice just to make sure that I didn't botch up a step there.

JesterP 02-28-2012 07:10 PM

Quote:

Originally Posted by JesterP (Post 2304070)
Just did the upgrade, uploaded all files, overwrite set to yes, enabled arcade:

Code:

mySQL query error: SELECT p.mid, p.tid, t.nbtries, p.timesplayed, p.faceoff, p.rung, t.creat FROM tournament_players AS p LEFT JOIN tournaments AS t ON (p.tid=t.tid) LEFT JOIN tournament_players_statut AS s ON (p.tid=s.tid AND p.mid=s.mid) WHERE p.timesplayed<t.nbtries AND p.notified=0 AND t.demare=1 AND s.statut=0 AND p.timeplayed<1330139054

mySQL error: Unknown column 't.nbtries' in 'field list'
mySQL error code:
Date: Monday 27th 2012f February 2012 09:04:14 PM

Help please.

I should have patched, I had a custom db table. oops......forgot about that.

Fixed.

whitey92lx 02-28-2012 08:16 PM

updated to newest version in VB 4.1.10 and this message is at the top of the arcade.

Quote:

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

Hippy 02-28-2012 09:31 PM

Quote:

Originally Posted by JesterP (Post 2304098)
Personally, I uploaded all files, ran the product install with overwrite set to yes.

if so then the version # should be correct

Hippy 02-28-2012 09:32 PM

did you have any of my fixes done to your arcade
such as the template etc...
if so and you overwrote all files .. and re imported the xml
you needto do them again..
this is why we are all talking about what files realy need to be edited....

Hippy


Quote:

Originally Posted by espkaruna (Post 2304254)
I seem to be having issues with the new version as well.

Arcade was working fine previously on 4.1.10. After this newest update I get the following:

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxx/espguild.com/forums/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxxx/espguild.com/forums/arcade.php on line 4084

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97

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

I've been through all of the bug fixes listed previously in this thread and they do not seem to work this time around. I also went through the upgrade process to v2.7.2+ twice just to make sure that I didn't botch up a step there.


Hippy 02-28-2012 09:38 PM

Quote:

Originally Posted by whitey92lx (Post 2304385)
updated to newest version in VB 4.1.10 and this message is at the top of the arcade.

Like I stated in other posts .. this is why we all are doing the manually fixes
comparing files ..
because 99% of the people here edited the arcade in one way or an other...

I just did 14 arcade I manage and all are on vb4.1.10 and I did not get this error..
and I set apache to display any errors...

best I could suggest is to upload all fies again and re import the XML allow over write and see if it helps ..
then do any edits you did before...

there is a link in my sig to the fixes
97% of them still have not been addressed..

Hippy 02-28-2012 11:06 PM

Quote:

Originally Posted by espkaruna (Post 2304254)
I seem to be having issues with the new version as well.

Arcade was working fine previously on 4.1.10. After this newest update I get the following:

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxx/espguild.com/forums/arcade.php on line 3191

Deprecated: Assigning the return value of new by reference is deprecated in /home/xxxxxxxx/espguild.com/forums/arcade.php on line 4084

Warning: Cannot modify header information - headers already sent by (output started at [path]/arcade.php:3191) in [path]/arcade.php on line 97

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

I've been through all of the bug fixes listed previously in this thread and they do not seem to work this time around. I also went through the upgrade process to v2.7.2+ twice just to make sure that I didn't botch up a step there.

Quote:

Originally Posted by whitey92lx (Post 2304385)
updated to newest version in VB 4.1.10 and this message is at the top of the arcade.

please start a thread over here https://vborg.vbsupport.ru/forumdisplay.php?f=170

so this can be addressed..

IceTech 02-28-2012 11:12 PM

Thank you very much for the update!! I have a black template and was wondering where to change the colour of fonts instead of black for best score of all time, option, statistics, game rating, etc. I went into arcade.css to change the colour but doesn't change the fontsÂ…could someone please help where I can change the colour?? Thank you very much!!

BF777 02-28-2012 11:41 PM

Quote:

Originally Posted by Hippy (Post 2304051)
lost me .. you want to add a button / tab ?

if so https://vborg.vbsupport.ru/showthrea...39#post2295239

No, I was trying to remove it but disabling it in the AdminCP didn't do the job.

Hippy 02-29-2012 12:39 AM

Quote:

Originally Posted by IceTech (Post 2304449)
Thank you very much for the update!! I have a black template and was wondering where to change the colour of fonts instead of black for best score of all time, option, statistics, game rating, etc. I went into arcade.css to change the colour but doesn't change the fonts?could someone please help where I can change the colour?? Thank you very much!!

reset-fonts.css


All times are GMT. The time now is 02:58 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.08118 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
  • (2)bbcode_code_printable
  • (20)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