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

Search results

  1. waqmaz

    [8.1]NPC say Random Help

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local talkState = {} function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  2. waqmaz

    Couldn't estabilish connection to SQL database!

    I have opened all ports, I have allowed my IP address on external database host, I have created tables in database from schema folder. I have put this to config.lua: sqlType = "mysql" sqlHost = "213.239.198.234" -- external database sqlPort = 3306 sqlUser = "lidia92_ots"...
  3. waqmaz

    Couldn't estabilish connection to SQL database!

    knighters gods Are you crazy? I host it on external database. There is not localhost, lol.
  4. waqmaz

    Couldn't estabilish connection to SQL database!

    I've allowed IP address on external database host and still cannot connect to database.
  5. waqmaz

    Couldn't estabilish connection to SQL database!

    Without ' " ' it says: "unable to load config.lua".
  6. waqmaz

    Couldn't estabilish connection to SQL database!

    Ok, thanks, I am going to try. Does not work. :(
  7. waqmaz

    Couldn't estabilish connection to SQL database!

    All ports are opened.
  8. waqmaz

    Couldn't estabilish connection to SQL database!

    Hello. While I want to connect to my OTS using xampp (localhost), everything works well with these parameters: sqlType = "mysql" sqlHost = "localhost" sqlPort = 3306 sqlUser = "root" sqlPass = "" sqlDatabase = "ots" encryptionType = "sha1" I've decided to buy a test...
  9. waqmaz

    Modern acc "try to create character"

    @up
  10. waqmaz

    Looking for Elf Guild War system with emblems

    Thanks, bro!
  11. waqmaz

    Looking for Elf Guild War system with emblems

    Great, thanks! I am going to try that after work. Thanks!!! Just one question: does it work on 0.3.6pl crying danson?
  12. waqmaz

    Guild War System

    a dlaczego mi ten skrypt nie dziala pod 8.6? jak wpisuje np. "/war-invite", to nic sie nie dzieje. Po prostu zwykly tekst piszę (ale to jezeli jestem leaderem). Jezeli nie jestem leaderem, to pisze, ze musze byc leaderem, aby wywowac te funkcje. Wyglada to tak, jakby w silniku nie bylo jakis...
  13. waqmaz

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    Hey, I can not open it on linux. I found some bugs too.
  14. waqmaz

    [8.60] The Forgotten Server 0.3.6 (Crying Damson) V8

    What with guild war system for TFS 8.6?
  15. waqmaz

    Znote AAC

    Where is recovery key?
  16. waqmaz

    Znote AAC 1.4 - [TFS 0.2.13+] & [TFS 0.3.6+/0.4]

    SQL injections are attacks on sites, which uses for expample MySQL database. u shoudl use then prepared statements or PDO. there are many attacks type, for example XSS, when u have to use htmlspecialchars etc.
Back
Top