--- alx-src/branches/alx-web-060/show.php 2011/07/05 14:54:03 2591 +++ alx-src/branches/alx-web-070/show.php 2016/02/02 13:12:37 8473 @@ -6,25 +6,28 @@ // INCLUDE CURRENT-PROBLEMS include('include/current-problems.php'); -$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'); -$multi= array( 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0); +$tabs = array('cfg_graphic', 'cfg_network', 'cfg_input', 'client_auth', 'cfg_autostart', 'client_serials', 'cfg_comments', 'cfg_printers', 'cfg_sessions_citrix', 'cfg_sessions_storefront', 'cfg_sessions_rdesktop', 'cfg_modules', 'cfg_other_menuitems', 'cfg_screensaver', 'cfg_scm_egk', 'client_version'); +$multi= array( 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0); $data = array(); - // get alx version info for $alxinfo = sqlfirst('SELECT * FROM client_version WHERE serial='.$id); $alxos = $alxinfo[os]; $alxutils = $alxinfo[utils]; +// get gfxdriver +$gfxinfo = sqlfirst('SELECT * FROM cfg_graphic WHERE serial='.$id); + if($kill==1) { - foreach($tabs as $t) mysql_query('UPDATE '.$t.' SET serial=-serial WHERE serial='.$id); + if($method=='DEACTIVATE') mysql_query('UPDATE client_serials SET enabled="0" WHERE serial='.$id); + else mysql_query('UPDATE client_serials SET enabled="1" WHERE serial='.$id); echo ''; echo '
'; - if($id<0) echo 'ACTIVATED #'.abs($id); - else echo 'DEACTIVATED #'.$id; + if($method=='DEACTIVATE') echo 'DEACTIVATED #'.$id; + else echo 'ACTIVATED #'.$id; echo '
'; return true; @@ -32,66 +35,53 @@ // FELD-DEFINITIONEN (ARRAY=>DROPDOWN / HIDDEN / IGNORE / 1 / BOLD / PASSWORD / SHOW / SHOWTIME / MONITORID) $drop = array(); -if($alxos >= '0.5.3') +$drop['cfg_graphic_module'] = sqlarr('SELECT value FROM values_graphic_module where enabled=1', '', 'value'); +if($gfxinfo[module] == 'intel') { - $drop['cfg_graphic_module'] = array('vesa', 'ati', 'cirrus', 'i710', 'intel', 'nv', 'mach64', 'mga', 'openchrome', 'radeon', 's3', 's3virge', 'savage', 'sis', 'trident', 'tseng'); + $drop['cfg_graphic_hdmi'] = array('disable', 'enable'); } 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', '1280x720', '1920x1080'); -$drop['depth'] = array('24', '16', '8'); -$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2'); -$drop['keyboard'] = array('PC105'); -if($alxos >= '0.6.0') { - $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'); -} else { - $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'); + $drop['cfg_graphic_hdmi'] = 'ignore'; } +$drop['resolution'] = sqlarr('SELECT value FROM values_graphic_resolution where enabled=1', '', 'value'); +$drop['depth'] = sqlarr('SELECT value FROM values_graphic_depth where enabled=1', '', 'value'); +//$drop['mouse'] = array('Auto', 'IMPS/2', 'PS/2'); +//$drop['keyboard'] = array('PC105'); +$drop['keymap'] = sqlarr('SELECT value FROM values_input_keymap where enabled=1', '', 'value'); +$drop['cfg_network_module'] = sqlarr('SELECT value FROM values_network_module where enabled=1', '', 'value'); $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['port'] = sqlarr('SELECT value FROM values_printers_port where enabled=1', '', 'value'); +//for ($i=0; $i<999; $i++) { $drop['cfg_printers_'.$i.'_ip'] = 'ignore'; } +$drop['share'] = 'ignore'; +$drop['location'] = sqlarr('SELECT location FROM client_locations where enabled=1', '', '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['monitorid'] = 'ignore'; +$drop['refresh_rate'] = sqlarr('SELECT value FROM values_graphic_refresh_rate where enabled=1', '', 'value'); $drop['hostname'] = 'bold'; $drop['session'] = 'bold'; -$drop['cfg_autostart_session'] = 'filename'; +$drop['cfg_autostart_session'] = sqlarr('SELECT filename FROM cfg_sessions_citrix where serial='.$id, '', 'filename'); +array_unshift($drop['cfg_autostart_session'], ""); $drop['mtime'] = 'showtime'; $drop['mac'] = 'show'; $drop['client_serials_serial'] = 'show'; $drop['password'] = 'password'; -$drop['shell'] = 'password'; +//$drop['shell'] = 'password'; +$drop['client_auth_user'] = 'password'; +$drop['root'] = '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['screensaver'] = sqlarr('SELECT value FROM values_screensaver_screensaver where enabled=1', '', 'value'); +//$drop['iface'] = array('eth0', 'wlan0'); $drop['client_version_os'] = 'show'; $drop['client_version_utils'] = 'show'; +$drop['hwdetected'] = 'ignore'; -// ACHTUNG!!! wlan_-Felder heißen eigentlich wireless_ +// 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', 'wpa2', 'off'); $drop['wireless_key_length'] = array('', '64', '128', '256'); @@ -101,15 +91,36 @@ $drop['wireless_key'] = 'password'; $drop['wireless_key_ascii'] = 'password'; -// GGF. NEUEN DATENSATZ EINFÜGEN +// get current citrix apps +$citrix_apps = sqlarr('SELECT session FROM values_citrix_session where enabled=1', '', 'session'); +// add an empty value add the first position of the array as session-default +array_unshift($citrix_apps, ""); +// hackish, fix me +for ($i=0; $i<999; $i++) { $drop['cfg_sessions_citrix_'.$i.'_session'] = $citrix_apps; } + +// get current storefront apps +$storefront_apps = sqlarr('SELECT session FROM values_storefront_session where enabled=1', '', 'session'); +// add an empty value add the first position of the array as session-default +array_unshift($storefront_apps, ""); +// hackish, fix me +for ($i=0; $i<999; $i++) { $drop['cfg_sessions_storefront_'.$i.'_session'] = $storefront_apps; } + +$drop['enabled'] = 'ignore'; +$drop['filename'] = 'ignore'; +$drop['autostart'] = array('0','1'); + +// GGF. NEUEN DATENSATZ EINFÃœGEN if(isset($_POST['do_add'])) { 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=='SESSION-CITRIX') sqladd('cfg_sessions_citrix', array('domain'=>$citrix_domain_name, 'serverlist'=>$citrix_serverlist, 'serial'=>$id)); + else if($what=='SESSION-STOREFRONT') sqladd('cfg_sessions_storefront', array('domain'=>$storefront_domain_name, 'store'=>$storefront_store, 'serial'=>$id)); + else if($what=='SESSION-RDP') sqladd('cfg_sessions_rdesktop', array('domain'=>$rdesktop_domain_name, 'server'=>$rdesktop_server, 'serial'=>$id)); else if($what=='MENUITEM') sqladd('cfg_other_menuitems', array('serial'=>$id)); + else if($what=='AUTOSTART') sqladd('cfg_autostart', array('serial'=>$id)); } @@ -123,8 +134,10 @@ $arr = array(); foreach($_POST as $k=>$v) + { if((substr($k,0,$prelen)==$prefix) && ($v!='KEEPPASS')) $arr[substr($k,$prelen)] = stripslashes($v); + } return $arr; } @@ -145,8 +158,10 @@ } } } -} + // reload site + header("location: show.php?id=".$id); +} // EINLESEN DER DATEN AUS SQL-TABELLEN foreach($tabs as $k=>$t) @@ -162,14 +177,14 @@ { global $absnames; $absnames[] = $heading; - + //
- + if( $_SESSION['openclose'][$heading] ) { echo ' ['.$heading.']'; if($helpfile!='') echo ' [?]'; - echo '
'; + echo '
'; } else { @@ -182,12 +197,10 @@ function closeabs() { //
- echo '

'; } - -// ANZEIGEN +// ANZEIGEN function parsearr($name, $arr, $del=false, $wireless=false) { @@ -202,36 +215,14 @@ foreach($arr as $k=>$v) { if( (substr($k,0,9)=='wireless_') xor $wireless ) Continue; - + $d = $drop[$name.'_'.$k]; if($d==null) $d = $drop[$k]; $k = str_replace('wireless_', '', $k); $k2 = $k; - //replace some drivers on 0.5.3 or higher - if($alxos >= '0.5.3') - { - if($v == 'i810') - { - echo '
Replaced "i810" with "intel" - Please press SAVE!
'; - $v='intel'; - } - if($v == 'r128') - { - echo '
Replaced "r128" with "vesa" - Please press SAVE!
'; - $v='vesa'; - } - - if($v == 'via') - { - echo '
Replaced "via" with "openchrome" - Please press SAVE!
'; - $v='openchrome'; - } - } - # tell something about vesa if ($v == 'vesa') echo '
Warning: "vesa" graphic module doesn\'t support any resolutions higher than 1024x786x16@60hz!
'; - if(is_array($d)) { echo ''.$k2.'= '; else if($d=='password') echo ''.$k2.'= '; - else if($d=='txt') echo ''; + else if($d=='txt') echo ''; else if($d!='ignore') echo ''.$k2.'= '; } @@ -257,6 +248,7 @@ if($name=='cfg_network' && !$wireless) parsearr($name.'_wireless', $arr, $del, true); } + function parsearrs($name, $arr) { foreach($arr as $k=>$a) @@ -272,11 +264,31 @@ .keytab, input, textarea, select, option { font-size:8pt; font-family:Tahoma } .but { font-size:10pt; font-family:Tahoma; height:23px } + '; - } - - echo 'OS: '.$osver[0].'
'; - echo 'Utils: '.$osver[1].'
'; - - if($osver[0] <> 'unkown') - { - //write them to database - } + echo 'IP: '.$conn['ip'].'
'; + if($conn['netboot'] == 1) echo 'Boot: Netboot (PXE)
'; + else echo 'Boot: Local Disk
'; + echo '
'; + echo 'OS: '.$alxos.'
'; + echo 'Utils: '.$alxutils.'
'; } echo '
'; - //echo '

'; if($state=='On') { echo '
'; - echo '
'; + echo '
'; echo '
'; echo '
'; +// echo 'Hardware Detection:
'; +// echo ''; +// echo ''; +// echo ''; +// echo '
'; +// echo ''; +// echo ''; +// echo ''; +// echo '

'; +// echo '
'; echo 'Remote Shadow:
'; - echo '
'; - echo '
'; - echo '
'; - echo '
'; - echo 'Client Update:
'; - echo '
'; - echo '
'; - echo '
'; + echo ''; + echo ''; +// echo '

'; +// echo '
'; +// echo 'Client Update:
'; +// echo '
'; +// echo '
'; +// echo '
'; } else echo '
'; - echo '
[ChangeLog] [FAQs]
'; +// echo '
[ChangeLog] [FAQs]
'; echo ''; echo '';