Andy Rixon Posted June 8, 2010 Author Posted June 8, 2010 Not in this version no, we do plan to have it in 1.1.0 though. The code for 1.0.0 was getting clogged, so we need to rewrite the whole thing from scratch to add some big features.
Andy Rixon Posted June 8, 2010 Author Posted June 8, 2010 Thanks DawPi..... its workable, but it is the reason why its being rewrote from scratch in 1.1.0 lol
Collin1000 Posted June 8, 2010 Posted June 8, 2010 Yeah, see the problem was that I was building on top of an arcade never made to do half these things. So weve got to rebuild it from the ground up. Also, there are lots of 3.1 features we want to take advantage of.
ikillbill Posted June 9, 2010 Posted June 9, 2010 em..really thanks for you working on this mod any ETA for 1.1 ?
Mat Barrie Posted June 9, 2010 Posted June 9, 2010 No, no ETA. Not even tentative yet I'm afraid. It needs a complete rewrite to fix the awfulness of the entire app being one giant class. In one giant file. So... .
Andy Rixon Posted June 9, 2010 Author Posted June 9, 2010 We haven't even started it yet properly. I have done mockups of the new design... no idea what Mat and Collin have done so far.
Collin1000 Posted June 10, 2010 Posted June 10, 2010 Please note that we will be depreciating several features of iArcade 1.0 in the 1.1 branch, the first of which will be the arcade news/information page. Please see here for details or to post feedback: http://iarcademod.com/community/index.php?/topic/178-iarcade-11-depreciating-arcade-news/
Luke Smith Posted June 11, 2010 Posted June 11, 2010 "Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/home/USER/public_html/FORUMPATH/admin/applications_addon/other/iArcade/games/all) is not within the allowed path(s): (/home/stonefac:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/stonefac/public_html/admin/applications_addon/other/iArcade/modules_admin/games/import.php on line 65" How do I solve this? IT wont let me upload Games.... I have a IPB 3.1
Collin1000 Posted June 11, 2010 Posted June 11, 2010 "Warning: is_executable() [function.is-executable]: open_basedir restriction in effect. File(/home/USER/public_html/FORUMPATH/admin/applications_addon/other/iArcade/games/all) is not within the allowed path(s): (/home/stonefac:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/stonefac/public_html/admin/applications_addon/other/iArcade/modules_admin/games/import.php on line 65" How do I solve this? IT wont let me upload Games.... I have a IPB 3.1 You need to edit the settings to the correct file path, as directed in the instructions.
Luke Smith Posted June 11, 2010 Posted June 11, 2010 Alright, I have that configured and its fine, as another member noted, I am getting the Driver Error "ERROR: The directory you are storing the files in either does not exist, or is not writable. Please check the location and permission before you continue."
Collin1000 Posted June 11, 2010 Posted June 11, 2010 Alright, I have that configured and its fine, as another member noted, I am getting the Driver Error "ERROR: The directory you are storing the files in either does not exist, or is not writable. Please check the location and permission before you continue." That error means exactly what it says. The directory might not have read/write (CHMOD 777) permission. Check it.
Andy Rixon Posted June 13, 2010 Author Posted June 13, 2010 If you are finding it hard to follow the provided installation documentation we provide, I have compiled a video tutorial to help you along the way. http://iarcademod.com/iarcadevideo.mp4
RevengeFNF Posted June 18, 2010 Posted June 18, 2010 When i click on the "Games CP" Link, it gives me this error: Not Acceptable An appropriate representation of the requested resource /index.php could not be found on this server. Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Collin1000 Posted June 18, 2010 Posted June 18, 2010 When i click on the "Games CP" Link, it gives me this error: Did you install iArcade? O_o I've never seen that error and have no idea what the cause is. Can you PM me your board URL and login info? I'll take a look
RevengeFNF Posted June 18, 2010 Posted June 18, 2010 Did you install iArcade? O_o I've never seen that error and have no idea what the cause is. Can you PM me your board URL and login info? I'll take a look Done ;)
SG Staff Posted June 21, 2010 Posted June 21, 2010 I am upgrading from RC1 (what!?) to 1.0 Final, but the instructions only offer me a how-to on going from RC1->RC2 or from RC2->Final. What am I to do? Do I need to go through each upgrade? If so, where do I get the RC2 download?
Collin1000 Posted June 21, 2010 Posted June 21, 2010 I am upgrading from RC1 (what!?) to 1.0 Final, but the instructions only offer me a how-to on going from RC1->RC2 or from RC2->Final. What am I to do? Do I need to go through each upgrade? If so, where do I get the RC2 download? Archive mod downloads are on the download page, however, I don't believe there were any database changes between versions, so just upload the Final version files, run the installer, and then follow the upgrade steps for RC1->RC2 (file edit) and then RC2-> Final
Wolfie Posted June 22, 2010 Posted June 22, 2010 I just downloaded/installed Final. The source for the tar files is hard coded, so I can't choose where to put them.
Collin1000 Posted June 22, 2010 Posted June 22, 2010 I just downloaded/installed Final. The source for the tar files is hard coded, so I can't choose where to put them. Do you mean in the actual games themselves?
Wolfie Posted June 22, 2010 Posted June 22, 2010 Do you mean in the actual games themselves? No. Sorry, the source for handling the tar files. import.php It's got a few things that are hard coded and trying to install a game is painfully fragile. If there's any hint of it being installed, you can't install it again, and are left with no easy way to force an install or to force the game to be fully cleaned out to allow an install.
Collin1000 Posted June 22, 2010 Posted June 22, 2010 No. Sorry, the source for handling the tar files. import.php It's got a few things that are hard coded and trying to install a game is painfully fragile. If there's any hint of it being installed, you can't install it again, and are left with no easy way to force an install or to force the game to be fully cleaned out to allow an install. Drop me a PM with the hard coded areas - it shouldnt be that way. BTW, you can just delete the game to force the remove. See the delete game area added in RC2 to clear out the game.
Wolfie Posted June 22, 2010 Posted June 22, 2010 Drop me a PM with the hard coded areas - it shouldnt be that way. BTW, you can just delete the game to force the remove. See the [url="http://iarcademod.com/community/index.php?/topic/64-iarcade-rc2-sneak-peak/"]delete game area added in RC2[/url] to clear out the game. I'll not only show you the code, I'll show you the code that I changed it to. Cleaner and performs the same function. :)
Andy Rixon Posted June 25, 2010 Author Posted June 25, 2010 I have a bit of bad news, I am leaving the iArcade Development Team for a while. More Information can be found here.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.