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

Search results

  1. Kofels

    Ots- naruszenie ochrony pamięci...

    Debugger i sprawdzaj na czym w kodzie się wywala :P
  2. Kofels

    Reupload Dineria/Drans Map ?

    Widzę, że Drans był popularny, haha :)
  3. Kofels

    Ots- naruszenie ochrony pamięci...

    Nauczcie się*debugować i fixować kod. Wtedy możecie pomyśleć nad hostowaniem :)
  4. Kofels

    [PHP5][CLASS]Fast OTServ status class

    I don't know why i can't edit my post... whatever I made little refactored code. You can found it here. Question to moderators. Can you edit thread and add new version of code? I have forgot password to my old account ;P
  5. Kofels

    [PHP5][CLASS]Fast OTServ status class

    Did you called "update" method before parsing status info? Show me how are you using these class
  6. Kofels

    Windows Website

    MySQL :: MySQL 5.5 Reference Manual :: 12.1.6 ALTER TABLE Syntax -.-
  7. Kofels

    Uprawnienia linux

    To kurwa sprawdź gdzie ten plik z ventrillo masz, i nadaj mu uprawnienia do uruchamiania chmod +x plik_binarny_ventrillo
  8. Kofels

    Shop System Full! [Modern AAC]

    LOL'd when saw source of that script. if($SQL->query('SELECT * FROM shop_offer WHERE id = '.$product.'')->fetch()) { $info = $SQL->query('SELECT * FROM shop_offer WHERE id = '.$product.'')->fetch(); Yes, we like double up queries. :D It's 108 line of gifts/gifts.php. Next, let's look...
  9. Kofels

    Windows Website

    Do active field (boolean) SQL addition on your table.
  10. Kofels

    Gesior character creation date.

    Hint about this in rules. :) Simply add for ex. simple statment: in your character creation code.
  11. Kofels

    Gesior character creation date.

    These characters are escaped by either PHP function. It's bug, yes - common mistake.
  12. Kofels

    SVN Client for MAC OSX

    version
  13. Kofels

    (Segmentation fault)

    No chyba że tak, usunę się w cień :D
  14. Kofels

    co moze obciazac apache?

    wywal apache, nie wiem ludzie. Wam nikt o alternatywach nie mówił? Np. Lighttpd oraz nginx?
  15. Kofels

    Real Tibia Letters for Gesior ACC News

    Oh, I am really sorry :*
  16. Kofels

    (Segmentation fault)

    Zdebuguj i zobacz na jakiej linii w kodzie Ci się jebie, postnij tutaj backtrace najlepiej.
  17. Kofels

    Real Tibia Letters for Gesior ACC News

    Your code sucks a bit... try this: <?php function tibiaLetter( $string ) { return '<img src="http://static.tibia.com/images/global/letters/letter_martel_' . strtoupper( $string[0] ) . '.gif" />' . substr( $string, 1 ); } echo tibiaLetter( 'hello world!' ); ?>
  18. Kofels

    [PHP] Character Signature API

    Nice code, but I thinking about it: global $GDPreviousPositions; Why are you using globals? I think better way is to use $GDPreviousPositions as a public variable of MadGD because if you create two signatures in one code you'll access that same global $GDPreviousPositions; for both. Try to hand...
  19. Kofels

    [Help] Houses.php

    Throw out Gesior AAC from your HDD.
  20. Kofels

    Code Highlighting

    Colandus, why you reaseaching an wheel again? : D GesHi is there. Oh, sorry u writing if yourself. ; p
Back
Top