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

Hoster OTS Hosting Service 2023 w/DDoS Protection

Opened ticket up, Bought a server, entered in the information i got sent in the email into WinSCP, but it says will not accept the password? Any ideas any one?
 
I performed a payment for hosting linux already been confirmed, I know the login and password to connect to the server.. Don Daniello ..
 
Last edited:
budd hosting his ot from your deds tells me your ddos protction is harder shit han crap. good luck on tho.
 
What is the guaranteed period length of uptime?
May I pay 240 euro for 1 year with 2 G ram now? Or do I have to make many small transactions over the year?
 
What is the guaranteed period length of uptime?
May I pay 240 euro for 1 year with 2 G ram now? Or do I have to make many small transactions over the year?
Yes, please open support ticket after you register to create such an order.
 
do i understand right? . i just pay and the server is up? like you do almost everything? finding a server . set it up and stuff?

- - - Updated - - -

[20:14:01.432] The Forgotten Server, version 0.4_SVN ()
[20:14:01.432] Compiled with GNU C++ version 4.4.5 at Sep 18 2011, 01:27:41.
[20:14:01.432] A server developed by Elf, Talaturen, Stian, Slawkens, KaczooH and Kornholijo.
[20:14:01.432] Visit our forum for updates, support and resources: http://otland.net.

[20:14:01.432] >> Loading config (config.lua)
[20:14:01.434] > Opening logs
[20:14:01.434] > Using SHA1 encryption
[20:14:01.635] >> Checking software version... running sub version, please mind it's unstable and only for testing purposes!
[20:14:01.635] > Current version information - version: 0.4_SVN, patch: 0, build: 0, timestamp: 1286626451.
[20:14:01.635] > Latest version information - version: 0.3.6, patch: 0, build: 3293, timestamp: 1260652199.
[20:14:01.635] >> Loading RSA key
[20:14:01.639] >> Starting SQL connection
[20:14:01.641] >> Running Database Manager

[20:14:01.641] > ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.


and whan i try to add tables on phpmyadmin thing it wont add ..
whan i try to inport i use this :Select from the web server upload directory /home/otsmanager/mysql/pma/: and select the creat-table.sql
what happend a new database coming as phpmyadmin with some pma stuffs ? someone know whats wrong?

-Oddis
 
[20:14:01.641] > ERROR: The database you have specified in config.lua is empty, please import schemas/<engine>.sql to the database.

Make sure you choose the correct type of database.

For mysql.sql
Code:
sqlType = "mysql"

For pgsql.sql
Code:
sqlType = "pgsql"

For sqlite.sql
Code:
sqlType = "sqlite"

King Regards,
Bica
 
[18:0:02.020] The Forgotten Server, version 0.4_SVN ()
[18:0:02.020] Compiled with GNU C++ version 4.4.5 at Sep 18 2011, 01:27:41.
[18:0:02.020] A server developed by Elf, Talaturen, Stian, Slawkens, KaczooH and Kornholijo.
[18:0:02.020] Visit our forum for updates, support and resources: http://otland.net.

