php

  1. Flynns82

    Registration page

    Hi, I found a script similar to the IconManager that automatically detects the user's uid on the site, I wanted to try to create a registration page based on that script and I did it: now I wanted to add two checks, which unfortunately I can not make it work: 1. Verify if the user already has...
  2. M

    Class 'TeamSpeak3_Exception' not found

    Hello, I've got a little problem, i have the error "Class 'TeamSpeak3_Exception' not found in /var/www/vhosts/xxxxx/xxxxx/xxxxx/teamspeak/Transport/Exception.php on line 32\n" How is it possible ? I have to import TeamSpeak 3 API PHP ^^ i cant speak english properly so i use google translation...
  3. DalexHDYT

    How whould you make a interactive conversation between a bot and user?

    Hi TS3 programmers community ;) I´m making a project that allows to X user of the server to interact, on the private chat, with a bot. The system that I have on my mind is the following one: (The following code is an example xddd) <?php //Wait for a message event... If ($message == "!help"){...
  4. Najsr

    Twitch/TS3 Subscriber Bridge

    Hello I have created a simple bridge to allow subscribers to get special icon on your TS3 Server. Script link: https://github.com/Najsr/Twitch-TS3-Subscriber-bridge Things you will need: Your account id (set DEBUG to TRUE in config.php and call the script with $_GET['nick'] parameter. (For...
  5. C

    User Compare Script

    Name of the script: Server Compare Script Functions of the script: Hi Guys i have multiple Teamspeak servers and i would like to monitor/compare current online users across all my teamspeak servers Why do you want it: I Have found that some users tend to create problems/trolling on the servers...
  6. C

    Request for Script that will show me current online users and their IP Addresses.

    Name of the script: Compare Online Users`s Ip Address Functions of the script: This script should filter out which Teamspeak Users are using One of my multiple IP addresses on my server Why do you want it: I would like to use this to ensure all my users are using my server DNS name and not the...
  7. W

    How to sort Channels between two Spacer alphabetically ?

    Hey there, I'm looking for a php-script to sort all channels between 2 spacers alphabetically Name of the script: Channel-Sorter Functions of the script: Sorting Channels alphabetically Why do you want it: Because users can create their own channels on our server, which should get sorted...
  8. h1web

    Twitch Follower -> TS3 Servergroup (PHP)

    Hello, im looking for a way that Twitch Followers (not Subscribers) can assign themself a TS3 Servergroup through a PHP Script. Anyone has any expierince?
  9. FromLondon

    Show ban info in one table row

    Hello guys, i`m trying to write anything useful with ts3 php framework and get this problem One ban, but can`t show one ban on one row of table CodePHP= $banList = []; try { $banArray = $vServer->banList(); } catch (TeamSpeak3_Exception $e) {} foreach ($banArray...
  10. FromLondon

    Showing server password [PHP]

    Hello guys! Anyone know how to get and show server password with php ? Which metods are using for encryption?
  11. qeekus

    Delete channel

    Need help. How to ignore a channel id $ignorecid(this ids channels not delete) $ignorecid = '9380, 1194'; foreach ($ts3->channelList() as $clist) { $cid = $clist['cid']; if ($second_empty >= "864000") { //Removed if 10 days have passed $ts3->channelDelete($cid); } }
  12. Rikku

    iBot - Multifunction php bot [AutoPoke/AFK/Automatic Private Channel/Admin list/VIP]

    Today, i would like to share this Bot, with the Community. iBot [v0.7 Beta] Copyright (C) 2017 Piotr 'Inferno' Grencel iBot is a bot for teamspeak 3 written in PHP, with use TS3Admin script. Functions in 0.5 ver. - Advertisement - Welcome message - Automatic...
  13. zbalh

    If Client Not Connected

    Hi, i have an webinterface website for teamspeak i just need a help with a script i really need it. i was know how to do it but i forget it. if you can help will be everyhing nice ^^. if client not connected must tell him join teamspeak server to see the webpage. i think it's easy but i forget...
  14. fyfywka

    fyfywkaBanner

    gitlab Requirements PHP 7.0.0 (PHP 5+ is not tested) ImageMagick Web Server:D [/SPOILER]
  15. P

    [PHP] Listing clients in a table]

    Name of the script: List clients in php Functions of the script: listing online clients with groups Why do you want it: I want to create a webadmin for me Hello someone can create script that listing connected users in table and shows it in php/css/bootsrap table? I would like it to my admin page.
  16. E

    EPEffects-Webinterface

    Hello! ;) I saw a Post on this Forum featuring an interface for teamspeak, which allow's the user to create permanent channels on a teamspeak through a serverquery. I tried out the script and figured out following problems: Users can create infinite permanent channels (spam) You can steal the...
  17. Alligatoras

    GzPro Bots (All)

    Alligatoras submitted a new resource: GzPro Bots (All) (Updated) - GzPro Bots (All) (Updated) Read more about this resource...
  18. Muntadher Safaa

    I need Help With Smart Banner

    I need Help With Smart Banner how can i make banner with country / name /ping here is example
  19. shockli

    Quick Channel Modify: Close/Open/Hide [PHP]

    Recently I wanted to see how good planetteamspeak.com's PHP API is. I decided to code something as a favor to a friend of mine, which he has wanted for a long time. Scenario: He has a support channel, and has dedicated staff for it certain times during the day. He wanted them to be able to...
  20. panteL

    Channel Create Script [Webinterface]

    Use on your own risk! PROJEKT CANCELED! Because of personal stuff, Sorry! Original Script was created by Member @AnonymousSV Basically I translate the Script from Romania to German (English is following soon) I modify and change the following things: no sub channel needed (removed) no...
Top