alopexc0de
f5f143d2e6
Attempt begin resolving links and testing code.
...
This is still incomplete, but should be finished soon
2014-08-15 18:34:46 -04:00
alopexc0de
9e1035fde3
Change l59 if to or instead of and, remove echo
2014-08-10 19:54:41 -04:00
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
169fe0fc23
remove misplaced bang that prevented stat gathering from working.
...
Was getting short link error when attempting to view the stats. This was fixed by checking if getstats was set instead of wasn't set
2014-08-09 19:32:45 -04:00
alopexc0de
12df81bd3c
Escape class 'res' for the echo statement.
2014-07-25 20:34:51 -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
1d6a2a569c
Linux move weirdness
...
I can't remember if I changed anything in this file, but it should be working last I checked
2014-07-04 17:31:52 -04:00
alopexc0de
27f70868b3
Move seperator into process.php and test shorten function
2014-07-03 15:20:44 -04:00
alopexc0de
4c98480648
Change placeholders to empty strings
2014-06-26 20:38:57 -04:00
alopexc0de
a4ad01fa86
Add more messages to $messages array and placeholder data
...
Testing the return messages. All info needs to be defined in one way
or another before the array. Will hold blank strings to be replaced
on actual return
2014-06-26 19:35:21 -04:00
alopexc0de
e81d809f36
Remove id="message" and replace it with a better descriptor
...
This is because on the main pages, there is the #message container which
has the loader and will be what the AJAX will put the response
data from here
2014-06-22 21:20:29 -04:00
alopexc0de
187900675d
Add return code messages to array and remove API stuf
...
I don't think in its current state, it will be able to shorten links...
working on that
Will PHP complain at me if I store variable names without actually defining
the variables yet?
The plan is to recieve the response, explode it, store the variables and
echo $messages[response code];
2014-06-22 02:04:07 -04:00
alopexc0de
f94ab2ee01
Add the link processor and begin modifications
...
Based off of http://lob.li/b7o without API stuff
Making modifications
2014-06-22 01:24:17 -04:00