The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
ibProArcade Fixes Details »» | ||||||||||||||||||||||||||||||
Quote:
or Full width Forum logo mod the above ARCADE template will work alone this template should be changed anyway.. the arcade is so out of date. it's calling the old template ARCADE instead of ARCADEVB4 I just copied the ARCADEVB4 template and added it to the ARCADE template with a couple small changes If you are still using the stock ARCADE template soon or later it's going to stop working.
Quote:
if adding this code to your index.php don't work below as stated in your arcade zip file you downloaded Code:
open index.php At the very beginning of the File, right after: ---------------------------------------------------------- <?php ---------------------------------------------------------- you have to insert: ---------------------------------------------------------- // 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; include "member.php"; exit(); } // end of ibProArcade ---------------------------------------------------------- Otherwise your scores won't be recorded :) If the Above edit does not work Pitman posted a rewrite that does the same things with out editing the index.php or of you don't have one https://vborg.vbsupport.ru/showpost....6&postcount=83 I also have a version of this from stangger5 Posted in the new updated Ibproarcade fixes Fatal error: Allowed memory / uploading in bulk Quote:
I tried to add all the bug fixes in one thread to make it easy for people to find them.. If I forgot any feel free to post them here.. Hope this helps out enjoy Download Now
Show Your Support
|
Comments |
#292
|
|||
|
|||
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 thanks |
#293
|
||||
|
||||
in your postbit_legacy
change your edit from Code:
<dd>{vb:raw post.crowns}{vb:raw post.champtext}</dd> if you never fixed the typo it will like so Code:
<dt>{vb:raw post.crowns}{vb:raw post.champtext}</dd><br /> Code:
{vb:raw post.crowns}{vb:raw post.champtext} Code:
{vb:raw post.crowns}<dd>{vb:raw post.champtext}</dd> 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] Code:
RewriteEngine on other wise just upload this one attached |
Благодарность от: | ||
txsbmw |
#294
|
|||
|
|||
thanks
it from postbit_legacy has been fixed I have not a file called .htaccess I should do |
#295
|
||||
|
||||
sorry I forgot to add the file .. see above post
|
#296
|
|||
|
|||
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 |
#297
|
||||
|
||||
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 ? |
#298
|
|||
|
|||
Quote:
I've put the file in the root directory folder and the arcade folder |
#299
|
||||
|
||||
Not all games work../ save score you can email it to me and I'll test it. Details in my profile
|
#300
|
|||
|
|||
Quote:
thanks :up: |
#301
|
||||
|
||||
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 ? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|