1
0
mirror of https://github.com/gamaio/lobli.git synced 2024-12-23 12:12:40 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
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