• 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

    Um pedido meio "incomum"

    Na verdade nem precisa mais, o Bido (Kiel) já me ajudou. E se eu quisesse hackiar vocês eu já teria feito vide isso: http://otland.net/f251/critical-problem-otserv-51849/ e claro, pelo fato de vocês usarem Gesior ou ModernAAC, ou seja, fáceis de fazer qualquer tipo de invasão. Essa ajuda está me...
  2. Nostradamus

    Disband guild if leader leave

    Thanks for that information, i will implement that on OpenTibia (sorry if you are using TFS :<) EDIT: it seems OpenTibia already supports that, maybe TFS too? check triggers.
  3. Nostradamus

    [REQ] Where to change first items

    There are sample chars for that. "Sample Sorcerer", "Sample Druid", ...
  4. Nostradamus

    Poll - Which better AAC?

    Engraçado é o pessoal criticar um ou elogiar outro apenas pela maior disponibilidade que um possui por parte do outro e ainda não ter conhecimento algum para conseguir dizer onde está a falha do Gesior ou do Modern, e ainda por cima, afirmar coisas sem argumentos. Bom, primeiro vamos falar...
  5. Nostradamus

    Um pedido meio "incomum"

    @Chinelo, valeu a disposição mas o Bido do Trevours já está me ajudando!
  6. Nostradamus

    Poll - Which better AAC?

    Ambos não prestam, e ambos possuem security holes.
  7. Nostradamus

    [Modern AAC] Injection - Guild statistics V3!

    Actually this code can be reduced pretty well to a single query (which will make it faster and better). About a rank of points, can be done with this same SQL query i am refering to.
  8. Nostradamus

    Hacking on modern...

    Until all stop with that politic of including script plus scripts to boost websites with cool stuff without thinking on the consequences, this will happen. I was checking that both GesiorAAC and ModernAAC has serious issues related to XSS. I've checked deeply every $_POST and even $_REQUEST and...
  9. Nostradamus

    Hacking on modern...

    kito2, I have finished a security check on ModernAAC some days ago (after my friend got hacked) and i see that you are right: ModernAAC still got tons of security holes. That bug in the rev 243 is a simple SQL injection since Code Igniter shows the error messages, but there are more. You'll have...
  10. Nostradamus

    A DECENT way to make powergamers script

    Content removed, i don't want to share my knowleagement with a retarded staff.
  11. Nostradamus

    Working like a MACHO man with MySQL

    It is not based on performance at all, it is about of beeing smart and write less code with more logic. That's why i've created this topic. To really good optimizations, there are a lot of technics NOT covered on this topic.
  12. Nostradamus

    Um pedido meio "incomum"

    Caros donos de servidores, estou desenvolvendo um AAC e terminando o branch revscriptsys, mas estou incapaz de testar algumas coisas devido a falta de dados em um banco de dados de teste. Por isso, se algum de vocês puderem fazer a caridade de me passar um SAMPLE com contas, personagens...
  13. Nostradamus

    Working like a MACHO man with MySQL

    No, i will not. And i don't see the relationship of packages plus development stage versions and the SQL syntax. What are you trying to say exactly?
  14. Nostradamus

    [PHPMYADMIN] Help script.

    I think this is sufficient: UPDATE houses SET owner = 0; TRUNCATE TABLE tiles;
  15. Nostradamus

    Working like a MACHO man with MySQL

    MySQL is coding, and MySQL is a programming language.
  16. Nostradamus

    Working like a MACHO man with MySQL

    Content removed, i don't want to share my knowleagement with some retarded staff.
  17. Nostradamus

    Underwar hackeado. O que aconteceu?

    O que triggers têm haver com segurança de banco de dados? Triggers são "ações" que a base de dados de acordo com determinados momentos. O OpenTibia utiliza triggers de remoção em cascata para se por exemplo você deletar um jogador, todos os vínculos desse jogador como o fato dele ser membro ou...
  18. Nostradamus

    Showing the real outfit of a player of your server

    Content removed, i don't want to share my knowleagement with a retarded forum staff. Feel free to contact me if you still want that.
  19. Nostradamus

    [Modern AAC] site path from SQL ?

    Well, go read about that in CodeIgniter and PHP documentation. It seems you do not know what you are doing. A cookie: $name = new OTS_Title(); $name->find($title); if($name->isLoaded()) { Assuming that you didn't created OTS_Title class (since a class for a slug like that would be...
  20. Nostradamus

    Guilds bugs...

    About vice-leaders thinkg, i can reproduce this bug, you have to do changes on guild controller. It is not that hard.
Back
Top