Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.02.02 Distro
Author Message
icequeen
New Member
New Member



Joined: Apr 26, 2006
Posts: 10

PostPosted: Wed May 10, 2006 8:01 pm Reply with quote

I have the newest version installed and running at [ Only registered users can see links on this board! Get registered or login! ] I have install several custom blocks and they all seem to work except for those that require a module. I know there is some coding that has to change in the beginning of the files, just figuring out which ones is the issue.

Neos-Chronos v179-nuke works for this version of ravensnuke and I have a server status block that also works.

vWar 1.50 R13 PHP nuke Hi-wire - from vwar.de is still being tweaked by myself and McGyver. Hopefully we will get it working as well.

McGyver of XCS has a Ventrilo server and channels block/module with links to connect and personalized headings. It is pretty cool. I have it up and running on my site.

Can someone help me, I like the built in security of your version of nuke, but I would like to get these modules up and running.


Last edited by icequeen on Wed May 10, 2006 9:06 pm; edited 2 times in total 
View user's profile Send private message
srhh
Involved
Involved



Joined: Dec 27, 2005
Posts: 296

PostPosted: Wed May 10, 2006 8:13 pm Reply with quote

Well, RavenNuke IS the 7.6 version of PhpNuke, only with some security add-ons (like NukeSentinel) code patches, a few add on modules and I'm probably forgetting a few things here. But I don't see why adding on those modules wouldn't work with RavenNuke if they worked when you were running just the basic 7.6 version of PhpNuke. They are both the same basic thing (but RavenNuke is better and infinitley more secure!). The only issue you may come across is NukeSentinel may not like some of those add-ons.
I suppose the only way to know for sure is to try, unless someone here knows more about those specific modules.
 
View user's profile Send private message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Wed May 10, 2006 11:44 pm Reply with quote

Srhh,

Keep this up and I'll be forced to make you a Moderator Wink
 
View user's profile Send private message
Guardian2003
Site Admin



Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam

PostPosted: Thu May 11, 2006 3:21 am Reply with quote

The code usually found at the beginning of blocks and module index.php files may need changing.
A quick compare should highlight any obvious changes and would provide a good starting point for you.
For example in blocks files, you might have
Code:
if (eregi("block-YourFileName.php",$_SERVER['PHP_SELF'])) {

    Header("Location: index.php");
    die();
}
which might benefit from a change to
Code:
if ( !defined('BLOCK_FILE') ) {

    Header("Location: ../index.php");
    die();
}

Modules index.php may have
Code:
if (!eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {

    die ("You can't access this file directly...");
}

and may benefit from a change to
Code:
if ( !defined('MODULE_FILE') )

{
   die("You can't access this file directly...");
}

Are you getting any errors after turning error reporting on?
 
View user's profile Send private message Send e-mail
icequeen







PostPosted: Thu May 11, 2006 9:38 am Reply with quote

Thanks, that has been very helpful. One other question, I did notice that there was a change also with a line having to do with the index file.

Quote:
$index == 1


should be changed to:

Quote:
define('INDEX_FILE', true);


in every instance it is found? Sometimes the index is set to 0, so would that read false instead of true?

McGyver and I are working on porting vwars Hi-Wire to RN. Not all folders have an index.php in them.

Also, do you want .rar files of these mods to put in the downloads section after you have a chance to check them?
 
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6432

PostPosted: Thu May 11, 2006 7:01 pm Reply with quote

It would treat it as not defined - the same as $index == 0 prior to the patch in which that change was introduced.

_________________
I search, therefore I exist...
nukeSEO - nukeFEED - nukePIE - nukeSPAM - nukeWYSIWYG
 
View user's profile Send private message
icequeen







PostPosted: Sun May 14, 2006 9:56 pm Reply with quote

Just an update...

Had to go with a stand alone version of vwars... it isn't stable or secure within this version of nuke. So we are making a block to link to the single version to go on the site instead.

All other blocks are working.
 
montego
Site Admin



Joined: Aug 29, 2004
Posts: 9457
Location: Arizona

PostPosted: Mon May 15, 2006 6:19 am Reply with quote

Most excellent news!

:clap:

_________________
Where Do YOU Stand?
HTML Newsletter::ShortLinks::Mailer::Downloads and more... 
View user's profile Send private message Visit poster's website
srhh







PostPosted: Thu Jun 08, 2006 10:12 pm Reply with quote

Raven wrote:
Srhh,

Keep this up and I'll be forced to make you a Moderator Wink


Hey, don't threaten me like that. killing me




P.s. My computer fried a month ago...I'm just now catching up...
 
Raven







PostPosted: Thu Jun 08, 2006 10:15 pm Reply with quote

I was wondering where you went to. I was afraid I had really scared you off Wink
 
srhh







PostPosted: Thu Jun 08, 2006 10:21 pm Reply with quote

You sure did! Wink

My harddrive went kapoof. But I know what caused it.......I was running Windows...apparently there is no known cure either.
 
Guardian2003







PostPosted: Fri Jun 09, 2006 9:22 am Reply with quote

ROTFL killing me
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v2.02.02 Distro

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-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©