uknowme
Total posts: 208
1/16/2008 4:35 AM
Thanks I was missing out on my "I have nothing to do so I'll go play on the internet" time.
mwinter
Total posts: 4327
3/27/2008 4:57 AM
Btw just fixed the members only image viewing.. uploading works too but the url that it gives you is incorrect.. hopefully i'll fix that soon too (if you wanna create the url manually just add a membersOnly/ directory before your filename)
mwinter
Total posts: 4327
3/27/2008 10:52 AM
Timezone todo:
0a) Get hosting company to install the MySQL timezone tables (needed for step 2 awesomeness)
0b) Disable new posts
0c) Backup the database ;-)
1) UPDATE shout SET date=date_add(date interval 1 hour) WHERE shoutId >= 9774 AND shoutId <= 14262;
2) UPDATE shout SET date=CONVERT_TZ(date'US/Eastern''UTC');
3) Institute all the changes found here:
[club9com@vhost-78 ~]$ find . -name "*.php" -exec grep -l "UTCUPDATE" {} ;
4) Update index.php & everything else to use:
gmdate("..." $ts - 5*3600) // eastern time zone for now
5) Implement user-settable time zones that use DST 8-)
Drew
Total posts: 5115
3/27/2008 11:07 AM
like hell you'll disable new posts i'm in the middle of a
hard drive crisis and now is not the ti
mwinter
Total posts: 4327
5/14/2009 3:45 AM
reviv'ed
guess it's time to do this since timezones have gone to shit
mwinter
Total posts: 4327
5/14/2009 4:24 AM
posting a new reply...
looks like everything should be ok.. except that the server clock is 8 minutes slow :)
mwinter
Total posts: 4327
5/14/2009 6:25 AM
sigh.. still working on lil bits i guess
edit: ok totally fixt.. i think
mwinter
Total posts: 4327
8/4/2009 6:20 AM
hosting co is about to migrate the account to a new and improved server so the page might go down at some point. maybe i should make a backup of the database =-o
edit: when i say "about to migrate" that might mean 10 minutes or 10 days i have no idea when they plan on doing it
mwinter
Total posts: 4327
8/4/2009 6:48 AM
double edit: looks like the migration is beginning right NOW zomg
mwinter
Total posts: 4327
8/4/2009 2:34 PM
So I think the transfer went off without any major problems. Did anyone see the little error message I put up or was it a seamless transition for everyone else?