SMTWTFS
2930311234
567891011
12131415161718
19202122232425
262728293012

Upcoming events

Tuesday, 7 Sep

* GFSSC BOD Mtg
06:30 PM to 08:30 PM, September 7, 2010

Location: Classroom 200 yd range

Thursday, 9 Sep

* IDPA handgun practice
07:00 PM to 10:00 PM, September 9, 2010

Location: Just South of Ed McGivern range

Saturday, 11 Sep

* Public Range Day RO Bob Gentry
10:00 AM to 02:00 PM, September 11, 2010

Location: 200 yd range

* Orientation Class
10:30 AM to 11:45 AM, September 11, 2010

Location: Classroom 200 yd range

Notes on setting up PHPWebsite on Cpanel host

Charles Notes on technical aspects of getting PHPWebsite to run on hosting revs cpanel servers.
After that, notes about on-going technical  issues. By issues, I mean the web site structure, as opposed to the content of the web pages. You want content, talk to the Directors.

3/6/09 Calendar and signup module.

Got the calendar working.  As a test, I set up the Pat goodale classes in June.
I also set up the signup module for the shotgun class. Works pretty slick.  It is brusque, terse, and just a bit hostile in tone--pretty much what you would expect from a university class sign up module.  I think it could work for signing up for public range days or working partys too.  Future project: make the event/class signup module a little more user-friendly.

My next behind-the-scenes task is to download and individually install a bunch of bug fixes for the individual modules PHPwebsite at app state lists them, but the upgrade module (Boost) on our web site shows  "check disabled" rather than the new version.  It looks like our webhost doesn't support the allow_url_fopen php setting. I tried enabling it via a php.ini file, which failed. Further research shows that our webhost doesn't allow overriding that particular php setting. It seems they believe that in conjunction with badly or insecurely initialized variables this can be used to run code from an attackers website, so no joy. Their apparent solution is "use cURL " which is enabled, but PHPWebsite wont use it.  Bleh...