Collin1000 Posted March 8, 2010 Posted March 8, 2010 Hey everyone a wee update for ye, I am now a proud father to a 6 pound 15 bouncing baby girl, born 8th march 2010 at 12:53am (UK Time) I hope you lot are enjoying iArcade. CONGRATS ANDY!!!!! Whats her name?
SG Staff Posted March 8, 2010 Posted March 8, 2010 Yes, there is permissions built in. ACP, iArcade, settings. Great news! Thanks again. :) Hey everyone a wee update for ye, I am now a proud father to a 6 pound 15 bouncing baby girl, born 8th march 2010 at 12:53am (UK Time)I hope you lot are enjoying iArcade. Congrats! Nothing in this world like becoming a dad. :)
.Ian Posted March 8, 2010 Posted March 8, 2010 sorry, I have not been able to post my other bits on the tracker yet, been ill and am working off my mobile.
Amy T Posted March 8, 2010 Posted March 8, 2010 Congrats andy even though your Wife did all the work. :)
Fleamarts Posted March 8, 2010 Posted March 8, 2010 Done. Also, I think my index.php modifications might fix PeterC's problem too, since I removed the reliance on manually entering your DB details. PeterC, can you back up your index.php, and try replacing the iArcade section in it with the following:// --------------------------------- // IP.ARCADE CUSTOMIZATION: // Work-around for support of older ibproarcade v2 format games // Begin custom edit // --------------------------------- if ($_GET["act"] == "Arcade") { //Init IPSReg ipsRegistry::init(); $hackaroundearn = $_POST['gscore']; $tgn = $_POST['gname']; $encearn = base64_encode($hackaroundearn); //Connect to DB using conf global file $registry = ipsRegistry::instance(); $DB = $registry->DB(); $who = ipsRegistry::member()->getProperty('name'); $time = time(); //Insert Score $DB->insert('iarcade_scores', array( 'gname' => $tgn, 'member' => $who, 'score' => $hackaroundearn, 'time' => $time, 'ip' => '' ) ); $DB = null; $registry = null; //Send them packing! echo "<meta http-equiv='refresh' content='0;url=index.php?app=iArcade&view=newscore&game=$tgn&n=$hackaroundearn&s=$encearn'>"; die(); } // --------------------------------- // IP.ARCADE CUSTOMIZATION: // Work-around for support of older ibproarcade v2 format games // End Custom Edit // --------------------------------- Thanks. Your index.php solution fix my problem too :)
SG Staff Posted March 8, 2010 Posted March 8, 2010 Hmmm.. I downloaded and installed including the NEW index.php file change. I tried the old change also, same issue. I have installed two games, neither of which works. They are both v2 games and both installed without an error. Neither one shows a thumbnail in the game list and neither loads. I just sit there looking at a black box. Any help?
Wolfie Posted March 8, 2010 Posted March 8, 2010 Congrats andy even though your Wife did all the work. :) So not true. He did some of the work too you know.. Then after smoking a cigarette he let her take over the rest of the 40 weeks of labor.
Smokey-Rev Posted March 8, 2010 Posted March 8, 2010 So not true. He did some of the work too you know.. Then after smoking a cigarette he let her take over the rest of the 40 weeks of labor. :lol:
Curbbit Posted March 8, 2010 Posted March 8, 2010 Hmmm.. I downloaded and installed including the NEW index.php file change. I tried the old change also, same issue. I have installed two games, neither of which works. They are both v2 games and both installed without an error. Neither one shows a thumbnail in the game list and neither loads. I just sit there looking at a black box. Any help? When you installed them, at the top of the ACP you should have seen an error, you need to FTP the thumbnail and swf file to their proper directories. The path varies with the board name.
AngelFire Posted March 8, 2010 Posted March 8, 2010 just tested this, all working how it should, well done guys :)
SG Staff Posted March 8, 2010 Posted March 8, 2010 Didn't I upload them through my ACP before I installed them? I can see them in the folder on my server, the tar I uploaded, the SWF and the gif.
Mat Barrie Posted March 8, 2010 Posted March 8, 2010 Mat do you think you could by chance figure out the v32 compatibility issue? That would be awesome if you could. I think you might be pleasantly surprised by the next update.
SG Staff Posted March 8, 2010 Posted March 8, 2010 When you installed them, at the top of the ACP you should have seen an error, you need to FTP the thumbnail and swf file to their proper directories. The path varies with the board name. Didn't I upload them through my ACP before I installed them? I can see them in the folder on my server, the tar I uploaded, the SWF and the gif. They are specifically in the TAR directory.
Curbbit Posted March 8, 2010 Posted March 8, 2010 They are specifically in the TAR directory. They start in the TAR directory but have to be copied to other directories, the installer should have done that but on my system came up with a permissions error, not sure why as the directories are 777. The Tar directory is ..... Iarcade/sources/tars, the image needs to be copied to ..... Iarcade/games/all/img and the swf copied to ... Iarcade/games/all The .... are the first part of your path depending on your installation but if you can find them in the tars you should see the rest of the path to move them to. On the games I uploaded to test the mod I had to rename the images, they both had a 1 as the last character such as archery1.gif and I had to remove the 1
Curbbit Posted March 8, 2010 Posted March 8, 2010 I get the following error when I try to rate a game Fatal error: Call to undefined method skin_iArcade_1::vote() in /home/giddyupp/public_html/nomembers/admin/applications_addon/other/iArcade/modules_public/arcade/arcade.php on line 469 Anyone know what the skin edit is to fix this offhand to save me having to hunt for it I looked a little, there is no template called vote in my skinset, can someone post what the contents of that templae are supposed to be and I can create the template?
SG Staff Posted March 8, 2010 Posted March 8, 2010 The .... are the first part of your path depending on your installation but if you can find them in the tars you should see the rest of the path to move them to. On the games I uploaded to test the mod I had to rename the images, they both had a 1 as the last character such as archery1.gif and I had to remove the 1 I had the same issue with the renaming thing, but I moved the files to where they should be and still nothing comes up.
Chito Posted March 8, 2010 Posted March 8, 2010 Hey everyone a wee update for ye, I am now a proud father to a 6 pound 15 bouncing baby girl, born 8th march 2010 at 12:53am (UK Time) Congratulations Andy!! The very best for you, your wife and the newest member of the family. :thumbsup:
Calvin39 Posted March 8, 2010 Posted March 8, 2010 I think you might be pleasantly surprised by the next update. Wow Matt you are the man buddy, you are the man. :) :thumbsup: Also can someone help with the play full screen, 1. the button is in the wrong place as you have chosen to play before you see it. 2. It should not open a separate webpage, and they do not play any larger than they show in the arcade anyway. Any of the arcades I go to have a play full screen function on all their games and they all play full screen v2,v3,v32 all of them. Please :)
Curbbit Posted March 8, 2010 Posted March 8, 2010 I had the same issue with the renaming thing, but I moved the files to where they should be and still nothing comes up. If you are using IE and right click on them then select properties you should see the full path where it expects to find them, if you get a red X for an image it pretty much always means the image isnt where it should be or is misnamed
Collin1000 Posted March 9, 2010 Posted March 9, 2010 It looks like the big iArcade Encoding debate from 2 weeks back started a revolution: http://community.invisionpower.com/blog/2568/entry-4524-combating-piracy-as-a-community/
Calvin39 Posted March 9, 2010 Posted March 9, 2010 Andy & Collin is there a possibility that you could write a change log each time you update so we know what has been fixed please :)
Collin1000 Posted March 9, 2010 Posted March 9, 2010 http://community.invisionpower.com/topic/300230-download-iarcade-system-rc1-fixed/page__view__findpost__p__1921178 I do :thumbsup:
Calvin39 Posted March 9, 2010 Posted March 9, 2010 Thank you your honour, much appreciated.:thumbsup:
Wolfie Posted March 9, 2010 Posted March 9, 2010 http://community.invisionpower.com/topic/300230-download-iarcade-system-rc1-fixed/page__view__findpost__p__1921178 I do :thumbsup: Could a changelog be included in the archive, preferably plain text/ascii format?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.