[ HELP ] Channel script [ webinterface ]

lowerhd

Member
May 5, 2016
2
0
33
Hi guys
I recently tried to make an automated channel script webinterface, my script was a complete shit, so I just went with the AnonymousSV script, I modified the script and it works fine when you have admin permissions in the server, but it doesnt work for members. The crear.php requests permission that if I give them to members they will be creating channels everywere


crear.php :
 

lowerhd

Member
May 5, 2016
2
0
33
your crear.php create channels like that : http://prntscr.com/b2icup

i want to real [cspacer]$name and by order



You would need a diferent function, in this one I use :



  1. channelCreate(array(
  2. "channel_name" => $SubChannelName,
  3. "channel_password" => $ChannelPassword,
  4. "channel_topic" => "Canal creat via EvDBoard" ,
  5. "channel_flag_permanent" => TRUE,
  6. "cpid" => $sub_cid,
  7. ));




You would need to replace it with a diferent one, search it on https://docs.planetteamspeak.com/ts3/php/framework/
GL
 
Top