Jump to content

Unknown

Premium
  • Posts

    70
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by Unknown

  1. So what is the problem with mine ? xD The only thing I changed is to update granny
  2. Hello all, Since yesterday my client binary is detected by many antivirus (24/55 at this time, yesterday it was 22/55) It's a basic novaline binary with just some modifications. Scan virustotal : [Hidden Content] Can someone help me ? What is the solution ? Thanks. Sorry for my bad english
  3. You can block the p2p ports with a firewall or disable the p2p commands into the game. For example this is my pf rule, just replace the ports by those you are using, and dont forget to replace "em0". ports = "{12000, 14000, 14001, 14002, 14003, 14004, 14006, 14010, 14011, 14012, 14013, 14014, 14015, 14020, 14021, 14022, 14023, 14024, 14025, 14099, 15000}" block out log quick on em0 inet proto tcp from any port $ports Note : the last line of the pf.conf must be empty You can show logs of attempts by using this command : tcpdump -n -e -ttt -r /var/log/pflog
  4. If my solution worked you can set my post as the answer.
  5. Hello, try this : 1. Close the mysql process by using service mysql-server stop or /usr/local/etc/rc.d/mysql-server stop 2. for each crashed table, run this : myisamchk -r /var/db/mysql/BASE_NAME/TABLE_NAME.MYI Then restart mysql and analyze the tables.
×
×
  • 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.