alopexc0de
7c71c5744e
Move stat table generation to stats.php.
...
This page is mostly static and it shouldn't require a call to process just to make a table.
2014-08-09 20:30:10 -04:00
alopexc0de
da266cce1a
Change link expire time to future (in secs)
...
expire() and setex() store as a countdown from now and doesn't persist it between server reboots and repopulation.
This is fixed by setting the keys to expire at a time in the future
2014-08-09 19:35:09 -04:00
alopexc0de
052a0a751c
Put link data into a list instead of storing seperate values for everything.
...
This is silly to store everything seperatly when I can just query and get an array for everything that I need.
2014-07-25 17:48:46 -04:00
alopexc0de
adfcc57e00
Redis-only version of lob.li - Almost complete.
...
This version removes all the mysql stuff and uses a redis db for everything.
2014-07-25 17:41:51 -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
ab4010b41f
Work on tracking function
...
It doesn't quite work yet, but it should soon
2014-07-04 17:30:48 -04:00
alopexc0de
2164dd856f
Update response code list, Add site descriptions, basic link tracking
...
The link tracking is very basic, but it doesn't need to be any more complicated
than it already is
2014-07-03 15:16:57 -04:00
alopexc0de
253a9fa89b
Add the main functions of the app
...
Mostly the same as http://lob.li/e76 without API stuff
2014-06-22 01:23:02 -04:00