The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 63 posts ]  Go to page Previous  1, 2, 3  Next
Author Message
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Fri Jan 13, 2006 5:17 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Wed Jan 11, 2006 1:14 pm
Posts: 32
I'm not sure that's the problem. I'm also not sure if you have looked at my post closely enough. I said, the tables do get into my new Joomla database but they just come in the wrong way. When I open de component to convert from PHPnuke, the converter sais:

Mambo Site Information
Table prefix  jos_

So I guess the table prefix is set correctly, it doesn't use mos_ or am I just not looking close enough? I'm quite n00b, lol.


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Thu Jan 26, 2006 4:14 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jan 26, 2006 3:56 am
Posts: 5
Im having the same issue.  It throws everything into the DB and it looks great, I just dont see anything in the admin panel.  I also just tried to  copy the syntax to add a user directly into the db and the same issue.  The odd thing is, I can log in with a user from the db even though I dont see it in admin user panel.

I am hoping someone has an answer to this..

I imported nuke platinum users to joomla 1.07


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Thu Feb 09, 2006 9:39 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Tue Feb 07, 2006 10:45 pm
Posts: 16
Quote:
4. Then export data AND structure of the nuke_users table. Again change all the nuke_ values to phpbb_ and import it. Now some tricky modding, you'll have to convert the regdate to unixtime, so in phpmyadmin edit all the user_regdate fields. See http://www.onlineconversion.com/unix_time.htm for a online unixtime converter.

Im having trouble with this step, can someone help me? I dont understand the converting the redgate to unixtime thingy, and that site does it.


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Tue Feb 14, 2006 3:40 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 23, 2005 11:51 am
Posts: 19
Hi,
I'm trying to migrate from NUKE 6.0 to JOOMLA 1.0.7.
With EzPhpNuke dowloaded from here.
I'm having problem with the most of part of the Nuke web Site migration.

If I try to convert authors and user I receive:

Users  Converting
Authors Getting registered group value
Registering users with Mambo
Error executing the sql 'insert into jos_users (name, username, email, password, gid, registerdate) select username, username, user_email, user_password, 18, now() from nuke_users where username!='Anonymous''
Unknown column 'username' in 'field list' SQL=insert into jos_users (name, username, email, password, gid, registerdate) select username, username, user_email, user_password, 18, now() from nuke_users where username!='Anonymous'
Configuring users
Done
Authors Getting author group value
Setting author permissions
Updating group membership
Done
Completed Conversion finished


If I try to convert sections and content section i receive:

Sections categories  Creating Mambo section for sections
Creating categories for sections
Section contents Converting sections
Error getting the value for 'select id from jos_users where usertype='superadministrator''
Error executing the sql 'insert into jos_content (title, title_alias, introtext, `fulltext`, `state`, sectionid, catid, created, created_by, created_by_alias, images, urls, attribs, version, ordering, metakey, metadesc, hits) values ('La rivista: Introduzione', 'La rivista: Introduzione', 'La rivista: Introduzione', '


This error is common even if I try to convert other part ot Nuke site
Error getting the value for 'select id from jos_users where usertype='superadministrator''

Any Idea??


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Wed Feb 22, 2006 6:20 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Feb 22, 2006 6:15 pm
Posts: 1
I think i had a similar problem one time, the Administrator account in NUKE isnt called superadministrator its called just administrator i think, so if you edit the file to select administrator  instead of superadministrator it should work.

If not then it must be something else.


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sun Mar 05, 2006 6:38 am 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sun Mar 05, 2006 6:33 am
Posts: 254
It's called Nuke Authors

Code:
SQL query:
SELECT *
FROM `nuke_authors`
LIMIT 0 , 30

