include(HEADER_PATH."admin_header.php") ?>
include(HEADER_PATH."admin_left_menu.php") ?>
Edit Device: Arcade Game
if($rec_msg!='') { ?>
=$rec_msg?>
} ?>
Edit Device
Location
=$location_name?>
IP Address
=$ipaddress?>
Device Type
foreach($device_types as $id=>$name){ if($id == $device_type){ echo $name; } } ?>
*
Description
=$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
e.g.000.00
Price 4_1
e.g.000.00
Game Type
foreach($game_types as $gt_id=>$gt_name){ if($gt_id == $gametype){ echo "
$gt_name
"; }else{ echo "
$gt_name
"; } } ?>
Ticket Emulation Speed
foreach($ticket_speeds as $ts_id=>$ts_name){ if($ts_id == $ticketspeed){ echo "
$ts_name
"; }else{ echo "
$ts_name
"; } } ?>
Each Ticket Won is Worth
Coin Speed
Coin Reverse
if($coinreverse == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Coin Pulses
Allow Newplay While Paying Out
if($payoutandplay == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Swipe Multiplier
if($swipemultiplier == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Swipe to Collect
if($swipetocollect == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Random Payout
if($randompayout == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Screen Orientation
foreach($screen_orientations as $so_id=>$so_name){ if($screenorientation == $so_id){ echo "
$so_name
"; }else{ echo "
$so_name
"; } } ?>
Blinking Class
foreach($blinking_classes as $bc_id){ if($bc_id == $activeblinkcolorclass){ echo "
$bc_id
"; }else{ echo "
$bc_id
"; } } ?>
Lockout Seconds
Free Play
if($freeplay == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Out of Order
if($outoforder == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
Send Reboot
if($sendreboot == 1){ $check = 'checked' ; }else{ $check = ''; } ?>
/>
include(HEADER_PATH."admin_footer.php") ?>