Jump to content

Download: ibProArcade Lite v1.0.0 RC2 IPB3.1 FIXED


Ibpromods

Recommended Posts

Posted

Right, i uploaded the upload directory to my home directory and cp'd it into the root forums directory. Is this not correct?




upload the contents in the upload directory to your forum root directory
  • Replies 362
  • Created
  • Last Reply
Posted

upload the contents in the upload directory to your forum root directory



Yes, that is exactly what i did. the arcade is in /forum/arcade. No errors for the admin pages for the arcade only when going to the app=arcade page.

I feel like I might be missing some sort of package. Ioncubbe works though since some of our oher sites use it./
Posted

I have a problem after adding a new category (added permissions to that category also)



Fatal error: Call to a member function top_nav() on a non-object in /home/******/public_html/admin/applications_addon/other/arcade/modules_public/default/default.php on line 0








Sounds like the skin file for the Arcade didn't create? Do you have default skin installed that came with the board? Check your cache/skin_cache/cachied folders and see if there is skin_Arcade located in there.
Posted

Sounds like the skin file for the Arcade didn't create? Do you have default skin installed that came with the board? Check your cache/skin_cache/cachied folders and see if there is skin_Arcade located in there.




skin_Arcade doesn't exist. How do I fix this ?
Posted

works great just having a slight problem as it won't save scores i get this error

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'warrocks'@'localhost' (using password: NO) in /home1/warrocks/public_html/forum/index.php on line 39

Access denied for user 'warrocks'@'localhost' (using password: NO)



O have checked my index.php file and it does contain the correct settings for the db.

Also how do i change the text colour for the game names


ignore there a fix if you had iarcade u gotta edit the index.html file n remove bits

Posted

I installed this arcade with zero problems and seems to be running without any bugs. One question though....will you always have to manually update the league leaders or will this be automatic in the paid version or future lite versions? Also, is tournament support in the plans for any future versions?

Posted

I installed this arcade with zero problems and seems to be running without any bugs. One question though....will you always have to manually update the league leaders or will this be automatic in the paid version or future lite versions? Also, is tournament support in the plans for any future versions?




League Leaders is updated every 24hrs by Task Manager
Posted

League Leaders is updated every 24hrs by Task Manager




Is it by default to do it 24 hrs from the last update? Example: I updated at 6:00 pm so it will update every day at 6:00 PM? What about the addition of the ability to run tournaments?
Posted

Is it by default to do it 24 hrs from the last update? Example: I updated at 6:00 pm so it will update every day at 6:00 PM? What about the addition of the ability to run tournaments?




Look at your Task manager you will see what time it suppose to run. No tournaments in the lite version.
Posted

Look at your Task manager you will see what time it suppose to run. No tournaments in the lite version.




Well I look forward to the paid version provided it's not priced too high. Any idea of when we may see a paid version?
Posted

Well I look forward to the paid version provided it's not priced too high. Any idea of when we may see a paid version?










No ETA.... no info on pricing yet, as it could be free as where thinking about trying something else.
Posted

I just did updated to the most recent version. (RC2) For some reason images are not showing up in the arcade. (Browser starts to load then seems to give up)

Game also will not load. Box shows but flash file doesn't come up.

Posted

I just did updated to the most recent version. (RC2) For some reason images are not showing up in the arcade. (Browser starts to load then seems to give up)



Game also will not load. Box shows but flash file doesn't come up.




Sounds like your server is acting up. You can always downgrade back to rc1 to see if the problem still remains. Nothing was changed there to cause issue like that. Sorry I will not be able to help you solve your problem. I'll be moving this week and will not internet for while.
Posted

Ok I've noticed what the problem seems to be.

My website loads up the following address: http://www.mysite.com/arcade/ (this causes the arcade to load without images or working games)

However if I manually type in the following address: http://www.mysite.com/arcade.php everything works correctly??? I'm not an expert but could this have something to do with the FURL support?

Posted

Ok I've noticed what the problem seems to be.



My website loads up the following address: [url="http://www.mysite.com/arcade/"]http://www.mysite.com/arcade/[/url] (this causes the arcade to load without images or working games)



However if I manually type in the following address: [url="http://www.mysite.com/arcade.php"]http://www.mysite.com/arcade.php[/url] everything works correctly??? I'm not an expert but could this have something to do with the FURL support?




i have very much the same problem aprt from when i go to http://www.mysite.com/arcade/ i get 403 error, then if i put http://www.mysite.com/index.php?/arcade/ it works, how i fixed it for the mo is to turn off mod_rewrite in acp and keep the htaccess file in and it works and all my links work.
Posted

The furl is not working on rc2 There is a conflict on the /arcade folder.

You will need to delete furlTemplates.php and furlRedirect.php from admin\applications_addon\other\arcade\extensions

Posted

Hmmm I deleted the files but for some reason the Arcade is still using FURL's

EDIT: Cancel that .ian is a genius. :D

After removing the files I went into: Manage Applications & Modules and clicked "rebuild FURL cache" BAM arcade back online.

Posted

two examples.

 <IfModule mod_rewrite.c>

 Options -MultiViews

 RewriteEngine On

 RewriteBase /forum/

 RewriteCond %{REQUEST_FILENAME} !-f

 RewriteCond %{REQUEST_FILENAME} !-d

 RewriteCond %{REQUEST_URI} !\..+$

 RewriteRule . /forum/index.php [L]

 </IfModule>

and

<IfModule mod_rewrite.c>

Options -MultiViews

RewriteEngine On

RewriteBase /community/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule . /community/index.php [L]

</IfModule>

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...