Jump to content

V3ct0r

Administrators
  • Content Count

    2,887
  • Joined

  • Last visited

  • Days Won

    518

Everything posted by V3ct0r

  1. За основу данной регистрации был взят древний код из ToPCP, так что по хорошему надо все переписывать с нуля
  2. @Спейсио вместо функции eregi() нужно использовать preg_match() и проверять поле 'email' на недопустимые символы. Позже выложу исправленный скрипт
  3. V3ct0r

    EncDecTool

    Can not. top1 client [Game.exe] doesn't have encrypt/decrypt functions for .bin tables
  4. Привет! Перед тем как создать тему в данном разделе, пожалуйста, ознакомьтесь с нашими простыми правилами:
  5. ВНИМАНИЕ! ВОЗМОЖНЫ SQL-ИНЪЕКЦИИ index.php Уязвимый код Строка 21 if ((eregi("[^a-z0-9_-]", $login)) || (eregi("[^a-z0-9_-]", $pass)) ) { eregi - устаревшее расширение, имеющее нульбайтовую уязвимость Строки 36-37 $email = $_POST['email']; do_query("INSERT INTO account_login (name,password,originalPassword,email) VALUES ('$login','$encr_pass','$pass', '$email')","AccountServer"); Переменная email не обрабатывается никак вообще. За наводку спасибо duduf
  6. @Jackhannibal I do not know about .dds, but for .tga and .bmp it works fine
  7. @Jackhannibal you have to decrypt textures with Gemini.Decompiler first ('Texture Converter' tab)
  8. Chrome is leading as expected
  9. WARNING! SQL INJECTION VULNERABILITY! index.php if ((eregi("[^a-z0-9_-]", $login)) || (eregi("[^a-z0-9_-]", $pass)) ) { eregi is deprecated. Null byte vulnerability. $email = $_POST['email']; do_query("INSERT INTO account_login (name,password,originalPassword,email) VALUES ('$login','$encr_pass','$pass', '$email')","AccountServer"); $email is not validated
  10. Make more detailed description for your project please. It will help you find people faster
  11. It will always be free if you want to edit or close your thread just leave a PM to any moderator or Community member if someone will spam we have to block him
  12. To install a forum like xenforo you need HTTP server, PHP interpreter and database management system (MySQL, MSSQL, etc)
  13. I think we need HEX Game.exe
  14. Explain more about new system
  15. .par is format for effects (animations, like fairy body). So you need special program to edit them but I didn't see such programs.
  16. @Joy ask xxpastuhxx in Skype. He provides servers from 15 to 30 euro. @Jones one of his cutomers.
  17. @zzzritdzzz also you can use this program to convert lgo -> obj. To convert obj -> lgo I know @insider's PHP script (link above) and .exe program. Someone sent me this program (don't remember who) but I've lost it.
  18. I think it is closed. There is http://ii.mordo.ru/ but it is in Russian language
  19. You can download MSSQL 2014 Express for free from Microsoft site
  20. You should change all IPs to 127.0.0.1 but GateServer.cfg [ToClient] IP = 0.0.0.0
  21. I know how to make Swings, but it is instead of Rebirth Wings. I've made it for @Sultan's and @V1tor's servers
  22. You can make your advertisment here for free I know, our forum is not so popular among the players, but we strive to be popular
  23. Yes, I've been asked by @danny1ma to make Spanish section
×
×
  • Create New...