[ABD]Bliss Arcade

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum
Contact:

Re: [RC]phpBB Arcade

Post by MichaelC »

I will have that done tomorrow.
vortexhlp wrote:I am very much interested in testing and suggesting improvements for the mod and if possible, I could help with certain functions at the best of my ability, but am not requesting to be part of the mod team since I can't guarantee anything. However, before any commitment, is there any test-board we can play with to see how it's like or at least screenshots, or is this pretty much the same as the abandoned arcade mod for now?

Whoever says he's stealing work obviously doesn't understand how open source works under the GPL license.
Thanks. At the moment the only changed from the ABD MOD are some find fixes for AutoMOD and compatibility for 3.0.8
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
ricjonhay
Registered User
Posts: 247
Joined: Tue Feb 16, 2010 6:08 pm

Re: [RC]phpBB Arcade

Post by ricjonhay »

Thanks pal
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC]phpBB Arcade

Post by KillBill. »

vortexhlp wrote:Whoever says he's stealing work obviously doesn't understand how open source works under the GPL license.
Nobody claims that stealing.
For my part I say that nothing meaningful improvements are not included in this release.

This version is not worth installing.
Unknown Bliss wrote:...
download 1.0.0

install/config.php

Code: Select all

$mod_config = array(
	'mod_title'					=> 'phpBB Arcade',
	'mod_version'				=> '1.0.RC9',
	'phpbb_version'				=> '3.0.5',
hm.............. :shock:

---------------------------------------------------

I hereby consent to build the add-ons made by me, if you need to fix it.

[RC] phpBB Arcade - Acp download select games 1.0.0
[RC]phpBB Arcade - Ajax Rating 0.0.4
[RC] phpBB Arcade - ultimate challenge 1.0.RC5

Feel free to use.

There is still room for improvement intact than the arcade software. ;)
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum
Contact:

Re: [RC]phpBB Arcade

Post by MichaelC »

KillBill. wrote: download 1.0.0

install/config.php

Code: Select all

$mod_config = array(
	'mod_title'					=> 'phpBB Arcade',
	'mod_version'				=> '1.0.RC9',
	'phpbb_version'				=> '3.0.5',
hm.............. :shock:

---------------------------------------------------

I hereby consent to build the add-ons made by me, if you need to fix it.

[RC] phpBB Arcade - Acp download select games 1.0.0
[RC]phpBB Arcade - Ajax Rating 0.0.4
[RC] phpBB Arcade - ultimate challenge 1.0.RC5

Feel free to use.

There is still room for improvement intact than the arcade software. ;)
I noticed this just after releasing it.
And thanks
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC]phpBB Arcade

Post by KillBill. »

PhpBB 3.0.8

New file -> includes/.htaccess = blocking play game

repair

new file copy includes/arcade/.htaccess

Content

Code: Select all

<Files "swfobject.js">
	Order Allow,Deny
	Allow from All
</Files>
User avatar
tumba25
Former Team Member
Posts: 4430
Joined: Wed Jun 06, 2007 6:42 am
Location: Kokkola, Finland.
Name: Jari Kanerva
Contact:

Re: [RC]phpBB Arcade

Post by tumba25 »

You should never have user facing files in includes/ To edit the original htaccess file is to do it the wrong way. Rewrite the MOD instead.
Need a mod/extension created/installed, other custom-coded solution or a server admin? https://tumba25.net
DocSommer
Registered User
Posts: 252
Joined: Mon Aug 24, 2009 10:30 pm
Location: Hamburg
Contact:

Re: [RC]phpBB Arcade

Post by DocSommer »

Well this is a strange discussion going on here. I asked some time ago at origon.dk about the ABD status of this mod and the site admin confirmed me that Jeff will be back maintaining his mod after a certain off-time.

I'd suggest to try get in touch with him over the origon.dk admins - maybe they have a closer connection. If that fails as well there is no need to blame anybody who want's to keep this mod over. In the meantime every hotfix for phpBB 3.0.8 is very welcome of course. Speaking of that I don't really understand if there's a fix needed since some people did confirm that they have no problems with 8.0.8 and the arcade mod. Is ist just related to autoMOD users?

I install all mods manually that's why assume that there is no hotfix needed in this case or am I wrong?
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum
Contact:

Re: [RC]phpBB Arcade

Post by MichaelC »

DocSommer wrote:Well this is a strange discussion going on here. I asked some time ago at origon.dk about the ABD status of this mod and the site admin confirmed me that Jeff will be back maintaining his mod after a certain off-time.

