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'); |
$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'); |
5 |
$multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0); |
$multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0); |
6 |
$data = array(); |
$data = array(); |
7 |
|
|
8 |
if($kill==1) |
if($kill==1) |
9 |
{ |
{ |
10 |
foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id); |
foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id); |
11 |
|
|
12 |
echo '<body onload="window.setTimeout(\'window.close()\', 1750)">'; |
echo '<body onload="window.setTimeout(\'window.close()\', 1750)">'; |
13 |
echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>'; |
echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>'; |
14 |
|
|
15 |
if($id<0) echo 'ACTIVATED #'.abs($id); |
if($id<0) echo 'ACTIVATED #'.abs($id); |
16 |
else echo 'DEACTIVATED #'.$id; |
else echo 'DEACTIVATED #'.$id; |
17 |
|
|
18 |
echo '</td></tr></table>'; |
echo '</td></tr></table>'; |
19 |
return true; |
return true; |
20 |
} |
} |
21 |
|
|
22 |
|
|
23 |
// FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID) |
// FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID) |
24 |
$drop = array(); |
$drop = array(); |
25 |
$drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'sis', 'trident', 'tseng', 'via'); |
$drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i810', 'i710', 'nv', 'mga', 'r128', 'radeon', 's3', 's3virge', 'sis', 'trident', 'tseng', 'via'); |
26 |
$drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x1024', '1600x1200'); |
$drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x1024','1360x768', '1366x768', '1600x1200'); |
27 |
$drop['depth'] = array('24', '16', '8'); |
$drop['depth'] = array('24', '16', '8'); |
28 |
$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2'); |
$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2'); |
29 |
$drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211'); |
$drop['cfg_network_module'] = array('3c59x', '8139too', '8139cp', 'e100', 'ne2k-pci', 'pcnet32', 'sis900', 'via-rhine', 'zd1211'); |
30 |
$drop['networking'] = array('dhcp', 'static'); |
$drop['networking'] = array('dhcp', 'static'); |
31 |
$drop['port'] = array('lpt1', 'com1', 'com2', 'lpd', 'socket'); |
$drop['port'] = array('lpt1', 'com1', 'com2', 'lpd', 'socket', 'ipp'); |
32 |
$drop['location'] = array('', 'BO', 'HAT', 'LIN'); |
$drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location'); |
33 |
$drop['id'] = 'hidden'; |
$drop['id'] = 'hidden'; |
34 |
$drop['flg_modified'] = '1'; |
$drop['flg_modified'] = '1'; |
35 |
$drop['serial'] = 'ignore'; |
$drop['serial'] = 'ignore'; |
36 |
$drop['monitorid'] = 'monitorid'; |
$drop['monitorid'] = 'monitorid'; |
37 |
$drop['hostname'] = 'bold'; |
$drop['hostname'] = 'bold'; |
38 |
$drop['session'] = 'bold'; |
$drop['session'] = 'bold'; |
39 |
$drop['cfg_autostart_session'] = 'filename'; |
$drop['cfg_autostart_session'] = 'filename'; |
40 |
$drop['mtime'] = 'showtime'; |
$drop['mtime'] = 'showtime'; |
41 |
$drop['mac'] = 'show'; |
$drop['mac'] = 'show'; |
42 |
$drop['client_serials_serial'] = 'show'; |
$drop['client_serials_serial'] = 'show'; |
43 |
$drop['password'] = 'password'; |
$drop['password'] = 'password'; |
44 |
$drop['shell'] = 'password'; |
$drop['shell'] = 'password'; |
45 |
$drop['vnc'] = 'password'; |
$drop['vnc'] = 'password'; |
46 |
$drop['samba'] = 'password'; |
$drop['samba'] = 'password'; |
47 |
$drop['station'] = 'password'; |
$drop['station'] = 'password'; |
48 |
$drop['txt'] = 'txt'; |
$drop['txt'] = 'txt'; |
49 |
$drop['screensaver'] = array('','blank', 'random', 'ant', 'ant3d', 'apollonian', 'ball', 'bat', 'blot', 'bomb', 'bouboule', |
$drop['screensaver'] = array('','blank', 'random', 'ant', 'ant3d', 'apollonian', 'ball', 'bat', 'blot', 'bomb', 'bouboule', |
50 |
'bounce', 'braid', 'bubble', 'bug', 'clock', 'coral', 'crystal', 'daisy', 'dclock', 'decay', 'deco', |
'bounce', 'braid', 'bubble', 'bug', 'clock', 'coral', 'crystal', 'daisy', 'dclock', 'decay', 'deco', |
51 |
'demon', 'dilemma', 'discrete', 'dragon', 'drift', 'euler2d', 'eyes', 'fadeplot', 'fiberlamp', 'flag', |
'demon', 'dilemma', 'discrete', 'dragon', 'drift', 'euler2d', 'eyes', 'fadeplot', 'fiberlamp', 'flag', |
52 |
'flame', 'flow', 'forest', 'galaxy', 'goop', 'grav', 'helix', 'hop', 'hyper', 'ico', 'ifs', 'image', |
'flame', 'flow', 'forest', 'galaxy', 'goop', 'grav', 'helix', 'hop', 'hyper', 'ico', 'ifs', 'image', |
53 |
'juggle', 'julia', 'kaleid', 'kumppa', 'laser', 'life', 'life1d', 'life3d', 'lightning', 'lisa', 'lissie', |
'juggle', 'julia', 'kaleid', 'kumppa', 'laser', 'life', 'life1d', 'life3d', 'lightning', 'lisa', 'lissie', |
54 |
'loop', 'lyapunov', 'mandelbrot', 'marquee', 'matrix', 'maze', 'mountain', 'munch', 'nose', 'pacman', |
'loop', 'lyapunov', 'mandelbrot', 'marquee', 'matrix', 'maze', 'mountain', 'munch', 'nose', 'pacman', |
55 |
'penrose', 'petal', 'petri', 'polyominoes', 'puzzle', 'pyro', 'qix', 'roll', 'rotor', 'scooter', 'shape', |
'penrose', 'petal', 'petri', 'polyominoes', 'puzzle', 'pyro', 'qix', 'roll', 'rotor', 'scooter', 'shape', |
56 |
'sierpinski', 'slip', 'solitare', 'space', 'sphere', 'spiral', 'spline', 'star', 'starfish', 'strange', |
'sierpinski', 'slip', 'solitare', 'space', 'sphere', 'spiral', 'spline', 'star', 'starfish', 'strange', |
57 |
'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle', |
'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle', |
58 |
'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack'); |
'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack'); |
59 |
$drop['iface'] = array('eth0', 'wlan0'); |
$drop['iface'] = array('eth0', 'wlan0'); |
60 |
$drop['wireless_mode'] = array('managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); |
|
61 |
$drop['wireless_auth_mode'] = array('wep', 'wpa', 'off'); |
|
62 |
//$drop['wireless_key_length'] = array('64', '128', '256'); |
// ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ |
63 |
|
$drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto'); |
64 |
// GGF. NEUEN DATENSATZ EINFÜGEN |
$drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'off'); |
65 |
if(isset($_POST['do_add'])) |
$drop['wireless_key_length'] = array('', '64', '128', '256'); |
66 |
{ |
$drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14'); |
67 |
list($bla,$what) = explode(' ',$_POST['do_add']); |
$drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G', |
68 |
if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id)); |
'2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G'); |
69 |
else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id)); |
$drop['wireless_key'] = 'password'; |
70 |
else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id)); |
$drop['wireless_key_ascii'] = 'password'; |
71 |
else if($what=='SESSION') sqladd('cfg_sessions', array('domain'=>'DOM_AKA_NT', 'browseradrs'=>'128.20.50.38;128.20.50.39;128.20.50.46;128.20.50.24;128..20.100.20', 'serial'=>$id)); |
|
72 |
else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id)); |
// GGF. NEUEN DATENSATZ EINFÜGEN |
73 |
} |
if(isset($_POST['do_add'])) |
74 |
|
{ |
75 |
|
list($bla,$what) = explode(' ',$_POST['do_add']); |
76 |
// GGF. SPEICHERN |
if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id)); |
77 |
if($_POST['do_upl']) |
else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id)); |
78 |
{ |
else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id)); |
79 |
function postarr($prefix) |
else if($what=='SESSION') sqladd('cfg_sessions', array('domain'=>'DOM_AKA_NT', 'browseradrs'=>'128.20.50.38;128.20.50.39;128.20.50.46;128.20.50.24;128..20.100.20', 'serial'=>$id)); |
80 |
{ |
else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id)); |
81 |
$prefix.='_'; |
} |
82 |
$prelen = strlen($prefix); |
|
83 |
|
|
84 |
$arr = array(); |
// GGF. SPEICHERN |
85 |
foreach($_POST as $k=>$v) |
if($_POST['do_upl']) |
86 |
if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS')) |
{ |
87 |
$arr[substr($k,$prelen)] = stripslashes($v); |
function postarr($prefix) |
88 |
|
{ |
89 |
return $arr; |
$prefix.='_'; |
90 |
} |
$prelen = strlen($prefix); |
91 |
|
|
92 |
foreach($tabs as $k=>$t) |
$arr = array(); |
93 |
{ |
foreach($_POST as $k=>$v) |
94 |
if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id); |
if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS')) |
95 |
else |
$arr[substr($k,$prelen)] = stripslashes($v); |
96 |
{ |
|
97 |
$i=0; |
return $arr; |
98 |
while(isset($_POST[$t.'_'.$i.'_id'])) |
} |
99 |
{ |
|
100 |
if($_POST[$t.'_'.$i.'_delete']) |
foreach($tabs as $k=>$t) |
101 |
mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
{ |
102 |
else |
if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id); |
103 |
mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
else |
104 |
$i++; |
{ |
105 |
} |
$i=0; |
106 |
} |
while(isset($_POST[$t.'_'.$i.'_id'])) |
107 |
} |
{ |
108 |
} |
if($_POST[$t.'_'.$i.'_delete']) |
109 |
|
mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
110 |
|
else |
111 |
// EINLESEN DER DATEN AUS SQL-TABELLEN |
mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']); |
112 |
foreach($tabs as $k=>$t) |
$i++; |
113 |
{ |
} |
114 |
if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id); |
} |
115 |
else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id); |
} |
116 |
} |
} |
117 |
|
|
118 |
|
|
119 |
|
// EINLESEN DER DATEN AUS SQL-TABELLEN |
120 |
|
foreach($tabs as $k=>$t) |
121 |
// ANZEIGEN |
{ |
122 |
function parsearr($name, $arr, $del=false) |
if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id); |
123 |
{ |
else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id); |
124 |
global $drop; |
} |
125 |
global $id; |
|
126 |
|
|
127 |
$parts = explode('_',$name); $helpfile='help.php?page='.$parts[1]; |
|
128 |
echo '<tr><td colspan=2 style="cursor:hand" onclick="window.open(\''.$helpfile.'\', \'HelpWin\', \'width=600,height=500,scrollbars=no\')"><b>['.$name.'] <font color=#626a88><tt>(?)</tt></font></b></td></tr>'; |
|
129 |
|
// ANZEIGEN - KLAPPFUNKTIONEN |
130 |
foreach($arr as $k=>$v) |
$absnames = array(); |
131 |
{ |
|
132 |
$d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k]; |
function openabs($heading, $helpfile='') |
133 |
|
{ |
134 |
if(is_array($d)) |
global $absnames; |
135 |
{ |
$absnames[] = $heading; |
136 |
echo '<tr><td>'.$k.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">'; |
|
137 |
foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di; |
// <AufZuLink> <Bild/> <Heading/> </AufZuLink><BR/> <Absatz> |
138 |
echo '</select></td></tr>'; |
|
139 |
} |
if( $_SESSION['openclose'][$heading] ) |
140 |
else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
{ |
141 |
else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>'; |
echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>'; |
142 |
else if($d=='monitorid') echo '<tr><td>'.$k.'</td><td>= <input type=button style="width:24px" onclick="window.open(\'monitor.php?id='.$id.'\', \'MonitorWin\', \'width=350,height=200\')" value="..."></td>'; |
if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>'; |
143 |
else if($d=='bold') echo '<tr><td>'.$k.'</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">'; |
144 |
else if($d=='filename') echo '<tr><td>filename</td><td>= <input style="width:144px;font-weight:bold" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
} |
145 |
else if($d=='show') echo '<tr><td>'.$k.'</td><td>= <b>'.$v.'</b></td></tr>'; |
else |
146 |
else if($d=='showtime') echo '<tr><td>'.$k.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>'; |
{ |
147 |
else if($d=='password' && $v=='') echo '<tr><td>'.$k.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value=""></td></tr>'; |
echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/plus.gif" title="OPEN" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>'; |
148 |
else if($d=='password') echo '<tr><td>'.$k.'</td><td>= <input type=password style="width:144px" name="'.$name.'_'.$k.'" value="KEEPPASS"></td></tr>'; |
if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>'; |
149 |
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>'; |
echo '<br><div id="sch_absatz_'.$heading.'" style="position:absolute; top:0px; visibility:hidden">'; |
150 |
else if($d!='ignore') echo '<tr><td>'.$k.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
} |
151 |
} |
} |
152 |
|
|
153 |
if($del) echo '<tr><td>delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>'; |
function closeabs() |
154 |
echo '<tr height=30><td colspan=2></td></tr>'; |
{ |
155 |
} |
// </Absatz> <BR/> |
156 |
function parsearrs($name, $arr) |
|
157 |
{ |
echo '</div><br>'; |
158 |
foreach($arr as $k=>$a) |
} |
159 |
parsearr($name.'_'.$k, $a, true); |
|
160 |
} |
|
161 |
|
// ANZEIGEN |
162 |
echo '<head><title>ALX Config - Client #'.$id.'</title></head>'; |
|
163 |
echo '<body>'; |
function parsearr($name, $arr, $del=false, $wireless=false) |
164 |
//echo '<body style="background-image:URL(logo.jpg);background-repeat:no-repeat; background-position:0px 0px; margin-top:25px">'; |
{ |
165 |
echo '<form action="show.php" method=post onreset="return confirm(\'UNDO CHANGES?\')">'; |
global $drop; |
166 |
echo '<input type=hidden name="do_upl" value="1">'; |
global $id; |
167 |
echo '<input type=hidden name="id" value="'.$id.'">'; |
|
168 |
|
$parts = explode('_',$name); $helpfile='help.php?page='.$parts[1]; |
169 |
// ANZEIGEN => NON-MULTI TABELLEN |
openabs($name, $helpfile); |
170 |
echo '<table><tr><td valign=top width=280>'; |
echo '<table class="keytab">'; |
171 |
|
|
172 |
echo '<table cellpadding=0 cellspacing=0>'; |
foreach($arr as $k=>$v) |
173 |
foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]); |
{ |
174 |
echo '</table>'; |
if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue; |
175 |
|
|
176 |
// ANZEIGEN => MULTI TABELLEN |
$d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k]; |
177 |
echo '</td><td valign=top width=280>'; |
$k = str_replace('wireless_', '', $k); |
178 |
|
$k2 = $k; |
179 |
echo '<table cellpadding=0 cellspacing=0>'; |
|
180 |
foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]); |
if(is_array($d)) |
181 |
echo '</table>'; |
{ |
182 |
|
echo '<tr><td>'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">'; |
183 |
// ANZEIGEN => NAVI |
foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di; |
184 |
echo '</td><td valign=top>'; |
echo '</select></td></tr>'; |
185 |
|
} |
186 |
// STATUS BESTIMMEN (ON/OFF) |
else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
187 |
$conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id); |
else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>'; |
188 |
$state = 'Off'; |
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>'; |
189 |
if(count($conn)>0) |
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>'; |
190 |
{ |
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>'; |
191 |
passthru("/usr/sbin/fping -c 1 -i 50 -q ".$conn['ip']." &> /dev/null && exit 0 || exit 1",$retval); |
else if($d=='show') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.$v.'</b></td></tr>'; |
192 |
if($retval==0) $state = 'On'; |
else if($d=='showtime') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>'; |
193 |
} |
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>'; |
194 |
|
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>'; |
195 |
|
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>'; |
196 |
echo '<img src="pics/logo2.jpg"><br><br>'; |
else if($d!='ignore') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>'; |
197 |
|
} |
198 |
echo '<input type=submit value="SAVE" style="width:150px"><br><br>'; |
|
199 |
|
if($del) echo '<tr><td class="key">delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>'; |
200 |
echo '<input type=submit name="do_add" value="SAVE+ADD COMMENT" style="width:150px"><br>'; |
echo '</table>'; |
201 |
echo '<input type=submit name="do_add" value="SAVE+ADD PRINTER" style="width:150px"><br>'; |
closeabs(); |
202 |
echo '<input type=submit name="do_add" value="SAVE+ADD SESSION" style="width:150px"><br>'; |
|
203 |
echo '<input type=submit name="do_add" value="SAVE+ADD MODULE" style="width:150px"><br>'; |
if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true); |
204 |
echo '<input type=submit name="do_add" value="SAVE+ADD MENUITEM" style="width:150px"><br><br>'; |
} |
205 |
|
function parsearrs($name, $arr) |
206 |
|
{ |
207 |
if($id>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE'; |
foreach($arr as $k=>$a) |
208 |
echo '<input 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>'; |
parsearr($name.'_'.$k, $a, true); |
209 |
echo '<input type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>'; |
} |
210 |
echo '<input type=reset value="UNDO CHANGES" style="width:150px"><br><br>'; |
|
211 |
|
?><head> |
212 |
$davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1'; |
<title>ALX Config</title> |
213 |
$danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1'; |
<style> |
214 |
|
body,table { font-family:Tahoma; font-size:10pt } |
215 |
echo '<input type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">'; |
a { color:#000000; text-decoration:none; } |
216 |
echo '<input type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">'; |
.key { width:85px } |
217 |
echo '<input type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">'; |
.keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma } |
218 |
echo '<br><input type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>'; |
.but { font-size:10pt; font-family:Tahoma; height:23px } |
219 |
|
</style> |
220 |
echo '<br><br>'; |
<script language="JavaScript" src="openclose_ajax.js"></script> |
221 |
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>'; |
<script language="JavaScript"> |
222 |
if($id<0) echo '<b>DEACTIVATED!</b><br><br>'; |
|
223 |
echo '<u>Serial:</u> #'.$id.'<br>'; |
function openclose(nummer, act) |
224 |
echo '<u>Stand:</u> '.date('H:i:s').'<br>'; |
{ |
225 |
echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>'; |
var bild = document.images['sch_bild_'+nummer]; |
226 |
if($state=='On') echo '<u>IP:</u> '.$conn['ip']; |
var absatz = document.all['sch_absatz_'+nummer].style; |
227 |
|
var senden = false; |
228 |
echo '</b></div>'; |
|
229 |
//echo '<br><br>'; |
if(bild.title == 'OPEN') |
230 |
|
{ |
231 |
if($state=='On') |
if(act<=1) |
232 |
{ |
{ |
233 |
echo '<input 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>'; |
absatz.visibility = 'visible'; |
234 |
echo '<input 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>'; |
absatz.position = ''; |
235 |
|
bild.title = 'CLOSE'; |
236 |
echo '<br>'; |
bild.src = 'pics/minus.gif'; |
237 |
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>'; |
senden = true; |
238 |
echo 'Client Software Update:<br><br>'; |
act = 0; |
239 |
echo '<input 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>'; |
} |
240 |
echo '<input 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>'; |
} |
241 |
echo '<input 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\')"><br>'; |
else |
242 |
echo '</b></div>'; |
{ |
243 |
} |
if(act>=1) |
244 |
else |
{ |
245 |
echo '<input 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>'; |
absatz.visibility = 'hidden'; |
246 |
|
absatz.position = 'absolute'; |
247 |
echo '<br><a href="share/ChangeLog.html">ChangeLog</a>'; |
bild.title = 'OPEN'; |
248 |
echo '<br><a href="share/FAQ.html">FAQs</a>'; |
bild.src = 'pics/plus.gif'; |
249 |
|
senden = true; |
250 |
echo '</td></tr></table>'; |
act = 2; |
251 |
echo '</form>'; |
} |
252 |
?> |
} |
253 |
|
|
254 |
|
if(senden) sendopenclose(nummer,act); |
255 |
|
} |
256 |
|
|
257 |
|
function showhelp(name) |
258 |
|
{ window.open(name, 'HelpWin', 'width=620,height=500,scrollbars=yes'); } |
259 |
|
|
260 |
|
</script> |
261 |
|
</head> |
262 |
|
|
263 |
|
<body><? |
264 |
|
|
265 |
|
|
266 |
|
//echo '<body style="background-image:URL(logo.jpg);background-repeat:no-repeat; background-position:0px 0px; margin-top:25px">'; |
267 |
|
echo '<form action="show.php" method=post onreset="return confirm(\'UNDO CHANGES?\')">'; |
268 |
|
echo '<input type=hidden name="do_upl" value="1">'; |
269 |
|
echo '<input type=hidden name="id" value="'.$id.'">'; |
270 |
|
|
271 |
|
// ANZEIGEN => NON-MULTI TABELLEN |
272 |
|
echo '<table><tr><td valign=top width="300">'; |
273 |
|
|
274 |
|
echo '<b style="font-size:6pt">'; |
275 |
|
echo '<a href="JavaScript:opencloseall(0);" title="OPEN ALL"><img src="pics/plus.gif" border="0"> OPEN...</a> '; |
276 |
|
echo '<a href="JavaScript:opencloseall(2);" title="CLOSE ALL"><img src="pics/minus.gif" border="0"> CLOSE...</a> ALL'; |
277 |
|
echo '</b><br><br>'; |
278 |
|
|
279 |
|
foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]); |
280 |
|
|
281 |
|
// ANZEIGEN => MULTI TABELLEN |
282 |
|
echo '</td><td valign=top width="300">'; |
283 |
|
|
284 |
|
foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]); |
285 |
|
|
286 |
|
echo '<script language="JavaScript">'; |
287 |
|
echo 'function opencloseall(act) { '; |
288 |
|
|
289 |
|
foreach($absnames as $absname) |
290 |
|
echo 'openclose("'.$absname.'", act); '; |
291 |
|
|
292 |
|
echo '}</script>'; |
293 |
|
|
294 |
|
// ANZEIGEN => NAVI |
295 |
|
echo '</td><td valign=top>'; |
296 |
|
|
297 |
|
// STATUS BESTIMMEN (ON/OFF) |
298 |
|
$conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id); |
299 |
|
$state = 'Off'; |
300 |
|
if(count($conn)>0) |
301 |
|
{ |
302 |
|
passthru("/usr/sbin/fping -c 1 -i 50 -q ".$conn['ip']." &> /dev/null && exit 0 || exit 1",$retval); |
303 |
|
if($retval==0) $state = 'On'; |
304 |
|
} |
305 |
|
|
306 |
|
|
307 |
|
echo '<img src="pics/logo2.jpg"><br><br>'; |
308 |
|
|
309 |
|
echo '<input class="but" type=submit value="SAVE" style="width:150px"><br><br>'; |
310 |
|
|
311 |
|
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD COMMENT" style="width:150px"><br>'; |
312 |
|
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD PRINTER" style="width:150px"><br>'; |
313 |
|
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD SESSION" style="width:150px"><br>'; |
314 |
|
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MODULE" style="width:150px"><br>'; |
315 |
|
echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MENUITEM" style="width:150px"><br><br>'; |
316 |
|
|
317 |
|
|
318 |
|
if($id>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE'; |
319 |
|
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>'; |
320 |
|
echo '<input class="but" type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>'; |
321 |
|
echo '<input class="but" type=reset value="UNDO CHANGES" style="width:150px"><br><br>'; |
322 |
|
|
323 |
|
$davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1'; |
324 |
|
$danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1'; |
325 |
|
|
326 |
|
echo '<input class="but" type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">'; |
327 |
|
echo '<input class="but" type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">'; |
328 |
|
echo '<input class="but" type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">'; |
329 |
|
echo '<br><input class="but" type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>'; |
330 |
|
|
331 |
|
echo '<br><br>'; |
332 |
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>'; |
333 |
|
if($id<0) echo '<b>DEACTIVATED!</b><br><br>'; |
334 |
|
echo '<u>Serial:</u> #'.$id.'<br>'; |
335 |
|
echo '<u>Stand:</u> '.date('H:i:s').'<br>'; |
336 |
|
echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>'; |
337 |
|
if($state=='On') |
338 |
|
{ |
339 |
|
echo '<u>IP:</u> '.$conn['ip'].'<br><br>'; |
340 |
|
$pubkey = mysql_query('select public_key from ssh_auth_clients where serial='.$id.''); |
341 |
|
while ($row = mysql_fetch_row ($pubkey)) { |
342 |
|
# schreiben der .ssh/known_hosts file mit dem public rsa key des client, |
343 |
|
# um die "yes" abfrage zu vermeiden |
344 |
|
$hostfile = fopen ($home."/.ssh/known_hosts","w"); |
345 |
|
fwrite($hostfile,$conn['ip']." ".$row[0],strlen($row[0])+strlen($conn['ip'])+1); |
346 |
|
fclose($hostfile); |
347 |
|
|
348 |
|
$osver = exec($sshcmd.' -l root '.$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}"\''); |
349 |
|
$osver = explode(':',$osver); |
350 |
|
} |
351 |
|
if($osver[0] == '') $osver[0]='unkown'; |
352 |
|
if($osver[1] == '') $osver[1]='unkown'; |
353 |
|
echo '<u>OS:</u> '.$osver[0].'<br>'; |
354 |
|
echo '<u>Utils:</u> '.$osver[1].'<br>'; |
355 |
|
} |
356 |
|
|
357 |
|
echo '</b></div>'; |
358 |
|
//echo '<br><br>'; |
359 |
|
|
360 |
|
if($state=='On') |
361 |
|
{ |
362 |
|
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>'; |
363 |
|
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>'; |
364 |
|
|
365 |
|
echo '<br>'; |
366 |
|
echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>'; |
367 |
|
echo 'Client Update:</b></div>'; |
368 |
|
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>'; |
369 |
|
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>'; |
370 |
|
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\')"><br>'; |
371 |
|
} |
372 |
|
else |
373 |
|
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>'; |
374 |
|
|
375 |
|
echo '<br><center><a href="share/ChangeLog.html" target="_blank">[ChangeLog]</a> <a href="share/FAQ.html" target="_blank">[FAQs]</a></center>'; |
376 |
|
|
377 |
|
echo '</td></tr></table>'; |
378 |
|
echo '</form>'; |
379 |
|
?> |