Archive for the ‘PBBG Coding’ Category

SQL Select Statements Kept Simple

Friday, February 15th, 2008

This is a quick article on writing simple and complex select SQL statements. This primer can be used for mySQL and many other database systems. Please keep in mind this is a primer, please research and read other materials to enhance your knowledge. For those of you who are wondering, mySQL ...

Tip of the Week

Wednesday, February 13th, 2008

Do you use the header() function to redirect users? Here's a little tip: use the exit statement right after you redirect. Why? Imagine this: You have some code that runs after the redirect (the user was redirected because he did not have the correct permissions to view the page), and that code ...

A Good Place to Start

Tuesday, February 12th, 2008

A lot of people ask how they can start/learn to develop browser based game, hopefully this article will help get them started. This article may be helpful to developers who are struggling to make changes / develop games without disturbing the production version. The development environment comes into play for both ...

Getting votes for your game

Saturday, January 19th, 2008

I'm sure you've heard of TopWebGames,and maybe even TopRPGames! They're popular places to visit to check out the latest and best PBBGs on the net! Of course, if you own a game, you probably know about them. The top games on those websites probably get hundreds of new players just for ...

Update to using MD5 and SHA-1

Friday, January 11th, 2008

This is a post following up from a previous post, "Using MD5 and SHA-1 Separately". I did some more research, listened to responses, and I found some related stuff on the internet as well.