I download BBToNuke 2.0.11. I am planning to run it on top of Nuke 7.5. There is absolute no documentation in the zip file that tell me how to run BBToNuke 2.0.11. Can any one provide the instruction?
Ben
P.S. I search and browse many pages in this forum, people asked about how to install, but no answer.. but everyone seem to just known it? is there an obvious place for instruction that I don't know?
P.P.S. I got my BBToNuke 2.0.11 from nukeresources.com
Xyberian Colonel
Joined: Mar 14, 2004
Posts: 1939
Location: Behind you
Posted:
Mon Feb 07, 2005 12:40 pm
Follow my steps:
step 1: Uncompress BBtoNuke211.zip (or tar.gz)
step 2: find two dicrectories as follows:
/BBtoNuke211/
------ /includes
-------/modules
step 3: Upload /includes & /modules to your <nuke-root>/
Additionally, brown the most recent security patches for BB2Nuke211 from nukecops.com or nukeresources.com, if there exist.
More hints:
If the upgrade10-11.php file doesn't work, then use my .sql file which I made it. Just dump this .sql file in your phpmyadmin (actually code, so copy & paste).
Code:
UPDATE nuke_bbconfig SET config_value='.0.11' where config_name='version';
DROP TABLE IF EXISTS nuke_bbconfirm;
CREATE TABLE nuke_bbconfirm (confirm_id char(32) DEFAULT '' NOT NULL, session_id char(32) DEFAULT '' NOT NULL, code char(6) DEFAULT '' NOT NULL, PRIMARY KEY (session_id, confirm_id));
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 vote in polls in this forum