Teamspeak Server Crack 3.0.11.3

Status
Not open for further replies.

Cikica

Member
Joined
May 13, 2015
Messages
1
Reaction score
0
Points
33
Hello,

Can you help me i want to update a teamspeak 3 version from 3.0.11.2 to 3.0.11.3 but when update to a new cracked version after 2 hours my teamspeak is shuting down, can you help me to fix that problem please becouse i need to update and not shuting down.

Best Regards!
 

GrandmasterC

Member
Joined
May 15, 2015
Messages
1
Reaction score
0
Points
33
Habe auch das Problem, das der Server nach ca 2h stoppt. Version 3.0.11.3.
Distribution: Debian 8
Installation habe ich über das Script ausgeführt.
Bin gerade mal auf dem Ts von euch und warte auf Support, nur grad keiner da, leider :P
 

cananon1

Member
Joined
May 19, 2015
Messages
99
Reaction score
47
Points
60
Server has been shuting down evey 2 hours and i have to reboot it
 

Asphyxia

Owner
Administrator
Joined
Apr 25, 2015
Messages
1,846
Solutions
2
Reaction score
2,200
Points
327
Server has been shuting down evey 2 hours and i have to reboot it
Can you add in an auto-restart script? :eek:
I know that isn't a permanent fix, but it could work as a temporary fix --- until that 2 hour bug gets sorted (fixed)??
 

cananon1

Member
Joined
May 19, 2015
Messages
99
Reaction score
47
Points
60
I could i will do that now :s its weird sometimes it runs for 3hours+ other times crash's
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
haha, today It is my plan to release some cool scripts for teamspeak, including a 'I am looking whether the server is still running, if not, then I restart the server'-kinda script

So that will be up during the afternoon
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
If your server crashes after that typical time of two hours, your AccountingServer is most likely not running. So go into your teamspeak directory and type ./AccountingServerEmulator-Linux (Linux) or just start the AccountingServerEmulator.exe (Windows)
 

Joe

Member
Joined
May 17, 2015
Messages
1
Reaction score
0
Points
33
Create Cronjob(german,Linux)
http://www.sysadminslife.com/linux/cronjob-unter-debian-und-ubuntu-erstellen/
0 * * * * cd /usr/teamspeak3 && ./autostart.sh # each hour
Actual Cronjob Script for the AccountingServerEmulator
#! /bin/bash

case "$(pidof AccountingServerEmulator-Linux | wc -w)" in

0) echo "Restarting AccountingServer: $(date)" >> /usr/teamspeak3/auto_log.txt
/usr/teamspeak3/AccountingServerEmulator-Linux &
;;
1) # all ok
;;
*) echo "Removed double AccountingServer: $(date)" >> /usr/teamspeak3/auto_log.txt
kill $(pidof AccountingServerEmulator-Linux | awk '{print $1}')
;;
esac

change /usr/teamspeak3 with your ts3 directory, AccountingServerEmulator-Linux -> your AccountingServerEmulator
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Good script ;)
Do you think it is really necessary to create another log file?
 

kevin60

Member
Joined
May 24, 2015
Messages
11
Reaction score
0
Points
33
Hi, i have problem. I use script for installing. (linux debian 7 64bit. amd64)
Code:
Connecting to 10.36.176.3:80... failed: Connection timed out.
Retrying.

--2015-05-24 17:49:17--  (try: 2)  http://10.36.176.3/1/files/3CapIaF2/2/blob?download
Connecting to 10.36.176.3:80... failed: Connection timed out.
Retrying.

--2015-05-24 17:50:22--  (try: 3)  http://10.36.176.3/1/files/3CapIaF2/2/blob?download
Connecting to 10.36.176.3:80...
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
try again, I changed the forwarding
Should work now
 

kevin60

Member
Joined
May 24, 2015
Messages
11
Reaction score
0
Points
33
Something was blocking this in my vps , no matter what, but the change users helped. + commands cd cd su XXX su root :p
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
yeah, i forwarded the link so I could see the actual clicks/hits.. but this forwarding link was broken, so now it is a direct link and should work without any more problems
 

vanBonzen

Member
Joined
May 28, 2015
Messages
1
Reaction score
1
Points
35
Ayo,
my Server had an DDoS the other day so it went down.
After the DDoS I started the Server again, but Port 9987 is not working at all.
Moved the Server to Port 9988 then it worked.
Any chances to resolve the problem and get back to standart Port?
Thank you guys in advance.
Kind regards,
 

Supervisor

Administrator
Joined
Apr 27, 2015
Messages
1,863
Reaction score
2,550
Points
335
Please ask that in the official teamspeak forum. The official teamspeak forum can be found here
 

cananon1

Member
Joined
May 19, 2015
Messages
99
Reaction score
47
Points
60
well your VPS host could of blocked said port on your box to you contact them if youir hosting it via a vps or your isp could of blocked it also
 

Asphyxia

Owner
Administrator
Joined
Apr 25, 2015
Messages
1,846
Solutions
2
Reaction score
2,200
Points
327
Ayo,
my Server had an DDoS the other day so it went down.
After the DDoS I started the Server again, but Port 9987 is not working at all.
Moved the Server to Port 9988 then it worked.
Any chances to resolve the problem and get back to standart Port?
Thank you guys in advance.
Kind regards,
You may want to look into getting a DDoS protected host to run your server.
 
Status
Not open for further replies.
Top