• 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!

acc gesiora

ilike999

HotBoy
Joined
Feb 12, 2010
Messages
43
Reaction score
0
mam acc gesiora i jak probuje w my account to mi otland.net wyskakuje ? pomoze ktos mam naxedot 8.54
 
aa i jeszzcze jeden problem bo jak wezme shop admin to mi blad wyskakuje
# a mianowice taki

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'naxiorots.bans' doesn't exist' in C:\xampp\htdocs\pot\OTS_AccountBan.php:55 Stack trace: #0 C:\xampp\htdocs\pot\OTS_AccountBan.php(55): PDO->query('SELECT `id`, `t...') #1 C:\xampp\htdocs\pot\OTS_Account.php(935): OTS_AccountBan->find('1') #2 C:\xampp\htdocs\accountmanagement.php(30): OTS_Account->isBanned() #3 C:\xampp\htdocs\index.php(135): include('C:\xampp\htdocs...') #4 {main} thrown in C:\xampp\htdocs\pot\OTS_AccountBan.php on line 55
 
CREATE TABLE IF NOT EXISTS `bans` (
`id` int(10) unsigned NOT NULL auto_increment,
`type` tinyint(1) NOT NULL COMMENT '1 - ip banishment, 2 - namelock, 3 - account banishment, 4 - notation, 5 - deletion',
`value` int(10) unsigned NOT NULL COMMENT 'ip address (integer), player guid or account number',
`param` int(10) unsigned NOT NULL default '4294967295' COMMENT 'used only for ip banishment mask (integer)',
`active` tinyint(1) NOT NULL default '1',
`expires` int(11) NOT NULL,
`added` int(10) unsigned NOT NULL,
`admin_id` int(10) unsigned NOT NULL default '0',
`comment` text NOT NULL,
`reason` int(10) unsigned NOT NULL default '0',
`action` int(10) unsigned NOT NULL default '0',
`statement` varchar(255) NOT NULL default '',
PRIMARY KEY (`id`),
KEY `type` (`type`,`value`),
KEY `active` (`active`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=3 ;
Bans xD
 
mi chodzilo tym razem o bans ..
#co mam zrobic zeby dodac tiles ? w pma
 
Last edited:
muzwo5.png
 
W ogóle zaimportowałeś bazę bo co chwile piszesz temat praktycznie z tym samym problem. :wub:
 
Back
Top