Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 52
5 members and 47 guests
affiz4iliate6ec, cliaw9cckhereto, mariacolmanyne3, medaricalddw93g, parttarcts
Most users ever online was 611, 03-21-2008 at 10:10 PM.
» .::.
» .:.

Go Back   Nukemods Forum > PHP-Nuke 7.x > Nuke 7.x - Modules

Reply
 
LinkBack Thread Tools Display Modes
Virtuel War Blackbox R9 not in page
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2005
Virtuel War Blackbox R9 not in page - 03-04-2005, 09:39 AM

Hi i'm having some problems getting vwar 1.5 r9 blackbox
in my page i have sucsses fully installed it and it's working fine the problem is getting it IN to the page all side boxes disappears when pressing vwar in the modules list i'm running nuke 7.5 and vwar 1.5 r9 blackbox see my problem here http://83.93.223.113/modules.php?name=vwar

hope you have a solution or an suggestion for my problem

in advance thank you
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-04-2005, 12:00 PM

http://www.nukemods.com/modules.php?name=PHP-Nuke_Tools


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2005
03-04-2005, 12:17 PM

That did not help me much i don't know what the point of that post was but thx anyway
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#4 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-04-2005, 12:19 PM

The point is you dont know how to make a module the tool page here will help you


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2005
03-04-2005, 02:31 PM

hmmm.. as far as i know Virtuel war IS a complete module that just have to be installed and activatet in PHP nuke and i have done so!!

Quote:
the problem is getting it IN to the page all side boxes disappears when pressing vwar in the modules
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#6 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-05-2005, 05:08 AM

There is small bit of code missing from your module

if you have a html or index.php file in that moldule folder open it and see if there any referance like this at the start
Code:
if (!eregi("modules.php", $PHP_SELF)) {
   die ("You can't access this file directly...");

}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
include("header.php");
$index = 0;
OpenTable();
Theres also more at the end, but for now let us know if you have that.


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#7 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2005
03-05-2005, 10:17 AM

It seems i have no section like that this is the first couple of lines in my index.php

Code:
// get functions
$module_name = basename(dirname(__FILE__));
$vwar_root = "modules/" . basename(dirname(__FILE__)) ."/";

require ($vwar_root . "includes/functions_common.php");
require ($vwar_root . "includes/functions_front.php");

if (isset($userlanguage))
{
	SetVWarCookie("vwarlanguage",$userlanguage);
}

// do the quickjump
doQuickjump($GPC['quickjumptarget']);

// update repeating datelines
updateRepeatingDatelines("vwar".$n, "warid", "dateline", 1, $waroverlap);

// unset vars to prevent sql-injections
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#8 (permalink))
Member
 
Status: Offline
Posts: 450
Join Date: Jul 2004
03-05-2005, 04:21 PM

Put this

require_once("mainfile.php");


After this


// get functions

So it looks like this


// get functions
require_once("mainfile.php");



You can see that working here


Share4Gain.com- 80% Adsense Revenue Share, no website required
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#9 (permalink))
Junior Member
 
Status: Offline
Posts: 5
Join Date: Mar 2005
03-07-2005, 04:58 AM

i would love to say that it helped but nothing happen't
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help, page navigation eXimator Nuke 7.x - General 3 05-15-2006 09:40 AM
vWar v1.5 R9 BlackBox Righthand Blocks NOT SHOWING Campo Nuke 7.x - Modules 0 06-21-2005 02:30 PM
Forum in its own page rekcof Nuke 7.x - Themes 4 12-17-2004 02:54 PM
top page bar Pablo Site design 15 07-05-2003 12:27 AM
HOw to: Link one content page to another content page? IACOJ Purged Topics 5 02-12-2003 02:58 PM




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31