Skip to content

sinandmr/Blog

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors