Blog RSS

Prop Hunt v1.1.8 Released

A new version of Prop Hunt is now available. The specific changes include:

  • Fixed Hunters not being killed once health reached zero.

Simple Admin v1.0.3 Released

A new version of Simple Admin is now available. The specific changes include:

  • Fixed votes not saving correctly.
  • Fixed vote list not refreshing when you save a vote.

Crysis Wars SDK and Steam

Being an avid Steam user I refused to accept that the Crysis Wars SDK and Sandbox editor would not work properly with the Steam version of the game. Turns out that the only real problem is that Steam installs the game in a different directory than Crysis Wars expects, so the solution is pretty simple. Crytek even included a tool so you wouldn’t have to go mucking around in config files.

To get started, go ahead and download/install the latest version of the Crysis Wars SDK if you haven’t already. It should detect that Crysis Wars is installed in the Steam directory.

Then, browse to “C:\Program Files\Steam\steamapps\common\crysis wars\tools”. Note that on 64-bit systems it will be “Program Files (x86)” instead of just “Program Files”.

Double click the ‘SettingsMgr.exe’ program.

In the ‘CryENGINE2 Settings’ window, set the ‘Root Directory’ to “C:\Program Files\Steam\steamapps\common\crysis wars”. Once again replace “Program Files” with “Program Files (x86)” if you are on a 64-bit system.

After clicking the “Ok” button you should now be able to work in the Sandbox editor with your Steam copy of Crysis Warhead/Wars!

Using Recurring Invoices + PayNow

This post aims to help users setup and use my Recurring Invoices + PayNow Bamboo Invoice mod.

Requirements

  • BambooInvoice v0.8.9
  • MySQL v5.x.x+
  • PHP v5.x.x+

Installation
Extract the contents of the zip to the BambooInvoice root directory (overwriting files when prompted).

Execute the following MySQL query on your server (replacing table names with your table names):

ALTER TABLE bamboo_invoices ADD COLUMN recur_interval INT(11);
ALTER TABLE bamboo_settings ADD google_merchant_id VARCHAR(255),
ADD paypal_email VARCHAR(255);

Using crontab (or a similar program) setup the recur function to be executed every day. Here is an example crontab file:

# m h  dom mon dow   command
30 3 * * * wget http://www.mywebsite.com/bamboodir/index.php/recur
31 3 * * * rm -rf recur

Recurring Invoices

recurring-invoices-paynowI was hired by a company to retrofit the popular open source invoice software Bamboo Invoice with a recurring invoice feature. While working on it I noticed the demand for that specific feature was high so I decided to release my mod publicly.

My mod allows the user to set a recurring interval for their invoices. When the interval is reached a duplicate invoice is created with the new date and invoice number. With the PayNow feature you can enter in your Google Merchant ID or PayPal e-mail into the Bamboo Invoice settings page to allow your customers to pay you via these services (a button will be added the PDFs generated).

Check out the Recurring Invoices + Pay Now tag for the latest release.

« Previous Entries Next Entries »
DJ Half-Life 2 Campaign map music Prop Hunt random Recurring Invoices + PayNow review Simple Admin tutorial