Jump to content

scrabbyyy

Member
  • Posts

    210
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by scrabbyyy

  1. 2 minutes ago, tierrilopes said:

    The easiest example is python.

    On your client you will have either python24.dll or python27.dll

     

     

    You can take the python source, compile it as static (.lib file that you then place in your extern/lib of client and will be built with your .exe/.bin) instead of dynamic (.dll is a dynamic lib)

     

    That way you just eliminated the need for python dll without using 3rd party software

    thanks for advices

     

    hmmm awesome but it will get on me harder it would be good if video tutorial or codes on here

  2. 2 minutes ago, tierrilopes said:

    The cracked / free versions   will NOT have a working taggant, thats why they accuse on anti-viruses.

     

    Why not just make those libs static instead of packing them with the exe?

    static? what is that how its working and the dlls and other files the binary wants is will be embedded into binary?

  3. 9 minutes ago, TMP4 said:

    Enigma virtualbox (the standalone free version) will not "protect" your exe in any way, so it'll not produce false positives like the enigma protector full version.

    actually im really not interest for protect so im on this subject that clean client and dll with embeded binary therefore opened this topic

     

    also i need learn embed from source anyone can teach us?

     

    btw what is molebox lastest version so i cant arrive to their site

  4. 8 minutes ago, xP3NG3Rx said:

    Google is your friend, stackoverflow is your teacher.

    yes but why this forum opened can you do reasoning?

    7 minutes ago, TMP4 said:

     

      Hide contents

     

      Hide contents

     

      Hide contents

     

      Hide contents

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

     

    so enigma seen virus from protectors also at least u could suggest to molebox

     

    anyway thanks for advice but also im searching embed from source

     

    4 minutes ago, HITRON said:

    @scrabbyyy And for 15€ per hour i can be your sensei.

    lol very high moneys :)

  5. On 6/22/2019 at 12:39 AM, OnlyRipper said:

    I've reinstalled mysql80 throught ports.
    Regarding the error I've encountered,in mysql8 you have to create a new user and give him the neccesary permission.

     

    After connecting to your mysql with root user follow these commands:

    CREATE USER 'foo'@'$' IDENTIFIED WITH mysql_native_password BY 'YourPassword';

    CREATE USER 'foo'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YourPassword';

    GRANT ALL PRIVILEGES ON *.* TO'foo'@'localhost';

    GRANT ALL PRIVILEGES ON *.* TO'foo'@'%';

    FLUSH PRIVILEGES;

     

     

    This allowed me to enter and indeed use the database through navicat.The problem was always the connection.I wasn't allowed to join even if it was root.
    I've done what i've said upper and it worked.

    I hope it will help you.Keep in mind that mysql8 uses different syntax.

    (update set ..... now it's with ALTER USER etc.)

    If you have any further questions feel free to ask.

    i have same problem please help me

  6. On 4/19/2020 at 9:03 AM, Shogun said:

    A small update - I decided to revert to using MariaDB 10.4 instead because our Log DB is running on MariaDB and the upgrade to MySQL 8 would involve a full dump and restore which would take hours with the server offline (50 GB of data there)

     

    Another reason is neither percona toolkit or xtrabackup, two tools I wanted to try out recently (more on this in a new post) do not have a FreeBSD port that is compatible with MySQL 8.

     

     i cant connect to mysql8 or mariadb10.4 with freebsd12.1 please help

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