Free Teamspeak Website (Wruczek)

Free Teamspeak Website (Wruczek) 2.0.6 - Dev

No permission to download

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Alligatoras updated Free Teamspeak Website (Wruczek) with a new update entry:

2.0.2 Dev Update

  • added banlist loader
  • fixed a bug that caused problems when a database password contained a dollar sign
  • a server-rendered date will now be shown when Moment.js cannot generate one
  • languages are now sorted by their native names
  • language cache interval is now configurable
  • fixed priority speaker icon in viewer
  • updated languages
⚠ This is a development version of TS-website!
There are important features missing, like Admin Panel. Everything is configured...

Read the rest of this update entry...
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Alligatoras updated Free Teamspeak Website (Wruczek) with a new update entry:

dev-2.0.3

  • fixed a cache directory creation setting invalid permissions
  • TS-website will now throw all database errors instead of silently failing
    • easier to debug database problems
  • updated language phrases and added new languages: French, Turkish, Italian and Ukrainian
    • thanks to all authors for their contribution!
  • added a very rare red warning for some people
  • added IP debug to the login modal
    • makes it a little easier to debug login...

Read the rest of this update entry...
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Noob question. Where do you change adminitrator group id?
Not a noob question at all. Currently the version 2.0.x is in open beta mode and there is no admin panel to do the necessary changes. You need to open the database and edit it directly.
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Alligatoras updated Free Teamspeak Website (Wruczek) with a new update entry:

dev-2.0.4

  • Experimental IPv6 support
    • This should allow you to log-in when you use IPv6 on both TeamSpeak server and web server
    • This feature should work with both Cloudflare and without it
    • Anyone who has access to IPv6 is welcome to test this feature and leave feedback by creating a new issue
      • Please remember to provide all the details including screenshot of the login debug (lower-right corner of the login...

Read the rest of this update entry...
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Alligatoras updated Free Teamspeak Website (Wruczek) with a new update entry:

dev-2.0.5

  • Fixed an issue with the installer locking before installation finished
  • Added a deprecation warning for PHP 5.6
  • Fixed default border color around custom checkboxes
  • Extended sessions to last 90 days
    • This might not work if you have more websites on the same server that use PHP's session, as they might GC sessions faster than we want to
  • Added option to define server groups required to use group assigner
  • Updated languages
  • Minor fixes and improvements...

Read the rest of this update entry...
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Alligatoras updated Free Teamspeak Website (Wruczek) with a new update entry:

dev-2.0.5.1

  • Fix query_displayip containing semicolon not showing in links (#141)
  • Make FAQ questions full-width - better click target
  • Suppress warning for missing virtualserver_nickname (TeaSpeak)
  • Made the icon in the assigner category config optional
  • Updated bundled composer libraries (fixes https://t.me/tswebsite/13140)
⚠ This is a development version of TS-website!
There are important features...

Read the rest of this update entry...
 

Denairix

Active Member
Mar 17, 2016
6
3
78
Cause I don't like it, I asked him if I can pay him for removing, when he doesn't answer, I gonna remove it either way lol.
 

Alligatoras

Administrator
Mar 31, 2016
2,570
12
2,857
381
Alligatoras updated Free Teamspeak Website (Wruczek) with a new update entry:

dev-2.0.6

  • Update to PHP 7.2
  • Added parameter and return type declarations
  • Use random_int for login code generation and random_bytes for CSRF token generation
  • Updated frontend and backend libraries
  • Support for hiding members of channels in viewer (see config key: viewer_hidden_channel_ids)
  • Removed config caching
  • Fixed issue where DB problems will display a PHP recursion error instead of the error template
  • Added TS3 icon sync to the installer, as the first sync takes a...

Read the rest of this update entry...
 

Svenstihl2

Member
Apr 8, 2019
4
0
36
Great site and good job. Well I've installed it 4 times already, but I can't log in to the site and I don't get a confirmation code either..

edit: Ok I found the code only my teamspeak or whatever is crazy.. i have found the confirmation code in the Client Log..
Code:
04.09.2022 22:56:25    ClientUI    Info    Ignored poke by TS-website: Hello, here is your verification code to log in: [b]552028[/b]

Why doesn't Poke work for me anymore..?
 
Last edited:

ULDIN

Well-Known Member
Mar 14, 2016
95
33
108
Great site and good job. Well I've installed it 4 times already, but I can't log in to the site and I don't get a confirmation code either..
the only error i get is 'Connection refused'.. Although I tried with different hosting providers, the access problem still persists.
 

Svenstihl2

Member
Apr 8, 2019
4
0
36
the only error i get is 'Connection refused'.. Although I tried with different hosting providers, the access problem still persists.
What exactly is the error? try this:
Code:
chown -R www-data:www-data "/var/www/html"
, or when your Site in a Subfolder:
Code:
chown -R www-data:www-data "/var/www/html/YOUR-SITE"
 
Top