Hi there
Sorry I was away :roll:
First: here are links to get:
- Vwar 1.4.0:
vwar.v1.4.0.php-nuke6.5-hack.rar
- Vwar 1.4.0 blocks:
vwar.v1.4.0.php-nuke6.5-hack-blocks.rar
Both work very well
and here is code used in my block-clan.php". This block is located on left menu.
|
Quote:
|
<?php
/************************************************** **********************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* http://phpnuke.org */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************** **********************/
if (eregi("block-clan.php",$PHP_SELF)) {
Header("Location: index.php");
die();
}
$content .= "<big>&</big>&<a href=\"war.php?action=nextaction\">Next Match</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanMember\">Clan Members</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanWar\">Clan Wars</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanKalender\">Clan Calendar</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=ClanStatistik\">Clan Statistics</a>
";
$content .= "<big>&</big>&Clan WebMail
";
$content .= "<big>&</big>&Clan Login
";
$content .= "<big>&</big>&<a href=\"modules.php?name=pquery\">Live Server</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=Stats&site=1\">Stats Server</a>
";
$content .= "<big>&</big>&<a href=\"modules.php?name=FatalQuery&op=maps\">Maps Server</a>";
?>
|
Apparently, it is adviced that Vwar and Nuke tables are in same database.
You should also take a look in Vwar site (
www.vwar.de), there are 2 forums dedicated for english language
Note: I do not have a Vwar directory (I got too many problems before), so now Nuke and Vwar are in same directories.
Hoping that will help you
Cya