BlogWeb-PHP-SQLite
Activating SQLite functions for XAMPP
I used XAMPP while preparing this project. SQLite functions are disabled in XAMPP. To activate these, we need to edit the ";extension=sqlite3" section in the php.ini file as "extension=sqlite3" and save the text document. To turn off the feature, just put "; (semicolon)" in front of it again. If you are using another program for the server rather than XAMPP, you can get help from Google to enable the SQLite feature.
email = admin@gmail.com password = admin
I have set the admin account to be created automatically when you activate the site, but if it is not active, you can go to "/connect.php". If this does not work, if you give the admin value of a user you created in the users table in the database to "1", you will authorize it. Description = To create a post, after filling out the "post create" form from the Blog menu, the created post must be approved by the admin panel before it can be read.
email = admin@gmail.com şifre = admin
Siteyi aktif ettiğinizde admin hesabının otomatik olarak oluşacak şekilde ayarladım fakat aktif olmazsa "/connect.php" adresine gidebilirsiniz. Eğer bu da olmuyorsa veritabanındaki users tablosunda oluşturduğunuz bir kullanıcının admin değerini "1" verirseniz yetki vermiş olursunuz. Açıklama = Gönderi oluşturmak için Blog menüsünden "post create" formunu doldurduktan sonra oluşturulan gönderinin okunabilmesi için admin panelinden tarafından onaylanması gerekiyor.

