Your IP : 216.73.216.93


Current Path : /home/users/unlimited/www/facebook.codeskitter.site/
Upload File :
Current File : /home/users/unlimited/www/facebook.codeskitter.site/config.php

<?php
// +------------------------------------------------------------------------+
// | @author Deen Doughouz (DoughouzForest)
// | @author_url 1: http://www.wowonder.com
// | @author_url 2: http://codecanyon.net/user/doughouzforest
// | @author_email: wowondersocial@gmail.com
// +------------------------------------------------------------------------+
// | WoWonder - The Ultimate PHP Social Networking Platform
// | Copyright (c) 2016 WoWonder. All rights reserved.
// +------------------------------------------------------------------------+
// MySQL Hostname
$sql_db_host = "localhost";
// MySQL Database User
$sql_db_user = "unlimited_facebook";
// MySQL Database Password
$sql_db_pass = "unlimited_Facebook25";
// MySQL Database Name
$sql_db_name = "unlimited_facebook";

// Site URL
$site_url = "https://facebook.codeskitter.site"; // e.g (http://example.com)

$auto_redirect = true;

// Purchase code
$purchase_code = "786578"; // Your purchase code, don't give it to anyone.

$siteEncryptKey = "cd730f6f2b2a1cf1e0a6e140eae7268c6c969df2"; // Your site encrypt key, don't give it to anyone.
?>