Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - nobodyshome

#1
Would it be possible to add separate input boxes for both Query and Voice IP's, as they can be defined in Teamspeak.ini files like so:

voice_ip=0.0.0.0
query_ip=0.0.0.0

When those IP's are different, it's impossible to get the bot to connect
#2
JTS3ServerMod MySQL & WebInterface / Re: PHP7
November 21, 2017, 10:13:46 AM
Don't worry, it just needed php-mbstring.
#3
JTS3ServerMod MySQL & WebInterface / Re: PHP7
November 21, 2017, 08:50:27 AM
Just testing on PHP7 on Debian 9. Seem to be getting this error:

Fatal error: Uncaught Error: Call to undefined function mb_internal_encoding() in /var/www/ts3bot/index.php:11 Stack trace: #0 {main} thrown in /var/www/ts3bot/index.php on line 11
#4
It worked! Thanks a bunch.
#5
Will do, the output from java -version incase its still needed:

java version "1.7.0_151"
OpenJDK Runtime Environment (IcedTea 2.6.11) (7u151-2.6.11-1~deb8u1)
OpenJDK 64-Bit Server VM (build 24.151-b01, mixed mode)
#6
Error occurs when attempting to start the both:


Exception in thread "main" java.lang.UnsupportedClassVersionError: org/xbill/DNS/Resolver : Unsupported major.minor version 52.0
        at java.lang.ClassLoader.defineClass1(Native Method)
        at java.lang.ClassLoader.defineClass(ClassLoader.java:803)
        at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
        at java.net.URLClassLoader.defineClass(URLClassLoader.java:442)
        at java.net.URLClassLoader.access$100(URLClassLoader.java:64)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:354)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:312)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        at de.stefan1200.jts3servermod.JTS3ServerMod.main(Unknown Source)


Any help would be appreciated.