I decided to start working on an ArmA 2 / ArmA 3 RPT reader that will work in Windows, Linux and Mac. This reader allows you view the logs of any ArmA 2 / ArmA 2 game server that allows public access to it’s log file (commonly known as “RPT”). Screen shots: Windows 7: Ubuntu …
Category Archive: News
Mar 14
EM Captcha – Visual PHP Captcha Class – 1.1 BETA
I decided to take another look at EM Captcha to see if there were any improvements I could quickly make. Here is a change log from version 1.0 to 1.1: Removed the IP address check (due to someone potentially having a different IP address when loading and then submitting the captcha form) Made the …
This is just a quick update as to what I’ve been working on recently.
In the past few months I’ve been making a lot of ArmA2 (a popular military simulator PC game) missions, as well as working on an SQF (scripting language used for ArmA2 mission making) editor, as well as a multi-platform ArmA2 RPT viewing program; which is useful for server administration.
I also built a mini-ITX computer last month, which I recorded and I’m still working on editing the videos for this before I upload it to YouTube to help others build mini-ITX form factor computers.
- Eddy
Jan 23
Website Downtime
Hello, You may have noticed that my website has been down for a while, this was due to myself letting the domain expire unknowingly; and then having problems with renewing it due to a very long story.. Anyway, the website is now back up and I hope to be doing some new PHP tutorials shortly.
Oct 05
Canadian Facts
Sep 16
NetBeans PHP Tutorial – Loops, variables extended and comments #4
In this tutorial I show how to use loops in PHP, how to assign different variable types and also how to use comments.
Sep 03
PHP Tutorials
PHP Tutorials I’m pleased to announce that I’ve started making some YouTube PHP tutorials, if you’re interested in learning a bit of PHP using NetBeans (the Integrated Developer Environment) and XAMPP (a widely used web server package) to develop PHP code then this series of tutorials are probably for you, take a look at my …
Just a quick post as to what I’m currently working on. I’ve decided to make a relatively simple eBay listing template creator system, that will allow you to input some basic information about your eBay listing and will generate the HTML code needed to display your listing with the style that you’ve chosen.
This will be very easy to use and should be ready in the next few days.
Jun 30
SA-MP Query and RCON API for PHP
Version: 1.0 (30/06/2012) Download As well as the examples here; included in the download are SampRconExample.php and SampQueryExample.php files. These are full of examples of how to call functions as well as documentation. Additional credits: Westie (for the original PHP SA-MP API and inspiration for this API) SampQuery functions: SampQuery(server, port) SampQuery->connect() SampQuery->close() SampQuery->getInfo() SampQuery->getBasicPlayers() SampQuery->getDetailedPlayers() SampQuery->getRules() SampQuery->getPing() - …
Jun 19
Working with Django
Django Just a post to say that I’ve recently started working with the Django Python web framework. Using Python for the web is a totally new form of web programming for me which I’m finding quite an interesting challenge. It’s defiantly a lot different to the way PHP works and will take me some getting used to …
