![]() |
Revamping my level set pages - Printable Version +- CC Zone - Chip's Challenge Forum (https://forum.bitbusters.club) +-- Forum: Chip's Challenge (https://forum.bitbusters.club/forum-4.html) +--- Forum: Websites (https://forum.bitbusters.club/forum-24.html) +--- Thread: Revamping my level set pages (/thread-1328.html) Pages:
1
2
|
Revamping my level set pages - pillowpc2001 - 26-Oct-2016 This is something that I have been thinking about doing for years and am finally getting around to...I decided to enter the 21st (or maybe late 20th) century and port my level set database from a VB6 program that generates HTML pages to a PHP/MySQL backend. All the levelset and level data has now been transferred and is up and running. As it stands now, everything should basically look exactly the same as it did before...so if you see anything that doesn't, let me know: http://www.pillowpc2001.net/levels/index.php In the coming months (weeks? days? wishful thinking maybe...) I hope to add some things that will really take advantage of everything being stored in a SQL database now, such as:
Oh yeah, and there is one new minor feature already added...you can now sort each category of the main level set list by either ascending or descending...not incredibly exciting, considering pie guy's site has been doing this for 10+ years ![]() Revamping my level set pages - The Architect - 28-Oct-2016 Looks good! Revamping my level set pages - pillowpc2001 - 09-Mar-2017 Quote:In the coming months (weeks? days? wishful thinking maybe...) I hope to add some things that will really take advantage of everything being stored in a SQL database now, such as: Looks like the answer there was "months"... As of today, the first 4 of the above options are now available - you can now create an account at my site, add new sets, and update existing ones. The search option has also been around for a while now and apparently I never posted that here... Hopefully everything is self-explanatory enough - if it isn't or you run into any problems, let me know. The to-do list (so probably another couple months until they actually get done...)
Revamping my level set pages - quiznos00 - 09-Mar-2017 Wow this update is pretty amazing ![]() ![]() Revamping my level set pages - Flareon350 - 09-Mar-2017 I went ahead and did the same and I agree it is pretty awesome. ![]() Here's an image of how it looks: ![]() I'm not sure how to fix this or if this is just some coding error? All the other levels are listed in the correct order. Revamping my level set pages - pillowpc2001 - 09-Mar-2017 Thanks guys! ![]() Ah I didn't realize there were some characters not showing up right...I just added a line setting the character set on each page and looks like that fixed the issue. Thanks for the tip! Not sure how that happened Josh...somehow I guess the rows didn't get inserted in numerical order apparently...but in either case, I updated this to make sure it always displays the list in order by level number so this shouldn't happen again. Good catch! As far as the password scheme, I'm just using the default PHP password hash...not sure if there's a better more secure way or not, I went with a new password myself ![]() Revamping my level set pages - pillowpc2001 - 24-Aug-2017 As of today, automatic score reporting is now finally available at my site for MikeL2 in MS mode, MikeL2-fix in Lynx, and MikeL3 and MikeL4 in both modes. The existing scores are still in place for the MikeL2 MS board. Anyone who has already made an account at my site and has previously reported MikeL2 scores, I have linked your login to your existing scores. If anyone else that has reported scores for MikeL2 and would like to create an account, let me know so I can make sure your old scores get linked to your new account. I have linked the "duplicate" levels across sets, so that if you report a score on a MikeL2 level that also happens to be in MikeL3, your score will count on the MikeL3 board as well. Even if the time limits differ, as long as the levels are otherwise virtually identical, the time will still count and be adjusted accordingly. If you run into any issues with anything, let me know. http://www.pillowpc2001.net/mylevels OK now I need to get back to CCLP4 ![]() Revamping my level set pages - pillowpc2001 - 22-Mar-2018 Another bump to this topic... I have now added the CC2 level set section to my site. It is horribly out of date, so I would appreciate any and all help in getting it up to date. ![]() http://pillowpc2001.net/levels/index.php?set=2 I eventually plan on correcting the solvability tables...right now they still look like the CC1 table and show/save a column for MS and Lynx. I have a note to ignore this for now and just use the MS column for submitting solvability, but hopefully this will be fixed soon. Revamping my level set pages - quiznos00 - 23-Mar-2018 Glad to see this addition ![]() Revamping my level set pages - pillowpc2001 - 25-Mar-2018 Quote:On 3/23/2018 at 4:41 PM, quiznos00 said: Yeah at this point the only way to delete a set is actually to take it out of the database, so I only leave that to me ![]() Thanks to everyone who has been updating the information! I noticed as I was looking at the pages, there appears to be some strange bug where no matter who edits a set, it is often showing me as the one to last modify it... I'll have to look into that. edit - Apparently all new sets were getting saved with me as the editor... This has been fixed now for future new sets, but the other ones were still saved incorrectly. |