i got this script and trying to install it, but i am having problem: Here is the image:
Here is database.php file:
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
$active_group = 'default';
$query_builder = TRUE;
$db['default'] = array(
'dsn' => '',
'hostname' => '*****',
'username' => '******',
'password' => '*******',
'database' => '********',
'dbdriver' => 'mysql',
'dbprefix' => 'WS_',
'pconnect' => TRUE,
'db_debug' => TRUE,
'cache_on' => FALSE,
'cachedir' => 'application/cache/others',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '{PRE}',
'autoinit' => TRUE,
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);
There is database created and i imported this file that came up with the theme:
http://www.speedyshare.com/VNSkW/base.sql
I can't figure out where is problem i am not that good at php, if you need any other files i will upload them and post here.
Here is web link: http://chwallpapers.cf/
PS: My english is bad, sry.
WS_wallpapersis in your database?wc_wallpapers, maybe table names are case sensitive.