Jump to content

North

Premium
  • Posts

    465
  • Joined

  • Last visited

  • Days Won

    10
  • Feedback

    0%

Posts posted by North

  1. 5 hours ago, Fenix2009 said:

    Hello as you know Metin2 Client basicly runs as python code, Im starting at my journey in python and I have 1 question when i was creating my login interface I find that the graphical interface like background etc etc is a pythonscriptloader implemented in the ui.py the problem that is annoying me is that I dont find any documentation of the graphical changes likes horizontal_aligment etc etc 

     

    Most of the stuff is custom made so you won't find any documentation.

    Just look at the usecase and give a look at ui.py classes, most of the stuff you need is there.

  2. nope. You are wrong.

    MySQL is the database, maybe what you are looking for is the PHP MYSQL Connector/API which is a totally different thing:

    https://dev.mysql.com/downloads/connector/php-mysqlnd/

     

    3 hours ago, Dobrescu Sebastian said:

    @Fleon You mister are very wrong. There is mysql, mysqli and pdo which mysqli and pdo have prepared statements which makes them more secure. But just because mysql is old and pdo is new doesn't mean pdo will always be safer rather than a mysql coded website.

    Yes, it will be safer, they made it for a reason.

    Just quit calling it MySQL and start saying things for what they are, like "I did not use the deprecated and unsecure mysql connector in this source instead i opted for the newest PDO extension" or something like that

     

    code tip for OP, start using functions and less inline php, from a non-php coder

     

    • Love 1
  3. On 6/10/2018 at 8:01 PM, Juvienelle said:

    Hey guys, i've been working lately on metin2 website and i finally finished it.
    This website is completely running securely using php and PDO not mysql like other sites i have seen. it only needs you to change to design of it and it will be ready to use ^_^
    
    you can download the files from this link

    This is the hidden content, please

    and if anyone needs any help to setup this website just contact me on skype : john.dark95 or facebook : https://www.facebook.com/Juvie.SecTheater
    best wishes to you all.

    from this i understood that you know nothing about it, pdo is a php extension/driver and MySQL is a database so this must be some ripoff that i won't even look at.

    It always have been a PHP problem, since PHP pre 7 lacks a lot on security.

    Please check them out to learn more:

    https://en.wikipedia.org/wiki/MySQL

    https://en.wikipedia.org/wiki/PHP#PDO

    • Metin2 Dev 9
    • Confused 1
    • Good 3
    • Love 5
  4. That linker error is because that function is not declared in the .h or where it is supposed to be declared, just google it up.

    In this case to be more specific, in the header file make sure:

    That the method is public and can be accessed, that the IFDEF reaches that folder and file, if not #define it or include the define file.

    If you don't understand just quit trying and go study before you attempt anything else since this is a noob error.

  5. 45 minutes ago, charparodar said:

    I have this error, do you know how to solve it?

    
    char.cpp: In member function 'void CHARACTER::SetTarget(LPCHARACTER)':
    char.cpp:6035:17: error: 'class CItem' has no member named 'GetNewAttributeType'
          if (pItem->GetNewAttributeType(i) >= APPLY_ATTBONUS_ELEC && pItem->GetSocket(i) <= APPLY_ATTBONUS_DARK)
                     ^
    char.cpp:6037:27: error: 'class CItem' has no member named 'GetNewAttributeType'
           p.bElement = pItem->GetNewAttributeType(i) - BASE_ELEMENT + 1;
                               ^
    Makefile:118: recipe for target 'OBJDIR/char.o' failed
    gmake: *** [OBJDIR/char.o] Error 1
    

    Thanks

    CItem doesn't have GetNewAttributeType.

    Maybe in your source is called GetAttributeType, Visual Studio can help you autocomplete this...

    Just point to CItem and call the right function to return the attribute type.

    • Love 1
  6. 50 minutes ago, zeimpekis9 said:

     

    he is not taking orders. He released a system. We infrom him about the bugs of the system, and we just asked IF he can fix it. Why everyone here is so rude? I dont understand you. You should learn to help RANDOM people and to flame all the time. FFS.

    Lul. You are not informing him when you ask "So, did you fix it?" but instead it sounds like a request from somebody who should only be grateful, if you want to help then go for a pull request implementing the feature/bugfix on your own.

    I've been helping random people way too much, that's why I understood that random people usually don't deserve anything :].

    It's git tho, if you want to know if he updated the code then check the commits instead of asking here, you know.

    • Love 2
  7. 15 hours ago, Mali61 said:

    Yeah now party will create in all channels but still has some problem with online/offline problem.I don't have enough time but don't worry I will fix it.

    I don't even know why you are taking orders from random people but nice work thanks for the relase.

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.