Click to See Complete Forum and Search --> : MySLQ? or PHP? need your help to translation this for me.


cma
03-25-2004, 06:16 PM
Can anyone tell me what I am supposed to do with this script?

http://www.ninjalounge.ssxh.net/upload/merge_phpbb_phps.htm

that script for junctions forums because I want to make two forums into one.

I think I have to go to phpMyAdmin and add that script into forums' table. Am I right?

for more information at http://www.phpbb.com/phpBB/viewtopic.php?t=119777 but it doesn't help me very much because I has no knowledge for php or MySLQ.

Sam
03-25-2004, 06:20 PM
save that file as a .php, fill in your information in the first 10 lines or so (user name, db, host, etc.) then upload it to your server and access that file via a browser.
EDIT:
by the way, its MYSQL

cma
03-25-2004, 06:38 PM
Originally posted by samij586
save that file as a .php, fill in your information in the first 10 lines or so (user name, db, host, etc.) then upload it to your server and access that file via a browser.
EDIT:
by the way, its MYSQL

Oh sorry ok MySQL

anyway ok but put into where? into forums folder?

Sam
03-25-2004, 06:51 PM
I don't believe that matters, so long as
this line:
$phpbb_root_path = '../phpBB/';
correctly points to the phpBB root directory

cma
03-25-2004, 08:07 PM
ahh right... thank you very much for helping me, samij586

Sam
03-25-2004, 08:11 PM
not a problem, glad to help

cma
04-10-2004, 01:19 AM
um sorry about revive this topics

I am planning to do this tonight.

I completely fill out mysql informations and upload it then go to it via bowser

BUT it shows 404 error ? ( http://www.ninjalounge.ssxh.net/forums/merge_phpbb.php ) i check that file is already there and check information again. i don't make any mistake.

i decide to go to phpbb site but it downs:? i am struck..

buntine
04-10-2004, 01:42 AM
Are you sure it isnt a 405 error? Check that the following table exists:

ninja_forums.categories

Regards,
Andrew Buntine.

cma
04-10-2004, 02:20 AM
Yes Its there.

by the way how do you know it is ninja_forums :eek:

cma
04-11-2004, 04:44 AM
Originally posted by buntine
Are you sure it isnt a 405 error? Check that the following table exists:

ninja_forums.categories

Regards,
Andrew Buntine.

oh i understand what you are talking about because i see 404 and i did refresh it at many but it doesn't work.

anyway

I use the search in phpMyAdmin and look for "ninja_forums.categories" but it is not there but how can i fix it?

buntine
04-11-2004, 07:08 AM
Somewhere in your page you are trying to extract data from a table named 'categories'. You will have to edit that line.

cma
04-11-2004, 05:06 PM
I was trying... too much work so I decide to to phpbb.com because its is up

i ask them about it @ http://www.phpbb.com/phpBB/viewtopic.php?t=188528

but I don't still understand then I decide to read @
http://www.phpbb.com/phpBB/viewtopic.php?t=119777

I almost get answer but i don't put name into dbname1


$dbms = 'mysql';
$phpbb_root_path = '../forums/';

$dbhost = 'localhost';
$dbuser = 'ninja_01';
$dbpasswd = '****';


// Name and prefix for the database that should keep the original IDs
$dbname1 = 'ninja_forums';
$table_prefix1 = '';

// Name and prefix for the database that is going to be added to DB1.
$dbname2 = 'ninja_database';
$table_prefix2 = 'fan_';