| Topic Archived |
View previous topic :: View next topic |
| Author |
Message |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Mon Jul 23, 2007 4:00 pm Post subject: phpbb to cpgnuke? how? |
|
hi,
how do i convert phpbb to cpgnuke?
i already have phpbb installed... do i install cpgnuke and convert it over?
if so, do i put both phpbb and cpgnuke in the same directory (public_html for phpbb)? or in separate (like public_html/cpgnuke)?
and do i use the same database for both?
please help, i've been through almost all of the conversion topics and found no answer to my questions above...
im using phpbb2.0.22 and want cpgnuke 9.1.2
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Jul 23, 2007 4:51 pm Post subject: Re: phpbb to cpgnuke? how? |
|
remove all default phpbb files.
upload DragonflyCMS files
go to yourdomain.com/install.php
when you get to the database screen enter the information for you phpbb database dragonfly installer will do the rest.
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Jul 23, 2007 4:52 pm Post subject: Re: phpbb to cpgnuke? how? |
|
You better make a back up f your database and your home directoy befor proceeding just to be safe
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Mon Jul 23, 2007 9:24 pm Post subject: Re: phpbb to cpgnuke? how? |
|
| Dizfunkshunal wrote: |
remove all default phpbb files.
upload DragonflyCMS files
go to yourdomain.com/install.php
when you get to the database screen enter the information for you phpbb database dragonfly installer will do the rest. |
YAY!!!
Thanks Dizfunkshunal!!!
finally i got it to work, thanks thanks thanks, lol
why didnt i just go to you first rather than reading all those other topics which provide really no answer
thanks again!!!
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Mon Jul 23, 2007 10:01 pm Post subject: Re: phpbb to cpgnuke? how? |
|
how do i fix the regdate now?
it shows that all my imported users registered on Dec 31, 1969...
i've read euology2000's post about it but have no idea what he did... heres the link
dragonflycms.org/Forum...gdate.html
, can you help me again?
_________________ tlynetwork.com
TLyNetwork
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
Dizfunkshunal Platinum Supporter


Offline Joined: Mar 23, 2006 Posts: 2064
|
Posted: Mon Jul 23, 2007 10:36 pm Post subject: Re: phpbb to cpgnuke? how? |
|
you will have to wait until a more knowledgeable member picks up on this thread. I am not real good with database querys
_________________ Diz Web Design Status: Open (Use of resources requires registration.)
Dizfunkshunal's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) Multiple Setups
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Tue Jul 24, 2007 2:10 am Post subject: Re: phpbb to cpgnuke? how? |
|
tonytly we will do one step at the time so we don't get confused
query your current db with:
| Code:: |
SELECT user_regdate FROM nuke_users LIMIT 10 |
post the results here.
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Tue Jul 24, 2007 2:25 am Post subject: Re: phpbb to cpgnuke? how? |
|
Nano,
when you say query, u mean i paste that code u gave me into the little SQL box?
if so, then i got 0 on all my users...
here's a pic of it
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Tue Jul 24, 2007 2:31 am Post subject: Re: phpbb to cpgnuke? how? |
|
now do the exact query on your old phpbb database please
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Tue Jul 24, 2007 2:56 am Post subject: Re: phpbb to cpgnuke? how? |
|
here you go
it has numbers now, hehe
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Tue Jul 24, 2007 3:03 am Post subject: Re: phpbb to cpgnuke? how? |
|
hmmm, are you wanting me to shove those old phpbb regdate numbers into the new cpgnuke one?
_________________ tlynetwork.com
TLyNetwork
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Tue Jul 24, 2007 3:04 am Post subject: Re: phpbb to cpgnuke? how? |
|
last more query on your phpbb database to understand what happen:
| Code:: |
SHOW COLUMNS FROM nuke_users WHERE Field='user_regdate' |
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Tue Jul 24, 2007 3:11 am Post subject: Re: phpbb to cpgnuke? how? |
|
it wouldnt read that code...
i tried changing the "nuke" part to both phpbb and cms but no luck
sorry if im making you impatience
_________________ tlynetwork.com
TLyNetwork
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
NanoCaiordo Developer


Offline Joined: Jun 29, 2004 Posts: 3878 Location: Melbourne, AU
|
Posted: Tue Jul 24, 2007 3:14 am Post subject: Re: phpbb to cpgnuke? how? |
|
try replacing the single quotes that I've used around user_regdate with double quotes instead.
I'm fine
_________________ .:: I met php the 03 December 2003 :: Unforgettable day! ::.
Linux 64bit / Apache 2.2 / PHP 5.4 / MySQL 5.5.22 / v9, v10
Linux 32bit / Apache 2.2 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
Windows 64bit / IIS 7.5 / PHP 5.3.10 / MySQL 5.5.22 / v9, v10
NanoCaiordo's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) mixed
|
|
| Back to top |
|
 |
tonytly Newbie


Offline Joined: Jul 23, 2007 Posts: 8
|
Posted: Tue Jul 24, 2007 3:19 am Post subject: Re: phpbb to cpgnuke? how? |
|
lol, nope, it still wouldnt get it
but i got it to say the correct date by using the old DB regdate on the new one... it works fine
ill just manually do this, since i only have about 30 users, lol
but thanks for the help
you were of much help
i got to see what and where the regdate is, cause when i read your post on the other forum, i was lost, lol
but now i got it
lol, thanks!!!
_________________ tlynetwork.com
TLyNetwork
tonytly's server specs (Server OS / Apache / MySQL / PHP / DragonflyCMS) idk
|
|
| Back to top |
|
 |
|
|