Home Your Account Forums Downloads Clan Members
Shout It Out

Only registered users can shout. Please login or create an account.
¤TÐI¤
TDI
·Home
·TI Forum
·TI Memberlist
·TI History
·TI Server-rules
·TI Squad-rules
·TI Teamspeak-rules
·TI Ban-rules
·TI Challenge-rules

·TI Next Wars
·TI War Results
·TI War-Login
·TI Calendar
·Challenge TI
·Join TI
¤TÐI¤
Site menu
 
¤TÐI¤
User Info
Last SeenLast Seen
Server TrafficServer Traffic
  • Total: 10,428,547
  • Today: 0
Server InfoServer Info
  • Nov 21, 2024
  • 07:44 pm CST
 
¤TÐI¤
NSNGD Access
Nickname

Password


Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.
¤TÐI¤

 
.: THE DUTCH IMMORTALS :.: Forums
 


 
TDI-HQ :: View topic - Vwar block Next actions.

 
 Forum FAQForum FAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
View next topic
View previous topic
Post new topic   Reply to topic  TDI-HQ Forum Index » Tech Support
Author Message
Stoempie
Newbie
Newbie


Joined: Feb 12, 2012
Posts: 1

PostPosted: Mon Feb 13, 2012 2:21 pm Reply with quote Back to top

Hey,
i have downloaded a block vwar next but it seems not to work.

i'm using Nuke-Evolution Xtreme: Enhanced PHP-Nuke Web Portal System RELEASE 2.0.7 and Version: 1.5 R15.4 Hi-Wire R15 i can activate the block but i get no info on the block of the next war ?

the PHP code in the block is the next.

Code:
//*************************************************************************************************
//                                        vWar Extras Block 0.75                                  *
// Created by Garret Picchioni aka Maj Picchioni USAF                                             *
// Remove the "//" next to each line of code to enable a certain extra                            *
// Don't forget to change the path to your vWar folder                                            *
// Rearanging the lines of code will rearange the order of the extras                             *
// Email me at MajPicchioniUSAF@picchioni.org if you have trouble or any other ideas              *
// Just play with the files and get them to your liking                                           *
//                                                                                                *
// Modified by XenoMorpH ¤TÐI¤ with the loginblock                                                *
// http://www.tdi-hq.com       aarvuij@hotmail.com                                                *
// =================================================                                   *
// Adapted for PHPNUKE-CLAN.COM (PNC 2.1)                                            *
// http://www.phpnuke-clan.com  support@phpnuke-clan.com                                    *
//*************************************************************************************************
if (eregi("block-vWarLogin.php",$_SERVER['PHP_SELF']))
{
    Header("Location: index.php");
    die();
}

include("config.php");

$vwar_modulename = "vwar";
$vwarsiteurl ="$vwarsiteurl";
global $db;
require("modules/$vwar_modulename/includes/_config.inc.php");

$content2 = "<form action="modules.php?name=$vwar_modulename\" method="post\">\n<center>\n";
$content2 .= "<font>Username/Password</font><br>\n";
$content2 .= "Username<br>";
$content2 .= "<select name="loginname\" size="1\">\n";
$result = $db->sql_query("SELECT name FROM vwar".$n."_member WHERE ismember = '1'");
   while($row=$db->sql_fetchrow($result)) {
             $content2 .= "<option value="$row[0]\">$row[0]</option>\n";
   }
$content2 .= "</select><br>Password<br>\n";
$content2 .= "<input type="password\" size="20\" name="loginpassword\"><br>\n";
$content2 .= "<input type="submit\" name="login\" value="Login\">\n";
$content2 .= "</form>\n";



//$content .= "<tr>\n";
//$content .= "<td align='right' valign='top' colspan='1'>\n";
ob_start();
//include("$vwarsiteurl/modules/$vwar_modulename/extra/calendar_include.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/countdown.php");
include("$vwarsiteurl/modules/$vwar_modulename/extra/nextactions.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/lastactions.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/news_headlines.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/login.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/online.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/records.php");
//include("$vwarsiteurl/modules/$vwar_modulename/extra/today.php");
$output = ob_get_contents();
ob_end_clean();
$content = $output;
// Please leave the copyright, although it wasn't hard to make give a little credit //
$content .= "<table width='100%' border='0' cellpadding='1' cellspacing='0'>\n";
$content .= "<tr>\n";
$content .= "<td align='left' valign='middle' class='mainmenu'>\n";
$content .= "<br>\n";
//$content .= "$content2</td>\n";
$content .= "</tr>\n";

$content .= "</td>\n";
$content .= "</tr>\n";
$content .= "</table>\n";
$content .= "<a href='http://www.tdi-hq.com/'>\n";
$content .= "<br><right><span>&copy; XenoMorpH ¤TÐI¤</a></right>\n";
?>


My Vwar url is http://www.battlefieldmaniacs.com/modules/vwar/ in the general admin

thx
View user's profile Visit poster's website
XenoMorpH
Site Admin
Site Admin


Joined: May 07, 2004
Posts: 2657
Location: Coevorden, NL

PostPosted: Sun Feb 26, 2012 4:20 pm Reply with quote Back to top

Sorry for the late response...

I suggest that you download the XSP vWar Info-block Version 3.1.

Did you install vWar in the SAME database as where your php-nuke database is located?
View user's profile Send e-mail MSN Messenger
Nexusucx
Newbie
Newbie


Joined: Dec 28, 2010
Posts: 13

PostPosted: Sun Apr 01, 2012 7:13 pm Reply with quote Back to top

Download links for the xsp vwar block are broken. Can you fix plz..

really need this block..

Thanks in advance
View user's profile
XenoMorpH
Site Admin
Site Admin


Joined: May 07, 2004
Posts: 2657
Location: Coevorden, NL

PostPosted: Mon Apr 02, 2012 9:26 am Reply with quote Back to top

Working on it.. Smile
View user's profile Send e-mail MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2002 phpBB Group :: Template & Graphics by Daz
Ported for PHP-Nuke by nukemods.com
All times are GMT + 1 Hour
 
Forums ©