[18:0:02.020] >> Loading config (config.lua)
[18:0:02.021] > Opening logs
[18:0:02.021] > Using SHA1 encryption
[18:0:02.227] >> Checking software version... running sub version, please mind it's unstable and only for testing purposes!
[18:0:02.227] > Current version information - version: 0.4_SVN, patch: 0, build: 0, timestamp: 1286626451.
[18:0:02.227] > Latest version information - version: 0.3.6, patch: 0, build: 3293, timestamp: 1260652199.
[18:0:02.227] >> Loading RSA key
[18:0:02.230] >> Starting SQL connection
[18:0:02.233] >> Running Database Manager
[18:0:02.236] > Trigger: ondelete_accounts does not exist, creating it...
[18:0:02.237] mysql_real_query(): CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` NOT IN(1, 2) AND `value` = OLD.`id`; END; - MYSQL ERROR: Table 'phpmyadmin.accounts' doesn't exist (1146)
[18:0:02.239] > Trigger: oncreate_guilds does not exist, creating it...
[18:0:02.239] mysql_real_query(): CREATE TRIGGER `oncreate_guilds` AFTER INSERT ON `guilds` FOR EACH ROW BEGIN INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Leader', 3, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Vice-Leader', 2, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Member', 1, NEW.`id`); END; - MYSQL ERROR: Table 'phpmyadmin.guilds' doesn't exist (1146)
[18:0:02.242] > Trigger: ondelete_guilds does not exist, creating it...
[18:0:02.242] mysql_real_query(): CREATE TRIGGER `ondelete_guilds` BEFORE DELETE ON `guilds` FOR EACH ROW BEGIN UPDATE `players` SET `guildnick` = '', `rank_id` = 0 WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = OLD.`id`); END; - MYSQL ERROR: Table 'phpmyadmin.guilds' doesn't exist (1146)
[18:0:02.245] > Trigger: oncreate_players does not exist, creating it...
[18:0:02.245] mysql_real_query(): CREATE TRIGGER `oncreate_players` AFTER INSERT ON `players` FOR EACH ROW BEGIN INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 0, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 1, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 2, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 3, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 4, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 5, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 6, 10); END; - MYSQL ERROR: Table 'phpmyadmin.players' doesn't exist (1146)
[18:0:02.248] > Trigger: ondelete_players does not exist, creating it...
[18:0:02.248] mysql_real_query(): CREATE TRIGGER `ondelete_players` BEFORE DELETE ON `players` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` = 2 AND `value` = OLD.`id`; UPDATE `houses` SET `owner` = 0 WHERE `owner` = OLD.`id`; END; - MYSQL ERROR: Table 'phpmyadmin.players' doesn't exist (1146)
[18:0:02.441] > Optimizing table: bans... [success]
[18:0:02.555] > Optimizing table: global_storage... [success]
[18:0:02.670] > Optimizing table: house_data... [success]
[18:0:02.807] > Optimizing table: server_config... [success]
[18:0:02.962] > Optimizing table: server_motd... [success]
[18:0:03.107] > Optimizing table: server_record... [success]
[18:0:03.249] > Optimizing table: server_reports... [success]
[18:0:03.249] >> Loading items (OTB)
[18:0:03.324] >> Loading items (XML)
[18:0:03.389] >> Loading groups
[18:0:03.398] >> Loading vocations
[18:0:03.399] >> Loading outfits
[18:0:03.400] >> Loading chat channels
[18:0:03.400] >> Loading script systems

[18:0:03.605] [Error - TalkAction Interface]
[18:0:03.605] data/talkaction

now my server stoppes at this. and looks like some table on mysql wont come up like players and stuff
someone know? thanks rep
Oddis
 
now my server stoppes at this. and looks like some table on mysql wont come up like players and stuff
someone know? thanks rep
Oddis

1st: it showing those errors bcus you already fucked your server database.

2nd: at phpmyadmin>sql, run all querys that showed in game console.

CREATE TRIGGER `ondelete_accounts` BEFORE DELETE ON `accounts` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` NOT IN(1, 2) AND `value` = OLD.`id`; END;

CREATE TRIGGER `oncreate_guilds` AFTER INSERT ON `guilds` FOR EACH ROW BEGIN INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Leader', 3, NEW.`id`);

INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Vice-Leader', 2, NEW.`id`); INSERT INTO `guild_ranks` (`name`, `level`, `guild_id`) VALUES ('Member', 1, NEW.`id`); END;

CREATE TRIGGER `ondelete_guilds` BEFORE DELETE ON `guilds` FOR EACH ROW BEGIN UPDATE `players` SET `guildnick` = '', `rank_id` = 0 WHERE `rank_id` IN (SELECT `id` FROM `guild_ranks` WHERE `guild_id` = OLD.`id`); END;

CREATE TRIGGER `oncreate_players` AFTER INSERT ON `players` FOR EACH ROW BEGIN INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 0, 10);

INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 1, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 2, 10);

INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 3, 10); INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 4, 10);

INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 5, 10);

INSERT INTO `player_skills` (`player_id`, `skillid`, `value`) VALUES (NEW.`id`, 6, 10); END;

CREATE TRIGGER `ondelete_players` BEFORE DELETE ON `players` FOR EACH ROW BEGIN DELETE FROM `bans` WHERE `type` = 2 AND `value` = OLD.`id`;

UPDATE `houses` SET `owner` = 0 WHERE `owner` = OLD.`id`; END;
 
if im going to write the stuff you wrothe here i just got failed. on import sql
 
Back
Top