![]() |
@Hippy
Was there ever an add on to show tournaments active on FORUMHOME like V3Arcade mod? |
for ibproarcade stangger5 made this one Top ibProArcade Champs on Forum Home and a scrolling one .. but i never seen one that displays tournaments you might want to check out stangger5's forum next-level-arcade.com
|
I have this installed on my forum and I have just upgraded to version 4.0.8 and am having an issue that the games don't save.
I have re-edited the 3 templates but am still having the issue. Ideas anyone? Your submission could not be processed because a security token was missing. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error |
microlight you need to so the portal / index edit.. directions are found in the zip file..
|
its installed. thanks.
|
Quote:
|
Just upgraded to 4.0.8 from 4.0.6 (have vbadvanced installed) as long as the code from this mod is inserted into the index.php file (so games will save) I get errors as well as a database error
Notice: Undefined index: module in *******/public_html/portal/index.php on line 3 Notice: Use of undefined constant act - assumed 'act' in *****/public_html/portal/index.php on line 42 Notice: Undefined index: act in ******/public_html/portal/index.php on line 42 Notice: Use of undefined constant autocom - assumed 'autocom' in *****/public_html/portal/index.php on line 43 Notice: Undefined index: autocom in ****/public_html/portal/index.php on line 43 Notice: Use of undefined constant showuser - assumed 'showuser' in *****/public_html/portal/index.php on line 44 Notice: Undefined index: showuser in *****/public_html/portal/index.php on line 44 I've never had this problem before. Anyone know what might be the issue? If I delete the code everything is fine. Site in question is http://www.militarylifenetwork.com/portal |
Never mind about my last post. I found the fix for it in the forums.
|
Quote:
|
Three errors:
1) Security token missing for score submit on a lot of games 2) A lot of games won't play normally and have to play in a new window 3) Cannot add any new games via zip - was working fine, but now it won't install anything |
Quote:
Quote:
zip files .. lots are not compatible I found but check the permissions of the zip folder 2) A lot of games won't play normally and have to play in a new window I never heard of this.. I will have to ponder this one |
Hippy cheers for the Arcade fix last night.
Cant thank you enough. Ladies/Gents, Hippy is a great asset to this thread. Give him time and he will help!!!! Hippy THANKS!!!!!! |
If got a problem with the arcade mod. Some of my members cant open a game. They only see a white screen and nothing more.
I can play the games but when i submit a score it gose to a white screen... Any idea how to fix this? Running the new update of vbulletin. Edit: If reuploaded the mod and the product. Didnt work :( |
What can I do to translate the ARCADE to spanish I´ve tried using the phrase menu I couldn´t any ideas
|
how i can do it this ibProArcade Shows Game Count + Newest Game and Random Game in your Forum Statistics in vb 4.0.3???
it is posible?? and i like so much know how do it this Arcade Rankings Link in Member Profile too excuse me for my english...... :P |
they both need to be recoded..
if I get time I will peek at them |
Quote:
Quote:
cheers adam |
INFO - vbadvanced or another Portal.txt
Code:
If you are using vbAdvanced Portal and your /index.php is not the original one from vBulletin, |
cheers bud but where do i got ot edit the php
|
in your forum index.php on your server
|
hi i need help i have vb4,8 and if the game end the score dont safe and i see this mesage
Invalid forum path specified! Please edit this file and be sure to include the correct path for your $forumpath variable. i have vbadvanced this is my code can you help my with the code what i doing wrong? <?php// ibProArcade if($_POST['module'] == "pnFlashGames") { require_once('./global.php'); switch($_POST['func']) { case "storeScore": $_GET['act'] = "Arcade"; $_GET['module'] = "arcade"; $_GET['do'] = "pnFStoreScore"; break; case "saveGame": $_GET['do'] = "pnFSaveGame"; break; case "loadGame": $_GET['do'] = "pnFLoadGame"; break; case "loadGameScores": $gid = $vbulletin->input->clean_gpc('p', 'gid', TYPE_INT); $uid= $vbulletin->userinfo['userid']; $game = $db->query_first("SELECT * FROM " . TABLE_PREFIX . "games_scores WHERE mid=$uid AND gid = $gid ORDER BY score DESC LIMIT 0,1"); $scores = $game[score]; if($scores != false) { //Return true print "&opSuccess=true&gameScores=$scores&endvar=1"; //send endvar to keep opSuccess separate from all other output from PostNuke } else { print "&opSuccess=false&error=Error&endvar=1"; } break; } } $act = $_GET[act]; $autocom = $_GET[autocom]; $showuser= $_GET[showuser]; if($act == "Arcade" || $autocom=="arcade") { include "arcade.php"; exit(); } if(!empty($showuser) && $showuser >= 1) { $u = $showuser; $_GET[u] = $showuser; |
[S]Oh my God , it was workin good but now I've got this error :(
Warning: require(C:\xxxxxxxxxxxx\xxxxxxxx\seusers.com\httpd ocs\foro/arcade.php) [function.require]: failed to open stream: Permission denied in C:\xxxxxxxxxxxxxxxx\xxxxxxxxxxxxxxxx\seusers.com\h ttpdocs\foro\vbseo.php on line 1392 Fatal error: require() [function.require]: Failed opening required 'C:\xxxxxxxxxx\xxxxxxxxxx\seusers.com\httpdocs\for o/arcade.php' (include_path='.;./includes;./pear') in C:\xxxxxxxxxxxxxxxx\xxxxxxxxxxxxxxxx\seusers.com\h ttpdocs\foro\vbseo.php on line 1392 I add this code to my custom rewrite rules: https://vborg.vbsupport.ru/showthread.php?t=190490 but the error doesn't dissapear :( I turned off vbseo mod but the error still appears :( What's wrong now? :'([/S] Never mind. Works perfect. The error was on arcade.php server permissions :rolleyes: And his post saved me once again :p https://vborg.vbsupport.ru/showpost....08&postcount=3 |
Quote:
Many thanks |
i have make the change in INFO - vbadvanced
and i see this code Parse error: syntax error, unexpected T_DEC, expecting T_STRING or T_VARIABLE or '$' in C:\IIS_WEBSITES\ellinofatsa.www\index.php on line 57 |
I am thinking this doesn't work with 4.1 beta.
all my links bring up an error Fatal error: Cannot redeclare ibp_cleansql() (previously declared in /home/crosseye/public_html/arcade.php:5536) in /home/crosseye/public_html/arcade.php on line 5553 anyone else try 4.1 with the arcade? UPDATE: tried some changes on my own and still nothing. If anyone can assist with a fix so I can get the arcade working again I would appreciate your help big time. Thanks. |
Crosseyedgamer
I justupdated my test forum to 4.1.0 beta.. no issues with the arcade.. I also just noticed that the stable version is out I am going to update the beta.. If you don't hear back from me all still works.. those lines in the arcade.php are Code:
function ibp_cleansql($value) I would also optimize my db through phpmyadmin.. check for corrupt tables.. |
just did all the repair and optimizing on the DB. Still get the same fatal error. Games play on the main page if you hit play game but any other link generates the above mentioned error. Going to do the update here later on so let's see how that goes. I appreciate the help. if you or anyone comes across this, please let me know if you get a fix. Thanks.
|
Getting a security token error with 4.1... anyone know the fix?
|
Quote:
Somewhere in the description as well as the documentation for this mod the code is noted which you need to add to your INDEX.PHP file. Getting that fixed so it is not needed would be a cool thing! |
I'm not seeing it in the documentation. Do you know exactly where?
|
Quote:
And about 6 post above ours someone actually list the text but I could not confirm it is exact so you should pull it from the included text file. |
Anyone can explain to me how this happened?
See the image bellow: https://vborg.vbsupport.ru/external/2010/12/74.jpg I use the latest version! 2.7.0 VB 4.03 Version |
Hi m sure it will sound stupid but m new to this whole vbulletin thing.... i installed this hack uploaded the upload folder and installed the plug in aswel but arcade tab won't show up in the navbar or anywhere on my forum... to b honest not sure if i missed any step can someone tell me wat m i missing ????
|
Quote:
Thanks, Hippy!:p |
Quote:
install this mod Arcade: Main Nav Tab + Sub Menu + Dropdown Menu Quote:
|
I am running 4.1. When my members play a game after the game submits they get logged out of the forum. Anyone else getting this?
|
Quote:
|
Quote:
Through my searching, I ran across this in the archives.. https://vborg.vbsupport.ru/showthread.php?t=113529 Something about the refresh routine? **** UPDATE:: I'm using the Vsa log in as user mod to test from my members profiles.. At first for me, under my admin account it would log me off and say score could not be saved.. I then logged into a random users profile with the hack and the score saved with theirs, I then logged out of theirs and into mine through the hack.. and the scores are saving now without logging off.. Cookie monster somewhere? |
Yes, mr zeropage refers to a bug that he had fixed for an older version of IbProArcade, I wonder if it somehow reappeared with vB 4.1, how can it be fixed now?
|
Quote:
|
All times are GMT. The time now is 09:37 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|