Kicking around an idea I have had for a while

  Post new topicReply to topicPrintable Version
<< View previous topic View next topic >>
Share: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
#1   Kicking around an idea I have had for a while
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
For a while now, I have been kicking around an idea on how to make a combined nuke/phpbb/coppermine system that would hopefully be a little easier to secure, and allow for upgrades in each core element to be easily implemented without all the porting from the original to the nuke version.

I came up with an idea, and have started working on it. To be honest, it is more of a hobby now. I have been playing with it off and on. Here's how it works.

The basics.

First, a basic default install of phpnuke. No mods, no themes, nothing but the basic install. I put this in a folder in the root called "nuke"

Second, a basic default install pf phpBB. No mods, no themes, nothing but the basic install. I put this in a folder in the root called "phpbb2".

Third, a basic default install of Coppermine. No mods, no themes, nothing but the basic install. I put this in a folder in the root called "coppermine".

Now the tricky part. Combining the databases all into one. I wanted one database to run all the logins and access to all the core elements. I have almost completed the phpBB2 by removing all the nuke_bbwhatever database fields and replacing them with the phpbb_whatever fields. There were several modifications which had to be made to the nuke files, and the phpBB files. But I have ended up with a working version of both that seems to connect to one another.

Now to Coppermine. I am currently working on that too.

There were a couple of ideas behind this, one being it's relatively easy to add mods, and any mod for Nuke, phpBB and Coppermine will work. No porting needed. (Almost) This will allow an update to Nuke without destroying the phpBB or the Coppermine element, allow an update to phpBB without destroying the Nuke or Coppermine element and allow an update to Coppermine without destroying the Nuke or phpBB element.

I thought and still think this is a better way of doing business. The mod authors from each of the elements still gets to see their work stay within the element and thus no "porting" permissions needed, and the all around system has the expertise of all three of the element developers and their security inputs.

Any comments?




_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
#2   re: Kicking around an idea I have had for a while
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Just a quick question... How is this different from using bridge files?



Back to top Reply with quote
#3   
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
Do you happen to have a bridge file for pbpBB and Coppermine? icon_smile.gif If you do, I could sure use one. I couldn't find any anywhere.




_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
#4   
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   


Originally posted by Dauthus @ Mon May 23, 2005 6:53 pm:

Do you happen to have a bridge file for pbpBB and Coppermine? icon_smile.gif If you do, I could sure use one. I couldn't find any anywhere.

It's in the "Bridge" folder in the coppermine download. Here's some more information: [ Register or login to view links on this board. ]



Back to top Reply with quote
#5   re: Kicking around an idea I have had for a while
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
There's a folder inside the Coppermine 1.3.3 version that has a phpbb.inc.php file in it. I don't know if that's what you're wanting or not. I have been working on a Coppermine gallery all week and just remembered seeing that folder in there. I don't need it so I never checked it out.
[ Register or login to view links on this board. ]



Back to top Reply with quote
#6   re: Kicking around an idea I have had for a while
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Wooooo... Echo!!! You're on the ball!

That's what I get for chatting with Taut and trying to answer posts at the same time..LOL



Back to top Reply with quote
#7   Re: re: Kicking around an idea I have had for a while
echo
CZ Wiz
 Codezwiz Site Donator
echo has been a member for over 20 year's 20 Year Member
Gender: Male
Status: Offline
Joined: Oct 04, 2003
0.15 posts per day
Posts: 1147
Points: 93
   


Originally posted by Kelly_Hero @ Mon May 23, 2005 7:14 pm:

Wooooo... Echo!!! You're on the ball!

That's what I get for chatting with Taut and trying to answer posts at the same time..LOL

I usually try not to intrude on others threads...BUT I knew this one right off the bat because I used the vBulletin bridge awhile back. icon_biggrin.gif



Back to top Reply with quote
#8   re: Kicking around an idea I have had for a while
Dauthus
CZ Addict
 Codezwiz Site Donator
Dauthus has been a member for over 20 year's 20 Year Member
usa.gif illinois.gif
Age: 60
Gender: Male
Website:
Status: Offline
Joined: Mar 17, 2004
0.06 posts per day
Posts: 426
Points: 15,917
   
I think you missed the question, or I mistated it. Do you know where there is a PHP-Nuke to phpBB bridge and a PHP-Nuke to Coppermine bridge. If I was using phpBB as the main core, I could use the phpBB to Coppermine bridge. Then I would have to find a phpBB to Nuke bridge. I am looking to use PHP-Nuke as the center support and bridge from it to phpBB and from PHP-Nuke to Coppermine.

That make sense?




_________________
[ Register or login to view links on this board.]
Vivere disce, cogita mori
Back to top Reply with quote
#9   re: Kicking around an idea I have had for a while
Kelly_Hero
PayPal Donation
CZ Revered Member
 Codezwiz Site Donator
Kelly_Hero has been a member for over 20 year's 20 Year Member
usa.gif southcarolina.gif
Occupation: Web Developer
Age: 59
Gender: Female
Website:
Status: Offline
Joined: Aug 20, 2003
0.50 posts per day
Posts: 3765
Points: 351,412
   
Yes it does. Sounds like a good idea, considering the Coppermine support team no longer supports the version of CPG that's integrated with PHP Nuke (except for the version that goes with cpg_Nuke). I'm sure alot of people would find this useful.



Back to top Reply with quote
Display posts from previous:      
Add To: Del.icio.us  Digg  Google  Spurl  Blink  Furl  Y! MyWeb  
<< View previous topic View next topic >>
Post new topicReply to topic

Jump to 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum