Moderator: Integra Moderator
CREATE TABLE `phpbb_sessions_keys` ( `key_id` varchar(32) NOT NULL default '0', `user_id` mediumint(8) NOT NULL default '0', `last_ip` varchar(8) NOT NULL default '0', `last_login` int(11) NOT NULL default '0', PRIMARY KEY (`key_id`,`user_id`), KEY `last_login` (`last_login`) ) TYPE=MyISAM;
CREATE TABLE phpbb_sessions ( session_id varchar(32) NOT NULL default '', session_user_id mediumint(8) NOT NULL default '0', session_start int(11) NOT NULL default '0', session_time int(11) NOT NULL default '0', session_ip varchar(8) NOT NULL default '0', session_page int(11) NOT NULL default '0', session_logged_in tinyint(1) NOT NULL default '0', session_robot varchar(32) default NULL, session_admin tinyint(2) DEFAULT '0' NOT NULL, PRIMARY KEY (session_id), KEY session_user_id (session_user_id), KEY session_id_ip_user_id (session_id,session_ip,session_user_id)) TYPE=MyISAM;
This file is to update phpBB to Integramod 140/phpBB 2.0.21
It is critical that you follow the directions as stated.
1- Uninstall all templates other than subsilver.
2- Get a complete backup of your phpBB installation and database. (store in a safe place)
3- upload to your forum root
db_update1.php
db_update2.php
db_update3.php
db_update4.php
db_update5.php
4- go to http://www.your_forum/db_update1.php
the bottom of the page will have a link to the next update file.
5- In step 5, you are asked to enter some field names for phpBB security. It is strongly suggested that you use the suggested names. When you have entered this information, select "Submit"
6- BEFORE you click the "GO TO STEP 6" link you must upload the files in the "root" folder, overwritting your original phpBB files.
You must also set your file permissions using either your Cpanel or FTP client.
7-Click "GO TO STEP 6"
8-Delete the install folder and delete all 5 db_update* files
Your forum should now be Integramod 140 with phpBB 2.0.21 and security mod 1.0.3
Prillian
By default this script does not install the Prillian instant messenger.
to install prillian, first, OPEN http://www.forum root/config.php
FIND
define('PHPBB_INSTALLED', true);
AFTER, ADD
define('PRILLIAN_INSTALLED', true);
Save and Close
Rename forum root/-prill_install to forum root/prill_install
(your just removing the - (dash) from the beginning of the name.
from your browser, go to http://www.yoursite.com/prill_install/im_install.php
when install routine is complete, delete the Prill_Install folder
"HelterSkelter";p="18173" wrote:is this the 140 version of ICGStation? 132 themes will not work. If this is the 132 version, rename it and upload the correct version.
Registered users: App360MonitorBot, Bing [Bot], Helter