", $_POST['description']); $service = $_POST['service_id']; $change_description = "UPDATE {$table_prefix}billing_services SET description ='".$new_description."' WHERE service_id=".$service; $save = $db->query($change_description); } ?> query($qry_services); if (isset($_REQUEST['service_id']) && $services === false) { echo "
"; return; } foreach ($services as $key => $row) { $service_ids[$key] = $row['service_id']; $home_cfg_id[$key] = $row['home_cfg_id']; $mod_cfg_id[$key] = $row['mod_cfg_id']; $service_name[$key] = $row['service_name']; $remote_server_id[$key] = $row['remote_server_id']; $slot_max_qty[$key] = $row['slot_max_qty']; $slot_min_qty[$key] = $row['slot_min_qty']; $price_daily[$key] = $row['price_daily']; $price_monthly[$key] = $row['price_monthly']; $price_year[$key] = $row['price_year']; $description[$key] = $row['description']; $img_url[$key] = $row['img_url']; $ftp[$key] = $row['ftp']; $install_method[$key] = $row['install_method']; $manual_url[$key] = $row['manual_url']; $access_rights_list[$key] = $row['access_rights']; } ?>
>
isAdmin($_SESSION['user_id'] ); $isAdmin = false; if($isAdmin) { if(!isset($_POST['edit'])) { echo "
$row[description]
"; echo "
". "
". "
". "
"; } else { echo "
". "
".str_replace("
", "\r\n", $row['description'])."
". "
". "
". "
"; } } else echo "
$row[description]
"; ?>
Game Server Name
Location
query($query); foreach($result as $rs) { $rsID =$rs['remote_server_id']; $rsNAME = $rs['remote_server_name']; //echo "
$rsNAME
"; // add disabled to lable and input if $rsID is in out_of_stock $is_unavailable = ""; $service_text_color = ""; if($rs['enabled']==0) { $is_unavailable = "disabled"; $service_text_color = "red"; } if($is_unavailable == "") { $available_server = true; } //default radio button // //
echo "
$rsNAME
"; } } ?>
Configure
Player Slots
Months
Player Slots:
Price: $ USD
Add to Cart
Please
login
to order
Back to List