• 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. Nostradamus

    Having fun. :)

    Nice work, but by changing sources to fit in an AAC is odd..
  2. Nostradamus

    [PHP] Pages

    @stian Django, Rails and CakePHP got the same "philosophy". Also, Ruby on Rails "getting started" guide is to make a blog too :P Actually, i only work with CakePHP (well, i am still learning, i am reading about it 2 weeks only) because it is very similar to Rails. About Django, i like it too...
  3. Nostradamus

    [PHP] Pages

    Kavvson, start reading about CakePHP (CakePHP: the rapid development php framework. Pages) ;-)
  4. Nostradamus

    [PHP] Pages

    Kavvson, Go learn more about PHP or even CakePHP, CodeIgniter, Zend, ... it doesn't matter So, perhaps you should stop doing those bad codes. This is not a criticism ;P
  5. Nostradamus

    first language you started using...

    HTML is a markup language, not a programming language. Also, if HTML sucks you'll make your websites using XML? sarcastic
  6. Nostradamus

    War System - Modern Acc

    Desenvolvedores OFICIAIS BRASILEIROS no OpenTibia: - Vitor - Pedro B. - Heliton - Jakexblaster - Nostradamus - AssassinaMutante - Hackerpotato - Rafael Hamdan - Cayan A diferença não está nessa generalização de brasileiros. A diferença é que esses usuários estão em sua maior parte colaborando...
  7. Nostradamus

    War System - Modern Acc

    Ah, e só dou suporte Lua e tudo mais, para servidores que utilizam de OTServ e não de TFS.
  8. Nostradamus

    War System - Modern Acc

    Já entendi agora a história. O que vocês possuem é uma listagem de guild x guild. Sendo que é possível ter guild1 e guild2 x guild3 e guild4 por exemplo Bom, isso é fácil de fazer... Mas eu só poderei fazer algo do tipo (e sem prometer) no final de semana... Mas valeu pela informação.
  9. Nostradamus

    War System - Modern Acc

    vincity, vamos ver se eu entendi, o guild wars então funciona 100% e está disponível para TODOS, porém, não existe uma 'página' para exibir tal informação no site, tais como listar as guerras em andamento e as que já acabaram. Isso inclui também falar sobre as deaths e kills. Ou seja, o que o...
  10. Nostradamus

    War System - Modern Acc

    Esse negócio de vocês quererem "escudinhos" seria no jogo, certo? E não no site em si... Isso será incorporado ao OpenTibia em breve.
  11. Nostradamus

    War System - Modern Acc

    E o que seria "multiwar funcional"? Eu parei com Tibia em 7.6 De qualquer forma, estou desenvolvendo um AAC que será mais completo que o conjunto de todos os 'addons ao ModernAAC + GesiorAAC' para OpenTibia (não darei suporte ao TFS). E será de graça, porém como eu disse, não funcionará em TFS...
  12. Nostradamus

    Disable password encryption

    No, because encryption avoids servers to get accounts stoled (in case of database access). And of course, it is more professional to a server to be transparent, by not storing plain passwords.
  13. Nostradamus

    War System - Modern Acc

    Me falem como funcina bem detalhadamente que eu faço e libero isso de graça pra todos. Odeio esse negócio de ficar comercializando scripts mal feito por um preço elevado como esse.
  14. Nostradamus

    Dedicado , Semi Dedicado, VPN ??

    Simples, use CLOUD HOSTING (pague apenas o que você consome de banda, espaço, etc). Um exemplo é o Amazon S2, o se quer um brasileiro, TeclaHost.
  15. Nostradamus

    Disable password encryption

    You will have to find this in the core. Maybe it is on accounts_controller. But i don't know CodeIgniter, so, they may use a native component for hash encryptions.
  16. Nostradamus

    Feature Vampiric weapons 0.2

    I think this code can be written in 100% Lua using weapons scripts.
  17. Nostradamus

    Post your quick ideas here!

    Possible Roadmap 1) Quit using POT! We use POT for so few things and in a wrong way. Instead, let's use a ORM plugin like Datamapper (for CI). So we can rewrite entire code to be CLEAN! 2) Respect MVC structure. There are a lot of codes that should be in other places, and the pages thing isn't...
  18. Nostradamus

    SVN Access

    Thanks. I will start updating this week, since i'm not able to use SVN this period. So, i will post some patches before start commiting.
  19. Nostradamus

    SVN Access

    I would like to have SVN Access to improve this project. I was using ModernAAC in a custom server and i've saw probably, the entire code. So, i can help on a lot of improvements and things that isn't good enough. I have some experience with CodeIgniter (actually i read the documentation, and...
  20. Nostradamus

    [BUG] PDO not accessible at all subpages.

    I don't know about how CI works, but i think it is similar to CakePHP: vendors (in that case, POT) is loaded only on some specific components or controllers.
Back
Top