Really GREAT HACK! Very FAST,easy to use and graphically beautiful.
I have commented the lines from 128 to 132 like RyoShin have suggested
HERE.
I got the same problem of SnowBot (take a look
HERE) and the only way to make things work was doing:
PHP Code:
$use_login = false; // Toggle login system (true/false).
$auto_login = true; // Toggle auto login (true/false).
$username = "myuser"; // Set a username
$password = "mypass"; // Set a password.
I don't know why the:
PHP Code:
$use_login = true; // Toggle login system (true/false).
$auto_login = true; // Toggle auto login (true/false).
$username = "myuser"; // Set a username
$password = "mypass"; // Set a password.
don't works