Commit Graph
9 Commits
Author SHA1 Message Date
alopexc0de f0f858950d Move Redis connection to db.php and change shorten icon.
Since I will be using Redis from multiple files, the connection to the server should be in the same file as the other DB connection.
This icon looks a little bit better I think.
2014-07-22 22:02:17 -04:00
alopexc0de 4a66e9aa3b Change user agent of isonline 'bot' to look more bot-like.
This is purely asthetic. I may implement a robots.txt parser for this in the future if it doesn't spend
    too much time parsing through to follow robots.txt rules. This also isn't technically a crawler
    as it only checks if the remote server is online
2014-07-22 15:54:40 -04:00
alopexc0de 9cabd24d19 Add forgotten semicolon on line 52.
I was wondering why my script had suddenly stopped working and thought it was
    a Redis problem.
Turns out that I was getting PHP parse errors and didn't check the logs
2014-07-22 13:08:15 -04:00
alopexc0de c02e6d6f28 Add Regis caching
This is very basic where I check the Regis table to see if a short link exists
If not, query the mysql server and pull that result into Regis as linkID and link
I might make some modifications to this
2014-07-20 19:42:00 -04:00
alopexc0de 064739de36 Delete signtest now that I'm sure everything works 2014-07-20 14:34:18 -04:00
alopexc0de 5033c0a67f This is a test file that I will also sign.
Hoping this goes well...
2014-07-20 14:32:08 -04:00
alopexc0de c24391db9e Small CSS tweaks, add more contrast to elements.
Trying to make it look a bit less cluttered and still have high contrast.
This works rather well I think.
And fix the revert mistake I just did when trying to commit this the last time
    I did this... >.>
2014-07-20 14:26:58 -04:00
alopexc0de e6247ad601 Small CSS tweaks, add more contrast to elements.
Trying to make it look a bit less cluttered and still have high contrast.
This works rather well I think.
2014-07-20 14:21:46 -04:00
alopexc0de 285633c34f Small CSS tweaks, add more contrast to elements.\n\nTrying to make it look a bit less cluttered and still have high contrast. This works rather well I think. 2014-07-20 14:18:02 -04:00