I've ran into a problem .
I used x-weavers Final revolution anniversary 2009 . I downloaded his database and all seemed to work .
But I'm unable to login . If I enter wrong name/pw I get a notice wrong Pw and/or username but if its correct I get no notice or anything . It like reloads the page .
Config.php
Code:<? @session_start(); //MSSQL Server configuration $_MSSQL[Host] = "KRISTO-0D5C9CB4\SQLEXPRESS"; $_MSSQL[User] = "sa"; $_MSSQL[Pass] = "HIDDEN"; $_MSSQL[DBNa] = "GunzDB"; //MySQL Server configuration $_MYSQL[Host] = "localhost"; $_MYSQL[User] = "root"; $_MYSQL[Pass] = ""; $_MYSQL[DBNa] = "foro"; //Configuration $_CONFIG[NewsFID] = 2; $_CONFIG[EventsFID] = 0; $_CONFIG[vBulletinPrefix] = "xxxxx"; $_CONFIG[ForumURL] = "http://xxx.tk/"; //Offline page $_CONFIG[OfflinePage] = ""; $r = mssql_connect($_MSSQL[Host], $_MSSQL[User], $_MSSQL[Pass]) or die("Cant connect to database"); mssql_select_db($_MSSQL[DBNa], $r); ?>


Reply With Quote


