ALTER TABLE `$table_members` ADD `notepad` text NOT NULL;
ALTER TABLE `$table_settings` ADD `notepadstatus` set('on','off') NOT NULL default 'on';