Wolfster wrote: anyone know a good twl block or module that scrolls? appreciate it in advance Posted: Sun Jan 22, 2006 5:55 pm
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
droopie wrote: nice i play battlefield this will be great for my team Posted: Thu Nov 30, 2006 12:28 pm
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||