![]()
nwmikesu wrote: I take it your meaning the Team Warfare League? I ended up just using a custom module i made. 1.Create a new folder - name it TWL , 2.Open Notepad, copy and paste the following into it. Save it as index.php. <? if (!eregi("modules.php", $_SERVER['PHP_SELF'])) { die ("You can't access this file directly..."); } if(!IsSet($mainfile)) { include ("mainfile.php"); } $index=0; $theme="DeepBlue"; $go_to_address1="WHATEVER WWW PAGE U WANT HERE!"; $go_to_address=rawurldecode($go_to_address1); include("header.php"); OpenTable(); echo "<center><h4><a href=\"index.php\">Click to close.</a></h4></center>"; echo "<iframe SRC=\"".$go_to_address."\" width=\"100%\" height=\"1200\" framespacing=0 frameborder=no border=0 scrolling=auto></iframe>"; echo "<br><center>NB. Using iframes!</center><br>"; CloseTable(); include("footer.php"); die; ?> Then upload the folder including that file into your modules folder in your site. All should be ok, you can then make more just rename to add other webpages as modules to your site! hope this helps Mike Posted: Mon Sep 04, 2006 8:36 am
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||