• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

some body help me to fix !!

Xei

...
Joined
Apr 29, 2009
Messages
280
Reaction score
1
i duno why this message apear .please tell me what to do to remove it !

19485039.jpg
 
Just me that can read?

"z_ots_comunication doesn't exist"

You missing that table..


edit :
PHP:
CREATE TABLE IF NOT EXISTS `z_ots_comunication` (
  `id` int(11) NOT NULL auto_increment,
  `name` varchar(255) NOT NULL,
  `type` varchar(255) NOT NULL,
  `action` varchar(255) NOT NULL,
  `param1` varchar(255) NOT NULL,
  `param2` varchar(255) NOT NULL,
  `param3` varchar(255) NOT NULL,
  `param4` varchar(255) NOT NULL,
  `param5` varchar(255) NOT NULL,
  `param6` varchar(255) NOT NULL,
  `param7` varchar(255) NOT NULL,
  `delete_it` int(2) NOT NULL default '1',
  PRIMARY KEY  (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=latin1 AUTO_INCREMENT=2 ;
 
well well,the problem now i cant log in my SErv !!! another ppl can log in...it only get the chr list and cant log in..a
 
i am using that ip it gets chr list but when i press on its gets Error Cannot connect or connection refused error code (10061)..
 
Back
Top