Jump to content

UnStoppable

Inactive Member
  • Posts

    21
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by UnStoppable

  1. 20 minutes ago, regal said:

    Thank you for your answer!

    Ok, so I changed everything but I still get the syserr like it is not finding the music.

    0816 21:09:01071 :: CSoundManager::PlayMusic - Failed to load stream sound : pack/bgm/login_window.mp3
    Should I do any further steps?

    I tried putting the music inside a bgm folder before packing with EPack32(I thought that maybe it could help), but it's still not working

     

    He probably told you wrong. Since the client in this case will look for the BGM folder in the package folder. And you did not transfer the BGM folder in pack folder.

  2. 23 hours ago, semoka10 said:
      Quote
                case ITEM_SKILLFORGET:
                {
                    const DWORD dwSkillVnum = (GetVnum() == ITEM_SKILLBOOK_VNUM | / GetVnum() = = ITEM_SKILLFORGET_VNUM)? GetSocket(0) : 0;
                    const CSkillProto* pSkill = (dwSkillVnum != 0) ? CSkillManager::instance().Get(dwSkillVnum?NULL;
                    if (pSkill)
                        len = snprintf(szItemNamesizeof(szItemName), "%s"pSkill->szName);
     
                    break;
                }

     

    If you need to know where it gets the data from, it should takes it from the skill_proto->szName column.

    • Metin2 Dev 1
  3. 30 minutes ago, tierrilopes said:

    Protect a dummy client, put it on the cheapest vps you can find and provide some accounts (user1 pass / user2 pass and such) and put download here.

    Im sure someone will review it after.

    Thanks for the advice, but it suits me just to give the file so that the person does not think that he is being deceived.

  4. didn't understand what the log do you mean? if someone connects through your site, you will only see the IP of your site on the database server, because the request will be from him.

    If you have a vulnerable site on sql inject then this will not help you. You should secure your site as much as possible, properly screen variables, and it’s best to use PDO.

    And if you do what I said above, it will give good protection.

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