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 -> phpnuke 7.7
Author Message
quickthrottle
Regular
Regular



Joined: Mar 18, 2006
Posts: 60

PostPosted: Wed Mar 22, 2006 12:09 pm Reply with quote

Ok i downloaded php-nuke 7.7 from phpnuke.org.
All Modules that came with it work fine, all is well.
when i install other Modules all i get is "acsses denied" when i try to go to them.

I read something in the docs saying i have to edit some things.
im sure there must be something in more simple turms telling me what i need to do.

Also what is with all the patches on this site, can you explane what they do?

Yes Im a Newbe. somewhat
I remember a time when all you had to do is upload it to the Modules section and you where done! may have to run some SQL scripts but that was it.

Now seems as if you have to be a php freek just to get stuff to work.

Im sure i must be missing something..
 
View user's profile Send private message
kguske
Site Admin



Joined: Jun 04, 2004
Posts: 6433

PostPosted: Wed Mar 22, 2006 3:39 pm Reply with quote

I strongly recommend that you consider using RavenNuke - available here - instead of 7.7. With RavenNuke, much of what you might want - security patches, NukeSentinel, NSN Groups and more - has already been integrated. It also has a pretty straightforward installation. You won't need to be a PHP guru to make it work.

That said, having basic editing skills would be useful as you may need to make changes for other modules you might want to use.

The security patches, developed by Chatserv and his team at [ Only registered users can see links on this board! Get registered or login! ] fix many of the security problems in the PHP-Nuke available from phpnuke.org. However, versions 7.7 and higher have security holes that cannot be fixed by a patch and cannot be protected by NukeSentinel.

Hope that helps...

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







PostPosted: Wed Mar 22, 2006 4:52 pm Reply with quote

the install is no trouble, got it down to a T.
its the Modules that give me trouble.
I will download the RavenNuke and use it as long as i can get the RavenNuke i want to work with it, so far i have been to at least 7 sites and you are the first one the even tried to answer my question.

Thanks So Much

Im off to download RavenNuke.
 
evaders99
Former Moderator in Good Standing



Joined: Apr 30, 2004
Posts: 3221

PostPosted: Wed Mar 22, 2006 7:02 pm Reply with quote

The module may use a different authorization check. You would want to use the newer standards, in the Patched files, phpNuke 7.9, and RavenNuke
[ Only registered users can see links on this board! Get registered or login! ]
See: File Access Checks (Access Denied)
It depends on whether this is a block, module, or admin script

_________________
- Star Wars Rebellion Network -

Need help? Nuke Patched Core, Coding Services, Webmaster Services 
View user's profile Send private message Visit poster's website
quickthrottle







PostPosted: Wed Mar 22, 2006 7:56 pm Reply with quote

Ok first off, Im not that good a codeing and i do understand some things from hacking invison power boards with code someone else wrote.

I may take a little more time and relley become a pain in the ass. Embarassed

I do know i will have to change the pages in the modules but what files?
All of them or just the index.php file, see thats the part that has me pulling my hair out. LOL

I just dont know what im doing, thats all!
 
evaders99







PostPosted: Wed Mar 22, 2006 8:24 pm Reply with quote

It would be changes to all of them. You would have to find any of the deprecated code and convert to the new one
 
quickthrottle







PostPosted: Wed Mar 22, 2006 9:24 pm Reply with quote

so i would have to replace:

Code:
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) {



with this:

Code:
modules/*/*.php 

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

require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);


in every place that i find one of these?

Code:
if (!eregi("modules.php", $_SERVER['PHP_SELF'])) { 

if (!eregi("modules.php", $_SERVER['SCRIPT_NAME'])) {
if (!stristr($_SERVER['SCRIPT_NAME'], "modules.php")) {
 
quickthrottle







PostPosted: Wed Mar 22, 2006 11:41 pm Reply with quote

Well i have it installed and all seems to be working fine,
Had a little MySql trouble so it took some time, seems i exceeded the 'max_questions' resource (current value: 10000).

I called them up and chewed on some butt and got them to bump it up to 50000.

All is well so far.

will the Gallery Module work with this version?
If not be four warned, LOL i will be back.

Thanks you have been a big help
 
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 -> phpnuke 7.7

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 ©