userInfo('username') == "" OR $byakman->userInfo('password') == "")) { header("Location: index.php?page=login"); exit(); } else { if ($_GET) { $id = $byakman->guvenlik($_GET["id"]); if ($id != "") { if (is_numeric($id)) { $detail = $byakman->player_api2($byakman->userInfo('username'),$byakman->userInfo('password'), 'get_series_info&series_id=', $id); $detail = json_decode($detail,true); ?>