iGuest 3 Report post Posted December 22, 2004 hi i installed the phpnuke at - http://forums.xisto.com/and phpBB at - http://forums.xisto.com/i would like to replace the phpnuke forum with the phpbb one or at least make a new module that points to http://forums.xisto.com/..... thx... Share this post Link to post Share on other sites
iGuest 3 Report post Posted December 26, 2004 hi i installed the phpnuke at - http://forums.xisto.com/and phpBB at - http://forums.xisto.com/i would like to replace the phpnuke forum with the phpbb one or at least make a new module that points to http://forums.xisto.com/..... thx... ya i also wanna know dis Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 20, 2005 Hi, <?PHP if (!eregi("modules.php", $_SERVER['PHP_SELF'])) { die ("You can't access this file directly..."); } header("Location: http://yourotherphpbbforum.com"); ?> ^^ save that as index.php, place in a folder named whateveryou'd like the link to be called( like phpbbforum), and upload to your modules folder, then activate it. Share this post Link to post Share on other sites
iGuest 3 Report post Posted January 22, 2005 thx..... Share this post Link to post Share on other sites