Jump to content

filippos1234

Inactive Member
  • Posts

    102
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by filippos1234

  1. 5 hours ago, tierrilopes said:

     

    Change all configurations into "Distribute". If you dont have it, then change all into "Release"

    Then if its not configured, right-click on the affected projects (the ones it says its missing X file) to choose 'Properties -> C/C++ -> General" and add the relative path to them.

    As example:

    includea.png

     

    Your path will differ.

     

    I did what you told me nothing happened..https://metin2.download/picture/829E9W6m518zDN7gwV4Pche2sySgumXf/.png(properties) https://metin2.download/picture/O3trYbGt9iwgBGqA9o2r56Y519NZ1755/.png(tools>options)

     

  2. what do i exactly search in my binary??

    im confused as f***. sorry if im wasting your time or something , but its my first time doing this and i really didnt understand how to do it.

    1)do i need to open my binary .sln with HxD,and if yes what do i change and how i find the key from there

    2)if no, what do i search in eterpack.cpp?

    3)i have the key for the client my binary just have the false key so i need to change only there but i only have this info: https://metin2.download/picture/oz7tj05ssbJdvwykGYfng34sfXzij2Rx/.png

    also my binary is like this : also my binary is like this : https://metin2.download/picture/8s8nrDqf5d1ZVf8zs9GK3Lv2ekqK0Mn5/.png

    Thanks to everyone who helped or is going to help me!

     

    • Metin2 Dev 1
  3. 9 minutes ago, joshi said:
    1. Open up the file under 'etc/mysql/my.cnf'
    2. Check for:

      • port (by default this is 'port = 3306')
      • bind-address (by default this is 'bind-address = 127.0.0.1'; if you want to open to all then just comment out this line. For my example, I'll say the actual server is on 10.1.1.7)
    3. Now access the MySQL Database on your actual server (say your remote address is 123.123.123.123 at port 3306 as user 'root' and I want to change permissions on database 'dataentry'. Remember to change the IP Address, Port, and database name to your settings)

      
      mysql -u root -p
      Enter password: <enter password>
      mysql>GRANT ALL ON *.* to root@'123.123.123.123' IDENTIFIED BY 'put-your-password';
      mysql>FLUSH PRIVILEGES;
      mysql>exit

    #SOLVED THANKS

  4. I can't connect to navicat-mysql
    This error appear when i try to connect to navicat: https://metin2.download/picture/K2Ff3v160eIh30I5VWivo02zeWU4u7c6/.png i tried using ssh tunnel but the same error appear aswell: https://metin2.download/picture/bf14x9k5suNIwaCt0SOTkcFrhlm1aX6o/.png . NOTE* I CAN CONNECT TO MYSQL FROM PUTTY USING THE SAME PASSWORD AS I AM USING IN NAVICAT.
    Thanks to anyone who will help.
     

    • Good 1
    • Love 1
  5. root:/usr/ports/databases/mysql80-server # make
    ===>  mysql80-server-8.0.19_2 cannot install: MySQL versions mismatch:
    mysql56-client is installed and wanted version is mysql80-client.
    *** Error code 1

    Stop.
    make: stopped in /usr/ports/databases/mysql80-server

     

    root:/usr/ports/ports-mgmt/pkg # make install UPGRADEPKG=1 clean
    ===> Building/installing dialog4ports as it is required for the config dialog
    ===>  Cleaning for dialog4ports-0.1.6
    /!\ ERROR: /!\

    Ports Collection support for your FreeBSD version has ended, and no ports are
    guaranteed to build on this system. Please upgrade to a supported release.

    No support will be provided if you silence this message by defining
    ALLOW_UNSUPPORTED_SYSTEM.

    *** Error code 1

    Stop.
    make[3]: stopped in /usr/ports/ports-mgmt/dialog4ports
    *** Error code 1

    Stop.
    make[2]: stopped in /usr/ports/ports-mgmt/dialog4ports
    ===> Options unchanged
    /!\ ERROR: /!\

    Ports Collection support for your FreeBSD version has ended, and no ports are
    guaranteed to build on this system. Please upgrade to a supported release.

    No support will be provided if you silence this message by defining
    ALLOW_UNSUPPORTED_SYSTEM.

    *** Error code 1

    Stop.
    make[1]: stopped in /usr/ports/ports-mgmt/pkg
    *** Error code 1

    Stop.
    make: stopped in /usr/ports/ports-mgmt/pkg
     

    this error i get installing mysql too,help pls


  6. root:/usr/ports/lang/python27 # make -DBATCH install clean
    /!\ ERROR: /!\

    Ports Collection support for your FreeBSD version has ended, and no ports are
    guaranteed to build on this system. Please upgrade to a supported release.

    No support will be provided if you silence this message by defining
    ALLOW_UNSUPPORTED_SYSTEM.

    *** Error code 1

    Stop.
    make: stopped in /usr/ports/lang/python27
    root:/usr/ports/lang/python27 #
     

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