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 -> RN NukeSentinel(tm) issues
Author Message
madehierog
Hangin' Around



Joined: Apr 24, 2007
Posts: 48
Location: Conway SC

PostPosted: Tue Apr 24, 2007 3:02 pm Reply with quote

You can not use .htaccess writting until you have set the _AB_HTACCESSPATH in admin.

I am getting this on every blocker - just curious as to what it means and what I need to do to make it happen.
Also Sentinel does not see my Admin when I click on Admin Auth List nor does it see any whn I scan for them.
I have rechecked the installation and reinstalled 3 times since this morning and still same thing.
I miss the click and protect back in Nuke 6.5.
TY Holla!!!
I think I found the issue but I cant rename the sample.staccess - it says it has to be a file name - I can name it to like - test - but thats bout it - putting the . in the file name stopps me from renaming it
 
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger MSN Messenger ICQ Number
Susann
Moderator



Joined: Dec 19, 2004
Posts: 3191
Location: Germany:Moderator German NukeSentinel Support

PostPosted: Tue Apr 24, 2007 4:46 pm Reply with quote

But you can rename it after upload. With File zilla and many other ftp programms its also possible to rename files with a dot before upload.
To write to .htaccess and .staccess don´t forget to chmod those files.
You are using RavenNuke or ?
 
View user's profile Send private message
madehierog







PostPosted: Tue Apr 24, 2007 5:20 pm Reply with quote

yes I am using ravens 7.6 with latest patches
Now I can't get to Your Account - I am getting a white page for some reason - I get 1 thing fixed and something else is screwing up
www.oldergamers.hv12.info
Ma I hope to get this fixed so I can move on with the site TY.
I was able to rename it after a few tries but in the Configuration I can't get it to read the files - I tried all variants of /public_html/.staccess and everything. Man this is getting frustrating. Holla!!!


**edit**

I reuploaded my Your_Account - got that fixed but I messed up my .htaccess or something.
What should be inside that file and inside the staccess.
Man I hope I dont need to redo all that I have done.
Used to be so easy to install this stuff - been away to long TY Holla!!!
 
Susann







PostPosted: Wed Apr 25, 2007 3:57 am Reply with quote

There is in the HowToInstall the section configuration NukeSentinel. Did you read this ?
And this is the only what you should see when you scan for new admins"Scan for New Admins has completed."Make sure the path is correct and you have no spaces in your path to your .htaccess or staccess in your NukeSentinel administration general settings.
 
madehierog







PostPosted: Wed Apr 25, 2007 7:41 am Reply with quote

yes i read it but I think I messed up my .htaccess in public_html
It had something in it - I was messing with my kid and accidently erased what I was trying to copy and paste to a test file for backup. Thers nothing in my .htaccess now.
In the Config section of Sentinel for some reason the path wont take so that I can have it read the 2 files.
I may have screwed myself on this installation.
Is there anyway that someone can paste what should be in the .htaccess so that I can try to fix this.
 
Susann







PostPosted: Wed Apr 25, 2007 9:25 am Reply with quote

Code:
Options All -Indexes

DirectoryIndex index.php index.htm index.html

# -------------------------------------------
# Start of NukeSentinel(tm) admin.php Auth
# -------------------------------------------
<Files .ftaccess>
  deny from all
</Files>

<Files .staccess>
  deny from all
</Files>

# -----------------------------------------------------------------------------------------------------
# Leave this block commented out unless HTTPAuth is NOT available in your NukeSentinel(tm) Admin Panel.
# This code is mainly for use with CGI Authentication and most servers do not require it.
# -----------------------------------------------------------------------------------------------------
# <Files admin.php>
#    <Limit GET POST PUT>
#       require valid-user
#    </Limit>
#    AuthName "Restricted"
#    AuthType Basic
#   AuthUserFile /path/to/your/.staccess
# </Files>
# -----------------------------------------------------------------------------------------------------
# -----------------------------------------------------------------------------------------------------

