Sub Menu
Links Menu
Online Users

In total there are 580 users online :: 1 registered, 0 hidden and 579 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

[Solved] Isn't this a complete rip of phpbb?

General discussion of anything. Discuss a topic in and out of IntegraMOD

Moderator: Integra Moderator

[Solved] Isn't this a complete rip of phpbb?

PostAuthor: Frost » Tue Apr 10, 2007 12:25 am

I was doing some research on an ajax chat mod that I'm making as an alternative to the one included with integramod and came across a site with a forum called jforum.

I came across it because it is the support forum for said chat. I immediately recognized the setup and graphics used as phpbb, but after I looked at the footer I saw "powered by jforum"

So out of curiosity I decided to follow the link and sure enough they claim it's theirs and was built from the ground up by them...

Quote: "JForum is a powerful and robust discussion board system implemented in Javatm. It provides an attractive interface, an efficient forum engine, an easy to use administrative panel, an advanced permission control system and much more.

Built from the ground up around a MVC framework, it can be deployed on any servlet container or Application Server, such as Tomcat, Resin and JBoss. Its clean design and implementation make JForum easy to customize and extend."

What do you think?

http://www.jforum.net/#big
Last edited by Frost on Sun May 13, 2007 3:26 am, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: Isn't this a complete rip of phpbb?

PostAuthor: Whisky » Tue Apr 10, 2007 5:49 am

Exactly the same then you!

The board IS a phpbb with a subsilver theme!!!
Same structure, same fonctionalities, and even same images <img>

All popular board systems beside phpbb are different and looks different (vbulletin, IPB,...) but not this one...

And look the code, they kept the exact same names for the style sheet classes: row1, row2, menu, gensmall, forumline, cattitle, forumlink, genmed,....

All this board is a phpbb clone, they probably re-coded the engine since this is running with Java but everything in this comes from phpbb and they have not let any credits to the phpbb team! shame on them!

GPL and opensource means also respect to original coders work, they obviously forgot it!
Last edited by Whisky on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
I am the Lizard King, I can do anything

Whisky
Sr Integra Member
Sr Integra Member
 
Posts: 256
Likes: 0 post
Liked in: 0 post
Joined: Thu May 18, 2006 1:28 am
Cash on hand: 0.00
Location: Brussels

PostAuthor: Dioncecht » Fri Apr 13, 2007 7:32 pm

It's obviously phpBB.. pretty sad that they gotta rip off phpBB in order to make a few bucks...

'sides, Integramod is MUCH better!
Last edited by Dioncecht on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
'We keep moving forward, opening new doors, and doing new things, because we're curious and curiosity keeps leading us down new paths.' - Walt Disney

[img=left]http://rpghq.org/banner2.jpg[/img]
[url=http]The RPG Headquarters. The RPG capitol of the net![/url]
User avatar
Dioncecht
Sr Integra Member
Sr Integra Member
 
Posts: 244
Likes: 0 post
Liked in: 0 post
Joined: Sun Apr 09, 2006 4:23 pm
Cash on hand: 0.00

Re: Isn't this a complete rip of phpbb?

PostAuthor: Helter » Fri Apr 13, 2007 11:02 pm

I know it appears to be phpbb, but the appearance is where the similarity ends. It is built completely different from phpbb2* It does not even use a .tpl template system. At a quick glance, it appears to use html's similar to phpbb3. subSilver is an open source theme with the only requirement being the copyright info in the footer. I imaging thier use of the theme is like us porting phpNuke, or xhtml themes to IntegraMOD. They have done an outstanding job of duplicating the look of the original theme.
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Isn't this a complete rip of phpbb?

PostAuthor: computerz » Sat May 12, 2007 7:56 am

"Frost";p="23898" wrote:I was doing some research on an ajax chat mod that I'm making as an alternative to the one included with integramod and came across a site with a forum called jforum.

I came across it because it is the support forum for said chat. I immediately recognized the setup and graphics used as phpbb, but after I looked at the footer I saw "powered by jforum"

So out of curiosity I decided to follow the link and sure enough they claim it's theirs and was built from the ground up by them...

Quote: "JForum is a powerful and robust discussion board system implemented in Javatm. It provides an attractive interface, an efficient forum engine, an easy to use administrative panel, an advanced permission control system and much more.

Built from the ground up around a MVC framework, it can be deployed on any servlet container or Application Server, such as Tomcat, Resin and JBoss. Its clean design and implementation make JForum easy to customize and extend."

What do you think?

http://www.jforum.net/#big


Definitely a phpbb copycat, no doubt. But what I would also like to know, is how did they get a flash menu to load activated? I thought since that microsoft case last year that active controls are deactivated until you click it on it to use it.
Last edited by computerz on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

computerz
Members
Members
 
Posts: 84
Likes: 0 post
Liked in: 0 post
Joined: Sun Aug 27, 2006 1:21 pm
Cash on hand: 0.00

Re: Isn't this a complete rip of phpbb?

PostAuthor: Frost » Sat May 12, 2007 8:02 am

By using...

Code: Select all
<script></script>


with

Code: Select all
        <div></div>         <script>         var flash = new SWFObject("header.swf", "jforum_header", "766", "206", "8");         flash.write("flash_contents");         </script>


Check out the page source
That's probably just plain flash, by a very good designer
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3

Re: Isn't this a complete rip of phpbb?

PostAuthor: Frost » Sun May 13, 2007 3:25 am

[hr:3ciqoijp]
[color=green][Mod Message]] Marking Solved
Last edited by Frost on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[size=99px]PhpBB3 Themes[/url] ]PhpBB3 Development Center[/url] [/size]

Frost
Sr Integra Member
Sr Integra Member
 
Posts: 776
Likes: 0 post
Liked in: 0 post
Joined: Wed Sep 13, 2006 1:04 am
Cash on hand: 0.00
Location: Photoshop CS3


Return to General Discussion

Who is online

Registered users: Google [Bot]

cron