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

Windows Sql Help >.<

LoveSong

New Member
Joined
Dec 16, 2007
Messages
185
Reaction score
0
Hello. I'm new in sql servers and i want to ask where i can find the account datas of my server?

Thx
 
Are you using mysql or sqlite?

When you run your server it says "testing sql type....mysql" or sqlite, please post that first.
 
when i run my server it says:

[29/05/2008 00:41:15] The Forgotten Server - Version 0.3rc? (-).
[29/05/2008 00:41:15] A server developed by Talaturen, Kiper, Kornholijo, Jonern, Lithium, slawkens & Elf.
[29/05/2008 00:41:15] Visit our forum for updates, support and resources: http://otland.net/.

[29/05/2008 00:41:15] >> Loading config
[29/05/2008 00:41:15] >> Loading RSA key
[29/05/2008 00:41:15] >> Testing SQL connection
[29/05/2008 00:41:15] >> Loading vocations
[29/05/2008 00:41:16] >> Loading commands
[29/05/2008 00:41:16] >> Loading items
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7465 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7466 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7467 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7468 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7469 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7470 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7471 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7472 has an infinite decay-chain
[29/05/2008 00:41:16] Warning: [Items::loadFromXml] Item 7473 has an infinite decay-chain
[29/05/2008 00:41:16] >> Loading script systems
[29/05/2008 00:41:18] >> Loading monsters
[29/05/2008 00:41:20] >> Loading quests
[29/05/2008 00:41:20] >> Loading outfits
[29/05/2008 00:41:20] >> Loading admin protocol config
[29/05/2008 00:41:20] >> Loading experience stages
[29/05/2008 00:41:21] >> Checking world type... PVP
[29/05/2008 00:41:21] >> Loading map
[29/05/2008 00:41:29] > Map size: 38000x38000.


im using mysql
 
enter http://localhost/phpmyadmin

then enter your database, then you will see a player and account table. Click on that table, and click view to see a list.

And i recomand you to use tfs 0.2.12 from the 0.2 series, The Forgotten Server - Version 0.3rc is a bit new and still is on its beta stage. Miht be recomanded to wait for an official release of it :p
 
Back
Top