ogp_api.php 55 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732
  1. <?php
  2. /*
  3. ______________ Token Management
  4. ogp_api.php?token/create/{panel_user}/{panel_password}
  5. ogp_api.php?token/test/{token}
  6. ______________ Remote Servers
  7. ogp_api.php?server/list (POST/GET {token})
  8. ogp_api.php?server/status (POST/GET {token}{remote_server_id})
  9. ogp_api.php?server/restart (POST/GET {token}{remote_server_id})
  10. ogp_api.php?server/create (POST/GET {token}{agent_name}{agent_ip}{agent_port}{agent_user}{encryption_key}{ftp_ip}{ftp_port}{timeout}{use_nat}{display_public_ip})
  11. ogp_api.php?server/remove (POST/GET {token}{remote_server_id})
  12. ogp_api.php?server/add_ip (POST/GET {token}{remote_server_id}{ip})
  13. ogp_api.php?server/remove_ip (POST/GET {token}{remote_server_id}{ip})
  14. ogp_api.php?server/list_ips (POST/GET {token}{remote_server_id})
  15. ogp_api.php?server/edit_ip (POST/GET {token}{remote_server_id}{old_ip}{new_ip})
  16. ______________ Game Servers
  17. ogp_api.php?user_games/list_games (POST/GET {token}{system(windows|linux)}{architecture(32|64)})
  18. ogp_api.php?user_games/list_servers (POST/GET {token})
  19. ogp_api.php?user_games/create (POST/GET {token}{remote_server_id}{server_name}{home_cfg_id}{mod_cfg_id}{ip}{port}{control_password}{enable_ftp}{ftp_password}{slots}{affinity}{nice})
  20. ogp_api.php?user_games/clone (POST/GET {token}{origin_home_id}{new_server_name}{new_ip}{new_port}{control_password}{enable_ftp}{ftp_password}{slots}{affinity}{nice})
  21. ogp_api.php?user_games/set_expiration (POST/GET {token}{home_id}{timestamp})
  22. ______________ Users
  23. ogp_api.php?user_admin/list (POST/GET {token})
  24. ogp_api.php?user_admin/get (POST/GET {token}{email})
  25. ogp_api.php?user_admin/create (POST/GET {token}{email}{name}{password})
  26. ogp_api.php?user_admin/remove (POST/GET {token}{email})
  27. ogp_api.php?user_admin/set_expiration (POST/GET {token}{email}{timestamp})
  28. ogp_api.php?user_admin/list_assigned (POST/GET {token}{email})
  29. ogp_api.php?user_admin/assign (POST/GET {token}{email}{home_id}{timestamp})
  30. ogp_api.php?user_admin/remove_assign (POST/GET {token}{email}{home_id})
  31. ______________ Game Manager
  32. ogp_api.php?gamemanager/start (POST/GET {token}{ip}{port}{mod_key})
  33. ogp_api.php?gamemanager/stop (POST/GET {token}{ip}{port}{mod_key})
  34. ogp_api.php?gamemanager/restart (POST/GET {token}{ip}{port}{mod_key})
  35. ogp_api.php?gamemanager/rcon (POST/GET {token}{ip}{port}{mod_key}{command})
  36. ogp_api.php?gamemanager/update (POST/GET {token}{ip}{port}{mod_key}{type}{manual_url})
  37. ______________ Lite File Manager
  38. ogp_api.php?litefm/list (POST/GET {token}{ip}{port}{relative_path})
  39. ogp_api.php?litefm/get (POST/GET {token}{ip}{port}{relative_path})
  40. ogp_api.php?litefm/save (POST/GET {token}{ip}{port}{relative_path}{contents})
  41. ogp_api.php?litefm/remove (POST/GET {token}{ip}{port}{relative_path})
  42. ______________ Addons Manager
  43. ogp_api.php?addonsmanager/list (POST/GET {token})
  44. ogp_api.php?addonsmanager/install (POST/GET {token}{ip}{port}{mod_key}{addon_id})
  45. ______________ Steam Workshop
  46. ogp_api.php?steam_workshop/install (POST/GET {token}{ip}{port}{mods_list})
  47. */
  48. $main_request = key($_GET);
  49. $request = explode('/', $main_request);
  50. unset($_GET["$main_request"]);
  51. if(!empty($_GET))
  52. $_POST = array_merge($_POST,$_GET);
  53. //Retirieve the function name
  54. $function = 'api_'.$request[0];
  55. //Remove the main function from the request
  56. array_splice($request, 0, 1);
  57. if(function_exists($function))
  58. {
  59. // Report only critical PHP errors
  60. error_reporting(E_ERROR);
  61. // Path definitions
  62. define("INCLUDES", "includes/");
  63. define("MODULES", "modules/");
  64. // require needed functions
  65. require_once INCLUDES.'functions.php';
  66. require_once INCLUDES.'helpers.php';
  67. require_once INCLUDES.'html_functions.php';
  68. require_once INCLUDES.'lib_remote.php';
  69. require_once INCLUDES.'config.inc.php';
  70. require_once MODULES.'config_games/server_config_parser.php';
  71. require_once INCLUDES.'api_functions.php';
  72. // API tokens table
  73. define("API_TABLE", $table_prefix."api_tokens");
  74. // Connect to the database server and select database.
  75. $db = createDatabaseConnection($db_type, $db_host, $db_user, $db_pass, $db_name, $table_prefix);
  76. $settings = $db->getSettings();
  77. if(!is_authorized())
  78. outputJSON(array("status" => '401', "message" => 'Unauthorized host'));
  79. $db->checkApiTable();
  80. $logged_in = false;
  81. if($function != 'api_token')
  82. {
  83. if(isset($_POST['token']))
  84. {
  85. $token = $_POST['token'];
  86. $query = "SELECT user_id FROM ".API_TABLE." WHERE `token` = '".$db->real_escape_string($token)."';";
  87. $result = $db->resultQuery($query);
  88. if(isset($result[0]['user_id']))
  89. {
  90. $user_info = $db->getUserById($result[0]['user_id']);
  91. if(isset($user_info['users_login']))
  92. $logged_in = true;
  93. }
  94. }
  95. else
  96. {
  97. outputJSON(array("status" => "300", "message" => "No token supplied"));
  98. }
  99. }
  100. if($logged_in or $function == 'api_token')
  101. {
  102. //call the function and output the returned data as json
  103. $func_req = str_replace('api_','',$function)."/".$request[0];
  104. if($main_request == "all")
  105. outputJSON(array("status" => "400", "message" => "BAD REQUEST"));
  106. else
  107. $function_args = get_function_args("$func_req");
  108. if(!$function_args)
  109. outputJSON(array("status" => "400", "message" => "BAD REQUEST"));
  110. elseif(!(($func_req == "token/test" and isset($request[1])) OR ($func_req == "token/create" and isset($request[1]) and isset($request[2]))))
  111. {
  112. foreach($function_args as $arg => $mandatory)
  113. {
  114. if($mandatory and !isset($_POST["$arg"]))
  115. {
  116. outputJSON(array("status" => "400", "message" => "BAD REQUEST", "fields_supplied" => $_POST, "fields_required" => $function_args));
  117. break;
  118. }
  119. }
  120. }
  121. outputJSON($function());
  122. }
  123. else
  124. {
  125. outputJSON(array("status" => "301", "message" => "Invalid Token"));
  126. }
  127. }
  128. else
  129. {
  130. outputJSON(array("status" => "400", "message" => "BAD REQUEST"));
  131. }
  132. function outputJSON($result){
  133. // Send JSON output
  134. header('Content-Type: application/json');
  135. echo json_encode($result);
  136. exit();
  137. }
  138. function isValidTimeStamp($timestamp)//https://stackoverflow.com/questions/2524680/check-whether-the-string-is-a-unix-timestamp
  139. {
  140. if(is_numeric($timestamp) and strtotime(date('d-m-Y H:i:s',$timestamp)) === (int)$timestamp)
  141. return true;
  142. return false;
  143. }
  144. function api_token()
  145. {
  146. global $request, $db;
  147. if($request[0] == "test")
  148. {
  149. $token = isset($request[1])?$request[1]:$_POST['token'];
  150. $query = "SELECT user_id FROM ".API_TABLE." WHERE `token` = '".$db->real_escape_string($token)."';";
  151. $result = $db->resultQuery($query);
  152. if(isset($result[0]['user_id']))
  153. {
  154. $user_info = $db->getUserById($result[0]['user_id']);
  155. if(isset($user_info['users_login']))
  156. {
  157. $status = "200";
  158. $message = $user_info['users_role'];
  159. }
  160. else
  161. {
  162. $status = "400";
  163. $message = "Invalid Token";
  164. }
  165. }
  166. else
  167. {
  168. $status = "400";
  169. $message = "Invalid Token";
  170. }
  171. }
  172. if($request[0] == "create")
  173. {
  174. $user = isset($request[1])?urldecode($request[1]):$_POST['user'];
  175. $password = isset($request[2])?urldecode($request[2]):$_POST['password'];
  176. $userInfo = $db->getUser($user);
  177. if(isset($userInfo['users_passwd']) && md5($password) == $userInfo['users_passwd'])
  178. {
  179. $token = bin2hex(openssl_random_pseudo_bytes(32));
  180. $old_token = $db->currentApiToken($userInfo['user_id']);
  181. // Update cronjob passwords in the URLs
  182. if($old_token and file_exists('modules/cron/shared_cron_functions.php')){
  183. require_once('modules/cron/shared_cron_functions.php');
  184. updateCronJobTokens($old_token, $token);
  185. }
  186. $query ="INSERT INTO ".API_TABLE.
  187. " (user_id, token)".
  188. " VALUES".
  189. " ('".$userInfo['user_id']."', '".$db->realEscapeSingle($token)."')".
  190. " ON DUPLICATE KEY UPDATE".
  191. " user_id = VALUES(user_id),".
  192. " token = VALUES(token);";
  193. if($db->query($query))
  194. {
  195. $status = "200";
  196. $message = $token;
  197. }
  198. else
  199. {
  200. $status = "500";
  201. $message = "database failure";
  202. }
  203. }
  204. else
  205. {
  206. $status = "400";
  207. $message = "Invalid login information";
  208. }
  209. }
  210. return array("status" => $status, "message" => $message);
  211. }
  212. function api_server()
  213. {
  214. global $request, $db, $user_info, $settings;
  215. if($user_info['users_role'] != "admin")
  216. return array("status" => '350', "message" => "This function is restricted to administrator accounts.");
  217. if($request[0] == "list")
  218. {
  219. $status = "200";
  220. $message = $db->getRemoteServers();
  221. }
  222. if($request[0] == "status")
  223. {
  224. $remote_server_id = $_POST['remote_server_id'];
  225. $remote_server = $db->getRemoteServer($remote_server_id);
  226. $remote = new OGPRemoteLibrary($remote_server['agent_ip'],$remote_server['agent_port'],$remote_server['encryption_key'],$remote_server['timeout']);
  227. $status = "200";
  228. $message = $remote->status_chk() == 1?'online':'offline';
  229. }
  230. if($request[0] == "restart")
  231. {
  232. $remote_server_id = $_POST['remote_server_id'];
  233. $remote_server = $db->getRemoteServer($remote_server_id);
  234. $remote = new OGPRemoteLibrary($remote_server['agent_ip'],$remote_server['agent_port'],$remote_server['encryption_key'],$remote_server['timeout']);
  235. $remote->agent_restart();
  236. $status = "200";
  237. $message = "success";
  238. }
  239. if($request[0] == "create")
  240. {
  241. $agent_name = $_POST['agent_name'];
  242. $agent_ip = $_POST['agent_ip'];
  243. $agent_port = $_POST['agent_port'];
  244. $agent_user = $_POST['agent_user'];
  245. $encryption_key = $_POST['encryption_key'];
  246. $ftp_ip = $_POST['ftp_ip'];
  247. $ftp_port = $_POST['ftp_port'];
  248. $timeout = $_POST['timeout'];
  249. $use_nat = $_POST['use_nat'];
  250. $display_public_ip = $_POST['display_public_ip'];
  251. $remote_server_id = $db->addRemoteServer($agent_ip,$agent_name,$agent_user,$agent_port,$ftp_ip,$ftp_port,$encryption_key,$timeout,$use_nat,$display_public_ip);
  252. $status = "200";
  253. $message = $remote_server_id;
  254. }
  255. if($request[0] == "remove")
  256. {
  257. $remote_server_id = $_POST['remote_server_id'];
  258. $status = "200";
  259. $message = $db->removeRemoteServer($remote_server_id);
  260. }
  261. if($request[0] == "add_ip")
  262. {
  263. $remote_server_id = $_POST['remote_server_id'];
  264. $ip = $_POST['ip'];
  265. $status = "200";
  266. $message = $db->addRemoteServerIP($remote_server_id, $ip);
  267. }
  268. if($request[0] == "remove_ip")
  269. {
  270. $remote_server_id = $_POST['remote_server_id'];
  271. $ip = $_POST['ip'];
  272. $ip_infos = $db->getRemoteServerIPs($remote_server_id);
  273. foreach($ip_infos as $ip_info)
  274. {
  275. if($ip_info['ip'] == $ip)
  276. {
  277. $message = $db->removeRemoteServerIPs($ip_info['ip_id']);
  278. break;
  279. }
  280. }
  281. $status = "200";
  282. }
  283. if($request[0] == "list_ips")
  284. {
  285. $remote_server_id = $_POST['remote_server_id'];
  286. $message = $db->getRemoteServerIPs($remote_server_id);
  287. $status = "200";
  288. }
  289. if($request[0] == "edit_ip")
  290. {
  291. $remote_server_id = $_POST['remote_server_id'];
  292. $old_ip = $_POST['old_ip'];
  293. $new_ip = $_POST['new_ip'];
  294. $ip_infos = $db->getRemoteServerIPs($remote_server_id);
  295. foreach($ip_infos as $ip_info)
  296. {
  297. if($ip_info['ip'] == $old_ip)
  298. {
  299. $message = $db->editRemoteServerIPs($ip_info['ip_id'], $new_ip);
  300. break;
  301. }
  302. }
  303. $status = "200";
  304. }
  305. return array("status" => $status, "message" => $message);
  306. }
  307. function api_user_games()
  308. {
  309. global $request, $db, $user_info, $settings;
  310. if($user_info['users_role'] != "admin")
  311. return array("status" => '350', "message" => "This function is restricted to administrator accounts.");
  312. if($request[0] == "list_games")
  313. {
  314. $system = strtolower($_POST['system']);
  315. if(!preg_match('/^(linux|windows)$/', $system))
  316. {
  317. $status = "302";
  318. $message = "list games: Incorrect system, valid options: windows, linux";
  319. return array("status" => $status, "message" => $message);
  320. }
  321. $architecture = strtolower($_POST['architecture']);
  322. if(!preg_match('/^(32|64)$/', $architecture))
  323. {
  324. $status = "303";
  325. $message = "list games: Incorrect architecture, valid options: 32, 64";
  326. return array("status" => $status, "message" => $message);
  327. }
  328. $games = $db->getGameCfgs();
  329. foreach($games as $key => $game)
  330. {
  331. $games[$key]['mods'] = $db->getCfgMods($game['home_cfg_id']);
  332. preg_match("/^([a-z0-9_-]+)_(linux|win)(32|64)?$/i",$game['game_key'],$matches);
  333. if(count($matches) == 4)
  334. list($game_key, $game_clean, $os, $arch) = $matches;
  335. else
  336. {
  337. list($game_key, $game_clean, $os) = $matches;
  338. $arch = "32";
  339. }
  340. if(strtolower($os) == 'linux')
  341. $sorted_games['linux'][$arch][] = $games[$key];
  342. elseif(strtolower($os) == 'win')
  343. $sorted_games['windows'][$arch][] = $games[$key];
  344. }
  345. $status = "200";
  346. $message = $sorted_games[$system][$architecture];
  347. }
  348. if($request[0] == "list_servers")
  349. {
  350. $status = "200";
  351. $message = $db->getGameHomes();
  352. }
  353. if($request[0] == "create")
  354. {
  355. $remote_server_id = $_POST['remote_server_id'];
  356. $server_name = $_POST['server_name'];
  357. $home_cfg_id = $_POST['home_cfg_id'];
  358. $mod_cfg_id = $_POST['mod_cfg_id'];
  359. $ip = $_POST['ip'];
  360. $port = $_POST['port'];
  361. $control_password = $_POST['control_password'];
  362. $enable_ftp = $_POST['enable_ftp'];
  363. $ftp_password = $_POST['ftp_password'];
  364. $slots = $_POST['slots'];
  365. $affinity = $_POST['affinity'];
  366. $nice = $_POST['nice'];
  367. $remote_server = $db->getRemoteServer($remote_server_id);
  368. if($remote_server === FALSE)
  369. return array("status" => '304', "message" => "Remote Server ID#$remote_server_id does not exists");
  370. $game_cfg = $db->getGameCfg($home_cfg_id);
  371. if($game_cfg === FALSE)
  372. return array("status" => '305', "message" => "No game configuration found for home_cfg_id #" . $home_cfg_id . ".");
  373. $cfg_mods = $db->getCfgMods($home_cfg_id);
  374. $mod_key = FALSE;
  375. if($cfg_mods === FALSE)
  376. return array("status" => '306', "message" => "No game mods found for home_cfg_id #" . $home_cfg_id . ".");
  377. else
  378. {
  379. foreach($cfg_mods as $cfg_mod)
  380. {
  381. if($cfg_mod['mod_cfg_id'] == $mod_cfg_id)
  382. {
  383. $mod_key = $cfg_mod['mod_key'];
  384. break;
  385. }
  386. }
  387. }
  388. if($mod_key === FALSE)
  389. return array("status" => '307', "message" => "The mod_cfg_id #" . $mod_cfg_id . " does not belong to the game configuration for home_cfg_id #" . $home_cfg_id . ".");
  390. $ip_info = $db->resultQuery( "SELECT ip,ip_id FROM OGP_DB_PREFIXremote_server_ips WHERE ip='".$db->real_escape_string($ip)."' AND remote_server_id=".$db->real_escape_string($remote_server_id));
  391. if($ip_info === FALSE)
  392. return array("status" => '308', "message" => "The given IP address does not belongs to the given remote server.");
  393. $port = (int)(trim($port));
  394. if(!isPortValid($port))
  395. return array("status" => '309', "message" => "The given port is not a valid port.");
  396. $remote = new OGPRemoteLibrary($remote_server['agent_ip'],$remote_server['agent_port'],$remote_server['encryption_key'],$remote_server['timeout']);
  397. $host_stat = $remote->status_chk();
  398. if($host_stat !== 1)
  399. return array("status" => '310', "message" => "The remote server is offline.");
  400. // Game path logic
  401. $skipId = false;
  402. if(hasValue($settings["default_game_server_home_path_prefix"]))
  403. {
  404. // Replace some user supported variables with actual value.
  405. $game_path = str_replace("{USERNAME}", $user_info['users_login'], $settings["default_game_server_home_path_prefix"]);
  406. if(stripos($game_path, "{SKIPID}") !== false){
  407. $game_path = str_replace("{SKIPID}", "", $game_path);
  408. $skipId = true;
  409. }
  410. $game_path = str_replace("{GAMEKEY}", strtolower(substr($game_cfg['game_key'], 0, stripos($game_cfg['game_key'], "_"))), $game_path);
  411. // Make sure the path ends with forward slash
  412. if($game_path[strlen($game_path)-1] != "/"){
  413. $game_path .= "/";
  414. }
  415. }
  416. else
  417. $game_path = "/home/".$remote_server['ogp_user']."/OGP_User_Files/"; // Default
  418. $game_path = clean_path($game_path); // Clean it
  419. $home_id = $db->addGameHome($remote_server_id, $user_info['user_id'], $home_cfg_id, $game_path, $server_name, $control_password, $ftp_password, $skipId);
  420. if($home_id === FALSE)
  421. return array("status" => '311', "message" => "Server could not be added to the database.");
  422. if($db->addGameIpPort($home_id, $ip_info[0]['ip_id'], $port) === FALSE)
  423. {
  424. $db->deleteGameHome($home_id);
  425. return array("status" => '312', "message" => "The given IP:Port is already in use.");
  426. }
  427. if($db->addModToGameHome($home_id, $mod_cfg_id) === FALSE )
  428. {
  429. $db->deleteGameHome($home_id);
  430. return array("status" => '313', "message" => "Failed to assing mod.");
  431. }
  432. if($db->updateGameModParams($slots, '', $affinity, $nice, $home_id, $mod_cfg_id) === FALSE)
  433. {
  434. $db->deleteGameHome($home_id);
  435. return array("status" => '314', "message" => "Maxplayers, affinity or nice could not be configured.");
  436. }
  437. // Create new home directory if it doesn't already exist
  438. $game_path = $game_path . (!$skipId ? $home_id : "");
  439. $remote->exec("mkdir -p " . $game_path);
  440. if($enable_ftp == "1")
  441. {
  442. $remote->ftp_mgr("useradd", $home_id, $ftp_password, $game_path);
  443. $db->changeFtpStatus('enabled',$home_id);
  444. }
  445. $status = "200";
  446. $message = $home_id;
  447. }
  448. if($request[0] == "clone")
  449. {
  450. $home_id = $_POST['origin_home_id'];
  451. $server_name = $_POST['new_server_name'];
  452. $ip = $_POST['new_ip'];
  453. $port = $_POST['new_port'];
  454. $control_password = $_POST['control_password'];
  455. $enable_ftp = $_POST['enable_ftp'];
  456. $ftp_password = $_POST['ftp_password'];
  457. $slots = $_POST['slots'];
  458. $affinity = $_POST['affinity'];
  459. $nice = $_POST['nice'];
  460. $game_home = $db->getGameHome($home_id);
  461. if($game_home === FALSE)
  462. return array("status" => '315', "message" => "There is no game home with home_id #" . $home_id . ".");
  463. $remote = new OGPRemoteLibrary($game_home['agent_ip'],$game_home['agent_port'],$game_home['encryption_key'],$game_home['timeout']);
  464. $host_stat = $remote->status_chk();
  465. if($host_stat !== 1)
  466. return array("status" => '310', "message" => "The remote server is offline.");
  467. $ip_info = $db->resultQuery("SELECT ip,ip_id FROM OGP_DB_PREFIXremote_server_ips WHERE ip='".$db->real_escape_string($ip)."' AND remote_server_id=".$db->real_escape_string($game_home['remote_server_id']));
  468. if($ip_info === FALSE)
  469. return array("status" => '308', "message" => "The given IP address does not belongs to the given remote server.");
  470. $port = (int)(trim($port));
  471. if(!isPortValid($port))
  472. return array("status" => '309', "message" => "The given port is not a valid port.");
  473. // Game path logic
  474. $skipId = false;
  475. if(hasValue($settings["default_game_server_home_path_prefix"]))
  476. {
  477. // Replace some user supported variables with actual value.
  478. $game_path = str_replace("{USERNAME}", $user_info['users_login'], $settings["default_game_server_home_path_prefix"]);
  479. if(stripos($game_path, "{SKIPID}") !== false){
  480. $game_path = str_replace("{SKIPID}", "", $game_path);
  481. $skipId = true;
  482. }
  483. $game_path = str_replace("{GAMEKEY}", strtolower(substr($game_home['game_key'], 0, stripos($game_home['game_key'], "_"))), $game_path);
  484. // Make sure the path ends with forward slash
  485. if($game_path[strlen($game_path)-1] != "/"){
  486. $game_path .= "/";
  487. }
  488. }
  489. else
  490. $game_path = "/home/".$game_home['ogp_user']."/OGP_User_Files/"; // Default
  491. $game_path = clean_path($game_path); // Clean it
  492. $clone_home_id = $db->addGameHome($game_home['remote_server_id'], $game_home['user_id_main'],
  493. $game_home['home_cfg_id'], $game_path, $server_name, $control_password, $ftp_password, $skipId);
  494. if ($clone_home_id === FALSE)
  495. return array("status" => '311', "message" => "Server could not be added to the database.");
  496. if($db->addGameIpPort($clone_home_id, $ip_info[0]['ip_id'], $port) === FALSE)
  497. {
  498. $db->deleteGameHome($clone_home_id);
  499. return array("status" => '312', "message" => "The given IP:Port is already in use.");
  500. }
  501. foreach ($game_home['mods'] as $mod_info)
  502. if($db->addModToGameHome($clone_home_id, $mod_info['mod_cfg_id']) !== FALSE)
  503. $db->updateGameModParams($slots, $mod_info['extra_params'], $affinity, $nice, $clone_home_id, $mod_info['mod_cfg_id']);
  504. // Create new home directory if it doesn't already exist
  505. $game_path = $game_path . (!$skipId ? $clone_home_id : "");
  506. $remote->exec("mkdir -p " . $game_path);
  507. if($enable_ftp == "1")
  508. {
  509. $remote->ftp_mgr("useradd", $clone_home_id, $ftp_password, $game_path);
  510. $db->changeFtpStatus('enabled', $clone_home_id);
  511. }
  512. $user_group = get_user_uid_gid_from_passwd(explode("\n", $remote->sudo_exec('cat /etc/passwd')), $game_home['ogp_user']);
  513. $status = "200";
  514. $message = array("clone_home_id" => $clone_home_id, "cloning_status" => $remote->clone_home($game_home['home_path'], $game_path, $user_group));
  515. }
  516. if($request[0] == "set_expiration")
  517. {
  518. $home_id = $_POST['home_id'];
  519. $date = date('d/m/Y H:i:s', $_POST['timestamp']);
  520. if($db->updateExpirationDate($home_id, $date, 'server') === TRUE)
  521. {
  522. $status = "200";
  523. $message = "Expiration date changed";
  524. }
  525. else
  526. {
  527. $status = "316";
  528. $message = "Expiration date could not be changed";
  529. }
  530. }
  531. return array("status" => $status, "message" => $message);
  532. }
  533. function api_user_admin()
  534. {
  535. global $request, $db, $user_info, $settings;
  536. if($user_info['users_role'] != "admin")
  537. return array("status" => '350', "message" => "This function is restricted to administrator accounts.");
  538. if($request[0] == "list")
  539. {
  540. $status = "200";
  541. $message = $db->getUserList();
  542. }
  543. if($request[0] == "get")
  544. {
  545. $email = $_POST['email'];
  546. $account = $db->getUserByEmail($email);
  547. if($account === FALSE)
  548. {
  549. $status = "317";
  550. $message = "There is no account with the given email address.";
  551. }
  552. else
  553. {
  554. $status = "200";
  555. $message = $account;
  556. }
  557. }
  558. if($request[0] == "create")
  559. {
  560. $name = $_POST['name'];
  561. $email = $_POST['email'];
  562. $password = $_POST['password'];
  563. if($db->addUser($name,$password,'user',$email) === FALSE)
  564. {
  565. $status = "318";
  566. $message = "Failed to create account, name or email already in use.";
  567. }
  568. else
  569. {
  570. $status = "200";
  571. $message = "Account created";
  572. }
  573. }
  574. if($request[0] == "remove")
  575. {
  576. $email = $_POST['email'];
  577. $account = $db->getUserByEmail($email);
  578. if($account === FALSE)
  579. {
  580. $status = "319";
  581. $message = "Failed to remove account, there is no account with the given email address ($email).";
  582. }
  583. else
  584. {
  585. $db->delUser($account['user_id']);
  586. $status = "200";
  587. $message = "Account removed successfully";
  588. }
  589. }
  590. if($request[0] == "set_expiration")
  591. {
  592. $email = $_POST['email'];
  593. $account = $db->getUserByEmail($email);
  594. if($account === FALSE)
  595. {
  596. $status = "319";
  597. $message = "There is no account with the given email address ($email).";
  598. }
  599. else
  600. {
  601. $date = (strtoupper($_POST['timestamp']) == 'X' or $_POST['timestamp'] == '') ? 'X': $date;
  602. if($date != 'X' and !isValidTimeStamp($_POST['timestamp']))
  603. {
  604. $status = "321";
  605. $message = "The given timestamp is not valid";
  606. }
  607. else
  608. {
  609. if($date != 'X')
  610. $date = $_POST['timestamp'];
  611. $account['user_expires'] = $date;
  612. if ($db->editUser($account, $account['user_id']) == FALSE)
  613. {
  614. $status = "316";
  615. $message = "Expiration date could not be changed";
  616. }
  617. else
  618. {
  619. $status = "200";
  620. $message = "Expiration date changed";
  621. }
  622. }
  623. }
  624. }
  625. if($request[0] == "list_assigned")
  626. {
  627. $email = $_POST['email'];
  628. $account = $db->getUserByEmail($email);
  629. if($account === FALSE)
  630. {
  631. $status = "319";
  632. $message = "There is no account with the given email address ($email).";
  633. }
  634. else
  635. {
  636. $game_homes = $db->getHomesFor('user',$account['user_id']);
  637. if(empty($game_homes))
  638. {
  639. $status = "323";
  640. $message = "There are no game homes assigned for the given user.";
  641. }
  642. else
  643. {
  644. $status = "200";
  645. $message = $game_homes;
  646. }
  647. }
  648. }
  649. if($request[0] == "assign")
  650. {
  651. $email = $_POST['email'];
  652. $home_id = $_POST['home_id'];
  653. $access_rights = strtolower($_POST['access_rights']);
  654. $game_home = $db->getGameHome($home_id);
  655. if($game_home === FALSE)
  656. return array("status" => '315', "message" => "There is no game home with home_id #" . $home_id . ".");
  657. if(!preg_match("/^u?f?p?e?t?c?$/", $access_rights))
  658. return array("status" => "324", "message" => "Ivalid string for access rights");
  659. $account = $db->getUserByEmail($email);
  660. if($account === FALSE)
  661. {
  662. $status = "319";
  663. $message = "There is no account with the given email address ($email).";
  664. }
  665. else
  666. {
  667. $date = (strtoupper($_POST['timestamp']) == 'X' or $_POST['timestamp'] == '') ? 'X': $date;
  668. if($date != 'X' and !isValidTimeStamp($_POST['timestamp']))
  669. {
  670. $status = "321";
  671. $message = "The given timestamp is not valid";
  672. }
  673. else
  674. {
  675. if($date != 'X')
  676. $date = date('d/m/Y H:i:s', $_POST['timestamp']);
  677. if ( $db->assignHomeTo('user', $account['user_id'], $home_id, $access_rights) === TRUE )
  678. {
  679. $db->updateExpirationDate($game_home['home_id'], $date, 'user', $account['user_id']);
  680. $status = "200";
  681. $message = "Home assigned successfully";
  682. }
  683. else
  684. {
  685. $status = "325";
  686. $message = "Home id#$home_id could not be assigned to $email.";
  687. }
  688. }
  689. }
  690. }
  691. if($request[0] == "remove_assign")
  692. {
  693. $email = $_POST['email'];
  694. $home_id = $_POST['home_id'];
  695. $game_home = $db->getGameHome($home_id);
  696. if($game_home === FALSE)
  697. return array("status" => '315', "message" => "There is no game home with home_id #" . $home_id . ".");
  698. $account = $db->getUserByEmail($email);
  699. if($account === FALSE)
  700. {
  701. $status = "319";
  702. $message = "There is no account with the given email address ($email).";
  703. }
  704. else
  705. {
  706. if ($db->unassignHomeFrom("user",$account['user_id'],$game_home['home_id']) === TRUE)
  707. {
  708. $status = "200";
  709. $message = "Home id#$game_home[home_id] has been unnassigned from $email successfully.";
  710. }
  711. else
  712. {
  713. $status = "326";
  714. $message = "Home id#$home_id was not assigned to $email.";
  715. }
  716. }
  717. }
  718. return array("status" => $status, "message" => $message);
  719. }
  720. function api_gamemanager_admin()
  721. {
  722. global $request, $db, $user_info, $settings;
  723. $isAdmin = $db->isAdmin($user_info['user_id']);
  724. if($request[0] == "reorder")
  725. {
  726. if($isAdmin){
  727. $data = json_decode(file_get_contents('php://input'), true);
  728. if(array_key_exists("order", $data) && is_array($data["order"])){
  729. $updatedOrder = $db->saveGameServerOrder($data["order"]);
  730. if($updatedOrder){
  731. $status = "200";
  732. $message = "Game server order was successfully saved.";
  733. }else{
  734. $status = "335";
  735. $message = "Game server order was NOT saved.";
  736. }
  737. }else{
  738. $status = "335";
  739. $message = "Invalid inputs.";
  740. }
  741. }else{
  742. $status = "335";
  743. $message = "Only admin users can save the game server display order.";
  744. }
  745. }
  746. return array("status" => $status, "message" => $message);
  747. }
  748. function api_gamemanager()
  749. {
  750. global $request, $db, $user_info, $settings;
  751. $ip = trim($_POST['ip']);
  752. $port = (int) trim($_POST['port']);
  753. $mod_key = isset($_POST['mod_key'])?trim($_POST['mod_key']):'';
  754. if(!isPortValid($port))
  755. return array("status" => '309', "message" => "The given port is not a valid port.");
  756. if(!preg_match("/[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/",$ip))
  757. return array("status" => '327', "message" => "The given IP ($ip) is not a valid IP address.");
  758. $home_info = $db->getGameHomeByIP($ip, $port);
  759. if($home_info === FALSE)
  760. return array("status" => '328', "message" => "There is no game server with the given address ($ip:$port).");
  761. $mod_id = key($home_info['mods']);
  762. if($mod_key != '')
  763. {
  764. foreach($home_info['mods'] as $home_mod)
  765. {
  766. if($mod_key == $home_mod['mod_key'])
  767. {
  768. $mod_id = $home_mod['mod_id'];
  769. break;
  770. }
  771. }
  772. }
  773. $isAdmin = $db->isAdmin($user_info['user_id']);
  774. if($isAdmin)
  775. {
  776. $access_rights = 'ufpetc';
  777. }
  778. else
  779. {
  780. $game_home = $db->getUserGameHome($user_info['user_id'], $home_info['home_id']);
  781. if($game_home === FALSE)
  782. return array("status" => '329', "message" => "The given address ($ip:$port) does not belong to your account.");
  783. $access_rights = $game_home['access_rights'];
  784. }
  785. $server_xml = read_server_config(SERVER_CONFIG_LOCATION."/".$home_info['home_cfg_file']);
  786. if($server_xml === FALSE)
  787. return array("status" => '305', "message" => "No game configuration found for home_cfg_id #" . $home_cfg_id . ".");
  788. $remote = new OGPRemoteLibrary($home_info['agent_ip'],$home_info['agent_port'],$home_info['encryption_key'],$home_info['timeout']);
  789. $host_stat = $remote->status_chk();
  790. if($host_stat !== 1)
  791. return array("status" => '310', "message" => "The remote server is offline.");
  792. $os = $remote->what_os();
  793. if($request[0] == "start")
  794. {
  795. $start_cmd = get_start_cmd($user_info,$remote,$server_xml,$home_info,$mod_id,$ip,$port,$db);
  796. if(isset($server_xml->lgsl_query_name))
  797. require_once('protocol/lgsl/lgsl_protocol.php');
  798. // Do text replacements in cfg file
  799. if($server_xml->replace_texts)
  800. {
  801. foreach($home_info['mods'][$mod_id] as $key => $value)
  802. {
  803. $home_info[$key] = $value;
  804. }
  805. $server_home = $home_info;
  806. require_once(MODULES."gamemanager/cfg_text_replace.php");
  807. }
  808. // Run pre-start commands
  809. if(isset($server_xml->pre_start) && !empty($server_xml->pre_start)){
  810. $preStart = trim($server_xml->pre_start);
  811. }else{
  812. $preStart = "";
  813. }
  814. // Environment variables
  815. if(isset($server_xml->environment_variables) && !empty($server_xml->environment_variables)){
  816. $envVars = trim($server_xml->environment_variables);
  817. }else{
  818. $envVars = "";
  819. }
  820. // Additional files to lock
  821. if(isset($server_xml->lock_files) && !empty($server_xml->lock_files)){
  822. $lockFiles = trim($server_xml->lock_files);
  823. }else{
  824. $lockFiles = "";
  825. }
  826. if(!empty($lockFiles)){
  827. // Linux only call
  828. if(preg_match("/Linux/", $os)){
  829. $lockedFilesStatus = $remote->lock_additional_home_files($home_info['home_path'], $lockFiles, "lock");
  830. }
  831. }
  832. $start_retval = $remote->universal_start($home_info['home_id'],
  833. $home_info['home_path'],
  834. $server_xml->server_exec_name,
  835. $server_xml->exe_location,
  836. $start_cmd, $port, $ip,
  837. $home_info['mods'][$mod_id]['cpu_affinity'],
  838. $home_info['mods'][$mod_id]['nice'],
  839. $preStart,
  840. $envVars,
  841. $server_xml->game_key,
  842. (isset( $server_xml->console_log ) ? $server_xml->console_log : "")
  843. );
  844. if( $start_retval == AGENT_ERROR_NOT_EXECUTABLE)
  845. return array("status" => '330', "message" => "The server executable does not have execution permission.");
  846. elseif($start_retval <= 0)
  847. return array("status" => '331', "message" => "The server could not be started, already running.");
  848. else
  849. {
  850. $firewall_settings = $db->getFirewallSettings($home_info['remote_server_id']);
  851. if ($firewall_settings['status'] == "enable")
  852. {
  853. if ($server_xml->protocol == "gameq")
  854. {
  855. $query_port = get_query_port($server_xml, $port);
  856. }
  857. elseif ($server_xml->protocol == "lgsl")
  858. {
  859. $get_ports = lgsl_port_conversion((string)$server_xml->lgsl_query_name, $port, "", "");
  860. $query_port = $get_ports['1'];
  861. }
  862. elseif ($server_xml->protocol == "teamspeak3")
  863. {
  864. $query_port = $port + 24;
  865. }
  866. set_firewall($remote, $firewall_settings, 'allow', $port, $ip);
  867. if(isset($query_port) and $query_port != "" and $query_port != $port)
  868. set_firewall($remote, $firewall_settings, 'allow', $query_port, $ip);
  869. }
  870. $db->delServerStatusCache($home_info['ip_id'],$port);
  871. $status = "200";
  872. $message = "The server has been started.";
  873. }
  874. }
  875. if($request[0] == "stop")
  876. {
  877. $remote_retval = $remote->remote_stop_server($home_info['home_id'],
  878. $ip, $port, $server_xml->control_protocol,
  879. $home_info['control_password'],$server_xml->control_protocol_type, $home_info['home_path']);
  880. if($remote_retval === -1)
  881. return array("status" => '332', "message" => "The server could not be stopped.");
  882. elseif($remote_retval === -2)
  883. return array("status" => '332', "message" => "The server could not be stopped.");
  884. else
  885. {
  886. $firewall_settings = $db->getFirewallSettings($home_info['remote_server_id']);
  887. if ($firewall_settings['status'] == "enable")
  888. {
  889. if ($server_xml->protocol == "gameq")
  890. {
  891. $query_port = get_query_port($server_xml, $port);
  892. }
  893. elseif ($server_xml->protocol == "lgsl")
  894. {
  895. require('protocol/lgsl/lgsl_protocol.php');
  896. $get_ports = lgsl_port_conversion((string)$server_xml->lgsl_query_name, $port, "", "");
  897. $query_port = $get_ports['1'];
  898. }
  899. elseif ($server_xml->protocol == "teamspeak3")
  900. {
  901. $query_port = $port + 24;
  902. }
  903. set_firewall($remote, $firewall_settings, 'deny', $port, $ip);
  904. if(isset($query_port) and $query_port != "" and $query_port != $port)
  905. set_firewall($remote, $firewall_settings, 'deny', $query_port, $ip);
  906. }
  907. $status = "200";
  908. $message = "The server has been stopped.";
  909. }
  910. }
  911. if($request[0] == "restart")
  912. {
  913. $start_cmd = get_start_cmd($user_info,$remote,$server_xml,$home_info,$mod_id,$ip,$port,$db);
  914. // Do text replacements in cfg file
  915. if( $server_xml->replace_texts )
  916. {
  917. foreach($home_info['mods'][$mod_id] as $key => $value)
  918. {
  919. $home_info[$key] = $value;
  920. }
  921. $server_home = $home_info;
  922. if(isset($server_xml->lgsl_query_name))
  923. require_once('protocol/lgsl/lgsl_protocol.php');
  924. require_once(MODULES."gamemanager/cfg_text_replace.php");
  925. }
  926. // Run pre-start commands
  927. if(isset($server_xml->pre_start) && !empty($server_xml->pre_start)){
  928. $preStart = trim($server_xml->pre_start);
  929. }else{
  930. $preStart = "";
  931. }
  932. // Environment variables
  933. if(isset($server_xml->environment_variables) && !empty($server_xml->environment_variables)){
  934. $envVars = trim($server_xml->environment_variables);
  935. }else{
  936. $envVars = "";
  937. }
  938. // Additional files to lock
  939. if(isset($server_xml->lock_files) && !empty($server_xml->lock_files)){
  940. $lockFiles = trim($server_xml->lock_files);
  941. }else{
  942. $lockFiles = "";
  943. }
  944. if(!empty($lockFiles)){
  945. // Linux only call
  946. if(preg_match("/Linux/", $os)){
  947. $lockedFilesStatus = $remote->lock_additional_home_files($home_info['home_path'], $lockFiles, "lock");
  948. }
  949. }
  950. $remote_retval = $remote->remote_restart_server($home_info['home_id'],$ip,$port,$server_xml->control_protocol,
  951. $home_info['control_password'],$server_xml->control_protocol_type,$home_info['home_path'],
  952. $server_xml->server_exec_name,$server_xml->exe_location,$start_cmd,
  953. $home_info['mods'][$mod_id]['cpu_affinity'],
  954. $home_info['mods'][$mod_id]['nice'],
  955. $preStart,
  956. $envVars,
  957. $server_xml->game_key,
  958. (isset( $server_xml->console_log ) ? $server_xml->console_log : ""));
  959. if($remote_retval === -1)
  960. return array("status" => '333', "message" => "The server could not be restarted.");
  961. elseif($remote_retval === -2)
  962. return array("status" => '333', "message" => "The server could not be restarted.");
  963. else
  964. {
  965. $ip_id = $db->getIpIdByIp($ip);
  966. $db->delServerStatusCache($home_info['ip_id'],$port);
  967. $status = "200";
  968. $message = "The server has been restarted.";
  969. }
  970. }
  971. if($request[0] == "rcon")
  972. {
  973. $command = $_POST['command'];
  974. $response = send_rcon_command($command, $remote, $server_xml, $home_info, $home_info['home_id'], $ip, $port);
  975. if($response === FALSE)
  976. {
  977. $status = "334";
  978. $message = "The command could not be sent";
  979. }
  980. else
  981. {
  982. $status = "200";
  983. $message = $response;
  984. }
  985. }
  986. if($request[0] == "update")
  987. {
  988. if(!strstr($access_rights,'u'))
  989. return array("status" => '352', "message" => "You don't have access right to update the server at $ip:$port.");
  990. if($_POST['type'] == "steam")
  991. {
  992. if($server_xml->installer == "steamcmd")
  993. {
  994. $exec_folder_path = clean_path($home_info['home_path'] . "/" . $server_xml->exe_location);
  995. $exec_path = clean_path($exec_folder_path . "/" . $server_xml->server_exec_name);
  996. $mod_xml = xml_get_mod($server_xml, $home_info['mods'][$mod_id]['mod_key']);
  997. $installer_name = $mod_xml->installer_name;
  998. $modkey = $home_info['mods'][$mod_id]['mod_key'];
  999. // Some games like L4D2 require anonymous login
  1000. if($mod_xml->installer_login){
  1001. $login = $mod_xml->installer_login;
  1002. $pass = '';
  1003. }else{
  1004. $login = $settings['steam_user'];
  1005. $pass = $settings['steam_pass'];
  1006. }
  1007. $modname = ( $installer_name == '90' and !preg_match("/(cstrike|valve)/", $modkey) ) ? $modkey : '';
  1008. $betaname = isset($mod_xml->betaname) ? $mod_xml->betaname : '';
  1009. $betapwd = isset($mod_xml->betapwd) ? $mod_xml->betapwd : '';
  1010. preg_match("/(win|linux)(32|64)?$/", $server_xml->game_key, $matches);
  1011. $os = strtolower($matches[1]) == 'linux'? 'linux':'windows';
  1012. $arch = isset($matches[2])?$matches[2]:'32';
  1013. $preInstallCMD = "";
  1014. if(isset($server_xml->post_install))
  1015. $preInstallCMD .= $server_xml->pre_install;
  1016. $postInstallCMD = "";
  1017. if(isset($server_xml->post_install))
  1018. $postInstallCMD .= $server_xml->post_install;
  1019. $postInstallCMD .= "\n{OGP_LOCK_FILE} " . $home_info['home_path'] . "/" . ($server_xml->exe_location ? $server_xml->exe_location . "/" : "") . $server_xml->server_exec_name;
  1020. $remote->steam_cmd($home_info['home_id'],$home_info['home_path'],$installer_name,$modname,
  1021. $betaname,$betapwd,$login,$pass,$settings['steam_guard'],
  1022. $exec_folder_path,$exec_path,$preInstallCMD,$postInstallCMD,$os,'',$arch);
  1023. $status = "200";
  1024. $message = "Steam installation started";
  1025. }
  1026. else
  1027. {
  1028. $status = "335";
  1029. $message = 'This game is not supported by Steam installation.';
  1030. }
  1031. }
  1032. if($_POST['type'] == "rsync")
  1033. {
  1034. if(isset($server_xml->lgsl_query_name))
  1035. {
  1036. $rs_name = $server_xml->lgsl_query_name;
  1037. if($rs_name == "quake3" and $server_xml->game_name == "Quake 3")
  1038. $rs_name = "q3";
  1039. }
  1040. elseif(isset($server_xml->gameq_query_name))
  1041. {
  1042. $rs_name = $server_xml->gameq_query_name;
  1043. if($rs_name == "minecraft")
  1044. {
  1045. if($server_xml->game_name == "Minecraft Tekkit")
  1046. $rs_name = "tekkit";
  1047. elseif($server_xml->game_name == "Minecraft Bukkit")
  1048. $rs_name = "bukkit";
  1049. }
  1050. }
  1051. elseif(isset($server_xml->protocol))
  1052. $rs_name = $server_xml->protocol;
  1053. else
  1054. $rs_name = $server_xml->mods->mod['key'];
  1055. $rsync_available = isset($settings['rsync_available']) ? $settings['rsync_available'] : "1";
  1056. $remote_sites = MODULES."gamemanager/rsync_sites.list";
  1057. $local_sites = MODULES."gamemanager/rsync_sites_local.list";
  1058. $rsync_sites = array();
  1059. switch ($rsync_available) {
  1060. case "0":
  1061. if(file_exists($remote_sites))
  1062. {
  1063. $sites = file($remote_sites);
  1064. if($sites !== FALSE)
  1065. $rsync_sites = array_merge($rsync_sites, $sites);
  1066. }
  1067. if(file_exists($local_sites))
  1068. {
  1069. $sites = file($local_sites);
  1070. if($sites !== FALSE)
  1071. $rsync_sites = array_merge($rsync_sites, $sites);
  1072. }
  1073. break;
  1074. case "1":
  1075. if(file_exists($remote_sites))
  1076. {
  1077. $sites = file($remote_sites);
  1078. if($sites !== FALSE)
  1079. $rsync_sites = array_merge($rsync_sites, $sites);
  1080. }
  1081. break;
  1082. case "2":
  1083. if(file_exists($local_sites))
  1084. {
  1085. $sites = file($local_sites);
  1086. if($sites !== FALSE)
  1087. $rsync_sites = array_merge($rsync_sites, $sites);
  1088. }
  1089. break;
  1090. }
  1091. if(empty($rsync_sites))
  1092. return array("status" => '336', "message" => "No sync sites found, check the panel settings (Available rsync sites).");
  1093. $url = get_faster_rsync($rsync_sites);
  1094. $sync_list_file = MODULES."gamemanager/rsync.list";
  1095. if(!file_exists($sync_list_file))
  1096. return array("status" => '336', "message" => "The sync list file doesn't exists ($sync_list_file).");
  1097. $sync_list = file($sync_list_file, FILE_IGNORE_NEW_LINES);
  1098. if(!$sync_list or empty($sync_list))
  1099. return array("status" => '337', "message" => "Failed to read sync list file ($sync_list_file).");
  1100. if(in_array($rs_name, $sync_list))
  1101. {
  1102. $exec_folder_path = clean_path($home_info['home_path'] . "/" . $server_xml->exe_location);
  1103. $exec_path = clean_path($exec_folder_path . "/" . $server_xml->server_exec_name);
  1104. preg_match("/(win|linux)(32|64)?$/", $server_xml->game_key, $matches);
  1105. $os = strtolower($matches[1]) == 'linux'? 'linux':'windows';
  1106. $full_url = "$url/ogp_game_installer/$rs_name/$os/";
  1107. $preInstallCMD = "";
  1108. if(isset($server_xml->post_install))
  1109. $preInstallCMD .= $server_xml->pre_install;
  1110. $postInstallCMD = "";
  1111. if(isset($server_xml->post_install))
  1112. $postInstallCMD .= $server_xml->post_install;
  1113. $postInstallCMD .= "\n{OGP_LOCK_FILE} " . $home_info['home_path'] . "/" . ($server_xml->exe_location ? $server_xml->exe_location . "/" : "") . $server_xml->server_exec_name;
  1114. $remote->start_rsync_install($home_id,$home_info['home_path'],"$full_url",$exec_folder_path,$exec_path,$preInstallCMD,$postInstallCMD);
  1115. $status = "200";
  1116. $message = "Rsync installation started";
  1117. }
  1118. else
  1119. {
  1120. $status = "335";
  1121. $message = 'This game is not supported by Rsync installation.';
  1122. }
  1123. }
  1124. if($_POST['type'] == "manual")
  1125. {
  1126. $manual_url = trim($_POST['manual_url']);
  1127. $filename = get_download_filename($manual_url);
  1128. if($filename)
  1129. {
  1130. $postInstallCMD = "";
  1131. if(isset($server_xml->post_install))
  1132. $postInstallCMD .= $server_xml->post_install;
  1133. $postInstallCMD .= "\n{OGP_LOCK_FILE} " . $home_info['home_path'] . "/" . ($server_xml->exe_location ? $server_xml->exe_location . "/" : "") . $server_xml->server_exec_name;
  1134. $remote->start_file_download($manual_url,$home_info['home_path'],$filename,"uncompress",$postInstallCMD);
  1135. $status = "200";
  1136. $message = "Manual installation started";
  1137. }
  1138. else
  1139. {
  1140. $status = "335";
  1141. $message = 'The URL for manual installation is empty or invalid.';
  1142. }
  1143. }
  1144. if($_POST['type'] == "master")
  1145. {
  1146. $ms_home_id = $db->getMasterServer($home_info['remote_server_id'], $home_info['home_cfg_id']);
  1147. if($ms_home_id !== FALSE)
  1148. {
  1149. $exec_folder_path = clean_path($home_info['home_path'] . "/" . $server_xml->exe_location );
  1150. $exec_path = clean_path($exec_folder_path . "/" . $server_xml->server_exec_name );
  1151. $ms_info = $db->getGameHome($ms_home_id);
  1152. $preInstallCMD = "";
  1153. if(isset($server_xml->post_install))
  1154. $preInstallCMD .= $server_xml->pre_install;
  1155. $postInstallCMD = "";
  1156. if(isset($server_xml->post_install))
  1157. $postInstallCMD .= $server_xml->post_install;
  1158. $postInstallCMD .= "\n{OGP_LOCK_FILE} " . $home_info['home_path'] . "/" . ($server_xml->exe_location ? $server_xml->exe_location . "/" : "") . $server_xml->server_exec_name;
  1159. $remote->masterServerUpdate($home_id,$home_info['home_path'],$ms_home_id,$ms_info['home_path'],$exec_folder_path,$exec_path,$preInstallCMD,$postInstallCMD);
  1160. $status = "200";
  1161. $message = "Installation from master server ($home_info[home_name]) started";
  1162. }
  1163. else
  1164. {
  1165. $status = "335";
  1166. $message = 'There is no master server assigned for this game.';
  1167. }
  1168. }
  1169. }
  1170. return array("status" => $status, "message" => $message);
  1171. }
  1172. function api_litefm()
  1173. {
  1174. global $request, $db, $user_info, $settings;
  1175. $ip = $_POST['ip'];
  1176. $port = $_POST['port'];
  1177. $relative_path = $_POST['relative_path'];
  1178. $home_info = $db->getGameHomeByIP($ip, $port);
  1179. if($home_info === FALSE)
  1180. return array("status" => '328', "message" => "There is no game server with the given address ($ip:$port).");
  1181. $isAdmin = $db->isAdmin($user_info['user_id']);
  1182. if($isAdmin)
  1183. {
  1184. $access_rights = 'ufpetc';
  1185. }
  1186. else
  1187. {
  1188. $game_home = $db->getUserGameHome($user_info['user_id'], $home_info['home_id']);
  1189. if($game_home === FALSE)
  1190. return array("status" => '329', "message" => "The given address ($ip:$port) does not belong to your account.");
  1191. $access_rights = $game_home['access_rights'];
  1192. }
  1193. if(!strstr($access_rights,'f'))
  1194. return array("status" => '351', "message" => "You don't have access right for file management in server at $ip:$port.");
  1195. $server_xml = read_server_config(SERVER_CONFIG_LOCATION."/".$home_info['home_cfg_file']);
  1196. if($server_xml === FALSE)
  1197. return array("status" => '305', "message" => "No game configuration found for home_cfg_id #" . $home_cfg_id . ".");
  1198. $remote = new OGPRemoteLibrary($home_info['agent_ip'],$home_info['agent_port'],$home_info['encryption_key'],$home_info['timeout']);
  1199. $host_stat = $remote->status_chk();
  1200. if($host_stat !== 1)
  1201. return array("status" => '310', "message" => "The remote server is offline.");
  1202. $relative_path = preg_replace("/(\.\.)(\\\|\/)+/", '/', $relative_path);
  1203. $path = clean_path($home_info['home_path'].'/'.$relative_path);
  1204. if($request[0] != "save" and $remote->rfile_exists($path) === 0)
  1205. return array("status" => '338', "message" => "$path does not exists.");
  1206. if($request[0] == "list")
  1207. {
  1208. $status = "200";
  1209. $message = $remote->remote_dirlistfm($path);
  1210. }
  1211. if($request[0] == "get")
  1212. {
  1213. $remote->remote_readfile($path, $data);
  1214. $status = "200";
  1215. $message = $data;
  1216. }
  1217. if($request[0] == "save")
  1218. {
  1219. $contents = $_POST['contents'];
  1220. if($remote->remote_writefile($path, $contents) === 1)
  1221. {
  1222. $status = "200";
  1223. $message = "File $path written successfully";
  1224. }
  1225. else
  1226. {
  1227. $status = "339";
  1228. $message = "Could not write to the file.";
  1229. }
  1230. }
  1231. if($request[0] == "remove")
  1232. {
  1233. $remote->shell_action('remove_recursive', $path);
  1234. if($remote->rfile_exists($path) === 0)
  1235. {
  1236. $status = '200';
  1237. $message = "$path removed successfully.";
  1238. }
  1239. else
  1240. {
  1241. $status = '340';
  1242. $message = "$path could not be removed.";
  1243. }
  1244. }
  1245. return array("status" => $status, "message" => $message);
  1246. }
  1247. function api_addonsmanager()
  1248. {
  1249. global $request, $db, $user_info;
  1250. if($db->isModuleInstalled('addonsmanager') === FALSE)
  1251. return array("status" => '349', "message" => "This function is not available because the module is not installed.");
  1252. if($request[0] == "list")
  1253. {
  1254. $addons_rows = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXaddons");
  1255. $status = "200";
  1256. $message = $addons_rows;
  1257. }
  1258. if($request[0] == "install")
  1259. {
  1260. $ip = $_POST['ip'];
  1261. $port = (int)$_POST['port'];
  1262. $mod_key = isset($_POST['mod_key'])?trim($_POST['mod_key']):'';
  1263. $addon_id = (int)$_POST['addon_id'];
  1264. $home_info = $db->getGameHomeByIP($ip, $port);
  1265. if($home_info === FALSE)
  1266. return array("status" => '328', "message" => "There is no game server with the given address ($ip:$port).");
  1267. $isAdmin = $db->isAdmin($user_info['user_id']);
  1268. if(!$isAdmin and $db->getUserGameHome($user_info['user_id'], $home_info['home_id']) === FALSE)
  1269. return array("status" => '329', "message" => "The given address ($ip:$port) does not belong to your account.");
  1270. $server_xml = read_server_config(SERVER_CONFIG_LOCATION."/".$home_info['home_cfg_file']);
  1271. if($server_xml === FALSE)
  1272. return array("status" => '305', "message" => "No game configuration found for home_cfg_id #" . $home_cfg_id . ".");
  1273. $remote = new OGPRemoteLibrary($home_info['agent_ip'],$home_info['agent_port'],$home_info['encryption_key'],$home_info['timeout']);
  1274. $host_stat = $remote->status_chk();
  1275. if($host_stat !== 1)
  1276. return array("status" => '310', "message" => "The remote server is offline.");
  1277. $mod_id = key($home_info['mods']);
  1278. if($mod_key != '')
  1279. {
  1280. foreach($home_info['mods'] as $home_mod)
  1281. {
  1282. if($mod_key == $home_mod['mod_key'])
  1283. {
  1284. $mod_id = $home_mod['mod_id'];
  1285. break;
  1286. }
  1287. }
  1288. }
  1289. else
  1290. $mod_key = $home_info['mods'][$mod_id]['mod_key'];
  1291. $query_groups = "";
  1292. if(!$isAdmin)
  1293. {
  1294. $groups = $db->getUsersGroups($user_info['user_id']);
  1295. $query_groups .= " AND (";
  1296. foreach($groups as $group)
  1297. $query_groups .= "group_id=".$group['group_id']." OR ";
  1298. $query_groups .= "group_id=0 OR group_id IS NULL)";
  1299. }
  1300. $addons_rows = $db->resultQuery("SELECT * FROM OGP_DB_PREFIXaddons WHERE home_cfg_id=".$home_info['home_cfg_id']." AND addon_id=".$addon_id.$query_groups);
  1301. if($addons_rows === FALSE)
  1302. return array("status" => '341', "message" => "Invalid addon id #" . $addon_id . ".");
  1303. $addon_info = $addons_rows[0];
  1304. $url = $addon_info['url'];
  1305. $filename = basename($url);
  1306. if($addon_info['post_script'] != "")
  1307. {
  1308. $addon_info['post_script'] = strip_real_escape_string($addon_info['post_script']);
  1309. if( isset($server_xml->gameq_query_name) )
  1310. {
  1311. $home_info['query_port'] = get_query_port($server_xml, $home_info['port']);
  1312. }
  1313. elseif( isset($server_xml->lgsl_query_name) )
  1314. {
  1315. require_once('protocol/lgsl/lgsl_protocol.php');
  1316. $get_q_and_s = lgsl_port_conversion((string)$server_xml->lgsl_query_name, $home_info['port'], "", "");
  1317. $home_info['query_port'] = $get_q_and_s['1'];
  1318. }
  1319. elseif ($server_xml->protocol == "teamspeak3")
  1320. {
  1321. $query_port = $port + 24;
  1322. }
  1323. $home_info["incremental"] = $db->incrementalNumByHomeId($home_info['home_id'], $home_info['mods'][$mod_id]['mod_cfg_id'], $home_info['remote_server_id']);
  1324. $post_script = preg_replace( "/\%home_path\%/i", $home_info['home_path'], $addon_info['post_script']);
  1325. $post_script = preg_replace( "/\%home_name\%/i", $home_info['home_name'], $post_script);
  1326. $post_script = preg_replace( "/\%control_password\%/i", $home_info['control_password'], $post_script);
  1327. $post_script = preg_replace( "/\%max_players\%/i", $home_info['mods'][$mod_id]['max_players'], $post_script);
  1328. $post_script = preg_replace( "/\%ip\%/i", $home_info['ip'], $post_script);
  1329. $post_script = preg_replace( "/\%port\%/i", $home_info['port'], $post_script);
  1330. $post_script = preg_replace( "/\%query_port\%/i", $home_info['query_port'], $post_script);
  1331. $post_script = preg_replace( "/\%incremental\%/i", $home_info['incremental'], $post_script);
  1332. }
  1333. $pid = $remote->start_file_download($addon_info['url'], $home_info['home_path']."/".$addon_info['path'], $filename, "uncompress", $post_script);
  1334. if($pid > 0)
  1335. {
  1336. $status = "200";
  1337. $message = "Addon installation started with process id #".$pid;
  1338. }
  1339. else
  1340. {
  1341. $status = "342";
  1342. $message = "Addon installation failed, file download could not be started.($retval)";
  1343. }
  1344. }
  1345. return array("status" => $status, "message" => $message);
  1346. }
  1347. function api_steam_workshop()
  1348. {
  1349. global $request, $db, $user_info, $settings;
  1350. if($db->isModuleInstalled('steam_workshop') === FALSE)
  1351. return array("status" => '349', "message" => "This function is not available because the module is not installed.");
  1352. define('CONFIGS', "modules/steam_workshop/game_configs/");
  1353. if($request[0] == "install")
  1354. {
  1355. $ip = $_POST['ip'];
  1356. $port = (int)$_POST['port'];
  1357. $mod_key = isset($_POST['mod_key'])?trim($_POST['mod_key']):'';
  1358. $mods_list = $_POST['mods_list'];
  1359. $home_info = $db->getGameHomeByIP($ip, $port);
  1360. if($home_info === FALSE)
  1361. return array("status" => '328', "message" => "There is no game server with the given address ($ip:$port).");
  1362. $isAdmin = $db->isAdmin($user_info['user_id']);
  1363. if(!$isAdmin and $db->getUserGameHome($user_info['user_id'], $home_info['home_id']) === FALSE)
  1364. return array("status" => '329', "message" => "The given address ($ip:$port) does not belong to your account.");
  1365. $server_xml = read_server_config(SERVER_CONFIG_LOCATION."/".$home_info['home_cfg_file']);
  1366. if($server_xml === FALSE)
  1367. return array("status" => '305', "message" => "No game configuration found for home_cfg_id #" . $home_cfg_id . ".");
  1368. $remote = new OGPRemoteLibrary($home_info['agent_ip'],$home_info['agent_port'],$home_info['encryption_key'],$home_info['timeout']);
  1369. $host_stat = $remote->status_chk();
  1370. if($host_stat !== 1)
  1371. return array("status" => '310', "message" => "The remote server is offline.");
  1372. require_once(MODULES.'steam_workshop/functions.php');
  1373. if(preg_match('/^([0-9]+,?)+$/', $mods_list))
  1374. {
  1375. $mod_id = key($home_info['mods']);
  1376. if($mod_key != '')
  1377. {
  1378. foreach($home_info['mods'] as $home_mod)
  1379. {
  1380. if($mod_key == $home_mod['mod_key'])
  1381. {
  1382. $mod_id = $home_mod['mod_id'];
  1383. break;
  1384. }
  1385. }
  1386. }
  1387. $mod_xml = xml_get_mod($server_xml, $home_info['mods'][$mod_id]['mod_key']);
  1388. if($mod_xml == FALSE)
  1389. return array("status" => '344', "message" => "mod_key not found from game xml.");
  1390. preg_match('/(linux|win)(32|64)?/i', $home_info['game_key'], $matches);
  1391. if(strtolower($matches[1]) == 'linux')
  1392. $os = "Linux";
  1393. elseif(strtolower($matches[1]) == 'win')
  1394. $os = "Windows";
  1395. $xml_file = CONFIGS.$mod_xml->installer_name."_".$os.".xml";
  1396. if(!file_exists($xml_file))
  1397. return array("status" => '344', "message" => "No Steam workshop xml file could be found for the game installed in the given ip:port.");
  1398. $dom = new DOMDocument();
  1399. if ( @$dom->load($xml_file) === FALSE )
  1400. return array("status" => '345', "message" => "The Steam workshop xml file for this game has bad format.");
  1401. $xml = simplexml_load_file($xml_file);
  1402. $mod_id_array = explode(',', $mods_list);
  1403. foreach($mod_id_array as $workshop_mod_id)
  1404. {
  1405. $exist = false;
  1406. foreach($xml->mods->mod as $mod)
  1407. {
  1408. if($mod['id'] == $workshop_mod_id)
  1409. {
  1410. $exist = true;
  1411. break;
  1412. }
  1413. }
  1414. if(belongs_to_workshop($workshop_mod_id, $xml->workshop_id))
  1415. {
  1416. if(!$exist)
  1417. {
  1418. list($mod_title, $mod_description, $mod_image_url, $download_url, $filename, $file_size) = get_mod_info($workshop_mod_id);
  1419. //add mods to the xml
  1420. $mod = new SimpleXMLElement('<mod/>');
  1421. $mod->addAttribute('id', $workshop_mod_id);
  1422. $mod->addChild('name', $mod_title);
  1423. $mod->addChild('description', base64_encode($mod_description));
  1424. $mod->addChild('image_url', $mod_image_url);
  1425. $mod->addChild('download_url', $download_url);
  1426. $mod->addChild('filename', $filename);
  1427. $mod->addChild('file_size', $file_size);
  1428. $moddom = dom_import_simplexml($mod)->ownerDocument;
  1429. $moddom->formatOutput = true;
  1430. $mod_string = $moddom->saveXML($moddom->documentElement);
  1431. $dom = dom_import_simplexml($xml)->ownerDocument;
  1432. $dom->formatOutput = true;
  1433. $mods = $dom->getElementsByTagName('mods')->item(0);
  1434. $f = $dom->createDocumentFragment();
  1435. $f->appendXML($mod_string."\n");
  1436. $mods->appendChild($f);
  1437. file_put_contents($xml_file, $dom->saveXML());
  1438. $xml = simplexml_load_file($xml_file);
  1439. }
  1440. }
  1441. else
  1442. {
  1443. break;
  1444. return array("status" => '346', "message" => "Mod $workshop_mod_id does not belong to workshop ".$xml->workshop_id.".");
  1445. }
  1446. }
  1447. $config = $xml->config;
  1448. $anonymous_login = $xml->anonymous_login;
  1449. $download_method = $xml->download_method;
  1450. $user = $settings['steam_user'];
  1451. $pass = $settings['steam_pass'];
  1452. $regex = $config->regex;
  1453. $mods_backreference_index = (int)$config->mods_backreference_index;
  1454. $variable = $config->variable;
  1455. $place_after = $config->place_after;
  1456. $mod_string = $config->mod_string;
  1457. $string_separator = $config->string_separator;
  1458. $config_file_path = clean_path($home_info['home_path']."/".$config->filepath);
  1459. $post_install = $xml->post_install;
  1460. $mod_names_list = get_mod_names_list($mods_list, $xml->mods->mod);
  1461. $mods_full_path = clean_path($home_info['home_path'].'/'.$xml->mods_path);
  1462. $workshop_id = $xml->workshop_id;
  1463. $url_list = "";
  1464. $filename_list = "";
  1465. if($download_method == "steamapi")
  1466. {
  1467. foreach($mod_id_array as $workshop_mod_id)
  1468. {
  1469. foreach($xml->mods->mod as $mod)
  1470. {
  1471. if($mod['id'] == $workshop_mod_id)
  1472. {
  1473. $separator = $url_list == ""?"":",";
  1474. $url_list .= $separator.$mod->download_url;
  1475. $filename_list .= $separator.$mod->filename;
  1476. }
  1477. }
  1478. }
  1479. }
  1480. if($remote->steam_workshop( $home_info['home_id'],$mods_full_path,$workshop_id,$mods_list,$regex,$mods_backreference_index,
  1481. $variable,$place_after,$mod_string,$string_separator,$config_file_path,$post_install,
  1482. $mod_names_list,$anonymous_login,$user,$pass,$download_method,$url_list,$filename_list ) == 1)
  1483. {
  1484. $status = "200";
  1485. $message = "Mods installation started successfully";
  1486. }
  1487. else
  1488. {
  1489. $status = '347';
  1490. $message = "The installation could not be started on the remote server.";
  1491. }
  1492. }
  1493. else
  1494. {
  1495. $status = '348';
  1496. $message = "The mods list has bad format ($mods_list), must be a list of mod ids separated by coma with no spaces, or only one mod id.";
  1497. }
  1498. }
  1499. return array("status" => $status, "message" => $message);
  1500. }
  1501. ?>