MyBB Community Forums

Full Version: Fix problems with transferring hosts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Run this code in phpMyAdmin:
CREATE TABLE clmsd_usertitles (
  utid smallint unsigned NOT NULL auto_increment,
  posts int unsigned NOT NULL default '0',
  title varchar(250) NOT NULL default '',
  stars smallint(4) NOT NULL default '0',
  starimage varchar(120) NOT NULL default '',
  PRIMARY KEY (utid)
) ENGINE=MyISAM;
^^ Ok i will do so but do you have any idea how i can login and gain access to the admin cp. Because i created a second account and it works fine. So how can i make this account a admin through Cpanel.
Pages: 1 2 3