Results 91 to 105 of 120
-
02-08-2012, 17:45 #91
-= TeamSpeak Lover =-
- Join Date
- Apr 2012
- Posts
- 42
Right, but, those were originally provided in TeamSpeak, and are now provided in that Extended Info Theme -- did you check out the link I sent? That is how I get the IDs I need to do things, and how my staff does as well.
No problem, and again, sorry I can't be of more help right now.
-
03-08-2012, 05:34 #92
-= TeamSpeak User =-
- Join Date
- Aug 2012
- Posts
- 4
If you sent me a link, I missed it, but I took a look at that theme and that'll help for now, thanks!
-
02-09-2012, 22:59 #93
-= TeamSpeak User =-
- Join Date
- Sep 2012
- Posts
- 1
Api 18 please?
-
12-09-2012, 15:28 #94
-= TeamSpeak User =-
- Join Date
- Oct 2011
- Posts
- 20
I buildt a a version for Linux which works with API v 18.
http://ge.tt/8zj56bN/v/0?c
http://netkups.com/?d=a130859954990
md5sum 727397a796d2e1bb7ac7366ed1cc6c5b
sha1sum da90c67f1881e0e8cd2f8c536cd7b5b6981a71c1
The installation instructions are the same as they are with my own plugin (ts3 love) so look at the README.txt and INSTALL.txt of that if you need help.
-
13-09-2012, 08:32 #95
-= TeamSpeak Lover =-
- Join Date
- Apr 2012
- Posts
- 42
Hey, please at least check the last few posts for stuff like this. I'm not the original author, but I've been maintaining it. Here're the downloads again:
Plugin Files: https://mpql.net/files/uploads/ts3_mass_mover_api18.zip
Plugin Installer: https://mpql.net/files/uploads/TS3MassMover.ts3_plugin
Hey, thanks! I made virustotal logs of them for anyone interested.
x86: https://www.virustotal.com/file/ecc1...is/1347521054/
x86_64: https://www.virustotal.com/file/5581...is/1347521073/
I use Windows myself, but if I can set up good way to compile this for Linux either on my Windows machine or my server, I'll start doing so myself. Thanks again.
-
13-09-2012, 09:42 #96
-= TeamSpeak User =-
- Join Date
- Oct 2011
- Posts
- 20
Instead of trusting me (which you shouldn't) or trusting virustotal (which is more trustworthy than me, but still not enough) you can compile it yourself.
I compiled them by using clang++ as compiler. You could use gcc as well if you want. The paramaters for both compilers are the same. The simplest way to compile it is propably by running:
andCode:clang++ -m32 -march=i686 -mtune=generic -shared -I /usr/share/teamspeak/pluginsdk/include -fPIC -o TS3MassMover.so plugin.cpp
which omits all the optional optimisation stuff.Code:clang++ -m64 -march=x86-64 -mtune=generic -shared -I /usr/share/teamspeak/pluginsdk/include -fPIC -o TS3MassMover.so plugin.cpp
-
16-09-2012, 14:37 #97
-= TeamSpeak User =-
- Join Date
- Dec 2009
- Location
- Deutschland
- Posts
- 11
Download links aren't working anymore.
-
16-09-2012, 18:33 #98
Links from Mopquill still works for me: http://forum.teamspeak.com/showthrea...477#post325477
-
21-09-2012, 19:45 #99
-= TeamSpeak Lover =-
- Join Date
- Apr 2012
- Posts
- 42
VirusTotal has ClamAV, which near as I know, is the standard for Linux. Either way, compiling myself sounds good to me.

I generally prefer using gcc/g++, so I'll probably go with that if I can get it to work. Thanks a lot for the code snippets! If I get some time prior to the next TeamSpeak release, I'll try seeing if I can get this version compiling in linux and, if I can, write a script to automate it. Then next release, I can just package it all together. Thanks again! =]
-
03-10-2012, 02:59 #100
-= TeamSpeak User =-
- Join Date
- Sep 2012
- Posts
- 4
I cant find any information regarding this error, probably is user error (myself) but I wanted to be sure.
I downloaded the plugin. and Extracted the .dll to the plugin folder for my client for the right bit system (mine is 64)
I restart TS client and go to plug in, on the left side it shows TSMassMover.dll in red and when you click it gives this information in the description: Plugin failed to load: Failed to open plugin.
How do I go around fixing this problem if it is one?Last edited by Mike0612; 04-10-2012 at 01:08.
-
05-10-2012, 05:14 #101
-= TeamSpeak Lover =-
- Join Date
- Apr 2012
- Posts
- 42
Are you sure that:
a)your system is 64-bit
b) your TeamSpeak are 64-bit
AND
c) you installed the 64-bit DLL to the 64-bit TeamSpeak (C:\Program Files\TeamSpeak 3 Client\plugins\)
My guess is that you're either running the 32-bit TeamSpeak and installed the 64-bit plugin (or less likely, vice versa), OR you have both the 32-bit and 64-bit clients installed, and run the 64-bit client, but installed the 64-bit plugin to the 32-bit client and just have an old version installed in your 64-bit client (check the API version of the plugin versus the required).
If none of that fixes things, I'll be happy to troubleshoot further, but please doublecheck ALL of these things. They are simple, rather easy mistakes to make.
-
05-10-2012, 05:35 #102
-= TeamSpeak User =-
- Join Date
- Sep 2012
- Posts
- 4
After checking what you told me. I do have 64 bit computer. only problem was I was using a 32 bit client, normally i make sure i have the right one for my computer. Downloaded the 64 bit client and moved the 64 bit .dll to that folder (the 64 bit client one) and loaded and says API incompatible.. API of TS3Mass is 16, my client requires 18.
-
05-10-2012, 08:09 #103
-= TeamSpeak Lover =-
- Join Date
- Apr 2012
- Posts
- 42
Right, please read the thread (even just the most recent page!) -- the most recent downloads are not in the first post, they're in my posts as I update.
For your convenience:
Zip Archive (loose files)
TS3_Plugin Installer
-
06-10-2012, 20:05 #104
-= TeamSpeak User =-
- Join Date
- Jan 2010
- Location
- Hinterfeitupfing
- Posts
- 26
Version 0.56.18 (06.10.2012)
- Add version info to DLLs
- Updated TS3 Client API version to 18 (needed for 3.0.8)
-
06-10-2012, 20:11 #105
-= TeamSpeak Lover =-
- Join Date
- Apr 2012
- Posts
- 42
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
JTS3ServerMod - idle mover / record mover or kicker
By Stefan1200 in forum ToolsReplies: 1081Last Post: 15-05-2013, 08:51 -
BUG? Repeated query client connect/diconnect
By HHD_HELLBOUND in forum Bug ReportsReplies: 5Last Post: 09-02-2012, 08:04 -
server down and can help him no longer start
By bohdalb in forum Linux / FreeBSDReplies: 11Last Post: 18-01-2010, 16:05 -
Strange concurrent connection
By wisley in forum [TeamSpeak 2] Server SupportReplies: 2Last Post: 20-08-2006, 05:08 -
DBExpress Operation Not supported
By LukeK in forum [TeamSpeak 2] Server SupportReplies: 0Last Post: 14-03-2006, 17:54



Reply With Quote



