รวม แปลนเครื่องบิน ครับ สำหรับท่านที่ต้องการหา
Monthly Archives: March 2016
window Server code show mac address code php
code show macaddress php
<?
// Turn on output buffering
ob_start();
//Get the ipconfig details using system commond
system(‘ipconfig /all’);
// Capture the output into a variable
$mycomsys=ob_get_contents();
// Clean (erase) the output buffer
ob_clean();
$find_mac = “Physical”;
//find the “Physical” & Find the position of Physical text
$pmac = strpos($mycomsys, $find_mac);
// Get Physical Address
$macaddress=substr($mycomsys,($pmac+36),17);
//Display Mac Address
echo $macaddress;
?>
ok work
Install proftpd and gproftpd with synaptic or with this command
1- Install proftpd and gproftpd with synaptic or with this command :
sudo apt-get install proftpd gproftpd
2-Play with the GUI and set up quickly your server.
Beware no support is offered here for this tool but it shouldn’t be too hard to use.
B- The secure way
1- Install proftpd with synaptic or with this command :