Magellan Linux

Annotation of /alx-src/branches/alx-web-070/show.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7112 - (hide annotations) (download)
Fri Sep 11 11:02:38 2015 UTC (8 years, 8 months ago) by niro
File size: 23397 byte(s)
-drop support for old alx version to clean up cruft
1 niro 1610 <?
2 niro 2199 // INCLUDE UND TABELLEN-DEFINITIONEN
3     include('include/basesql.php');
4 niro 2419 include('include/common-functions.php');
5 niro 1726
6 niro 2199 // INCLUDE CURRENT-PROBLEMS
7     include('include/current-problems.php');
8 niro 1726
9 niro 2704 $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', 'cfg_plugins');
10 niro 7111 $multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 1);
11 niro 2199 $data = array();
12 niro 1610
13    
14 niro 2199 // get alx version info for
15     $alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id);
16     $alxos = $alxinfo[os];
17     $alxutils = $alxinfo[utils];
18 niro 1610
19 niro 3275 // get gfxdriver
20     $gfxinfo = sqlfirst('SELECT * FROM cfg_graphic WHERE serial='.$id);
21    
22 niro 2199 if($kill==1)
23     {
24     foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id);
25 niro 1610
26 niro 2199 echo '<body onload="window.setTimeout(\'window.close()\', 1750)">';
27     echo '<table width=100% height=100% style="border:solid black 1px; background-color:#d5e5ff"><tr><td valign=middle align=center>';
28 niro 1610
29 niro 2199 if($id<0) echo 'ACTIVATED #'.abs($id);
30     else echo 'DEACTIVATED #'.$id;
31 niro 1610
32 niro 2199 echo '</td></tr></table>';
33     return true;
34     }
35 niro 1610
36 niro 2199 // FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID)
37     $drop = array();
38 niro 7112 $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'nouveau', 'mach64', 'mga', 'unichrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng', 'vmware');
39     if($gfxinfo[module] == 'intel')
40 niro 2199 {
41 niro 7112 $drop['cfg_graphic_hdmi'] = array('disable', 'enable');
42 niro 2703 }
43 niro 2199 else
44     {
45 niro 3275 $drop['cfg_graphic_hdmi'] = 'ignore';
46 niro 2199 }
47     $drop['resolution'] = array('640x480', '800x600', '1024x768', '1280x960', '1280x1024', '1360x768', '1366x768', '1400x1050', '1440x900', '1600x1200', '1680x1050', '1280x720', '1920x1080');
48     $drop['depth'] = array('24', '16', '8');
49     $drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2');
50     $drop['keyboard'] = array('PC105');
51 niro 7112 $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', 'atmel_pci', 'b43', 'b43legacy', 'hostap_pci', 'hostap_plx', 'ipw2100', 'ipw2200', 'iwl3945', 'iwl4965', 'iwldvm', 'iwlwifi', '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', 'usb8xxx', 'wl1251', 'wl1271', 'zd1201', 'zd1211rw');
52 niro 2199 $drop['networking'] = array('dhcp', 'static');
53 niro 7112 $drop['port'] = array('lpt1', 'usb1', 'usb2', 'com1', 'com2');
54     for ($i=0; $i<999; $i++) { $drop['cfg_printers_'.$i.'_ip'] = 'ignore'; }
55     $drop['share'] = 'ignore';
56 niro 2199 $drop['location'] = sqlarr('SELECT location FROM client_locations', '', 'location');
57     $drop['id'] = 'hidden';
58     $drop['flg_modified'] = '1';
59     $drop['serial'] = 'ignore';
60 niro 7112 $drop['monitorid'] = 'ignore';
61     $drop['refresh_rate'] = array('','60','75','85','100');
62 niro 2199 $drop['hostname'] = 'bold';
63     $drop['session'] = 'bold';
64 niro 7112 $drop['cfg_autostart_session'] = sqlarr('SELECT filename FROM cfg_sessions where serial='.$id, '', 'filename');
65     array_unshift($drop['cfg_autostart_session'], "");
66 niro 2199 $drop['mtime'] = 'showtime';
67     $drop['mac'] = 'show';
68     $drop['client_serials_serial'] = 'show';
69     $drop['password'] = 'password';
70     $drop['shell'] = 'password';
71     $drop['vnc'] = 'password';
72     $drop['samba'] = 'password';
73     $drop['station'] = 'password';
74     $drop['txt'] = 'txt';
75     $drop['screensaver'] = array('','blank', 'random', 'ant', 'ant3d', 'apollonian', 'ball', 'bat', 'blot', 'bomb', 'bouboule',
76     'bounce', 'braid', 'bubble', 'bug', 'clock', 'coral', 'crystal', 'daisy', 'dclock', 'decay', 'deco',
77     'demon', 'dilemma', 'discrete', 'dragon', 'drift', 'euler2d', 'eyes', 'fadeplot', 'fiberlamp', 'flag',
78     'flame', 'flow', 'forest', 'galaxy', 'goop', 'grav', 'helix', 'hop', 'hyper', 'ico', 'ifs', 'image',
79     'juggle', 'julia', 'kaleid', 'kumppa', 'laser', 'life', 'life1d', 'life3d', 'lightning', 'lisa', 'lissie',
80     'loop', 'lyapunov', 'mandelbrot', 'marquee', 'matrix', 'maze', 'mountain', 'munch', 'nose', 'pacman',
81     'penrose', 'petal', 'petri', 'polyominoes', 'puzzle', 'pyro', 'qix', 'roll', 'rotor', 'scooter', 'shape',
82     'sierpinski', 'slip', 'solitare', 'space', 'sphere', 'spiral', 'spline', 'star', 'starfish', 'strange',
83     'swarm', 'swirl', 't3d', 'tetris', 'thornbird', 'tik_tak', 'toneclock', 'triangle', 'tube', 'turtle',
84     'vines', 'voters', 'wator', 'wire', 'world', 'worm', 'xcl', 'xjack');
85     $drop['iface'] = array('eth0', 'wlan0');
86     $drop['client_version_os'] = 'show';
87     $drop['client_version_utils'] = 'show';
88 niro 1610
89 niro 2199 // ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_
90     $drop['wireless_mode'] = array('', 'managed', 'ad-hoc', 'master', 'repeater', 'secondary', 'monitor', 'auto');
91 niro 2444 $drop['wireless_auth_mode'] = array('', 'wep', 'wpa', 'wpa2', 'off');
92 niro 2199 $drop['wireless_key_length'] = array('', '64', '128', '256');
93     $drop['wireless_channel'] = array('', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14');
94     $drop['wireless_frequency'] = array('', '2.412G', '2.417G', '2.422G', '2.427G', '2.432G', '2.437G', '2.442G',
95     '2.447G', '2.452G', '2.457G', '2.462G', '2.467G', '2.472G', '2.484G');
96     $drop['wireless_key'] = 'password';
97     $drop['wireless_key_ascii'] = 'password';
98 niro 1610
99 niro 2704 // plugin support
100 niro 7112 for ($i=0; $i<999; $i++) { $drop['cfg_plugins_'.$i.'_plugin'] = 'pluginconfig'; }
101     for ($i=0; $i<999; $i++)
102 niro 2704 {
103 niro 7112 $drop['cfg_plugins_'.$i.'_plugin_array'] = sqlarr('SELECT plugin FROM avail_plugins', '', 'plugin');
104     array_unshift($drop['cfg_plugins_'.$i.'_plugin_array'], "");
105 niro 2704 }
106    
107 niro 2634 // get current citrix sessions
108 niro 7112 // split all citrix server into an array to get the first server from list
109     $citrix_query_browser = split(";", $citrix_browseradrs);
110     exec($wwwroot.'/pnabrowse-wrapper -A '.$citrix_query_browser[0], $returned_citrix_sessions, $retval);
111     if ($retval == 0)
112 niro 2634 {
113 niro 7112 $citrix_public_applications = str_replace("'", "", $returned_citrix_sessions);
114     // add an empty value add the first position of the array as session-default
115     array_unshift($citrix_public_applications, "");
116     for ($i=0; $i<999; $i++) { $drop['cfg_sessions_'.$i.'_session'] = $citrix_public_applications; }
117 niro 2634 }
118    
119 niro 2199 // GGF. NEUEN DATENSATZ EINFÜGEN
120     if(isset($_POST['do_add']))
121     {
122     list($bla,$what) = explode(' ',$_POST['do_add']);
123     if($what=='COMMENT') sqladd('cfg_comments', array('serial'=>$id));
124     else if($what=='PRINTER') sqladd('cfg_printers', array('serial'=>$id));
125     else if($what=='MODULE') sqladd('cfg_modules', array('serial'=>$id));
126 niro 2609 else if($what=='SESSION') sqladd('cfg_sessions', array('domain'=>$citrix_domain_name, 'browseradrs'=>$citrix_browseradrs, 'serial'=>$id));
127 niro 2199 else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id));
128 niro 2704 else if($what=='PLUGIN') sqladd('cfg_plugins', array('serial'=>$id));
129 niro 2199 }
130 niro 1610
131    
132 niro 2199 // GGF. SPEICHERN
133     if($_POST['do_upl'])
134     {
135     function postarr($prefix)
136 niro 1610 {
137 niro 2199 $prefix.='_';
138     $prelen = strlen($prefix);
139 niro 1610
140 niro 2199 $arr = array();
141     foreach($_POST as $k=>$v)
142     if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS'))
143     $arr[substr($k,$prelen)] = stripslashes($v);
144 niro 1610
145 niro 2199 return $arr;
146     }
147 niro 1610
148 niro 2199 foreach($tabs as $k=>$t)
149     {
150     if(!$multi[$k]) mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t)).' WHERE serial='.$id);
151     else
152 niro 1610 {
153 niro 2199 $i=0;
154     while(isset($_POST[$t.'_'.$i.'_id']))
155 niro 1610 {
156 niro 2199 if($_POST[$t.'_'.$i.'_delete'])
157     mysql_query('DELETE FROM '.$t.' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']);
158     else
159     mysql_query('UPDATE '.$t.' SET '.updatestr(postarr($t.'_'.$i)).' WHERE serial='.$id.' AND id='.$_POST[$t.'_'.$i.'_id']);
160     $i++;
161     }
162 niro 1610 }
163     }
164 niro 2599
165     // reload site
166     header("location: show.php?id=".$id);
167 niro 2199 }
168 niro 1610
169 niro 2199 // EINLESEN DER DATEN AUS SQL-TABELLEN
170     foreach($tabs as $k=>$t)
171     {
172     if($multi[$k]) $data[$t] = sqlarr('SELECT * FROM '.$t.' WHERE serial='.$id);
173     else $data[$t] = sqlfirst('SELECT * FROM '.$t.' WHERE serial='.$id);
174     }
175 niro 1610
176 niro 2199 // ANZEIGEN - KLAPPFUNKTIONEN
177     $absnames = array();
178    
179     function openabs($heading, $helpfile='')
180     {
181     global $absnames;
182     $absnames[] = $heading;
183 niro 1610
184 niro 2199 // <AufZuLink> <Bild/> <Heading/> </AufZuLink><BR/> <Absatz>
185    
186     if( $_SESSION['openclose'][$heading] )
187 niro 1610 {
188 niro 2199 echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/minus.gif" title="CLOSE" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>';
189     if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
190     echo '<br><div id="sch_absatz_'.$heading.'" style="top:0px; visibility:visible">';
191 niro 1610 }
192 niro 2199 else
193 niro 1610 {
194 niro 2199 echo '<a href="JavaScript:openclose(\''.$heading.'\',1);"><img border="0" src="pics/plus.gif" title="OPEN" id="sch_bild_'.$heading.'"> <b>['.$heading.']</b></a>';
195     if($helpfile!='') echo ' <a href="JavaScript:showhelp(\''.$helpfile.'\')" title="HELP">[?]</a>';
196     echo '<br><div id="sch_absatz_'.$heading.'" style="position:absolute; top:0px; visibility:hidden">';
197 niro 1610 }
198 niro 2199 }
199 niro 1610
200 niro 2199 function closeabs()
201     {
202     // </Absatz> <BR/>
203 niro 1610
204 niro 2199 echo '</div><br>';
205     }
206 niro 1610
207    
208 niro 2199 // ANZEIGEN
209 niro 1610
210 niro 2199 function parsearr($name, $arr, $del=false, $wireless=false)
211     {
212     global $drop;
213     global $id;
214     global $alxos;
215 niro 1628
216 niro 2199 $parts = explode('_',$name); $helpfile='help.php?page='.$parts[1];
217     openabs($name, $helpfile);
218     echo '<table class="keytab">';
219 niro 1610
220 niro 2199 foreach($arr as $k=>$v)
221     {
222     if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue;
223    
224     $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k];
225     $k = str_replace('wireless_', '', $k);
226     $k2 = $k;
227 niro 1628
228 niro 2199 # tell something about vesa
229     if ($v == 'vesa') echo '<br><font color="#FF0000">Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!</font><br>';
230    
231     if(is_array($d))
232     {
233     echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">';
234     foreach($d as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di;
235     echo '</select></td></tr>';
236     }
237     else if($d=='hidden') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
238     else if($d=='1') echo '<tr><td colspan=2><input type=hidden name="'.$name.'_'.$k.'" value="1"></td></tr>';
239     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>';
240 niro 2704 else if($d=='pluginconfig')
241     {
242     $dplugin = $drop[$name.'_'.$k.'_array']; if($dplugin==null) $dplugin = $drop[$k];
243     if(is_array($dplugin))
244     {
245     echo '<tr><td class="key">'.$k2.'</td><td>= <select style="width:144px" name="'.$name.'_'.$k.'">';
246     foreach($dplugin as $di) if($v==$di) echo '<option selected>'.$di; else echo '<option>'.$di;
247     echo '</select></td></tr>';
248     }
249     // $v contains the pluginname, get the configure flag
250     $pflag = sqlfirst('SELECT configflag FROM avail_plugins WHERE plugin="'.$v.'"');
251     if ($pflag[configflag]==1) echo '<tr><td class="key">configure</td><td>= <input type=button style="width:24px" onclick="window.open(\'plugin.php?id='.$id.'&plugin='.$v.'\', \'PluginWin\', \'width=500,height=400\')" value="..."></td>';
252     }
253 niro 2705 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>';
254     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>';
255     else if($d=='show') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.$v.'</b></td></tr>';
256     else if($d=='showtime') echo '<tr><td class="key">'.$k2.'</td><td>= <b>'.date('d.m.y - H:i:s', $v).'</b></td></tr>';
257     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>';
258     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>';
259 niro 4897 else if($d=='txt') echo '<tr><td colspan=2><textarea style="width:240px; background-color:#d5e5ff" rows=6 name="'.$name.'_'.$k.'">'.$v.'</textarea></td></tr>';
260 niro 2705 else if($d!='ignore') echo '<tr><td class="key">'.$k2.'</td><td>= <input style="width:144px" name="'.$name.'_'.$k.'" value="'.$v.'"></td></tr>';
261 niro 1610 }
262    
263 niro 2199 if($del) echo '<tr><td class="key">delete</td><td>=<input type=checkbox name="'.$name.'_delete" value="1"></td></tr>';
264     echo '</table>';
265     closeabs();
266    
267     if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true);
268     }
269 niro 7111
270 niro 2199 function parsearrs($name, $arr)
271     {
272     foreach($arr as $k=>$a)
273     parsearr($name.'_'.$k, $a, true);
274     }
275    
276     ?><head>
277     <title>ALX Config</title>
278     <style>
279     body,table { font-family:Tahoma; font-size:10pt }
280     a { color:#000000; text-decoration:none; }
281     .key { width:85px }
282     .keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma }
283     .but { font-size:10pt; font-family:Tahoma; height:23px }
284     </style>
285 niro 2602 <script type="text/javascript" src="js/jquery-1.2.6.min.js"></script>
286 niro 2199 <script language="JavaScript" src="openclose_ajax.js"></script>
287     <script language="JavaScript">
288    
289 niro 2598 // opens an url and shows retval in a javascript-alert on current site
290     function urlopen(url,typ) {
291     var $url = url.split("?");
292     $.ajax({type:""+typ+"",url:$url[0],data:$url[1],cache:false,success:function(data){ alert(data); }});
293     }
294 niro 2704 function plugin(name,id) { window.open('plugin.php?plugin='+name+'&id='+id, '', 'width=350,height=180'); }
295 niro 2598
296 niro 2606 /* ignore this atm, not always working, sometime open does not work
297 niro 2199 function openclose(nummer, act)
298     {
299     var bild = document.images['sch_bild_'+nummer];
300     var absatz = document.all['sch_absatz_'+nummer].style;
301     var senden = false;
302    
303 niro 2600 $("#sch_absatz_"+nummer).toggle(0, function(){
304     if($(this).css("display")=="none"){$("#sch_bild_"+nummer).attr({title:'OPEN',src:'pics/plus.gif'});}else{$("#sch_bild_"+nummer).attr({title:'CLOSE',src:'pics/minus.gif'});}
305     });
306     if(act<=1){ $("#sch_bild_"+nummer).attr({title:'CLOSE',src:'pics/minus.gif'}); }else{ $("#sch_bild_"+nummer).attr({title:'OPEN',src:'pics/plus.gif'}); };
307     }
308 niro 2606 */
309     function openclose(nummer, act)
310     {
311     var bild = document.images['sch_bild_'+nummer];
312     var absatz = document.all['sch_absatz_'+nummer].style;
313     var senden = false;
314    
315     if(bild.title == 'OPEN')
316     {
317     if(act<=1)
318     {
319     absatz.visibility = 'visible';
320     absatz.position = '';
321     bild.title = 'CLOSE';
322     bild.src = 'pics/minus.gif';
323     senden = true;
324     act = 0;
325     }
326     }
327     else
328     {
329     if(act>=1)
330     {
331     absatz.visibility = 'hidden';
332     absatz.position = 'absolute';
333     bild.title = 'OPEN';
334     bild.src = 'pics/plus.gif';
335     senden = true;
336     act = 2;
337     }
338     }
339    
340     if(senden) sendopenclose(nummer,act);
341     }
342 niro 1610
343 niro 2199 function showhelp(name)
344     { window.open(name, 'HelpWin', 'width=620,height=500,scrollbars=yes'); }
345 niro 1610
346 niro 2199 </script>
347     </head>
348 niro 1610
349 niro 2199 <body><?
350 niro 1610
351 niro 2601 echo '<form action="show.php" method="post" onreset="return confirm(\'UNDO CHANGES?\')">';
352 niro 2199 echo '<input type=hidden name="do_upl" value="1">';
353     echo '<input type=hidden name="id" value="'.$id.'">';
354 niro 1610
355 niro 2199 // ANZEIGEN => NON-MULTI TABELLEN
356     echo '<table><tr><td valign=top width="300">';
357 niro 1610
358 niro 2199 echo '<b style="font-size:6pt">';
359     echo '<a href="JavaScript:opencloseall(0);" title="OPEN ALL"><img src="pics/plus.gif" border="0"> OPEN...</a> ';
360     echo '<a href="JavaScript:opencloseall(2);" title="CLOSE ALL"><img src="pics/minus.gif" border="0"> CLOSE...</a> ALL';
361     echo '</b><br><br>';
362 niro 1610
363 niro 2199 foreach($tabs as $k=>$t) if(!$multi[$k]) parsearr($t, $data[$t]);
364 niro 1610
365 niro 2199 // ANZEIGEN => MULTI TABELLEN
366     echo '</td><td valign=top width="300">';
367 niro 1610
368 niro 2199 foreach($tabs as $k=>$t) if($multi[$k]) parsearrs($t, $data[$t]);
369 niro 1610
370 niro 2199 echo '<script language="JavaScript">';
371     echo 'function opencloseall(act) { ';
372 niro 1610
373 niro 2199 foreach($absnames as $absname)
374     echo 'openclose("'.$absname.'", act); ';
375 niro 1610
376 niro 2199 echo '}</script>';
377 niro 1610
378 niro 2199 // ANZEIGEN => NAVI
379     echo '</td><td valign=top>';
380 niro 1610
381 niro 2199 // STATUS BESTIMMEN (ON/OFF)
382     $conn = sqlfirst('SELECT * FROM state_connected WHERE serial='.$id);
383     $state = 'Off';
384     if(count($conn)>0)
385     {
386     if($retval==0) $state = 'On';
387     }
388 niro 1610
389 niro 2199 echo '<img src="pics/logo2.jpg"><br><br>';
390 niro 1610
391 niro 2199 echo '<input class="but" type=submit value="SAVE" style="width:150px"><br><br>';
392 niro 1612
393 niro 2199 echo '<input class="but" type=submit name="do_add" value="SAVE+ADD COMMENT" style="width:150px"><br>';
394     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD PRINTER" style="width:150px"><br>';
395     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD SESSION" style="width:150px"><br>';
396     echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MODULE" style="width:150px"><br>';
397 niro 2704 echo '<input class="but" type=submit name="do_add" value="SAVE+ADD MENUITEM" style="width:150px"><br>';
398     if($alxos >= '0.6.0')
399     {
400     echo '<input class="but" type=submit name="do_add" value="INSTALL PLUGIN" style="width:150px"><br>';
401     }
402     echo '<br>';
403 niro 2199
404     if($id>0) $KILLCAP='DEACTIVATE'; else $KILLCAP='ACTIVATE';
405     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>';
406     echo '<input class="but" type=button value="IMPORT FROM..." style="width:150px" onclick="location.href=\'import.php?id='.$id.'\'"><br>';
407     echo '<input class="but" type=reset value="UNDO CHANGES" style="width:150px"><br><br>';
408    
409     $davor = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id-1),'mac')!=null; if($davor) $disdavor=''; else $disdavor = 'disabled=1';
410     $danach = sqlfirst('SELECT mac FROM client_serials WHERE serial='.($id+1),'mac')!=null; if($danach) $disdanach=''; else $disdanach = 'disabled=1';
411    
412     echo '<input class="but" type=button '.$disdavor.' value="<" style="width:30px" onclick="location.href=\'show.php?id='.($id-1).'\'">';
413     echo '<input class="but" type=button value="REFRESH" style="width:90px" onclick="location.href=\'show.php?id='.$id.'\'">';
414     echo '<input class="but" type=button '.$disdanach.' value=">" style="width:30px" onclick="location.href=\'show.php?id='.($id+1).'\'">';
415     echo '<br><input class="but" type=button value="INDEX" style="width:150px; font-weight:bold" onclick="location.href=\'index.php\'"><br><br>';
416    
417 niro 2598 echo '<br>';
418 niro 2199 echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff"><b>';
419     if($id<0) echo '<b>DEACTIVATED!</b><br><br>';
420     echo '<u>Serial:</u>&nbsp;&nbsp;#'.$id.'<br>';
421     echo '<u>Stand:</u>&nbsp;&nbsp;'.date('H:i:s').'<br>';
422     echo '<u>Status:</u> <img src="pics/'.strtolower($state).'line.gif" align=top> '.$state.'line<br>';
423     if($state=='On')
424     {
425     echo '<u>IP:</u> '.$conn['ip'].'<br><br>';
426 niro 7112 $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']);
427 niro 2199 $osver = explode(':',$osver[1]);
428 niro 3349 if($osver[0] == '') $osver[0]='unknown';
429     if($osver[1] == '') $osver[1]='unknown';
430 niro 2199
431     # update os string in database
432 niro 7112 if($alxos == '')
433 niro 2199 {
434     mysql_query('insert into client_version(serial,os,utils) values("'.$id.'","'.$osver[0].'","'.$osver[1].'")
435     on duplicate key update os="'.$osver[0].'", utils="'.$osver[1].'"');
436     # reload the site
437     echo '<script type="text/javascript">setTimeout(\'window.location.reload()\',0);</script>';
438 niro 1610 }
439    
440 niro 2199 echo '<u>OS:</u> '.$osver[0].'<br>';
441     echo '<u>Utils:</u> '.$osver[1].'<br>';
442 niro 1610
443 niro 3349 if($osver[0] <> 'unknown')
444 niro 1610 {
445 niro 2199 //write them to database
446 niro 1610 }
447 niro 2199 }
448 niro 1610
449 niro 2199 echo '</b></div>';
450 niro 1610
451 niro 2199 if($state=='On')
452     {
453     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>';
454     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>';
455     echo '<br>';
456     echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
457 niro 7112 echo 'Hardware Detection:</b></div>';
458     echo '<input class="but" type=button value="LAN" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=lan\',\'POST\');">';
459     echo '<input class="but" type=button value="WLAN" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=wlan\',\'POST\');">';
460     echo '<input class="but" type=button value="VGA" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=vga\',\'POST\');">';
461     echo '<br>';
462     echo '<input class="but" type=button value="PRN" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=printer\',\'POST\');">';
463     echo '<input class="but" type=button value="HRDW" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=system\',\'POST\');">';
464     echo '<input class="but" type=button value="FS" style="width:50px" onclick="javascript:urlopen(\'include/hwinfo.php?ip='.$conn['ip'].'&cmd=rootfs\',\'POST\');">';
465     echo '<br><br>';
466     echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
467 niro 2199 echo 'Remote Shadow:</b></div>';
468 niro 2710 echo '<input class="but" type=button value="VNC" style="width:75px" onclick="window.open(\'vncviewer.php?ip='.$conn['ip'].'\', \'VncViewer\', \'width=200,height=100\')">';
469     echo '<input class="but" type=button value="SSH" style="width:75px" onclick="window.open(\'mindterm.php?ip='.$conn['ip'].'\', \'MindTerm\', \'width=200,height=100\')">';
470     echo '<br><br>';
471 niro 2199 echo '<div style="border:solid black 1px; padding:5px; background-color:#d5e5ff" align="center"><b>';
472     echo 'Client Update:</b></div>';
473     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>';
474     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>';
475     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>';
476     }
477     else
478     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>';
479    
480     echo '<br><center><a href="share/ChangeLog.html" target="_blank">[ChangeLog]</a> <a href="share/FAQ.html" target="_blank">[FAQs]</a></center>';
481    
482     echo '</td></tr></table>';
483     echo '</form>';
484 niro 1610 ?>

Properties

Name Value
svn:executable *