Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
>  Match and Merge, Match and Merge
V
www.invisiongames.org
post Dec 14 2015, 11:52 PM
Post #1



Advanced Member
Group Icon

Group: Administrators
Posts: 11,063
Joined: 9-May 06
Member No.: 2



New game installed: IPB Image Match and Merge

Description: Shimmy, Shuffle, Bully, and Kerfuffle your way through brain bending levels in this innovative new puzzle game. Match tiny tiles to make bigger tiles, then match those tiles to make even BIGGER tiles!

Object: See in Game

Keys: See in Game


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Dec 14 2015, 11:55 PM
Post #2



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



installed one of the new conversions by grimm that apparently require

CODE
public_html/arcade/gamedata


right now the game fails to load because gamedata contents reside into

CODE
public_html/forum/arcade/gamedata


trying in a while with .htaccess redirection and be right back


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Dec 15 2015, 12:07 AM
Post #3



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



Okay, i am now 100% sure i solved it

Once i installed the game here i made the wrong .htaccess edit and changed

CODE
/public_html/forum/.htaccess


instead, so it did not work

you need to edit the .htaccess present in public_html because this is where the SWF tries to find the arcade/gamedata path

the only edit necessary is:

CODE
<IfModule mod_rewrite.c>

RewriteRule ^arcade/(.*)$ /forum/arcade/$1 [R=301,NC,L]

</IfModule>


of course you might need to adapt to your own structure, for us here is it forum/arcade

Best smile.gif


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Dec 15 2015, 12:11 AM
Post #4



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



Please also note that this is only necessary once and then every other game that tries to locate files in the root directory will work at once due to apache redirection


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
grimm
post Dec 15 2015, 12:15 AM
Post #5



Advanced Member
Group Icon

Group: Affiliates
Posts: 249
Joined: 18-July 09
Member No.: 15,358



Great work Nick!


--------------------
Converting great games... so others can too!
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Dec 15 2015, 12:32 AM
Post #6



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



you are welcome,

on a different scenario, if you already have an arcade directory under public_html as well you can only redirect gamedata from inside that directory

CODE
<IfModule mod_rewrite.c>

RewriteRule ^gamedata/(.*)$ /InvisionBoard/arcade/gamedata/$1 [R=301,NC,L]

</IfModule>


just did so on yourforum.gr, check it here




--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
NickTheGreek
post Dec 15 2015, 12:34 AM
Post #7



Administrator
Group Icon

Group: Root Admin
Posts: 8,503
Joined: 7-May 06
From: Athens, Greece
Member No.: 1



best part is that it works fine along with other .htaccess redirections i had

for example

http://arcade.yourforum.gr

CODE
RewriteCond %{HTTP_HOST} ^arcade\.yourforum\.gr$ [OR]
RewriteCond %{HTTP_HOST} ^www\.arcade\.yourforum\.gr$
RewriteRule ^/?$ "http\:\/\/yourforum\.gr\/InvisionBoard\/index\.php\?act\=Arcade" [R=301,L]


--------------------
IPB Image
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 

- Lo-Fi Version Time is now: 29th March 2024 - 08:40 AM
YourForum - make yourself @ home | AllSigs - Signatures for all | Rock Band + Guitar Hero = RockHero ! | The Remoters - Remote Assistance | FileMiners - You ask, We find