Hi, I just downloaded this hack and it works just fine to me. In fact, I found some small mistakes in his codes, many of you have got these mistakes and couldn't figure it out, here's what you need to know:
for example, this is your site:
http://yoursite.com/
--> your forum:
http://yoursite.com/forums/
- your
home.html now has been changed into
home.php
- At the top of the page
home.php, you MUST add these lines:
Quote:
<?php
chdir("./forums/"); // Darren is wrong when he wrote 2 dots (../), change "forums" to whatever directory your forum is!
require('global.php');
?>
|
- Whenever in your page you wanna add welcome panel, just add as Darren said:
Quote:
<?php include ("webwelcome.php"); ?>
|
that's all folks,
Good luck you guys!