Jump to content

misterioso

Member
  • Posts

    6
  • Joined

  • Last visited

  • Feedback

    0%

About misterioso

Informations

  • Gender
    Male

Social Networks

  • Website

Recent Profile Visitors

1047 profile views

misterioso's Achievements

Apprentice

Apprentice (3/16)

  • Reacting Well
  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

5

Reputation

  1. Yes because the input is already checked: if (!check_name(gcp.name)) { gcp.master->ChatPacket(CHAT_TYPE_INFO, LC_TEXT("<±æµå> ±æµå À̸§ÀÌ ÀûÇÕÇÏÁö ¾Ê½À´Ï´Ù.")); return 0; }
  2. This is not necessary because the function "check_name" already check if is an alphanumeric data. So you can use the "normal version": std::auto_ptr<SQLMsg> pmsg(DBManager::instance().DirectQuery("SELECT COUNT(*) FROM guild%s WHERE name = '%s'", get_table_postfix(), gcp.name));
  3. Have you used any fix for "injection" in guild_manager.cpp ? If yes the problem is in CGuildManager::CreateGuild because the input is already checked by function check_name and you don't need any"fix".
  4. I'm happy... Finally someone appreciates my small tool... >.< In the original forum nobody said anything about it and for this reason I didn't post in other forums. Thank you for sharing, Misterioso
×
×
  • 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.