Skip to content
View in the app

A better way to browse. Learn more.

ipsProArcade

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Not really a bug... but a significant change coming...

Featured Replies

The issue wulf is running into is that he has mod_rewrite on, which is pretty common.

 

And what happens is, since the App is named 'arcade', the directory holding all of the games named 'arcade' interferes with the redirection.

 

So, we are going to have to rename the arcade directory to something like 'games' (quite a bit of work on this end with the installer, image locations, etc in lots of different areas).

 

Unfortunately, at this moment, I don't know of any way to rename the Application without having people Uninstall the app (which is pretty devastating, it will delete all arcade related database tables).

 

I will look into an alternative option, but it pretty much looks like we will need to rename the arcade directory.

  • Replies 75
  • Views 3.9k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • Yes, when the next release comes out.

  • No, here's the current update:   I was able to use the current App, but having to rewrite lots of code (mainly ever link the arcade has, which is a majority of the code).   No one

  • Yes that is correct

Posted Images

I have also mod_rewrite on and have no problems with arcade and game install. how many games are named "arcade"? I think very few, is it not easier at remove those games?

 

bosss

  • Author
1 minute ago, bosss said:

I have also mod_rewrite on and have no problems with arcade and game install. how many games are named "arcade"? I think very few, is it not easier at remove those games?

 

bosss

I'm talking about the entire "arcade" directory conflicting with the app name.  If you have mod_rewrite on to get rid of index.php, do you also have the SEO optimization enabled?  If you did, you would see a couple of issues (especially with links) where it will rewrite into the arcade folder and most likely pick up the index.html in there (if one exists, which it should)... bringing up a blank page.

10 minutes ago, tubesock said:

I'm talking about the entire "arcade" directory conflicting with the app name.  If you have mod_rewrite on to get rid of index.php, do you also have the SEO optimization enabled?  If you did, you would see a couple of issues (especially with links) where it will rewrite into the arcade folder and most likely pick up the index.html in there (if one exists, which it should)... bringing up a blank page.

 

Understand - have SEO and had not never such problems - i think that htaccess can help with this.

rewrite urls is not enabled on my board.

 

this is the one I have.

 

........................................................

 

## IPS Suite Forum SEO
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

## End IPS Suite Forum SEO

## Begin - Expires caching
<IfModule mod_expires.c>

## This rule will create an ETag for files based only on the modification timestamp and their size. 
## Note: It may cause problems on your server and you may need to remove it
FileETag MTime Size

SetOutputFilter DEFLATE
Header set Expires "max-age=29030400, public"
Header unset ETag
FileETag None

# Enable expiration control
ExpiresActive On

# Default expiration: 1 hour after request
ExpiresDefault "now plus 1 hour"

# CSS and JS expiration: 1 week after request
ExpiresByType text/css "now plus 1 week"
ExpiresByType application/javascript "now plus 1 week"
ExpiresByType application/x-javascript "now plus 1 week"

# Image files expiration: 1 month after request
ExpiresByType image/bmp "now plus 1 month" 
ExpiresByType image/gif "now plus 1 month"
ExpiresByType image/jpg "now plus 1 month"
ExpiresByType image/jpeg "now plus 1 month"
ExpiresByType image/jp2 "now plus 1 month"
ExpiresByType image/pipeg "now plus 1 month"
ExpiresByType image/png "now plus 1 month"
ExpiresByType image/svg+xml "now plus 1 month"
ExpiresByType image/tiff "now plus 1 month"
ExpiresByType image/vnd.microsoft.icon "now plus 1 month"
ExpiresByType image/x-icon "now plus 1 month"
ExpiresByType image/ico "now plus 1 month"
ExpiresByType image/icon "now plus 1 month"
ExpiresByType text/ico "now plus 1 month"
ExpiresByType application/ico "now plus 1 month"
ExpiresByType image/vnd.wap.wbmp "now plus 1 month"
ExpiresByType application/vnd.wap.wbxml "now plus 1 month"

# Other optimizations
ExpiresByType application/x-gzip "access plus 1 month"
ExpiresByType application/x-shockwave-flash "access plus 1 month"

</IfModule>
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(js|css|jpeg|jpg|gif|png|ico|map)(\?|$) /404error.php [L,NC]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
## End - Expires caching

6 minutes ago, wulfx01 said:

Und wenn ich es lösche, funktioniert die Spielhalle?
Ich kann wieder hochladen, wenn ein Update kommt

although...if i delete that, all links are broken on google

2 hours ago, bosss said:

 

Understand - have SEO and had not never such problems - i think that htaccess can help with this.

rewrite urls is not enabled on my board.

 

The big difference I see between your site and the others is that you have your installation in a sub directory ( /ipb ) and the ones who are having problems do not, not sure if it means anything but food for thought

12 minutes ago, Legionaire said:

 

The big difference I see between your site and the others is that you have your installation in a sub directory ( /ipb ) and the ones who are having problems do not, not sure if it means anything but food for thought

 

Maybe that is point - and i have nothing in htaccess file

3 minutes ago, wulfx01 said:

but how can ipb 4 be used to copy / install to the subdirectory ?

 

very simple - just make one folder and upload IPS 4 files there and start install.

25 minutes ago, bosss said:

 

Ganz einfach: Erstellen Sie einen Ordner, laden Sie dort IPS 4-Dateien hoch und starten Sie die Installation.

the arcade has no install

12 minutes ago, Legionaire said:

 

Ich verwende auch keine .htaccess-Datei, außer wenn ich PHP 7.x verwende

i use php 7.3

1 minute ago, wulfx01 said:

acp..applications... install

 

If you already have arcade - you should run upgrade - not install

 

sorry just a little lost on what it is you are currently trying to do, are you trying to reinstall the arcade or are you trying to install it fresh in a sub directory ?

 

Entschuldigung, nur ein bisschen verloren, was Sie gerade versuchen, versuchen Sie, die Arcade neu zu installieren, oder versuchen Sie, sie neu in einem Unterverzeichnis zu installieren?
1 minute ago, bosss said:

 

Wenn Sie bereits über Arcade verfügen, sollten Sie das Upgrade ausführen und nicht installieren

 

that's what i'm doing, upload new arcade= new version

Just now, wulfx01 said:

that's what i'm doing, upload new arcade= new version

 

But you had b3 before ? If so you should run upgrade - not install

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

Recently Browsing 0

  • No registered users viewing this page.

Loading crossword puzzle. One moment please.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.