From: James E. F. <jf...@ac...> - 2003-03-06 20:48:24
|
I have placed these patches on the phpESP web site for easy access. See: http://phpesp.sf.net/files/contrib/ -James On Thu, 3 Oct 2002, James E. Flemer wrote: > > > ---------- Forwarded message ---------- > Date: Thu, 3 Oct 2002 17:19:22 -0500 > From: Phil Davis <pd...@po...> > To: jim...@us... > Subject: phpESP modifications > > James, > > I downloaded phpESP and have been very impressed with it. That being > said it didn't do some of the things that I needed it to so I made some > modifications and am now sending those modifications to you in hopes > that you may be able to incorporate them into some future release. > Unfortunately I was working off of version 1.4 rather than the 1.5 beta > that was recently released. The functionality I needed was to be able to > add phpESP to an existing database shared with other users and programs, > hence the table name changes. I also needed more control over the colors > on the site and what page the user returned to after the survey. I know > that these changes are rather extensive (it took quite some time) but > were well worth the effort. I have included a detailed report of what > all changes I made and what files were affected and where. > > Thanks for the great program! > > Phil Davis > > v1.4 final ==> Modified Version > =============================== > * Added return_page variable to phpESP.ini to allow customization > of page that user will return to after completing survey. > * Added bgalt_color3, bgalt_color4, and bgalt_color5 variables > to phpESP.ini file for more customization of colors in tables. > * Replaced all hard coded colors with added bgalt_color variables > * Appended phpESP_ to all database names > * Added addditional debug statements > > Areas affected... --snip-- |