1 |
<? |
<? |
2 |
// INCLUDE UND TABELLEN-DEFINITIONEN |
// INCLUDE UND TABELLEN-DEFINITIONEN |
3 |
include('include/basesql.php'); |
include('include/basesql.php'); |
4 |
$tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version'); |
include('include/common-functions.php'); |
|
$multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0); |
|
|
$data = array(); |
|
5 |
|
|
6 |
|
// INCLUDE CURRENT-PROBLEMS |
7 |
|
include('include/current-problems.php'); |
8 |
|
|
9 |
// get alx version info for |
$tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'client_version'); |
10 |
$alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id); |
$multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0); |
11 |
$alxos = $alxinfo[os]; |
$data = array(); |
|
$alxutils = $alxinfo[utils]; |
|
12 |
|
|
|
if($kill==1) |
|
|
{ |
|
|
foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id); |
|
|
|
|
|
echo '<body onload="window.setTimeout(\'window.close()\', 1750)">'; |
|
|
echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>'; |
|
13 |
|
|
14 |
if($id<0) echo 'ACTIVATED #'.abs($id); |
// get alx version info for |
15 |
else echo 'DEACTIVATED #'.$id; |
$alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id); |
16 |
|
$alxos = $alxinfo[os]; |
17 |
echo '</td></tr></table>'; |
$alxutils = $alxinfo[utils]; |
|
return true; |
|
|
} |
|
|
|
|
|
// FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID) |
|
|
$drop = array(); |
|
|
if($alxos >= '0.5.3') |
|
|
{ |
|
|
$drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'via'); |
|
|
} |
|
|
else |
|
|
{ |
|
|
$drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'via'); |
|
|
} |
|
|
$drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x960', '1280x1024', '1360x768', '1366x768', '1400x1050', '1440x900', '1600x1200', '1680x1050'); |
|
|
$drop['depth'] = array('24', '16', '8'); |
|
|
$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2'); |
|
|
$drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211', 'b44', 'bnx2', 'dl2k', 'e1000', 'r8169', 'sk98lin', 'tg3', 'via-velocity'); |
|
|
$drop['networking'] = array('dhcp', 'static'); |
|
|
$drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp'); |
|
|
$drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location'); |
|
|
$drop['id'] = 'hidden'; |
|
|
$drop['flg_modified'] = '1'; |
|
|
$drop['serial'] = 'ignore'; |
|
|
if($alxos>='0.5.3') |
|
|
{ |
|
|
$drop['monitorid'] = 'ignore'; |
|
|
$drop['refresh_rate'] = array('','60','75','85','100'); |
|
|
} |
|
|
else |
|
|
{ |
|
|
$drop['monitorid'] = 'monitorid'; |
|
|
$drop['refresh_rate'] = 'ignore'; |
|
|
} |
|
|
$drop['hostname'] = 'bold'; |
|
|
$drop['session'] = 'bold'; |
|
|
$drop['cfg_autostart_session'] = 'filename'; |
|
|
$drop['mtime'] = 'showtime'; |
|
|
$drop['mac'] = 'show'; |
|
|
$drop['client_serials_serial'] = 'show'; |
|
|
$drop['password'] = 'password'; |
|
|
$drop['shell'] = 'password'; |
|
|
$drop['vnc'] = 'password'; |
|
|
$drop['samba'] = 'password'; |
|
|
$drop['station'] = 'password'; |
|
|
$drop['txt'] = 'txt'; |
|
|
$drop['screensaver'] = array('','blank', 'random', 'ant', 'ant3d', 'apollonian', 'ball', 'bat', 'blot', 'bomb', 'bouboule', |
|
|
'bounce', 'braid', 'bubble', 'bug', 'clock', 'coral', 'crystal', 'daisy', 'dclock', 'decay', 'deco', |
|
|
'demon', 'dilemma', 'discrete', 'dragon', 'drift', 'euler2d', 'eyes', 'fadeplot', 'fiberlamp', 'flag', |
|
|
'flame', 'flow', 'forest', 'galaxy', 'goop', 'grav', 'helix', 'hop', 'hyper', 'ico', 'ifs', 'image', |
|
|
'juggle', 'julia', 'kaleid', 'kumppa', 'laser', 'life', 'life1d', 'life3d', 'lightning', 'lisa', 'lissie', |
|
|
'loop', 'lyapunov', 'mandelbrot', 'marquee', 'matrix', 'maze', 'mountain', 'munch', 'nose', 'pacman', |
|
|
'penrose', 'petal', 'petri', 'polyominoes', 'puzzle', 'pyro', 'qix', 'roll', 'rotor', 'scooter', 'shape', |
|
|
'sierpinski', 'slip', 'solitare', 'space', 'sphere', 'spiral', 'spline', 'star', 'starfish', 'strange', |
|
|
'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle', |
|
|
'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack'); |
|
|
$drop['iface'] = array('eth0', 'wlan0'); |
|
|
$drop['client_version_os'] = 'show'; |
|
|
$drop['client_version_utils'] = 'show'; |
|
|
|
|
|
// ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ |
|
|
$drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); |
|
|
$drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'off'); |
|
|
$drop['wireless_key_length'] = array('', '64', '128', '256'); |
|
|
$drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14'); |
|
|
$drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G', |
|
|
'2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G'); |
|
|
$drop['wireless_key'] = 'password'; |
|
|
$drop['wireless_key_ascii'] = 'password'; |
|
18 |
|
|
19 |
// GGF. NEUEN DATENSATZ EINFÜGEN |
if($kill==1) |
20 |
if(isset($_POST['do_add'])) |
{ |
21 |
{ |
foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id); |
|
list($bla,$what) = explode(' ',$_POST['do_add']); |
|
|
if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id)); |
|
|
else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id)); |
|
|
else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id)); |
|
|
else if($what=='SESSION') sqladd('cfg_sessions', array('domain'=>'DOM_AKA_NT', 'browseradrs'=>'128.20.50.50;128.20.50.66;128.20.50.71;128.20.50.46;128.20.100.31;128.20.100.32', 'serial'=>$id)); |
|
|
else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id)); |
|
|
} |
|
22 |
|
|
23 |
|
echo '<body onload="window.setTimeout(\'window.close()\', 1750)">'; |
24 |
|
echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>'; |
25 |
|
|
26 |
// GGF. SPEICHERN |
if($id<0) echo 'ACTIVATED #'.abs($id); |
27 |
if($_POST['do_upl']) |
else echo 'DEACTIVATED #'.$id; |
|
{ |
|
|
function postarr($prefix) |
|
|
{ |
|
|
$prefix.='_'; |
|
|
$prelen = strlen($prefix); |
|
28 |
|
|
29 |
$arr = array(); |
echo '</td></tr></table>'; |
30 |
foreach($_POST as $k=>$v) |
return true; |
31 |
if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS')) |
} |
|
$arr[substr($k,$prelen)] = stripslashes($v); |
|
32 |
|
|
33 |
return $arr; |
// FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID) |
34 |
} |
$drop = array(); |
35 |
|
if($alxos >= '0.5.3') |
36 |
|
{ |
37 |
|
$drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mach64', 'mga', 'openchrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng'); |
38 |
|
} |
39 |
|
else |
40 |
|
{ |
41 |
|
$drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'via'); |
42 |
|
} |
43 |
|
$drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x960', '1280x1024', '1360x768', '1366x768', '1400x1050', '1440x900', '1600x1200', '1680x1050', '1280x720', '1920x1080'); |
44 |
|
$drop['depth'] = array('24', '16', '8'); |
45 |
|
$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2'); |
46 |
|
$drop['keyboard'] = array('PC105'); |
47 |
|
if($alxos >= '0.6.0') { |
48 |
|
$drop['cfg_network_module'] = array('3c509', '3c59x', '8139cp', '8139too', '8390', 'amd8111e', 'atl1c', 'atl1e', 'atl1', 'atl2', 'b44', 'bnx2', 'cnic', 'e100', 'e1000', 'e1000e', 'forcedeth', 'igb', 'ipg', 'jme', 'natsemi', 'ne2k-pci', 'ns83820', 'pcnet32', 'qla3xxx', 'r8169', 'sis190', 'sis900', 'skge', 'sky2', 'tg3', 'typhoon', 'via-rhine', 'via-velocity', 'adm8211', 'airo', 'at76c50x-usb', 'ar9170usb', 'ath5k', 'ath9k', 'atmel', 'b43', 'b43legacy', 'hostap_pci', 'hostap_plx', 'ipw2100', 'ipw2200', 'iwl3945', 'usb8xxx', 'libertas_tf', 'libertas_tf_usb', 'mwl8k', 'orinoco', 'orinoco_nortel', 'orinoco_plx', 'orinoco_tmd', 'orinoco_usb', 'p54pci', 'p54usb', 'prism54', 'rndis_wlan', 'rt2400pci', 'rt2500pci', 'rt2500usb', 'rt2800pci', 'rt2800usb', 'rt61pci', 'rt73usb', 'rtl8180', 'rtl8187', 'wl1251', 'wl1271', 'zd1201', 'zd1211rw'); |
49 |
|
} else { |
50 |
|
$drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211', 'b44', 'bnx2', 'dl2k', 'e1000', 'forcedeth', 'r8169', 'sk98lin', 'tg3', 'via-velocity'); |
51 |
|
} |
52 |
|
$drop['networking'] = array('dhcp', 'static'); |
53 |
|
$drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2', 'lpd', 'socket', 'ipp'); |
54 |
|
$drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location'); |
55 |
|
$drop['id'] = 'hidden'; |
56 |
|
$drop['flg_modified'] = '1'; |
57 |
|
$drop['serial'] = 'ignore'; |
58 |
|
if($alxos>='0.5.3') |
59 |
|
{ |
60 |
|
$drop['monitorid'] = 'ignore'; |
61 |
|
$drop['refresh_rate'] = array('','60','75','85','100'); |
62 |
|
} |
63 |
|
else |
64 |
|
{ |
65 |
|
$drop['monitorid'] = 'monitorid'; |
66 |
|
$drop['refresh_rate'] = 'ignore'; |
67 |
|
} |
68 |
|
$drop['hostname'] = 'bold'; |
69 |
|
$drop['session'] = 'bold'; |
70 |
|
$drop['cfg_autostart_session'] = 'filename'; |
71 |
|
$drop['mtime'] = 'showtime'; |
72 |
|
$drop['mac'] = 'show'; |
73 |
|
$drop['client_serials_serial'] = 'show'; |
74 |
|
$drop['password'] = 'password'; |
75 |
|
$drop['shell'] = 'password'; |
76 |
|
$drop['vnc'] = 'password'; |
77 |
|
$drop['samba'] = 'password'; |
78 |
|
$drop['station'] = 'password'; |
79 |
|
$drop['txt'] = 'txt'; |
80 |
|
$drop['screensaver'] = array('','blank', 'random', 'ant', 'ant3d', 'apollonian', 'ball', 'bat', 'blot', 'bomb', 'bouboule', |
81 |
|
'bounce', 'braid', 'bubble', 'bug', 'clock', 'coral', 'crystal', 'daisy', 'dclock', 'decay', 'deco', |
82 |
|
'demon', 'dilemma', 'discrete', 'dragon', 'drift', 'euler2d', 'eyes', 'fadeplot', 'fiberlamp', 'flag', |
83 |
|
'flame', 'flow', 'forest', 'galaxy', 'goop', 'grav', 'helix', 'hop', 'hyper', 'ico', 'ifs', 'image', |
84 |
|
'juggle', 'julia', 'kaleid', 'kumppa', 'laser', 'life', 'life1d', 'life3d', 'lightning', 'lisa', 'lissie', |
85 |
|
'loop', 'lyapunov', 'mandelbrot', 'marquee', 'matrix', 'maze', 'mountain', 'munch', 'nose', 'pacman', |
86 |
|
'penrose', 'petal', 'petri', 'polyominoes', 'puzzle', 'pyro', 'qix', 'roll', 'rotor', 'scooter', 'shape', |
87 |
|
'sierpinski', 'slip', 'solitare', 'space', 'sphere', 'spiral', 'spline', 'star', 'starfish', 'strange', |
88 |
|
'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle', |
89 |
|
'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack'); |
90 |
|
$drop['iface'] = array('eth0', 'wlan0'); |
91 |
|
$drop['client_version_os'] = 'show'; |
92 |
|
$drop['client_version_utils'] = 'show'; |
93 |
|
|
94 |
|
// ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ |
95 |
|
$drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); |
96 |
|
$drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off'); |
97 |
|
$drop['wireless_key_length'] = array('', '64', '128', '256'); |
98 |
|
$drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14'); |
99 |
|
$drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G', |
100 |
|
'2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G'); |
101 |
|
$drop['wireless_key'] = 'password'; |
102 |
|
$drop['wireless_key_ascii'] = 'password'; |
103 |
|
|
104 |
|
// GGF. NEUEN DATENSATZ EINFÜGEN |
105 |
|
if(isset($_POST['do_add'])) |
106 |
|
{ |
107 |
|
list($bla,$what) = explode(' ',$_POST['do_add']); |
108 |
|
if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id)); |
109 |
|
else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id)); |
110 |
|
else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id)); |
111 |
|
else if($what=='SESSION') sqladd('cfg_sessions', array('domain'=>'DOM_AKA_NT', 'browseradrs'=>'128.20.50.50;128.20.50.66;128.20.50.71;128.20.50.46;128.20.100.31;128.20.100.32', 'serial'=>$id)); |
112 |
|
else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id)); |
113 |
|
} |
114 |
|
|
115 |
|
|
116 |
|
// GGF. SPEICHERN |
117 |
|
if($_POST['do_upl']) |
118 |
|
{ |
119 |
|
function postarr($prefix) |
120 |
|
{ |
121 |
|
$prefix.='_'; |
122 |
|
$prelen = strlen($prefix); |
123 |
|
|
124 |
|
$arr = array(); |
125 |
|
foreach($_POST as $k=>$v) |
126 |
|
if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS')) |
127 |
|
$arr[substr($k,$prelen)] = stripslashes($v); |
128 |
|
|
129 |
foreach($tabs as $k=>$t) |
return $arr; |
|
{ |
|
|
if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id); |
|
|
else |
|
|
{ |
|
|
$i=0; |
|
|
while(isset($_POST[$t.'_'.$i.'_id'])) |
|
|
{ |
|
|
if($_POST[$t.'_'.$i.'_delete']) |
|
|
mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
|
|
else |
|
|
mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
|
|
$i++; |
|
|
} |
|
|
} |
|
|
} |
|
130 |
} |
} |
131 |
|
|
|
|
|
|
// EINLESEN DER DATEN AUS SQL-TABELLEN |
|
132 |
foreach($tabs as $k=>$t) |
foreach($tabs as $k=>$t) |
133 |
{ |
{ |
134 |
if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id); |
if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id); |
|
else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id); |
|
|
} |
|
|
|
|
|
// ANZEIGEN - KLAPPFUNKTIONEN |
|
|
$absnames = array(); |
|
|
|
|
|
function openabs($heading, $helpfile='') |
|
|
{ |
|
|
global $absnames; |
|
|
$absnames[] = $heading; |
|
|
|
|
|
// <AufZuLink> <Bild/> <Heading/> </AufZuLink><BR/> <Absatz> |
|
|
|
|
|
if( $_SESSION['openclose'][$heading] ) |
|
|
{ |
|
|
echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>'; |
|
|
if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>'; |
|
|
echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">'; |
|
|
} |
|
135 |
else |
else |
136 |
{ |
{ |
137 |
echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/plus.gif" title="OPEN" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>'; |
$i=0; |
138 |
if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>'; |
while(isset($_POST[$t.'_'.$i.'_id'])) |
139 |
echo '<br><div id="sch_absatz_'.$heading.'" style="position:absolute; top:0px; visibility:hidden">'; |
{ |
140 |
|
if($_POST[$t.'_'.$i.'_delete']) |
141 |
|
mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
142 |
|
else |
143 |
|
mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
144 |
|
$i++; |
145 |
|
} |
146 |
} |
} |
147 |
} |
} |
148 |
|
} |
149 |
|
|
150 |
|
|
151 |
|
// EINLESEN DER DATEN AUS SQL-TABELLEN |
152 |
|
foreach($tabs as $k=>$t) |
153 |
|
{ |
154 |
|
if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id); |
155 |
|
else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id); |
156 |
|
} |
157 |
|
|
158 |
|
// ANZEIGEN - KLAPPFUNKTIONEN |
159 |
|
$absnames = array(); |
160 |
|
|
161 |
|
function openabs($heading, $helpfile='') |
162 |
|
{ |
163 |
|
global $absnames; |
164 |
|
$absnames[] = $heading; |
165 |
|
|
166 |
|
// <AufZuLink> <Bild/> <Heading/> </AufZuLink><BR/> <Absatz> |
167 |
|
|
168 |
function closeabs() |
if( $_SESSION['openclose'][$heading] ) |
169 |
{ |
{ |
170 |
// </Absatz> <BR/> |
echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>'; |
171 |
|
if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>'; |
172 |
echo '</div><br>'; |
echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">'; |
173 |
} |
} |
174 |
|
else |
175 |
|
{ |
176 |
|
echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/plus.gif" title="OPEN" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>'; |
177 |
|
if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>'; |
178 |
|
echo '<br><div id="sch_absatz_'.$heading.'" style="position:absolute; top:0px; visibility:hidden">'; |
179 |
|
} |
180 |
|
} |
181 |
|
|
182 |
|
function closeabs() |
183 |
|
{ |
184 |
|
// </Absatz> <BR/> |
185 |
|
|
186 |
|
echo '</div><br>'; |
187 |
|
} |
188 |
|
|
189 |
// ANZEIGEN |
|
190 |
|
// ANZEIGEN |
191 |
function parsearr($name, $arr, $del=false, $wireless=false) |
|
192 |
|
function parsearr($name, $arr, $del=false, $wireless=false) |
193 |
|
{ |
194 |
|
global $drop; |
195 |
|
global $id; |
196 |
|
global $alxos; |
197 |
|
|
198 |
|
$parts = explode('_',$name); $helpfile='help.php?page='.$parts[1]; |
199 |
|
openabs($name, $helpfile); |
200 |
|
echo '<table class="keytab">'; |
201 |
|
|
202 |
|
foreach($arr as $k=>$v) |
203 |
{ |
{ |
204 |
global $drop; |
if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue; |
205 |
global $id; |
|
206 |
global $alxos; |
$d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k]; |
207 |
|
$k = str_replace('wireless_', '', $k); |
208 |
$parts = explode('_',$name); $helpfile='help.php?page='.$parts[1]; |
$k2 = $k; |
|
openabs($name, $helpfile); |
|
|
echo '<table class="keytab">'; |
|
209 |
|
|
210 |
foreach($arr as $k=>$v) |
//replace some drivers on 0.5.3 or higher |
211 |
|
if($alxos >= '0.5.3') |
212 |
{ |
{ |
213 |
if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue; |
if($v == 'i810') |
|
|
|
|
$d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k]; |
|
|
$k = str_replace('wireless_', '', $k); |
|
|
$k2 = $k; |
|
|
|
|
|
//replace i810 with intel on 0.5.3 or higher |
|
|
if($alxos >= '0.5.3' && $v == 'i810') |
|
214 |
{ |
{ |
215 |
echo '<br><font color="#FF0000">Replaced "i810" with "intel" - Please press SAVE!</font><br>'; |
echo '<br><font color="#FF0000">Replaced "i810" with "intel" - Please press SAVE!</font><br>'; |
216 |
$v='intel'; |
$v='intel'; |
217 |
} |
} |
218 |
|
if($v == 'r128') |
219 |
|
{ |
220 |
|
echo '<br><font color="#FF0000">Replaced "r128" with "vesa" - Please press SAVE!</font><br>'; |
221 |
|
$v='vesa'; |
222 |
|
} |
223 |
|
|
224 |
if(is_array($d)) |
if($v == 'via') |
225 |
{ |
{ |
226 |
echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">'; |
echo '<br><font color="#FF0000">Replaced "via" with "openchrome" - Please press SAVE!</font><br>'; |
227 |
foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di; |
$v='openchrome'; |
|
echo '</select></td></tr>'; |
|
228 |
} |
} |
|
else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
|
|
else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>'; |
|
|
else if($d=='monitorid') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=button style="width:24px" onclick="window.open(\'monitor.php?id='.$id.'\', \'MonitorWin\', \'width=350,height=200\')" value="..."></td>'; |
|
|
else if($d=='bold') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
|
|
else if($d=='filename') echo '<tr><td class="key">filename</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
|
|
else if($d=='show') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.$v.'</b></td></tr>'; |
|
|
else if($d=='showtime') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>'; |
|
|
else if($d=='password' && $v=='') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value=""></td></tr>'; |
|
|
else if($d=='password') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value="KEEPPASS"></td></tr>'; |
|
|
else if($d=='txt') echo '<tr><td colspan=2><textarea style="width:240px; background-color:#d5e5ff" rows=4 name="'.$name.'_'.$k.'">'.$v.'</textarea></td></tr>'; |
|
|
else if($d!='ignore') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
|
229 |
} |
} |
230 |
|
|
231 |
if($del) echo '<tr><td class="key">delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>'; |
# tell something about vesa |
232 |
echo '</table>'; |
if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>'; |
|
closeabs(); |
|
|
|
|
|
if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true); |
|
|
} |
|
|
function parsearrs($name, $arr) |
|
|
{ |
|
|
foreach($arr as $k=>$a) |
|
|
parsearr($name.'_'.$k, $a, true); |
|
|
} |
|
233 |
|
|
234 |
?><head> |
|
235 |
<title>ALX Config</title> |
if(is_array($d)) |
236 |
<style> |
{ |
237 |
body,table { font-family:Tahoma; font-size:10pt } |
echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">'; |
238 |
a { color:#000000; text-decoration:none; } |
foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di; |
239 |
.key { width:85px } |
echo '</select></td></tr>'; |
240 |
.keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma } |
} |
241 |
.but { font-size:10pt; font-family:Tahoma; height:23px } |
else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
242 |
</style> |
else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>'; |
243 |
<script language="JavaScript" src="openclose_ajax.js"></script> |
else if($d=='monitorid') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=button style="width:24px" onclick="window.open(\'monitor.php?id='.$id.'\', \'MonitorWin\', \'width=350,height=200\')" value="..."></td>'; |
244 |
<script language="JavaScript"> |
else if($d=='bold') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
245 |
|
else if($d=='filename') echo '<tr><td class="key">filename</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
246 |
function openclose(nummer, act) |
else if($d=='show') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.$v.'</b></td></tr>'; |
247 |
{ |
else if($d=='showtime') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>'; |
248 |
var bild = document.images['sch_bild_'+nummer]; |
else if($d=='password' && $v=='') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value=""></td></tr>'; |
249 |
var absatz = document.all['sch_absatz_'+nummer].style; |
else if($d=='password') echo '<tr><td class="key">'.$k2.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value="KEEPPASS"></td></tr>'; |
250 |
var senden = false; |
else if($d=='txt') echo '<tr><td colspan=2><textarea style="width:240px; background-color:#d5e5ff" rows=4 name="'.$name.'_'.$k.'">'.$v.'</textarea></td></tr>'; |
251 |
|
else if($d!='ignore') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
252 |
if(bild.title == 'OPEN') |
} |
253 |
|
|
254 |
|
if($del) echo '<tr><td class="key">delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>'; |
255 |
|
echo '</table>'; |
256 |
|
closeabs(); |
257 |
|
|
258 |
|
if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true); |
259 |
|
} |
260 |
|
function parsearrs($name, $arr) |
261 |
|
{ |
262 |
|
foreach($arr as $k=>$a) |
263 |
|
parsearr($name.'_'.$k, $a, true); |
264 |
|
} |
265 |
|
|
266 |
|
?><head> |
267 |
|
<title>ALX Config</title> |
268 |
|
<style> |
269 |
|
body,table { font-family:Tahoma; font-size:10pt } |
270 |
|
a { color:#000000; text-decoration:none; } |
271 |
|
.key { width:85px } |
272 |
|
.keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma } |
273 |
|
.but { font-size:10pt; font-family:Tahoma; height:23px } |
274 |
|
</style> |
275 |
|
<script language="JavaScript" src="openclose_ajax.js"></script> |
276 |
|
<script language="JavaScript"> |
277 |
|
|
278 |
|
function openclose(nummer, act) |
279 |
|
{ |
280 |
|
var bild = document.images['sch_bild_'+nummer]; |
281 |
|
var absatz = document.all['sch_absatz_'+nummer].style; |
282 |
|
var senden = false; |
283 |
|
|
284 |
|
if(bild.title == 'OPEN') |
285 |
|
{ |
286 |
|
if(act<=1) |
287 |
{ |
{ |
288 |
if(act<=1) |
absatz.visibility = 'visible'; |
289 |
{ |
absatz.position = ''; |
290 |
absatz.visibility = 'visible'; |
bild.title = 'CLOSE'; |
291 |
absatz.position = ''; |
bild.src = 'pics/minus.gif'; |
292 |
bild.title = 'CLOSE'; |
senden = true; |
293 |
bild.src = 'pics/minus.gif'; |
act = 0; |
|
senden = true; |
|
|
act = 0; |
|
|
} |
|
294 |
} |
} |
295 |
else |
} |
296 |
|
else |
297 |
|
{ |
298 |
|
if(act>=1) |
299 |
{ |
{ |
300 |
if(act>=1) |
absatz.visibility = 'hidden'; |
301 |
{ |
absatz.position = 'absolute'; |
302 |
absatz.visibility = 'hidden'; |
bild.title = 'OPEN'; |
303 |
absatz.position = 'absolute'; |
bild.src = 'pics/plus.gif'; |
304 |
bild.title = 'OPEN'; |
senden = true; |
305 |
bild.src = 'pics/plus.gif'; |
act = 2; |
|
senden = true; |
|
|
act = 2; |
|
|
} |
|
306 |
} |
} |
307 |
|
} |
|
if(senden) sendopenclose(nummer,act); |
|
|
} |
|
|
|
|
|
function showhelp(name) |
|
|
{ window.open(name, 'HelpWin', 'width=620,height=500,scrollbars=yes'); } |
|
|
|
|
|
</script> |
|
|
</head> |
|
|
|
|
|
<body><? |
|
|
|
|
|
|
|
|
//echo '<body style="background-image:URL(logo.jpg);background-repeat:no-repeat; background-position:0px 0px; margin-top:25px">'; |
|
|
echo '<form action="show.php" method=post onreset="return confirm(\'UNDO CHANGES?\')">'; |
|
|
echo '<input type=hidden name="do_upl" value="1">'; |
|
|
echo '<input type=hidden name="id" value="'.$id.'">'; |
|
308 |
|
|
309 |
// ANZEIGEN => NON-MULTI TABELLEN |
if(senden) sendopenclose(nummer,act); |
310 |
echo '<table><tr><td valign=top width="300">'; |
} |
311 |
|
|
312 |
echo '<b style="font-size:6pt">'; |
function showhelp(name) |
313 |
echo '<a href="JavaScript:opencloseall(0);" title="OPEN ALL"><img src="pics/plus.gif" border="0"> OPEN...</a> '; |
{ window.open(name, 'HelpWin', 'width=620,height=500,scrollbars=yes'); } |
|
echo '<a href="JavaScript:opencloseall(2);" title="CLOSE ALL"><img src="pics/minus.gif" border="0"> CLOSE...</a> ALL'; |
|
|
echo '</b><br><br>'; |
|
314 |
|
|
315 |
foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]); |
</script> |
316 |
|
</head> |
317 |
|
|
318 |
// ANZEIGEN => MULTI TABELLEN |
<body><? |
|
echo '</td><td valign=top width="300">'; |
|
319 |
|
|
320 |
foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]); |
//echo '<body style="background-image:URL(logo.jpg);background-repeat:no-repeat; background-position:0px 0px; margin-top:25px">'; |
321 |
|
echo '<form action="show.php" method=post onreset="return confirm(\'UNDO CHANGES?\')">'; |
322 |
echo '<script language="JavaScript">'; |
echo '<input type=hidden name="do_upl" value="1">'; |
323 |
echo 'function opencloseall(act) { '; |
echo '<input type=hidden name="id" value="'.$id.'">'; |
|
|
|
|
foreach($absnames as $absname) |
|
|
echo 'openclose("'.$absname.'", act); '; |
|
|
|
|
|
echo '}</script>'; |
|
324 |
|
|
325 |
// ANZEIGEN => NAVI |
// ANZEIGEN => NON-MULTI TABELLEN |
326 |
echo '</td><td valign=top>'; |
echo '<table><tr><td valign=top width="300">'; |
327 |
|
|
328 |
// STATUS BESTIMMEN (ON/OFF) |
echo '<b style="font-size:6pt">'; |
329 |
$conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id); |
echo '<a href="JavaScript:opencloseall(0);" title="OPEN ALL"><img src="pics/plus.gif" border="0"> OPEN...</a> '; |
330 |
$state = 'Off'; |
echo '<a href="JavaScript:opencloseall(2);" title="CLOSE ALL"><img src="pics/minus.gif" border="0"> CLOSE...</a> ALL'; |
331 |
if(count($conn)>0) |
echo '</b><br><br>'; |
332 |
{ |
|
333 |
|
foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]); |
334 |
|
|
335 |
|
// ANZEIGEN => MULTI TABELLEN |
336 |
|
echo '</td><td valign=top width="300">'; |
337 |
|
|
338 |
|
foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]); |
339 |
|
|
340 |
|
echo '<script language="JavaScript">'; |
341 |
|
echo 'function opencloseall(act) { '; |
342 |
|
|
343 |
|
foreach($absnames as $absname) |
344 |
|
echo 'openclose("'.$absname.'", act); '; |
345 |
|
|
346 |
|
echo '}</script>'; |
347 |
|
|
348 |
|
// ANZEIGEN => NAVI |
349 |
|
echo '</td><td valign=top>'; |
350 |
|
|
351 |
|
// STATUS BESTIMMEN (ON/OFF) |
352 |
|
$conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id); |
353 |
|
$state = 'Off'; |
354 |
|
if(count($conn)>0) |
355 |
|
{ |
356 |
// passthru($pingcmd." ".$conn['ip']." &> /dev/null && exit 0 || exit 1",$retval); |
// passthru($pingcmd." ".$conn['ip']." &> /dev/null && exit 0 || exit 1",$retval); |
357 |
if($retval==0) $state = 'On'; |
if($retval==0) $state = 'On'; |
358 |
} |
} |
359 |
|
|
360 |
|
|
361 |
echo '<img src="pics/logo2.jpg"><br><br>'; |
echo '<img src="pics/logo2.jpg"><br><br>'; |
362 |
|
|
363 |
echo '<input class="but" type=submit value="SAVE" style="width:150px"><br><br>'; |
echo '<input class="but" type=submit value="SAVE" style="width:150px"><br><br>'; |
364 |
|
|
365 |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD COMMENT" style="width:150px"><br>'; |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD COMMENT" style="width:150px"><br>'; |
366 |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD PRINTER" style="width:150px"><br>'; |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD PRINTER" style="width:150px"><br>'; |
367 |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD SESSION" style="width:150px"><br>'; |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD SESSION" style="width:150px"><br>'; |
368 |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MODULE" style="width:150px"><br>'; |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MODULE" style="width:150px"><br>'; |
369 |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MENUITEM" style="width:150px"><br><br>'; |
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MENUITEM" style="width:150px"><br><br>'; |
|
|
|
|
|
|
|
if($id>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE'; |
|
|
echo '<input class="but" type=button value="'.$KILLCAP.'" style="width:150px" onclick="if(confirm(\''.$KILLCAP.' CLIENT #'.abs($id).' ?\')) { window.open(\'show.php?id='.$id.'&kill=1\', \'DeactWin\', \'width=200,height=100\'); location.href=\'index.php\'; }"><br>'; |
|
|
echo '<input class="but" type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>'; |
|
|
echo '<input class="but" type=reset value="UNDO CHANGES" style="width:150px"><br><br>'; |
|
|
|
|
|
$davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1'; |
|
|
$danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1'; |
|
|
|
|
|
echo '<input class="but" type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">'; |
|
|
echo '<input class="but" type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">'; |
|
|
echo '<input class="but" type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">'; |
|
|
echo '<br><input class="but" type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>'; |
|
|
|
|
|
echo '<br><br>'; |
|
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>'; |
|
|
if($id<0) echo '<b>DEACTIVATED!</b><br><br>'; |
|
|
echo '<u>Serial:</u> #'.$id.'<br>'; |
|
|
echo '<u>Stand:</u> '.date('H:i:s').'<br>'; |
|
|
echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>'; |
|
|
if($state=='On') |
|
|
{ |
|
|
echo '<u>IP:</u> '.$conn['ip'].'<br><br>'; |
|
|
$pubkey = mysql_query('select public_key from ssh_auth_clients where serial='.$id.''); |
|
|
while ($row = mysql_fetch_row ($pubkey)) { |
|
|
# schreiben der .ssh/known_hosts file mit dem public rsa key des client, |
|
|
# um die "yes" abfrage zu vermeiden |
|
|
$hostfile = fopen ($home."/.ssh/known_hosts","w"); |
|
|
fwrite($hostfile,$conn['ip']." ".$row[0],strlen($row[0])+strlen($conn['ip'])+1); |
|
|
fclose($hostfile); |
|
370 |
|
|
|
$osver = exec($sshcmd.' '.$conn['ip'].' \'os_ver=$(</etc/mageversion);cfg_ver=$(/sbin/magequery -n alxconfig-ng-alx|cut -d" " -f5);pname=${cfg_ver%-*-*};cfg_ver=${cfg_ver/${pname}-};echo "${os_ver}:${cfg_ver}"\''); |
|
|
$osver = explode(':',$osver); |
|
|
} |
|
|
if($osver[0] == '') $osver[0]='unkown'; |
|
|
if($osver[1] == '') $osver[1]='unkown'; |
|
|
|
|
|
# update os string in database |
|
|
if($alxos == '' && $osver[0] >= '0.5.3') |
|
|
{ |
|
|
mysql_query('insert into client_version(serial,os,utils) values("'.$id.'","'.$osver[0].'","'.$osver[1].'") |
|
|
on duplicate key update os="'.$osver[0].'", utils="'.$osver[1].'"'); |
|
|
# reload the site |
|
|
echo '<script type="text/javascript">setTimeout(\'window.location.reload()\',0);</script>'; |
|
|
} |
|
371 |
|
|
372 |
echo '<u>OS:</u> '.$osver[0].'<br>'; |
if($id>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE'; |
373 |
echo '<u>Utils:</u> '.$osver[1].'<br>'; |
echo '<input class="but" type=button value="'.$KILLCAP.'" style="width:150px" onclick="if(confirm(\''.$KILLCAP.' CLIENT #'.abs($id).' ?\')) { window.open(\'show.php?id='.$id.'&kill=1\', \'DeactWin\', \'width=200,height=100\'); location.href=\'index.php\'; }"><br>'; |
374 |
|
echo '<input class="but" type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>'; |
375 |
|
echo '<input class="but" type=reset value="UNDO CHANGES" style="width:150px"><br><br>'; |
376 |
|
|
377 |
if($osver[0] <> 'unkown') |
$davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1'; |
378 |
{ |
$danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1'; |
379 |
//write them to database |
|
380 |
} |
echo '<input class="but" type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">'; |
381 |
|
echo '<input class="but" type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">'; |
382 |
|
echo '<input class="but" type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">'; |
383 |
|
echo '<br><input class="but" type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>'; |
384 |
|
|
385 |
|
echo '<br><br>'; |
386 |
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>'; |
387 |
|
if($id<0) echo '<b>DEACTIVATED!</b><br><br>'; |
388 |
|
echo '<u>Serial:</u> #'.$id.'<br>'; |
389 |
|
echo '<u>Stand:</u> '.date('H:i:s').'<br>'; |
390 |
|
echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>'; |
391 |
|
if($state=='On') |
392 |
|
{ |
393 |
|
echo '<u>IP:</u> '.$conn['ip'].'<br><br>'; |
394 |
|
if($alxos >= '0.6.0') { |
395 |
|
$osver = sshdo('os_ver=$(</etc/mageversion);cfg_ver=$(/sbin/magequery -n alxconfig-ng | cut -d" " -f5);pname=${cfg_ver%-*-*};cfg_ver=${cfg_ver/${pname}-};echo "${os_ver}:${cfg_ver}"', $conn['ip']); |
396 |
|
} else { |
397 |
|
$osver = sshdo('os_ver=$(</etc/mageversion);cfg_ver=$(/sbin/magequery -n alxconfig-ng-alx | cut -d" " -f5);pname=${cfg_ver%-*-*};cfg_ver=${cfg_ver/${pname}-};echo "${os_ver}:${cfg_ver}"', $conn['ip']); |
398 |
} |
} |
399 |
|
$osver = explode(':',$osver[1]); |
400 |
|
if($osver[0] == '') $osver[0]='unkown'; |
401 |
|
if($osver[1] == '') $osver[1]='unkown'; |
402 |
|
|
403 |
echo '</b></div>'; |
# update os string in database |
404 |
//echo '<br><br>'; |
if($alxos == '' && $osver[0] >= '0.5.3') |
405 |
|
{ |
406 |
|
mysql_query('insert into client_version(serial,os,utils) values("'.$id.'","'.$osver[0].'","'.$osver[1].'") |
407 |
|
on duplicate key update os="'.$osver[0].'", utils="'.$osver[1].'"'); |
408 |
|
# reload the site |
409 |
|
echo '<script type="text/javascript">setTimeout(\'window.location.reload()\',0);</script>'; |
410 |
|
} |
411 |
|
|
412 |
if($state=='On') |
echo '<u>OS:</u> '.$osver[0].'<br>'; |
413 |
|
echo '<u>Utils:</u> '.$osver[1].'<br>'; |
414 |
|
|
415 |
|
if($osver[0] <> 'unkown') |
416 |
{ |
{ |
417 |
echo '<input class="but" type=button value="REBOOT" style="width:150px" onclick="if(confirm(\'REBOOT CLIENT #'.$id.' ?\')) window.open(\'reboot.php?client='.$id.'&ip='.$conn['ip'].'&op=reboot\', \'ShutdownWin\', \'width=200,height=100\')"><br>'; |
//write them to database |
|
echo '<input class="but" type=button value="SHUTDOWN" style="width:150px" onclick="if(confirm(\'SHUTDOWN CLIENT #'.$id.' ?\')) window.open(\'reboot.php?client='.$id.'&ip='.$conn['ip'].'&op=halt\', \'ShutdownWin\', \'width=200,height=100\')"><br>'; |
|
|
echo '<br>'; |
|
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>'; |
|
|
echo 'Remote Shadow:</b></div>'; |
|
|
echo '<input class="but" type=button value="VNC" style="width:150px" onclick="window.open(\'vncviewer.php?ip='.$conn['ip'].'\', \'VncViewer\', \'width=200,height=100\')"><br>'; |
|
|
echo '<br>'; |
|
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>'; |
|
|
echo 'Client Update:</b></div>'; |
|
|
echo '<input class="but" type=button value="UPDATE MAGE DB" style="width:150px" onclick="if(confirm(\'UPDATE DB ON CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=update\', \'ShutdownWin\', \'width=800,height=600\')"><br>'; |
|
|
echo '<input class="but" type=button value="CALC DEPS" style="width:150px" onclick="if(confirm(\'CALC DEPS FOR CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=calc\', \'ShutdownWin\', \'width=800,height=600\')"><br>'; |
|
|
echo '<input class="but" type=button value="UPGRADE CLIENT" style="width:150px" onclick="if(confirm(\'UPGRADE ALL PACKAGES ON CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=upgrade\', \'ShutdownWin\', \'width=800,height=600\');setTimeout(\'window.location.reload()\',0);"><br>'; |
|
418 |
} |
} |
419 |
else |
} |
|
echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>'; |
|
420 |
|
|
421 |
echo '<br><center><a href="share/ChangeLog.html" target="_blank">[ChangeLog]</a> <a href="share/FAQ.html" target="_blank">[FAQs]</a></center>'; |
echo '</b></div>'; |
422 |
|
//echo '<br><br>'; |
423 |
|
|
424 |
echo '</td></tr></table>'; |
if($state=='On') |
425 |
echo '</form>'; |
{ |
426 |
|
echo '<input class="but" type=button value="REBOOT" style="width:150px" onclick="if(confirm(\'REBOOT CLIENT #'.$id.' ?\')) window.open(\'reboot.php?client='.$id.'&ip='.$conn['ip'].'&op=reboot\', \'ShutdownWin\', \'width=200,height=100\')"><br>'; |
427 |
|
echo '<input class="but" type=button value="SHUTDOWN" style="width:150px" onclick="if(confirm(\'SHUTDOWN CLIENT #'.$id.' ?\')) window.open(\'reboot.php?client='.$id.'&ip='.$conn['ip'].'&op=halt\', \'ShutdownWin\', \'width=200,height=100\')"><br>'; |
428 |
|
echo '<br>'; |
429 |
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>'; |
430 |
|
echo 'Remote Shadow:</b></div>'; |
431 |
|
echo '<input class="but" type=button value="VNC" style="width:150px" onclick="window.open(\'vncviewer.php?ip='.$conn['ip'].'\', \'VncViewer\', \'width=200,height=100\')"><br>'; |
432 |
|
echo '<input class="but" type=button value="SSH" style="width:150px" onclick="window.open(\'mindterm.php?ip='.$conn['ip'].'\', \'MindTerm\', \'width=200,height=100\')"><br>'; |
433 |
|
echo '<br>'; |
434 |
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>'; |
435 |
|
echo 'Client Update:</b></div>'; |
436 |
|
echo '<input class="but" type=button value="UPDATE MAGE DB" style="width:150px" onclick="if(confirm(\'UPDATE DB ON CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=update\', \'ShutdownWin\', \'width=800,height=600\')"><br>'; |
437 |
|
echo '<input class="but" type=button value="CALC DEPS" style="width:150px" onclick="if(confirm(\'CALC DEPS FOR CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=calc\', \'ShutdownWin\', \'width=800,height=600\')"><br>'; |
438 |
|
echo '<input class="but" type=button value="UPGRADE CLIENT" style="width:150px" onclick="if(confirm(\'UPGRADE ALL PACKAGES ON CLIENT #'.$id.' ?\')) window.open(\'mageupgrade.php?client='.$id.'&ip='.$conn['ip'].'&op=upgrade\', \'ShutdownWin\', \'width=800,height=600\');setTimeout(\'window.location.reload()\',0);"><br>'; |
439 |
|
} |
440 |
|
else |
441 |
|
echo '<input class="but" type=button value="WAKE ON LAN" style="width:150px" onclick="if(confirm(\'WAKE CLIENT #'.$id.' ?\')) window.open(\'wake_on_lan.php?mac='.$data['client_serials']['mac'].'\', \'WakeWin\', \'width=200,height=100\')"><br>'; |
442 |
|
|
443 |
|
echo '<br><center><a href="share/ChangeLog.html" target="_blank">[ChangeLog]</a> <a href="share/FAQ.html" target="_blank">[FAQs]</a></center>'; |
444 |
|
|
445 |
|
echo '</td></tr></table>'; |
446 |
|
echo '</form>'; |
447 |
?> |
?> |