PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.
Author Message
icequeen
New Member
New Member


Joined: Apr 26, 2006
Posts: 10

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

I have the newest version installed and running at
Only registered users can see links on this board!
Get registered or login to the forums!
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 Back to top

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: 16987
Location: Kansas

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

Srhh,

Keep this up and I'll be forced to make you a Moderator Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

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 Visit poster's website
icequeen
New Member
New Member


Joined: Apr 26, 2006
Posts: 10

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

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?
View user's profile Send private message
kguske
Site Admin


Joined: Jun 04, 2004
Posts: 6044

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

It would treat it as not defined - the same as $index == 0 prior to the patch in which that change was introduced.
View user's profile Send private message
icequeen
New Member
New Member


Joined: Apr 26, 2006
Posts: 10

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

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.
View user's profile Send private message
montego
Site Admin


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

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

Most excellent news!

:clap:
View user's profile Send private message Visit poster's website
srhh
Involved
Involved


Joined: Dec 27, 2005
Posts: 296

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

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...
View user's profile Send private message
Raven
Site Admin/Owner


Joined: Aug 27, 2002
Posts: 16987
Location: Kansas

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

I was wondering where you went to. I was afraid I had really scared you off Wink
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
srhh
Involved
Involved


Joined: Dec 27, 2005
Posts: 296

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

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.
View user's profile Send private message
Guardian2003
Site Admin


Joined: Aug 28, 2003
Posts: 6373
Location: Vsetin, Czech Republic

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

ROTFL killing me
View user's profile Send private message Send e-mail Visit poster's website
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.

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
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2011 by Raven

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::
:: fisubice Theme Modified by the RavenNuke™ Team ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum