1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

decode

Discussion in 'Help' started by Kkora, Nov 21, 2018.

  1. Kkora

    Kkora Baby Zombie

    Messages:
    189
    GitHub:
    shisui203
    Hey guys, how can I decode this?
    Code:
    \x61\x72\x65\x6e\x61\x73
     
  2. Kkora

    Kkora Baby Zombie

    Messages:
    189
    GitHub:
    shisui203
    umm guys, can you find any error in this code? I tried but it say fail, I didn't know •~•
    PHP:
    try {
                if (!
    is_file($this->getDataFolder() . "BR_sign.db")) {
                    
    $this->db = new \SQLite3($this->getDataFolder() . "BR_sign.db"SQLITE3_OPEN_READWRITE SQLITE3_OPEN_CREATE);
                } else {
                    
    $this->db = new \SQLite3($this->getDataFolder() . "BR_sign.db"SQLITE3_OPEN_READWRITE);
                }
                
    $this->db->exec("CREATE TABLE IF NOT EXISTS signs (arena TEXT PRIMARY KEY COLLATE NOCASE, x INTEGER , y INTEGER , z INTEGER, world TEXT);");
            } catch (\
    Exception $e) {
                
    $this->getLogger()->critical($e->getMessage() . ' in §b' $e->getFile() . '§c on line §b' $e->getLine());
                
    $this->getServer()->getPluginManager()->disablePlugin($this);
            }

            
     
  3. xXNiceAssassinlo YT

    xXNiceAssassinlo YT Zombie Pigman

    Messages:
    499
    GitHub:
    xXNiceYT
    Lol I like using echo for it
     
  4. Destroyer57

    Destroyer57 Zombie

    Messages:
    275
  5. Kkora

    Kkora Baby Zombie

    Messages:
    189
    GitHub:
    shisui203
    It's fine. I found an unphp website. It very useful. It can decode every encode type in one command.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.