# -------------------------------------------
# Start of NukeSentinel(tm) DENY FROM area
# -------------------------------------------


The .htaccess need empty rows at the end to write there the banned IPs.
 
madehierog







PostPosted: Wed Apr 25, 2007 12:59 pm Reply with quote

Ok 1st. TY - Where it says "Restricted'" is that where I put my Admin Name?
I have 2 Admins do I put both names hter if so how should that look.
Sorry but I tried adding 1 name and I get this Login prompt from firefox and it wont accept my name or pw.
I then have to empty out the .htaccess to get back into the site.
Sorry but this is driving me nutz.
I wish Sentinel was like it was a few years ago when I last used it. Just click name and protect.
TY Again.

If your willing to help me - I can PM you infor to get in my ftp and my admin info.
I am 35 yrs old and setup many a sites with nuke just never messed with anything like this with .htaccess and I keep locking myelf out my site.
Nothing much to it at the moment don't want to go any further until I get Sentinel working right. Holla!!!
 
Susann







PostPosted: Wed Apr 25, 2007 4:31 pm Reply with quote

I´m always willing to help but I`m sorryy I don´t have the time to check your settings. But believe me its very simple to get this working. The steps are always the same.

Maybe Hitwalker can take a look.
 
madehierog







PostPosted: Thu Apr 26, 2007 7:54 am Reply with quote

TY Ma'am - Not sure whats going on but my server is down - I will try to work this out and I am sure its something simple and I'll probally kick myself in the arse once I figure this out - I will PM the person you talked about and maybe I can get someone to take a look - I am baffled at this moment and loosing sleep over this.
This one problem is preventing me from going any further - I don't want to go to far with mods and then have to start over.
TY Again! Holla!!!
 
Gremmie
Former Moderator in Good Standing



Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA

PostPosted: Thu Apr 26, 2007 9:17 am Reply with quote

madehierog wrote:
Ok 1st. TY - Where it says "Restricted'" is that where I put my Admin Name?

No, that goes in your .staccess file.
madehierog wrote:

I have 2 Admins do I put both names hter if so how should that look.


The .staccess file. I think this is all covered in the documentation isn't it?

_________________
Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module 
View user's profile Send private message
madehierog







PostPosted: Thu Apr 26, 2007 11:42 am Reply with quote

Ok - I went back and rechecked my recheck and I can't seem to get this dam thing to work.
Everything is chmod to 666 - .htacess has the code in it with lines left to post ip's.
.ftaccess is done, as well as the .staccess.
Man this has me baffled like a mofo.
If any Mod wouldnt mind checking this out for me - I would greatly appreciate it - i know you all have better things to do, but I have tried for 3 days and this is driving me nuts -
I set the path for the 2 files in the admin config section - Nothing.
I have read and reread the manual - still nothing is working right. All I wan is ti see the YES button and I am cool.
plz help.
Instant message me if need be.
Aim: toreydevaux
Yahoo: torey_devaux
Icq: 134240102
msn: torey_devaux@hotmail.com
Holla!!!

Tell me ur name on this site then I will PM the info to u TY to anyone that will take a look. Holla!!!
Hell I'll call you if need be and u live in the us. I need HELP!!!!
 
madehierog







PostPosted: Thu Apr 26, 2007 5:12 pm Reply with quote

Not for sure how it happened but some how the files I had from nukeresources was not the files that it said it was - I reuploaded the files from this site and was able to get it working.
Holla!!!
 
madehierog







PostPosted: Thu May 17, 2007 6:13 pm Reply with quote

Hate to psot this here but I think it has something to do with Sentinel.

I have a folder in my root named "screenshots"
I want to use this to post SS's on other sites and host my sigs.
It is chmod'd to 755 no .htaccess in it. I keep getting a 500 error as follows:

Referred From : (none)
Your IP : xx.xxx.xxx.xxx
The Page Requested: /screenshots
Agent : Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Redirect Status : 500


How can I set this so that I can see my SS's?
TY Holla!!!
 
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 -> RN NukeSentinel(tm) issues

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 ©