Advertisement
Guest User

Untitled

a guest
May 29th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. I decided to share a bit of ideas and technological solutions for TeamSpeak3 servers. Literally an hour ago I started work on the program which will enable you to generate nice graphs showing the activity of users in trees appointed by you in the configuration of channels.
  2. http://iv.pl/images/80147386758862090242.jpg
  3. The application was created in PHP language, personally I am recommending to at least 5.6.0 uses of the version on account of the productivity.
  4. (And) Installation of needed packages on Debian / Ubuntu
  5. Code:
  6. apt-get install php5 php5-gd screen
  7. (II) Instruction of starting the application
  8. 1. pick the attached parcel to the subject up
  9. 2. unpack the packet with the order:
  10. Code:
  11. tar -xvf etp_adams_ts3_channel_charts.tar
  12. 3. change the config.dist.php file name on config.php
  13. Code:
  14. mv config.dist.php config.php
  15. 4. configure placing the application in the config.php file with your favourite editor.
  16. Code:
  17. vim config.php
  18. 5. add the IP address of the server on which you are installing the application to the query_ip_whitelist.txt file in the catalogue of your TeamSpeak3 server.
  19. 6. confer suitable qualifications for catalogues which require it
  20. Code:
  21. chmod -R +rw cache/
  22. chmod -R +w output/
  23. 7. start the application and check whether she united correctly with the server.
  24. Code:
  25. php statistics
  26. 8. if not you can see no mistake and the application is working without being mutually exclusive - go farther.
  27. 9. in order to start the application in the background you can use the program screen or to put the process off.
  28. Code:
  29. screen -AdmSChannelCharts php statistics [code]
  30.  
  31. [code]
  32. nohup php statistics &
  33. (III) a few additional words
  34. After starting the application she will be clearing statistics away from appointed sections of channels (we are calling channels being subject up to the channel determined in the configuration the section). The application was tested on my server and without charges however acquitted herself I didn't have temporal adequate resources at my disposal so that conduct more detailed tests, so please report possible mistakes in the subject and I will be trying systematically to issue resit updates.
  35. If an application means the development, I cannot guarantee that I will be adding the additional functionality to her. In order to create this program irradiating was the programming interested in the person to TeamSpeak3 of reliable methods. The software is issued under the free licence and everyone can do with him whatever is willing, without the possibility of selling.
  36.  
  37. (IV) exemplary application
  38. A possibility of putting links to graphs is one example of the application (if earlier catalogue output you will connect to the Web server) e.g.
  39.  
  40. Download: http://www.speedyshare.com/b92tE/r4p3-Anonims-ts3-channel-charts.rar
  41. Scan: https://www.virustotal.com/pl/file/...5a44a1c4c3fb58012ad658a24292465f034/analysis/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement