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)
Post new topic   Reply to topic
Author Message
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

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

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: 4853

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

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 to the forums!
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...
View user's profile Send private message
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

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

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.
View user's profile Send private message
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2847

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

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 to the forums!

See: File Access Checks (Access Denied)
It depends on whether this is a block, module, or admin script
View user's profile Send private message Visit poster's website
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

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

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!
View user's profile Send private message
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2847

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

It would be changes to all of them. You would have to find any of the deprecated code and convert to the new one
View user's profile Send private message Visit poster's website
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

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

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")) {
View user's profile Send private message
quickthrottle
Regular
Regular


Joined: Mar 18, 2006
Posts: 60

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

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
View user's profile Send private message
Display posts from previous:       
Post new topic   Reply to topic

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-2008 by Raven
Proud to be listed at Lobo Links Web Directory

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 Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

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

zerosum