| | I Make ported mods for the PHP-Nuke and this means first of all I need to change the prefixes to al the tables that are in the phpbb database, because Nuke uses the prefix of nuke (of course) but there are nuances such as the users table in nuke is just nuke_users Let me start again, all phpbb or phpbb2 tables as created by the install unless changed by the user in the config.php file are phpbb_forum this or phpbb_users that but nuke has other tables in its database structure the data in those table by whatever name remains the same nuke_users has exactly the same structure as phpbb_users. What I basically do when I port a mod that requires a prefix or table name change is using an editor to globally replace all phpbb to nuke which work 9 of 10 times but I need to know a little more about MySQL to for instance modify a phpbb sql to work with my nuke sql queries, and actually work, and I am sure it is possible if the right commands are given in the php or txt or sql file. |


