KLanding/configs_services.php
2015-07-08 11:03:01 +01:00

37 lines
866 B
PHP

<?php include 'config.php';?>
<?php
/*
* Script: Server Status
* Author: Martin Dixon
* From: Tutorial-Resource.com
* URL: www.tutorial-resource.com
* Version: 1.0
* License: Free
*/
/********
DO NOT EDIT THESE CONFIG LINES.
*/
$configs = array();
$configs['services'] = array();
/********
DO NOT EDIT THESE CONFIG LINES.
********/
# You may edit these configs.
$configs['server_ip'] = "$base"; // The Servers URL or IP to check.
# For services simply add new lines with the Name and port number.
$configs['services']['uTorrent'] = $torrentport;
$configs['services']['SABNZBD'] = $sabport;
$configs['services']['SickBeard'] = $sickport;
$configs['services']['CPAdults'] = $cpadults;
$configs['services']['CPKids'] = $cpkids;
$configs['services']['FTP'] = $ftpport;
$configs['services']['MadSonic'] = $madsonicport;
$configs['services']['Plex'] = $plexport;
?>