Commit Graph

26 Commits

Author SHA1 Message Date
hayden b1a8d2b6ce big change to the board system, instead of using folders with differnt board configs, we will be using a simple board.php file that handles all the boards. 2019-07-21 23:30:56 -05:00
hayden baad016a84 added the new table to the setup thing for later 2019-07-08 17:09:43 -05:00
hayden 9d9e3e2a25 todays minor progress on post.php. since this is one of the most important files this will take a while 2019-07-07 18:30:49 -05:00
hayden e5318a9f1d minor progress on the post script for new threads and thread replies 2019-07-07 18:00:56 -05:00
hayden 7bbac7a0c4 started the post handler 2019-07-05 07:07:38 -05:00
hayden d938bbd2dd updated index.php 2019-07-04 18:53:10 -05:00
hayden e924680b84 added a default config 2019-07-04 18:42:58 -05:00
hayden 31cb49b874 added more to the board generating functions. 2019-07-02 23:05:14 -05:00
hayden 6d0db89540 added the skeleton of what will be the board functionality 2019-07-02 21:46:41 -05:00
hayden e65f980c73 finally got the login sessions working 2019-07-02 20:35:43 -05:00
hayden dc3d367d19 changed the 'database.php' file to a more functional model 2019-07-01 21:14:30 -05:00
hayden 240bdf1973 removed security.php, since there is no need to do custom password hashing 2019-06-30 00:25:13 -05:00
hayden c711c58d18 added a to the database.php file 2019-06-29 20:28:36 -05:00
hayden a8abc5c9f7 changed a bit of style on the header 2019-06-29 20:19:09 -05:00
hayden 36444b0e85 switched to functions for the header/footer importing, it makes more sense imo 2019-06-29 19:54:26 -05:00
hayden 6aeb89d37e Okay the current SQL setup I have for the registration isn't working, so I am going to do it from scratch 2019-06-29 18:58:36 -05:00
hayden 8a3fa80a70 Added some more stuff to the header while I put off fixing the registration thing 2019-06-27 20:13:01 -05:00
hayden a272c7d46b Added a registration system, now time to debug it 2019-06-27 19:22:26 -05:00
hayden 8d3a822965 added a security file for hashing and the likes, as well as a setup file to keep track of table creations until I actually set that up 2019-06-26 00:16:52 -05:00
hayden aa21255421 added a box around the header 2019-06-25 23:32:55 -05:00
hayden 8d456ee573 added a static master board list to the header 2019-06-25 23:24:58 -05:00
hayden ae0fd9e3b5 removed the annoying headers from most of the source files 2019-06-25 23:08:13 -05:00
hayden 351004de44 Added a registration form, and made the pages look a little bit nicer 2019-06-25 22:16:09 -05:00
hayden 90f3a4021b Added a basic form to the login page, stay tuned for actual functionality 2019-06-25 21:45:02 -05:00
hayden fbf666fea9 a basic skeleton is coming together...\nadded a header and footer to be used on all the pages 2019-06-25 15:38:09 -05:00
hayden 6b313a8ead Added config.php 2019-06-25 15:12:23 -05:00