View Single Post
Posts: 1,313 | Thanked: 2,978 times | Joined on Jun 2011 @ Finland
#62
Originally Posted by judhaz View Post
I guess I need to do some slight modifications to the .php files, like changing these lines:
Code:
        $_SESSION['dbUsername'] = <USERNAME>;
        $_SESSION['dbPassword'] = <PASSWORD>;
Do you have a simple step-by-step guide to what I need to do?
Put there the username and password of the database you use for EasyList:

Code:
        $_SESSION['dbUsername'] = 'judhaz';
        $_SESSION['dbPassword'] = 'easilyguessablepassword';
__________________
My N9/N950 projects:
 

The Following User Says Thank You to ajalkane For This Useful Post: