Jump to content

Maseda

Member
  • Posts

    14
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Maseda

  1. 2 hours ago, Mali said:

    Who said I’m selling this? : )

    Not this, i need you help with this 

    but i can't send messages, i try on discord to write to you but there you must accept and after that we can talk...

    Need your help 

    • kekw 2
    • Think 1
    • Lmao 2
    • Love 1
  2. Hellow guys,

    I have a question about MYSQL.

    I have a serverfiles and on MYSQL i had a user name monty'@'   and i just remove that user and i have this error on mysql db mysql_query error: The user specified as a definer ('monty'@') does not exist

     

    The game is working but i can't creat any characters. I search with notepad++ in db source that user and i don't find it.
    I need help with this problem... because this is a backdoor. In my config from db,auth,ch i change user and password.

    I find in performance_schema this:

    SELECT COUNT(*) FROM `performance_schema`.`users` WHERE CAST(`performance_schema`.`users`.`USER` AS CHAR CHARACTER SET utf8) COLLATE utf8_general_ci LIKE '%monty%'

    SELECT
        *
    FROM
        `performance_schema`.`events_statements_current`
    WHERE
        CAST(
            `performance_schema`.`events_statements_current`.`EVENT_NAME` AS CHAR CHARACTER
            SET utf8
        ) COLLATE utf8_general_ci LIKE '%monty%'
    OR CAST(
        `performance_schema`.`events_statements_current`.`SOURCE` AS CHAR CHARACTER
        SET utf8
    ) COLLATE utf8_general_ci LIKE '%monty%'
    OR CAST(
        `performance_schema`.`events_statements_current`.`SQL_TEXT` AS CHAR CHARACTER
        SET utf8
    ) COLLATE utf8_general_ci LIKE '%monty%'
    OR CAST(
        `performance_schema`.`events_statements_current`.`DIGEST` AS CHAR CHARACTER
        SET utf8
    ) COLLATE utf8_general_ci LIKE '%monty%'
    OR CAST(
        `performance_schema`.`events_statements_current`.`DIGEST_TEXT` AS CHAR CHARACTER
        SET utf8
    ) COLLATE utf8_general_ci LIKE '%monty%'
    OR CAST(
        `performance_schema`.`events_statements_current`.`CURRENT_SCHEMA` AS CHAR CHARACTER
        SET utf8
    ) COLLATE utf8_general_ci LIKE '%monty%'
    OR CAST(
        `performance_schema`.`events_statements_current`.`OBJECT_TYPE` AS CH...

     

     

  3. #0  CHARACTER::GetName (this=0x29c8d640) at char.cpp:696
    #1  0x0817badd in ITEM_MANAGER::SaveSingleItem (this=0xffffa65c, item=0x3aadd260) at item_manager.cpp:484
    #2  0x0817de44 in ITEM_MANAGER::Update (this=0xffffa65c) at item_manager.cpp:515
    #3  0x0828da83 in heartbeat (ht=0x28fe9c50, pulse=768477) at main.cpp:341
    #4  0x0828dc0e in idle () at main.cpp:974
    #5  0x0828f4ab in main (argc=1, argv=0x2d05e01c) at main.cpp:646

     

    i will pay for this fix...

    please help me...

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