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