I’m at the end of an era. After several years of this site being a blog where I haven’t posted much I’ve decided to do a redesign and move the blog to a directory. The main reason for this is that I am planning to write some windows (good chance there will be Mac too [...]
Archive for the ‘Coding’ 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 [...]
MyBB X Coder
I think it is time for an update… Well, on Saturday I agreed to code some software for MyBB to make plugin creation easier. I have now completed version 1.0 you can download it here: http://joecotton.co.uk/mybb. I am currently working on version 1.1. Some of thebigger changes include an interface change, with a much bigger [...]
Thank you Thor Erik…
Yes, thank you Thor Erik. He tagged me on his post so now its my turn… The goal is to put 10 positive things about yourself so here goes… 1. I got my first pay check today for £50 (thats right, i’m 14 years old ) 2. I can code PHP and MySQL well 3. [...]
The Google car!!
Today, while driving home from the animal rescue center, I saw the google car driving in front of us! By the google car, I mean the car from google streetview. The car has a mounted camera on it, and it takes pictures as it drives along… I’ll upload some images to the image page when [...]
A good day’s work…
Today, I started coding SMX. I decided to code it in php as there is no point in coding it perl because I can achieve everything that I need to with php. That includes restarting the server, restaring apache and more using exec() function. The dashboard is fully complete, with server uptime, load, port status’s [...]