PHP Web Host - Quality Web Hosting For All PHP Applications Just Great Software
  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
sixonetonoffun
Spouse Contemplates Divorce


Joined: Jan 02, 2003
Posts: 2499

PostPosted: Sat May 29, 2004 9:18 am Reply with quote Back to top

peace how about
Only registered users can see links on this board!
Get registered or login to the forums!
Wink

spcdata
You can try shutting off the htaccess ban by leaving the config path blank. Until we can detirmine what your trouble with it is.
Forbidden by Host
file not chmod 0666
Incorrect path in config (most times just .htaccess will work for the path but not alwasy somethings the server path to the .htaccess will be needed).

Something along those lines will probably shedd some more light on your trouble.

Bans will still be enforced for phpnuke areas of your website.

About the flash we'll have to do more testing with none flash enabled browsers and get back to everyone.Its really just a toy and a wakeup call for people messing around with things about which they have no clue. ie cut n paste wanna be script kiddies on moms aol account. Of course if there is no flash or no java or the browser blocks popups it is going to be less effective. There are limits to how much we dare to do in our efforts to "fight back".

As much fun as it would be to have a network of disgruntled nukers DoS would be attackers imagine the liability of such a active response.
View user's profile Send private message
peace
Worker
Worker


Joined: Mar 11, 2004
Posts: 209

PostPosted: Sat May 29, 2004 10:03 am Reply with quote Back to top

ty six imtrying.com Rolling Eyes
View user's profile Send private message
spcdata
Regular
Regular


Joined: Jan 24, 2004
Posts: 81
Location: Sweden

PostPosted: Sat May 29, 2004 10:40 am Reply with quote Back to top

Hi sixonetonoffun Exclamation

I don't think it's any problem with .htaccess or with Sentinel, because it does not make any diffrens what ever I do in the configuration.

It must be me that have messed up everything with other scripts and i think I did a big misstake to install Nuke 7.3, after that everything is just about problems.

I'm going back to the NSN 7.1.1d because that one is a really stable one Exclamation and hope everything will work then.

Sorry for this and Thanks for taking Your time to help Very Happy

Very impressive support You got here Wink
View user's profile Send private message Send e-mail Visit poster's website
spcdata
Regular
Regular


Joined: Jan 24, 2004
Posts: 81
Location: Sweden

PostPosted: Mon May 31, 2004 2:59 am Reply with quote Back to top

SOLVED Razz

Now I have changed back to NSN 7.1.1d and that fixed alot of problems that I had with 7.3.

The problem with Sentinel was solevd by moving back the config.php to root. Very Happy
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner


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

PostPosted: Mon May 31, 2004 5:55 am Reply with quote Back to top

For the config location issue, try changing this code in sentinel.php by adding one more level of ../ to the config location if you have it up one level from root
Code:
// Load required scripts
if ($forum_admin == 1) {
    require_once("../../../config.php");
    require_once("../../../db/db.php");
    $lang_dir = "../../../";
} elseif ($inside_mod == 1) {
    require_once("../../config.php");
    require_once("../../db/db.php");
    $lang_dir = "../../";
} else {
    require_once("config.php");
    require_once("db/db.php");
    $lang_dir = "";
}
to
Code:
// Load required scripts
if ($forum_admin == 1) {
    require_once("../../../../config.php");
    require_once("../../../db/db.php");
    $lang_dir = "../../../";
} elseif ($inside_mod == 1) {
    require_once("../../../config.php");
    require_once("../../db/db.php");
    $lang_dir = "../../";
} else {
    require_once("../config.php");
    require_once("db/db.php");
    $lang_dir = "";
}
That would be the piece of code that is giving you the problem.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
spcdata
Regular
Regular


Joined: Jan 24, 2004
Posts: 81
Location: Sweden

PostPosted: Mon May 31, 2004 6:25 am Reply with quote Back to top

Very Happy Thank You Raven Exclamation

That one works great Razz
View user's profile Send private message Send e-mail Visit poster's website
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-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