Commit Graph

43 Commits

Author SHA1 Message Date
hayden 4ab145a32d started the thread loading section of board.php, but now its time for bed 2019-07-21 23:55:01 -05:00
hayden 9de116b2f9 changed the post.php file to better fit with the new board_id identification 2019-07-21 23:44:49 -05:00
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 78b82c6785 added a 404 page 2019-07-21 23:11:34 -05:00
hayden 433ed2c621 another hard 30mins work on tildechan. i got it setup where the actual thread is now inserted into the database, but not the post (threads and posts are seperate). there are still lots of todos to finish 2019-07-09 00:02:28 -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 fe66c7554e moved the boards to their own folder for the sake of the filesystem looking cleaner 2019-07-04 18:48:37 -05:00
hayden e924680b84 added a default config 2019-07-04 18:42:58 -05:00
hayden f2f286f0d4 changed the syntax in the register form 2019-07-04 18:31:30 -05:00
hayden a8fa39751f changed the syntax in the login form 2019-07-04 17:23:39 -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 98f15a5ac3 whoops, forgot this little debug thing 2019-07-01 23:34:31 -05:00
hayden bd44345016 got the login working 2019-07-01 23:07:21 -05:00
hayden dc3d367d19 changed the 'database.php' file to a more functional model 2019-07-01 21:14:30 -05:00
hayden e5dabfa2d0 changed the hashing method in the register.php file from something i found online, to phps official hashing methods 2019-06-30 00:31:39 -05:00
hayden c0540bd680 added the beginning of the login code to login.php 2019-06-30 00:27:42 -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 194de7e07f whoops, added a few extra parenthesis 2019-06-29 20:01:02 -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 702edc411a added length restrictions on usernames and passwords for registration 2019-06-29 19:44:37 -05:00
hayden 5e4c6dd7fd finally! basic registration is working with no errors 2019-06-29 19:15:37 -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 0fc08647c0 added a basic title to the main page 2019-06-25 23:48:17 -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 cfda6f6377 Added an error message thingy to the registration form 2019-06-25 22:57:07 -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
hayden 3f5db97e70 first commit 2019-06-25 14:50:27 -05:00