I'd suggest to try get in touch with him over the origon.dk admins - maybe they have a closer connection. If that fails as well there is no need to blame anybody who want's to keep this mod over. In the meantime every hotfix for phpBB 3.0.8 is very welcome of course. Speaking of that I don't really understand if there's a fix needed since some people did confirm that they have no problems with 8.0.8 and the arcade mod. Is ist just related to autoMOD users?

I install all mods manually that's why assume that there is no hotfix needed in this case or am I wrong?
I did contact Jeff Russo himself and got no reply. I dont' understand why contacting admins on another site would help?

There is an issue as well as the autoMOD fix. You add the following to the includes/.htaccess at the moment. But this is a bad way to fix it and the mod needs some serious changes as tumba25 said.

Code: Select all

<Files swfobject.js>
   Order Allow,Deny
   Allow from All
</Files>
Plus there are some bugs inside the arcade MOD as there were for 3.0.7-PL1.

This version is also supported and being improved and updated.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
DocSommer
Registered User
Posts: 252
Joined: Mon Aug 24, 2009 10:30 pm
Location: Hamburg
Contact:

Re: [RC]phpBB Arcade

Post by DocSommer »

I dont' understand why contacting admins on another site would help?
IIRC that admin is the co-admin on Jeff's page as well so I can imagine that he might have other ways to get in touch.
User avatar
canadianlatitude
Registered User
Posts: 94
Joined: Sat Nov 17, 2007 11:13 am
Contact:

Re: [RC]phpBB Arcade

Post by canadianlatitude »

His MOD doens't work with 3.0.8 and it also has a number of bugs in it.
Huh??? I installed 3.08 and all works fine. I never had to adjust the .htaccess code either.
User avatar
darkonia
Registered User
Posts: 1901
Joined: Tue May 13, 2008 1:10 pm
Location: Munich, Germany
Contact:

Re: [RC]phpBB Arcade

Post by darkonia »

uk is a fame stealer, its a shame ...to see it... :?
MMOG-Heaven - Das Gaming Portal
Community bedeutet Gleichgesinnte finden - MMOG-Heaven ist Deine Community! Von Spielern für Spieler bietet Dir dieses Portal genau das, was ein Spieler braucht. Bleibe ständig informiert, finde die neuesten MMORPGs, oder suche die frischesten News aus der Welt des Online Gamings - dieses und vieles mehr erwartet Dich auf MMOG-Heaven.
User avatar
KillBill.
Registered User
Posts: 625
Joined: Tue Jun 02, 2009 4:07 pm
Contact:

Re: [RC]phpBB Arcade

Post by KillBill. »

tumba25 wrote:You should never have user facing files in includes/ To edit the original htaccess file is to do it the wrong way. Rewrite the MOD instead.
may be a better solution ;)
User avatar
Sam
Former Team Member
Posts: 2082
Joined: Thu Jan 22, 2009 3:59 am
Location: Sacramento, CA
Name: Sam Thompson
Contact:

Re: [RC]phpBB Arcade

Post by Sam »

Due to the fact this is a development topic for a Modification, we require that discussion here stays limited to development and testing related. Any other talk will be removed from the topic and repeat offenders will be warned. If you have any questions regarding the GPLv2, you can read it here.
User avatar
Oyabun1
Former Team Member
Posts: 23162
Joined: Sun May 17, 2009 1:05 pm
Location: Australia
Name: Bill

Re: [RC]phpBB Arcade

Post by Oyabun1 »

Unknown Bliss wrote:... the mod needs some serious changes as tumba25 said. ...
Since it looks like significant recoding may be involved maybe the [RC] prefix should be replaced with [DEV] until the recoding is substantially written and tested.
                      Support Request Template
3.0.x: Knowledge Base Styles Support MOD Requests
3.1.x: Knowledge BaseStyles SupportExtension Requests
User avatar
MichaelC
Consultant
Consultant
Posts: 3642
Joined: Mon Dec 21, 2009 3:36 pm
Location: London, UK
Name: Michael Cullum
Contact:

Re: [RC]phpBB Arcade

Post by MichaelC »

Oyabun1 wrote:
Unknown Bliss wrote:... the mod needs some serious changes as tumba25 said. ...
Since it looks like significant recoding may be involved maybe the [RC] prefix should be replaced with [DEV] until the recoding is substantially written and tested.
I think DEV is a bit much. I think I'll stick it back into beta.
:)
Formerly known as Unknown Bliss.
Formerly Website Team Lead/Manager & Development Team.
Please don't PM me for support (or stuff that belongs in the forums or tracker) but otherwise feel free
Locked

Return to “[3.0.x] Abandoned MODs”