Since I fix bugs from time to time and get tired of packaging up for people to test and such, I've decided to let my computer package the downloads each night so that it can be downloaded. Thus, I've added a nightly "build" or "package". It's packaged for the latest code every night at 3AM CST. Of course, use at your own risk. Also, if I'm working on the code at 3am, there could be issues ... but I doubt that I will be. I've not stayed up past 2:30 in months/years now.  A change log is included also. While I may never change code for a few days (or even weeks), it'll be good for when I do change code. I recommend getting a copy once or twice a week. I do modify a little every now and then. This is an UPGRADE version, so it's just upload everything and be on your way. Don't worry about Setup or Settings.pl.  Anyway, here it is: http://eblah.no-ip.com/eblahinternal.zip- Justin Almost forgot, some servers WILL NOT work with the time modules used in my versions, so to get rid of it delete the following out of Blah.pl:
|
Code
# Debugging information $debug = 3; # 1 - just info :: 2/4 - sleep before output :: 3/4 - info with All Files open and closed if($debug) { use Time::HiRes; $start_debug = Time::HiRes::time; } |
|
If you have issues, that's PROBABLY why. |