include(HEADER_PATH."admin_header.php") ?>
include(HEADER_PATH."admin_left_menu.php") ?>
Add Device - Arcade Game
if($rec_msg!='') { ?>
=$rec_msg?>
} ?>
Add Device - Arcade Game
Location
=$location_name?>
IP Address
e.g. 124.135.220.1
Device Type
Arcade Game
*
Description
=$add_desc?>
(Remaining
200
Characters)
*
Device Code
*
Group Code 1
=$groupDropDown1;?>
Group Code 2
=$groupDropDown2;?>
Group Code 3
=$groupDropDown3;?>
Group Code 4
=$groupDropDown4;?>
*
Current Version
Activation Code
*
Price 1_1
e.g.000.00
Price 2_1
e.g.000.00
Price 3_1
Price 4_1
Game Type
foreach($game_types as $gt_id=>$gt_name){ $selected = ($game_type == $gt_id) ? 'selected' : ''; echo "
$gt_name
"; } ?>
Ticket Emulation Speed
foreach($ticket_speeds as $ts_id=>$ts_name){ $selected = ($ticket_speed == $ts_id) ? 'selected' : ''; echo "
$ts_name
"; } ?>
Each Ticket Won is Worth
Coin Speed
Coin Reverse
Coin Pulses
Allow Newplay While Paying Out
Swipe Multiplier
Swipe to Collect
Random Payout
Screen Orientation
foreach($screen_orientations as $so_id=>$so_name){ $selected = ($screen_orientation == $so_id) ? 'selected' : ''; echo "
$so_name
"; } ?>
Blinking Class
foreach($blinking_classes as $bc_id){ $selected = ($blinking_class == $bc_id) ? 'selected' : ''; echo "
$bc_id
"; } ?>
Lockout Seconds
Free Play
Out of Order
Send Reboot
include(HEADER_PATH."admin_footer.php") ?>