sinandmr / Blog

PHP Blog Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About The Project

home

admin

Blog project that can be controlled with the admin panel and everything is dynamic.

Built With

Installation

  1. Import the sinanblog.sql file into your database.
  2. Enter your database information in config.js sistem/baglan.php and admin/sistem/baglan.php
    $db = new PDO("mysql:host=localhost;dbname=sinanblog;charset=utf8","root","");
  3. Enter your e-mail information in admin/islemler.php.
    $gonderen = 'email';
    $sifre = 'password';
    $mail = new PHPMailer();
    $mail->Host       = 'mail.host.com';
    $mail->Port       = 465;
    $mail->SMTPSecure = 'ssl';

Live

About

PHP Blog Project


Languages

Language:CSS 36.7%Language:PHP 26.5%Language:SCSS 16.5%Language:JavaScript 12.8%Language:HTML 7.4%