Archive for the ‘Servers’ Category

Code: PHP Detect Server OS

While writing some PHP software to detail the server information i came across a problem. I searched the web high and low but couldn’t find a way of returning the host server OS. So I decided to write some solutions myself. Solution 1: (Return example: Linux, Win32) <?php $S_SS = $_SERVER['SERVER_SOFTWARE']; $S_SS_E = explode(‘(‘,$S_SS); $S_SS_E2 [...]

New Servers and a switch

Wooo On thursday my school donated 7 ‘old’ish computers to me . Of the 7, 4 work and 3 will be used for parts (this is because of a lack of motherboards with processors ). The next day, they presented me with a Netgear FS524 100mbps 24 ports switch. Apart from it being very noisy, [...]

Server Update

My server is now finished, after ebuyer sent me the wrong CPU for the motherboard, even though they advised me that it was all compatable. So now the server is running windows xp temporarily, until I buy some more CD’s, with the latest version of Xampp, which I must point out, supports PHP, Perl, Pear [...]