Hab mich auch schon an mehrere Nuke Forume geschrieben,aber da hat keiner geantwortet,also versuch ich mal hier Hilfe zubekommen!
Ich hab mir schon mal ein Importer dafür runtergeladen, aber ich weiß nicht wie ich ihn benutzen (bedienen) soll!
Hat jemand eine Ahnung wie das geht?
Würde der Importer auch gehen bei Nuke 6.9, weil er ja eigentlich für 6.5 ist!?!
Hier ein par Details von dem Importer:
Ordner Name: phpBBforums2nukeforums_6.5
Ordner Inhalt (Datein):
-common
-importsearch
-phpBBforums2nukeforums_6.5
-phpBBposts2nukeposts_6.5
-phpBBtopics2nuketopics_6.5
-phpBBusers2nukeusers_6.5
Und dann noch eine Read Datei:
In der steht>
Code: Alles auswählen
############################################################################################
##### Update to PHPNuke 6.5/PhpBB table structure by BraveEagle - braveeagle@email.it ######
##### Remember to set your path to perl binary before executing ######
##### Original post of this modification on http://www.nukecops.com ######
##### - S.S. LAZIO 1900 - Rome is the city. Lazio is the team - SRM - ######
############################################################################################
Usage:
- Set the correct path to your perl binary modifying the first line of each script.
- Insert the correct info about your db configuration into common.pl.
- Upload to your cgi-bin directory, make executable.
- Start running by calling:
http://www.your-site.com/cgi-bin/phpBBusers2nukeusers.pl
Note:
Post text script has been included into post script.
If you want to run on a host different from "localhost" (e.g. remote hosted site)
just change the following lines of each script changing
"localhost" with the remote db host name (if needed).
########################################################################àà
# Connect to the database
print "Connecting to database $conf->{nuke_database}...";
my $dbhnuke = DBI->connect("DBI:mysql:$conf->{nuke_database}:localhost","$conf->{nuke_username}","$conf->{nuke_password}",{RaiseError => 1})
or die "Couldn't connect to $conf->{nuke_database}: ". DBI->errstr;
print "DONE\n";
print "Connecting to database $conf->{phpbb_database}...";
my $dbhphpbb = DBI->connect("DBI:mysql:$conf->{phpbb_database}:localhost","$conf->{phpbb_username}","$conf->{phpbb_password}",{RaiseError => 1})
or die "Couldn't connect to $conf->{phpbb_database}: ". DBI->errstr;
print "DONE\n\n";
########################################################################àà
The script worked well on my site (either local and remote) so, for what i could see,
you should'n find any problem.
I don't provide any kind of support beyond this readme file so don't mail me to ask
questions cause you'll get no answer. I'm really too busy.
Have fun!
Ich will nur die Eintragungen in mein NukeBoard bekommen oder am besten auch gleich mit den Usern!
MFG Niez