Commit Graph

  • 025f537074 Added regexp to strip away any special chars from filename master v0.1.1 jackbenny 2014-07-05 10:40:49 +02:00
  • 56da0c396a Deleted obsolete file updatefile.php and rewrote editfile.php completly jackbenny 2014-07-04 20:10:54 +02:00
  • b9cbc947b5 Reworked 'nodir'-function a bit and included it in the Page-class instead. Started working on a way to edit content files jackbenny 2014-07-04 18:27:49 +02:00
  • f723d7bd69 Moved DOCTYPE above Copyright notice so IE wont bug out v0.1 jackbenny 2014-06-30 20:02:51 +02:00
  • bbccef275e Moved content.php to includes dir, created a 404-page and a last resort to a default page (404) jackbenny 2014-06-30 19:55:06 +02:00
  • c29b964215 Removed obsolete function from Page-class jackbenny 2014-06-28 18:49:11 +02:00
  • 2f5b8734c4 Worked out a class to easily include subpages/content and put the footer in a function jackbenny 2014-06-28 15:13:12 +02:00
  • d5077b085a Renamed blogsite.php to index.php, updated and added some links and rewrote README to match jackbenny 2014-06-26 19:46:59 +02:00
  • 0e072a2152 Worked out a new login and install system since the MySQL PASSWORD function didn't work out jackbenny 2014-06-26 19:09:30 +02:00
  • 72808dd6d5 Added a nice HTML-template for a real blog jackbenny 2014-06-25 21:40:41 +02:00
  • 64766c4ea7 Added a logout button and fixed HTML in simplog.php with 'start_html' and 'end_html' jackbenny 2014-05-25 09:14:40 +02:00
  • be4b0a33ac Replaced 'break' with 'exit' and inserted 'isset' on cookie-check jackbenny 2014-05-22 08:41:34 +02:00
  • 9e77a137c3 It's now simplog.php instead of index.php jackbenny 2013-08-18 04:28:59 +02:00
  • 2d58f68d62 Added THANKS file jackbenny 2013-08-18 00:50:18 +02:00
  • 1587e27780 Changed link from index.php to simplog.php jackbenny 2013-08-18 00:41:36 +02:00
  • 650aa7369d Quoted REQUEST_URI to get the redirect to work jackbenny 2013-08-17 22:51:00 +02:00
  • da80450cd7 Merge pull request #1 from Elyrith/master jackbenny 2013-08-17 13:42:11 -07:00
  • b411bd3b27 Removed salt from database completely. To be worked out later. Elyrith 2013-08-16 20:44:06 -04:00
  • f3c493bbab Removed NOT NULL from users db, salt field since it's not implemented yet. Elyrith 2013-08-16 20:35:28 -04:00
  • be86ecdaa1 Renamed users table so it doesn't conflict with another site, in case you use the same database. Elyrith 2013-08-11 22:44:10 -04:00
  • 4a1fe7bad6 Update README. Elyrith 2013-08-10 14:32:21 -04:00
  • 84a11cc73b Add comments to includes/login.inc Elyrith 2013-08-10 14:28:27 -04:00
  • 12e02dda1c Update README with database installer info. Elyrith 2013-08-10 14:19:44 -04:00
  • f5a1d52994 Created basic install.php to create the tables and admin user. Elyrith 2013-08-10 14:06:14 -04:00
  • 18a067a902 All user/ pages require authentication against database users. Elyrith 2013-08-10 01:38:23 -04:00
  • 4dd163139f Database-based login working for user/new.php. Elyrith 2013-08-10 01:17:23 -04:00
  • c7a1d05e4f Lost login.inc somehow. *shrug* Elyrith 2013-08-10 00:36:04 -04:00
  • 21a833a3eb Login working, but not cookie. Elyrith 2013-08-09 23:38:42 -04:00
  • ed0efd68a9 Version 1 of DB auth. Only works with user/login.php for now. Elyrith 2013-08-09 22:34:58 -04:00
  • c8706fc865 Version 1 of DB auth. Only works with user/login.php for now. Elyrith 2013-08-09 22:33:27 -04:00
  • b6cc8dd776 Create table for users and admin user Elyrith 2013-08-09 20:44:18 -04:00
  • 9c48d2e0da Fix date help order to match input field. Elyrith 2013-08-10 00:55:38 -04:00
  • 8ee1270391 Updated README file with usage information jackbenny 2013-07-28 00:00:17 +02:00
  • e886d4f461 Cleaned up ugly HTML and renamed index.php to simplog.php jackbenny 2013-07-27 23:38:17 +02:00
  • 40de6d2290 Fixed some HTML spacings and added a user/admin page for the user directory jackbenny 2013-07-27 02:56:46 +02:00
  • 846f9144d9 Updated README file with find/edit capabilities jackbenny 2013-07-27 02:35:06 +02:00
  • 387012735f Split it up a bit more and added a way to find and edit posts jackbenny 2013-07-27 02:26:29 +02:00
  • 4847b5f4d7 Fixed a few typos (thanks to flinga who pointed this out) jackbenny 2013-07-26 03:40:19 +02:00
  • 0b601dba2d Forgot about the database in the mysql command jackbenny 2013-07-26 03:34:43 +02:00
  • 36751401ca Split project into multiple files, added a way to post to the blog and rewrote README file jackbenny 2013-07-25 06:12:02 +02:00
  • b14dc108c3 Ooops, still learning the markdown jackbenny 2013-07-25 05:15:28 +02:00
  • aaa6a44059 Renamed SQL file and rewrote README jackbenny 2013-07-25 05:12:06 +02:00
  • c3060ac4dd Added a SQL file to create the table jackbenny 2013-07-25 05:06:45 +02:00
  • 26aba89c33 Fixed typo and added a newline jackbenny 2013-07-23 22:53:32 +02:00
  • 0b0e7ff405 Added a README file jackbenny 2013-07-23 22:49:43 +02:00
  • f5ffa1dab0 Added GPL license text jackbenny 2013-07-23 22:34:03 +02:00
  • 4d2b4cd895 Added function to put N number of posts per page jackbenny 2013-07-23 22:18:30 +02:00
  • f6f08cfef4 Base system is done and working jackbenny 2013-07-21 00:50:58 +02:00