Tag: scripts

PHP Game Programming

I am very interested in creating some PHP-based simple text/image games, like hangman, guessing games, “higher or lower”, that sort of thing. Unfortunately, resources seem few and far between to get me started on the right track. I’m sure I could sit down and eventually drill something out but it’d save me a lot of […]

PHP5 BellaBiblio Patch

If you’re running BellaBiblio and need the PHP5 Amazon patch for the Ajax functionality, it is now available for download.

BellaBiblio Amazon Ajax Bug

There’s a problem with the Ajax book finder in the current version of BellaBiblio, caused by an update on Amazon’s side of things. There is a patch which was sent over to me by Mat earlier today for those running PHP5 only, but because I’m “mid-report” for my course I’ve not had time to give […]

Chyrp: Lightweight Blogging Engine

I’ve currently got an ongoing project at work, part of which entails redeveloping a website and providing a news section. Given the functionality needed (not a lot) I would normally knock something together with PHP and MySQL, give it a basic admin panel and make do. This is totally sufficient, and would normally take maybe […]

I Loathe JavaScript

Given that my current course module thingy is on JavaScript, I expected to unearth a love for JavaScript that I didn’t know I had. I wanted to use the time to explore the quirks of the language, and its uses beyond the basics which I’ve picked up working in web dev. Quite by coincidence, a […]

Beginner’s Guide to PHP – Part Four

In Part Three of the Beginner’s Guide to PHP we learnt about the if construct (“statement”), and using it to check the value of some input. In this guide we’ll learn about two more constructs: foreach() and array() foreach Construct foreach — a type of loop, but we’ll cover that more in the future — […]

Block Spam with a Scoring System

One of the most effective spam blocking techniques I used in my custom CMS was a scoring system. The idea is that the more spammy someone is, the higher the score they are given. After a certain cut-off point whereby a person or spam-bot has a score than our pre-set threshold, their comment or correspondence […]

NinjaLinks Update

I made some empty promises about my latest script, NinjaLinks, possibly being ready by the end of March. Obviously as it’s now a couple of hours from April that didn’t happen. I do have excuses reasons for this though… NinjaLinks is supposed to be my secure replacement for SimpleDir. It’s needed, the old script is […]

Good News and Bad News

PLEASE NOTE If you found this entry by way of a ‘dofollow’ link list, please leave now. I do not approve comments from people looking for freebie link backs, and all links to URLs left by people I don’t know are automatically nofollowed. You’re wasting your time. — The good news is, I am now […]