Nulled Scripts Community

Best Scripts Site In The World

Status
Not open for further replies.
https://www.cloudflare.com/a/network/YourSite.com

1. WebSockets: enabled

2. Pseudo IPv4: Overwrite headers

3. IP Geolocation: enabled

Login to your FTP Access /var/www/ or /home/YourUsername/public_html/ - /library/config.php edit / notepad++ ONLY. Do not use notepad original.

Add code line
Code:
if (isset($_SERVER['HTTP_CF_CONNECTING_IP'])) { $_SERVER['REMOTE_ADDR'] = $_SERVER['HTTP_CF_CONNECTING_IP']; }

Save it & exit. Try login to your Admin Panel.
 
i edited the config file and it still says it
 
The only thing i see in the config file is my DB username and PW
Code:
<?php
 
$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'MyUSERNAME';
$config['db']['password'] = 'MYPASSWORD';
$config['db']['dbname'] = 'DBNAME';
 
 
$config['superAdmins'] = '1';

Code:
 /public_html/library
 
http://prntscr.com/ft7hiu
 
Before
Code:
<?php

$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'MyUSERNAME';
$config['db']['password'] = 'MYPASSWORD';
$config['db']['dbname'] = 'DBNAME';


$config['superAdmins'] = '1';

After
Code:
<?php

$config['db']['host'] = 'localhost';
$config['db']['port'] = '3306';
$config['db']['username'] = 'MyUSERNAME';
$config['db']['password'] = 'MYPASSWORD';
$config['db']['dbname'] = 'DBNAME';


$config['superAdmins'] = '1';
$config['enableListeners'] = false;

Save & Exit.
 
Actually that worked thanks !!
now i got to install that file
 
OKay i go in now im in and Addon is installed do if i remove the code from the config file it kicks me again with the same error
what do i do in here>?
http://prntscr.com/ft7n0y


and do i change the

Code:
Do i change $config['enableListeners'] = false;
 
 
 
to //$config['enableListeners'] = false; or to this $config['enableListeners'] = true;
 
Code:
//$config['enableListeners'] = false;
 
Status
Not open for further replies.

738Threads
2,302Messages
66,769Members
WinecloLatest member
Back