script activated from see description channel

Bluscream

Retired Staff
Contributor
May 8, 2015
967
934
211
I think that he want's to have a php file executed when someone peeks into a channel description.

@ixFarisx

  1. Create your "script" as PHP file on a webserver and check if it's running correctly.
  2. Put a image link to the file in the channel description like:
Code:
[img]http://your.domain/script.php[/img]
 

ixFarisx

Member
Dec 26, 2015
26
8
35
I think that he want's to have a php file executed when someone peeks into a channel description.

@ixFarisx

  1. Create your "script" as PHP file on a webserver and check if it's running correctly.
  2. Put a image link to the file in the channel description like:
Code:
[img]http://your.domain/script.php[/img]
yes he is
but i want a script for a bot
if he is see the description get Activated group
if you want a server do this script i will give you.
 

Multivit4min

Member
Sep 2, 2015
27
49
53
This is probably very easy to do,
i havent tested it but i assume that they load a Picture which is aswell in the Description
so the way I would do it

1. User Clicks on description
2. TeamSpeak starts loading Picture from Description
3. Picture is actually a PHP File which handles the Request
4. PHP opens connection to the TeamSpeak Server and searches for a Client with the IP which has requested the Picture
5. PHP Assigns the Group to all Clients with this IP
6. PHP sets Header and displays a Image
7. Done.
 

FlO0

Restricted
Jan 28, 2016
42
7
43
This is probably very easy to do,
i havent tested it but i assume that they load a Picture which is aswell in the Description
so the way I would do it

1. User Clicks on description
2. TeamSpeak starts loading Picture from Description
3. Picture is actually a PHP File which handles the Request
4. PHP opens connection to the TeamSpeak Server and searches for a Client with the IP which has requested the Picture
5. PHP Assigns the Group to all Clients with this IP
6. PHP sets Header and displays a Image
7. Done.
Is it possible to do the script and put it here?
 
Top