I can't get this script working under Windows server. The absolute path for the script, forum and CMS doesn't seem to be working. While installing the script i get these errors at the top of the page:
Code:
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\root\hack\classes\mysql.php on line 166
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in D:\root\hack\classes\mysql.php on line 166
...but the install finishes anyway. Then, when i try to login or logout at the forums:
Code:
IPB WARNING [2] login::require_once(D: oot\hack/cms_forum_hack.php) [function.login-require-once]: failed to open stream: Invalid argument (Line: 627 of \sources\action_public\login.php)
You see that D:\root seems to be wrong there, so I opened the login.php file and looked there and it was OK. Maybe MySQL doesn't like "\r" ?