Code:
<?php
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
$index = 0;
$subject = "$sitename "._CLANMEMBERS."";
$regmembers = ""._REGMEMBERS."";
$calmembers = ""._CALMEMBERS."";
$lanmembers = ""._LANTEAM."";
$regteam = ""._REGTEAM."";
$calteam = ""._CALTEAM."";
$lanmember = ""._LANMEMBERS."";
/**********************************/
include("header.php");
OpenTable();
print "$subject";
print "$regmembers";
print "$regteam";
print "$calmembers";
print "$calteam";
print "$lanmembers";
print "$lanmember";
CloseTable();
include("footer.php");
?>
Thats my code for Clan_Members just used a language file to put in the info