_________________
Joomla needs an e-sports script. Give Joomla an E- sports package like Vwar or a native Port......http://forum.americasarmy.com/viewtopic.php?t=255450


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Fri Mar 17, 2006 8:31 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sun Mar 05, 2006 6:33 am
Posts: 254
Ok here is what I know about manipulating Data BAses for NUke~! (please forgive the typing etc I have been programming nuke (I hate it) for 72 hours now! ..yeah on just 14 hours sleep....sigh. (Website got trashed again)

Ok Get a backup of your Data base.
Get this http://www.en.wampserver.com/
Install it and go into phpmy admin and create 2 data bases. nuke and nuke1

Whatever version of phpnuke you have you want to reduce the information to JUST the forums!

Get tables
  • nuke_users
  • nuke_bbtopics
  • Nuke_bbposts
  • Nuke_bbtext

That is all you need

Now create the exact same data base using a nuke SQL drop file  and go into the tables
  • nuke_users
  • nuke_bbtopics
  • Nuke_bbposts
  • Nuke_bbtext
and empty them but don't delete them!

Now go back to your nuke tables and export using phpmyadmin but deselect all but data and insert. That way you can copy only the data from ???nuke (pcnuke)(phpnuke)phpbb Its all the same.

With just Data the data base will automatically assighn everything into the correct order. from there you should be able to create a data base from any version of phpnuke or any flavour of so long as it has phpBB forum tables. (I just converted phpnuke to PNC nuke..and downgraded from 7.9 to 7.6 in the process.)

Once that is done you could Purge all other tables and leave them empty.

As for links and images not showing properly in simpleboard, I think that's got more to do with how Joolma interprets the numbers and as yet no one has told it to!

In another words you will have to recreate those links within Mambo or Joolma as I get the impression both use a different way of doing it! Prehaps someone could make the script convert these (quotes) (images) (link references) into something readable!! In anycase once the quotes are visable the Simpleboard engine will gradually take over and correctly assignh them in the way they should be! (prehaps)

_________________
Joomla needs an e-sports script. Give Joomla an E- sports package like Vwar or a native Port......http://forum.americasarmy.com/viewtopic.php?t=255450


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Fri Mar 17, 2006 8:33 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sun Mar 05, 2006 6:33 am
Posts: 254
Before I forget. You only need these 4 tables in your Joolma or Mambo data base to convert with~!

All else is needless unless you have dowloads and PM you really want to save...most people wont mind loosing them....

_________________
Joomla needs an e-sports script. Give Joomla an E- sports package like Vwar or a native Port......http://forum.americasarmy.com/viewtopic.php?t=255450


Last edited by pcjunkie on Fri Mar 17, 2006 8:37 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Mon Mar 20, 2006 12:18 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Fri Feb 03, 2006 1:46 am
Posts: 166
Location: Brazil
i downloaded ezPHPNUKE 1.0.1 and instaled in my joomla 1.0.8 site and imported nuke_users and nuke_users to joomla database but i wright nuke_ as prefix in componnet administration and i get this:

No phpNuke data was found. Set the table prefix to the correct value and click Change.

i don't know what to do everything seems ok!


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Mon Mar 20, 2006 9:02 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sun Mar 19, 2006 12:10 pm
Posts: 4
http://mamboxchange.com/projects/phpnuke2mos/

I've found that this works well. It did a perfect job transferring my users from PHP-Nuke 7.8 to Mambo 4.5.3h. I tried modifying it to work with Joomla!, but my PHP coding skills aren't that good and I could get it to work...  :(


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Wed Mar 22, 2006 12:16 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Sun Mar 05, 2006 6:33 am
Posts: 254
rafamp wrote:
i downloaded ezPHPNUKE 1.0.1 and instaled in my joomla 1.0.8 site and imported nuke_users and nuke_users to joomla database but i wright nuke_ as prefix in componnet administration and i get this:

No phpNuke data was found. Set the table prefix to the correct value and click Change.

i don't know what to do everything seems ok!


You are correct. I have tried it again using an older data base and it did not work using just the 5 tables. I think it's referencing the tables as a whole rather than just a few. I would try using all the "native" nuke tables (delete add ons like somiar, shout box etc so you can upload better, quickly).

Sorry to mislead you all. I did it using just the 4 or 5 that were needed and had no issues but I found on another server it only worked using all the native nuke tables.

saxsux wrote:
http://mamboxchange.com/projects/phpnuke2mos/

I've found that this works well. It did a perfect job transferring my users from PHP-Nuke 7.8 to Mambo 4.5.3h. I tried modifying it to work with Joomla!, but my PHP coding skills aren't that good and I could get it to work...  :(


It should work with joolma? I have done it twice now,(not sure who to go with, Mambo or Joolma??

...Is the nuke_ tables on the very same data base? IF not they should be, Just delete the nuke_ tables when your done.


IF anyone knows, is there a way to change the name in SQL in batch? Eg I have phpnuke as pcn-"table name"

Is there a way to change all from pcn_ to nuke_ or am I stuck doing this individually?

_________________
Joomla needs an e-sports script. Give Joomla an E- sports package like Vwar or a native Port......http://forum.americasarmy.com/viewtopic.php?t=255450


Last edited by pcjunkie on Wed Mar 22, 2006 12:23 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Wed Mar 22, 2006 3:20 pm 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Fri Feb 03, 2006 1:46 am
Posts: 166
Location: Brazil
ok, here is what i did:

converted nuke to phpbb, and with impex converted phpbb to vbulletin, then i'm going to make a bridge :)


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sat Apr 01, 2006 8:08 pm 
User avatar
Joomla! Hero
Joomla! Hero

Joined: Sat Dec 31, 2005 1:58 am
Posts: 2780
I used a program Called SQLyog to backup just the data not the tables then restored to new freash installed database
didn't have a problem.


K4LCH

_________________
Loyd
http://k4lch.info
http://volstatehosting.com


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sat Apr 01, 2006 11:37 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Apr 01, 2006 8:26 pm
Posts: 10
ezPHPNuke works with Joomla 1.0.8 ????

I can install it like a component?


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Thu Apr 20, 2006 10:51 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Thu Apr 20, 2006 10:34 am
Posts: 2
Hi,

I use PhpNuke7.8 and Joomla 1.0.8. I installed the component attached to this thread with no problems. It converted the Polls with success, however not the Stories and Content. I have not converted any users, as I had solved the forum thing via a bbb2nuke > phpbb > smf conversion. Any ideas why the stories and content are not converted?


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Wed Jul 12, 2006 6:24 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 08, 2006 3:14 am
Posts: 14
serveron wrote:
i have changed the nuke converter to work with current version.. haven't changed docs etc...
don't know if this is right version either, please backup your database before trying.

it converts bookmarks, stories, downloads, faq, users, forum, the works...

let me know if you have any problems

(this site is recently converted from nuke using it: http://www.lightjockeys.com)


This isn't working for me . i get everything converted just post's are not showing why?


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Wed Jul 12, 2006 6:44 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 08, 2006 3:14 am
Posts: 14
GsJosh wrote:
Can someone help me witht this? I successfully merged the user database (only the users) into Joomla with the file above and they ARE there when I look at the tables with phpmyadmin but When I acces the admin section I can't see them. The user manager does show that there are 18 pages of users but when I want to view a page, it's empty.


change your admin in phpnuke to letsay adminn, delete the users from joomla and do it again


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sat Aug 12, 2006 6:10 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Aug 12, 2006 6:06 pm
Posts: 30
serveron wrote:
the above version of eznuke is for an older version of mambo and will not work. earlier in the thread i posted a version that works with mambo 4.5.2.3



Hi there, I could not find the attach in this 3ar. I have same problem I get the mesage that the comp oes not find the nuke table and is asking to change the suffix but it is right.

I'm trying with a old version of exphpnuke and tryng to migrate from php-nuke 7.6 to mambo 4.5.3

thanks for your help

cx


Top
 Profile  
 
PostPosted: Mon Aug 14, 2006 4:33 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Sep 30, 2005 3:29 pm
Posts: 17
Am I understanding correctly?

This process will really just port over the user DB and forum posts, but most "content" (stories and articles with images) won't make the trip?

I've got a site I want to move over but it will have a stand alone forum so I'm going to invite the Nuke users and just don't want to see the articles go away.

_________________
http://www.AeronauticPictures.com/royalty-free-stock-footage/ Aerial Footage!
http://www.AutoBahnShop.com/ Vroom!


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sun Sep 03, 2006 7:25 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Sep 03, 2006 7:17 am
Posts: 17
serveron wrote:
i have changed the nuke converter to work with current version.. haven't changed docs etc...
don't know if this is right version either, please backup your database before trying.



I am looking for the converter as need to convert a site from phpnuke to joomla but am not quite sure where to get the latest converter. Your help would be appreciated.

Darlene

Excuse this note I have found the file but have a problem below.


Last edited by jdimaging on Sun Sep 03, 2006 8:25 am, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sun Sep 03, 2006 8:11 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sun Sep 03, 2006 7:17 am
Posts: 17
elr wrote:
GsJosh wrote:
Can someone help me witht this? I successfully merged the user database (only the users) into Joomla with the file above and they ARE there when I look at the tables with phpmyadmin but When I acces the admin section I can't see them. The user manager does show that there are 18 pages of users but when I want to view a page, it's empty.


Check the db prefix. The convertor uses _mos Joomla uses _jos


I too have this problem, users show in phpmyadmin but not on site. I have checked the database and the prefix is jos.

I did find this above (change your admin in phpnuke to letsay adminn, delete the users from joomla and do it again ) but can't figure out what is meant by change admin and where.

Your help would be appreciated.

Darlene


Last edited by jdimaging on Sun Sep 03, 2006 9:59 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Thu Jan 04, 2007 3:22 pm 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Thu Jan 04, 2007 2:02 pm
Posts: 64
ChuckTrukk wrote:
The nuke converter works great. I used it on one of my sites in only 5 minutes I was converted.

Chuck

hey Chuck
I am sorry I miss something over here ,you  said phpnuke converter worked gerat.I am having some trouble to finding converter
do you think can you please direct me to phpnuke converter for me ,thanks.

_________________
http://www.mjturkiye.net


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Tue Feb 20, 2007 6:37 am 
User avatar
Joomla! Intern
Joomla! Intern

Joined: Wed Feb 07, 2007 7:26 pm
Posts: 60
Location: Oceanside
is there any new or updated coverter or way to convert my phpnuke site 7.6 over to joomla 1.0.12..

regards
rick

_________________
Rick Estrada
http://www.jomtube.com - Video Gallery Component
http://www.subfighter.tv - Mixed Martial Arts Social Network


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sun Mar 04, 2007 1:50 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Fri Feb 16, 2007 9:02 am
Posts: 10
i think someone sholud tell me step by step how to convert phpnuke to joomla..or write some note n seperate them as pdf..lets end the nuke era together  ;D :pop


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Wed Mar 14, 2007 4:31 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Wed Mar 14, 2007 4:25 am
Posts: 1
need info on the subject......

need to know if the works....

is there any other way?


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Mon Mar 19, 2007 11:42 pm 
Joomla! Fledgling
Joomla! Fledgling

Joined: Tue Jan 31, 2006 12:21 am
Posts: 3
subfighter wrote:
is there any new or updated coverter or way to convert my phpnuke site 7.6 over to joomla 1.0.12..

regards
rick


I might be missing something obvious, but wouldn't this be an obvious choice for a Summer of Code project?

Some lassie could create a program that allows you to connect to your old CMS (PhpNuke, Drupal, Xoops, etc) and then choose which information you would like to convert and then pull it all into joomla?

It would be an easy way to sell Joomla to potential users by making it easier for them to convert.


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Mon May 28, 2007 11:30 pm 
User avatar
Joomla! Apprentice
Joomla! Apprentice

Joined: Thu Jan 04, 2007 3:04 pm
Posts: 37
Location: Tunisia
elr wrote:
GsJosh wrote:
Can someone help me witht this? I successfully merged the user database (only the users) into Joomla with the file above and they ARE there when I look at the tables with phpmyadmin but When I acces the admin section I can't see them. The user manager does show that there are 18 pages of users but when I want to view a page, it's empty.


Check the db prefix. The convertor uses _mos Joomla uses _jos

Hi,
I know this problem, I got it one time when I tried to made a multisite with joomla.... In fact the problem is that the users  exist in #__users but not int the access level table, you have to insert a record for each member in the access level table #_core_acl_aro when you will complete this task you will find the list of all users in the user manger in the back end.

_________________
La facilité ne m'amuse pas, ne ma jamais amusé j'ai toujours défié les choses!
http://sourceforall.webssolutions.biz
http://webssolutions.biz


Last edited by chouaibi on Mon May 28, 2007 11:33 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Fri Jun 01, 2007 11:44 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Sat Mar 17, 2007 1:02 pm
Posts: 1
New to website building, I went with Yahoo hosting and built a site using php-nuke(6.0). As I'ved learned more, I found upgrading is definately in order, which has led me here. So far it looks like the Mambo/Joomla community actually has some organization to it, unlike php-nuke. So...

I want to upgrade to Joomla from PHP-Nuke 6.0, and please tell me where to find a better forums!(current Splatt 3.1). The good thing is the site is brand new, and actually still in development. I haven't but maybe 2 references to upgrading Yahoo Hosting php-nuke. I'm amazed Yahoo has only 6.0. General Nuke seems to need a stable "current" latest base version. It's up to what 8.0, and people are suggesting don't use  it, use ver 7.3, or 7.6 at the latest!

So in my ignorance, I should upgrade Yahoo php-nuke 6.0 to what? And what forums? :(


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Sat Jun 02, 2007 4:11 pm 
User avatar
Joomla! Explorer
Joomla! Explorer

Joined: Thu Sep 21, 2006 7:53 am
Posts: 383
pico wrote:
Hi,
I'm trying to migrate from NUKE 6.0 to JOOMLA 1.0.7.
With EzPhpNuke dowloaded from here.
I'm having problem with the most of part of the Nuke web Site migration.

If I try to convert authors and user I receive:

Users  Converting
Authors Getting registered group value
Registering users with Mambo
Error executing the sql 'insert into jos_users (name, username, email, password, gid, registerdate) select username, username, user_email, user_password, 18, now() from nuke_users where username!='Anonymous''
Unknown column 'username' in 'field list' SQL=insert into jos_users (name, username, email, password, gid, registerdate) select username, username, user_email, user_password, 18, now() from nuke_users where username!='Anonymous'
Configuring users
Done
Authors Getting author group value
Setting author permissions
Updating group membership
Done
Completed Conversion finished


If I try to convert sections and content section i receive:

Sections categories  Creating Mambo section for sections
Creating categories for sections
Section contents Converting sections
Error getting the value for 'select id from jos_users where usertype='superadministrator''
Error executing the sql 'insert into jos_content (title, title_alias, introtext, `fulltext`, `state`, sectionid, catid, created, created_by, created_by_alias, images, urls, attribs, version, ordering, metakey, metadesc, hits) values ('La rivista: Introduzione', 'La rivista: Introduzione', 'La rivista: Introduzione', '


This error is common even if I try to convert other part ot Nuke site
Error getting the value for 'select id from jos_users where usertype='superadministrator''

Any Idea??


hello dear.. just open php file for component and change every superadministrator to super administrator
and save it and every thing will be ok..
see u

_________________
http://emi.marsteam.net
http://www.marsteam.net


Top
 Profile  
 
 Post subject: Re: PHP NUKE > MAMBO
PostPosted: Tue Jun 19, 2007 9:47 am 
Joomla! Fledgling
Joomla! Fledgling

Joined: Mon Jun 18, 2007 12:09 am
Posts: 3
mace wrote:
Im having the same issue.  It throws everything into the DB and it looks great, I just dont see anything in the admin panel.   I also just tried to  copy the syntax to add a user directly into the db and the same issue.  The odd thing is, I can log in with a user from the db even though I dont see it in admin user panel.

I am hoping someone has an answer to this..

I imported nuke platinum users to joomla 1.07



I don't see the answer for this question. I have the same issue. I imoprted my 300 users and PHPMyAdmin looks great but they do not display in the control panel . Unless I change the ID to one I created with the pannel. Is there another table I need to update?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 63 posts ]  Go to page Previous  1, 2, 3  Next



Who is online

Users browsing this forum: No registered users and 6 guests


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 post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group