merakımdan temayı satın alıp indirdim, db bağlantı settings.php dosyasının içinde
Alıntı
<?php//@skip-indexing?>
<?php
//-------------------------------------------------- Database Settings -------------------------------------------------
$db_type = "sqlite"; //mysql or sqlite
//MySQL settings
$db_host = '';
$db_name = '';
$db_user = '';
$db_pass = '';
//------------------------------------------------ Admin Settings ------------------------------------------------------
$my_email = 'abc@xyz.com'; // insert your email address here
$private_key = '';
$server_path = '';
//------------------------------------------------ Custom Settings -----------------------------------------------------