Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.218
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Help Please
Help Please

5 Replies / 4782 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » Modules

View previous topic :: View next topic


amcb10
Reputation: 461.4 Add RepSubtract Rep
Local time: 8:28 AM


Noob
Noob

0.00 posts per day
Medals: 0

Joined: May 29, 2007
Last Visit: 21 Dec 2008
Posts: 3
Points: 225 

Post Help Please Posted: Mon Jun 04, 2007 6:39 pm

Shop Purchases:
Guildwars (Ultimate) Theme

I recently downloaded a module (Aucnuke 2.1) and im having a slight problem installing it on nuke 7.9. It says to change some text in mainfile.php

Does anyone know what needs to be changed.

I have in my mainfile.php
Code:

if(defined('FORUM_ADMIN')) {
define('INCLUDE_PATH', '../../../');
} elseif(defined('INSIDE_MOD')) {
define('INCLUDE_PATH', '../../');
} else {
define('INCLUDE_PATH', './');
}

@require_once(INCLUDE_PATH."config.php");
@require_once(INCLUDE_PATH."db/db.php");

Yet the install file says look for
Code:

=== Mainfile.php - aprx line 137 thru 146 ========

if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
} else {
@require_once("config.php");
@require_once("db/db.php");
}

=== Replace with this ============================

if (defined('FORUM_ADMIN')) {
@require_once("../../../config.php");
@require_once("../../../db/db.php");
} elseif (defined('INSIDE_MOD')) {
@require_once("../../config.php");
@require_once("../../db/db.php");
require_once("../../admin/modules/auc_nuke/init.php");
} else {
@require_once("config.php");
@require_once("db/db.php");
include_once("admin/modules/auc_nuke/init.php");
}

Any help would be greatly appreciated.

Thanks
 

 
View user's profileSend private message Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 3:28 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Posted: Mon Jun 04, 2007 7:51 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Installs are not always correct and their edits / replaces arent' either depending on your version of nuke. The best you can do is backup your current correct file and give it a shot.

Then report errors.
 

Phpnuke Downloads | VMaxxRx Male Enhancement  
View user's profileSend private messageVisit poster's website Reply with quote

amcb10
Reputation: 461.4 Add RepSubtract Rep
Local time: 8:28 AM


Noob
Noob

0.00 posts per day
Medals: 0

Joined: May 29, 2007
Last Visit: 21 Dec 2008
Posts: 3
Points: 225 

Post Posted: Mon Jun 04, 2007 8:43 pm

Shop Purchases:
Guildwars (Ultimate) Theme

I have already tried this and all i get is a blank screen, i cant understand why the formatting is different.
 

 
View user's profileSend private message Reply with quote


floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 3:28 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Dedication (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Posted: Mon Jun 04, 2007 8:53 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Mainfile.php changes from version to version. In config.php set errors to TRUE

Let me know what it says.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

amcb10
Reputation: 461.4 Add RepSubtract Rep
Local time: 8:28 AM


Noob
Noob

0.00 posts per day
Medals: 0

Joined: May 29, 2007
Last Visit: 21 Dec 2008
Posts: 3
Points: 225 

Post Posted: Tue Jun 05, 2007 3:45 pm

Shop Purchases:
Guildwars (Ultimate) Theme

I have set errors in config.php to true but i still just get a blank screen. I am running nuke 7.9 with chatserv patck 3.1 if this helps. I need to get the mainfile to include the init file on load but not sure how to code it.

Any help is appreciated
 

 
View user's profileSend private message Reply with quote

floppy
Reputation: 2088.8 Add RepSubtract Rep
votes: 22
Local time: 3:28 AM
Location: Jackson Mississippi
usa.gif

Site Admin
Site Admin

1.17 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Scripts/Coder
Scripts/Coder
Joined: Nov 14, 2006
Last Visit: 03 May 2012
Posts: 2353
Points: 132516 

Post Posted: Tue Jun 05, 2007 3:48 pm

Shop Purchases:
Clan Roster 2.0 · Multi Gaming (Warrior) Evo Theme · COD6 ModernWarfare 2 Teaser Splash Screen · Left for Dead Evo Extreme Version

Code:
if(defined('FORUM_ADMIN')) {
define('INCLUDE_PATH', '../../../');
} elseif(defined('INSIDE_MOD')) {
define('INCLUDE_PATH', '../../');
} else {
define('INCLUDE_PATH', './');
}

@require_once(INCLUDE_PATH."config.php");
@require_once(INCLUDE_PATH."db/db.php");
include_once("admin/modules/auc_nuke/init.php");


If you still get a blank page, the init.php has an error in it.
 

 
View user's profileSend private messageVisit poster's website Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » Modules


 
5 Replies / 4782 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
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 cannot attach files in this forum
You can download files in this forum