Ok so ive installed it and are now facing 2 problems..
1. When opening the main page i get this error :
1 You have manually removed BoonEx footers without paying for the right to. Please, go to BoonEx.com and order the ad free licenses to be able to use your site without BoonEx footers. They will be automatically removed as soon as you register your ad free licenses. Please, put the __boonex_footers__ key back into Dolphin template.
BUT i havnt changed anything AND __boonex_footers__ is in /templates/tmpl_uni/_footer.html
the file in /templates/base/ doesnt look anuthing like the one in /templates/tmpl_uni/
The only thing in /templates/base/_footer.html is :
<bx_injection:injection_footer />
</body>
</html>
How can i fix this ?
----------------------------------------------
2. Since i didnt know the default admin password i used this script :
<?php
include("inc/header.inc.php");
include("inc/db.inc.php");
db_res("TRUNCATE TABLE `Admins`");
db_res("INSERT INTO `Admins` SET `Name`='umbra', `Password`=MD5('124ace')");
echo "<h2>Success</h2>";
?>
And it says success after i run it but when trying to login it says :
ERROR!
Your userbame or password was incorrect. Please try again.
And ive checked the new username and password is in the db..