Page 1 of 1

Will this support arcade and gallery mods?

Posted: Sat Nov 15, 2008 11:28 pm
by scvoyager
I need to ask before spend the bucks if this will support the arcade and gallery mods.

This will be a big plus over the current smf and mybb if it can be done.

Posted: Mon Nov 17, 2008 4:07 pm
by echophp
Hello,

The MF is compatible with almost of MODs. I can offer you a trial license and the script, please submit a ticket at http://help.echophp.com, i will provide you the license there.

Please feel free to contact us if you have any questions.

Thank you.

Posted: Wed Nov 19, 2008 12:58 am
by scvoyager
echophp wrote:Hello,

The MF is compatible with almost of MODs. I can offer you a trial license and the script, please submit a ticket at http://help.echophp.com, i will provide you the license there.

Please feel free to contact us if you have any questions.

Thank you.
I may take you up on this when I'm done with the latestest project.

Something I have not found in doing searches on this board is will the script run in a directory of the domain? If so does it come with a htacess file to direct new forums to newforum.mydomain.com ? Reason I ask is I have smfxxl and mybb running and using one domain and would like to use phpbb the same way.

Posted: Wed Nov 19, 2008 1:51 pm
by echophp
We can use .htaccess file to redirect forums hosted as subdirectory to subdomain. Can you please show me your service structure (how smf mf and mybb mf use URls on your domain)?

Posted: Wed Nov 19, 2008 3:44 pm
by scvoyager
Currently this is how I have directories going to the main domain to make them come out newforum.maindomain.com

Code: Select all

Options +FollowSymLinks
Options +Indexes
RewriteEngine On
RewriteCond %{ENV:REDIRECT_STATUS} ^$
RewriteCond %{HTTP_HOST} !^www/.myforum/.net$ [NC]
RewriteCond %{HTTP_HOST} ^(www/.)?([^.]+)/.myforum/.net$ [NC]
RewriteRule (.*) /smf/.net/$1 [L]
RewriteRule (.*) /mybb/.net/$1 [L]
[code/]


Posted: Thu Nov 20, 2008 5:22 pm
by echophp
Well, i understand what you meant now. The script is not tested for this situation so it may not work. But if you like and want to try, we can offer you a free trial of the script. Feel free to contact us if you need a free trial. Thanks.