You are missing our premiere tool bar navigation system! Register and use it for FREE!

NukeCops  
•  Home •  Downloads •  Gallery •  Your Account •  Forums • 
Readme First
- Readme First! -

Read and follow the rules, otherwise your posts will be closed
Modules
· Home
· FAQ
· Buy a Theme
· Advertising
· AvantGo
· Bookmarks
· Columbia
· Community
· Donations
· Downloads
· Feedback
· Forums
· PHP-Nuke HOWTO
· Private Messages
· Search
· Statistics
· Stories Archive
· Submit News
· Surveys
· Theme Gallery
· Top
· Topics
· Your Account
Who's Online
There are currently, 45 guest(s) and 1 member(s) that are online.

You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - Sentinel is blocking me! [ ]
 Forum FAQ  •  Search  •   •  Memberlist  •  Usergroups   •  Register  •  Profile •    •  Log in to check your private messages  •  Log in

 
This forum is locked: you cannot post, reply to, or edit topics.  This topic is locked: you cannot edit posts or make replies.printer-friendly view
View previous topic Log in to check your private messages View next topic
Author Message
DarkFusion
Nuke Soldier
Nuke Soldier


Joined: Oct 16, 2004
Posts: 22


PostPosted: Sat Oct 16, 2004 4:12 pm Reply with quoteBack to top

i set the setting so you get a popup when you go to admin.php ...and it says:

enter user & pass for "Protected" @ mysite.com

I entered my user name and the pass and it wont log me in...Any helP?
Find all posts by DarkFusionView user's profileSend private message
schrags11
Nuke Soldier
Nuke Soldier


Joined: Mar 26, 2004
Posts: 34


PostPosted: Sat Oct 16, 2004 7:32 pm Reply with quoteBack to top

its caps sensitive i think. If you don't get it go into phpmyadmin and search for HTTP Auth, and change it from 1 to 0.

_________________
<img src="http://www.schrags.com/mydocs/img.jpg">
Tech, Music, and Gaming - NEW FREE Image Hosting www.schrags.com
Find all posts by schrags11View user's profileSend private message
JohnGotti
Corporal
Corporal


Joined: Sep 06, 2004
Posts: 57


PostPosted: Mon Oct 18, 2004 11:07 am Reply with quoteBack to top

I'm having a similar problem. I just upgraded from Sentinel 2.0.2 to 2.1.0. I'm trying to access the Admin Panel and it keeps prompting me for a username and password. I've entered my GOD account in every way possible ( e.g. lower case, upper case, EXACTLY how I registered it ) and entered the correct password each time too with NO LUCK.

I went into phpMyAdmin and found nuke_nsnst_config. I could not find a line "HTTP Auth". What I did find was "http_auth". That VALUE was already set to "0". Just for the hell of it, I editted it and put the value to "0" again and saved it. Went back into my site and STILL cannot access the admin section.

Anyone have any ideas??? I would GREATLY appreciate it! Smile
Find all posts by JohnGottiView user's profileSend private message
JohnGotti
Corporal
Corporal


Joined: Sep 06, 2004
Posts: 57


PostPosted: Mon Oct 18, 2004 11:12 am Reply with quoteBack to top

Ok... I figured out part of my problem. Previous to intalling 2.1.0, I did NOT have a .htaccess and a .staccess. After removing these files I am now able to access my Admin panel again.

The .htaccess and .staccess that I used was what came with Nuke Sentinel 2.1.0. I just removed the "sample." from the beginning of it. ( Incase anyone is wondering why I didn't have these files previously, I just moved from an Win IIS web server to a Linux Apache web server ).

Can anyone give me direction on where I can get information on what should be in these two files and how to properly use them?

Any help is REALLY appreciated! Smile
Find all posts by JohnGottiView user's profileSend private message
nukewayne
Nuke Cadet
Nuke Cadet


Joined: Oct 07, 2004
Posts: 3


PostPosted: Mon Oct 18, 2004 12:59 pm Reply with quoteBack to top

I think that the .htaccess should be blank.
Find all posts by nukewayneView user's profileSend private message
JohnGotti
Corporal
Corporal


Joined: Sep 06, 2004
Posts: 57


PostPosted: Mon Oct 18, 2004 1:41 pm Reply with quoteBack to top

The .staccess is blank....

.htaccess has the following code:

Code:

Options All -Indexes
DirectoryIndex index.php index.htm index.html

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

<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
# -------------------------------------------


I'm just starting to learn PHP and coding. It would seem to me that the .staccess is being called and there is nothing in that file for it to reference. I wasn't sure if I needed to add information to the .staccess so it knew who the right admin's were to allow.

Again, anyone that could provide insight into this, would be appreciated! Smile
Find all posts by JohnGottiView user's profileSend private message
GJSchaller
Corporal
Corporal


Joined: Aug 05, 2004
Posts: 62

Location: Valhalla, NY, USA

PostPosted: Mon Jan 10, 2005 6:39 pm Reply with quoteBack to top

I'm in the same boat - can any one offer insight for this?

_________________
Geoffrey Schaller
Knight Realms, Technical Officer
http://www.knightrealms.com
Find all posts by GJSchallerView user's profileSend private messageSend e-mailVisit poster's website
CordlezToaster
Nuke Soldier
Nuke Soldier


Joined: Jan 11, 2005
Posts: 15


PostPosted: Wed Jan 12, 2005 11:25 pm Reply with quoteBack to top

yeah same here, how do i tell it that im ok to log in?
Find all posts by CordlezToasterView user's profileSend private message
GJSchaller
Corporal
Corporal


Joined: Aug 05, 2004
Posts: 62

Location: Valhalla, NY, USA

PostPosted: Thu Jan 13, 2005 3:30 am Reply with quoteBack to top

I did figure it out - you MUST be logged in as the God admin to create the passwords for CGIAuth / HTTP Auth. If you are not logged in as God, you won't see the ability to create these in Sentinel. Additionally, the God account must be named God. If you rename the account, Nuke no longer consders it "God" any more, and you can whack the account, etc.

_________________
Geoffrey Schaller
Knight Realms, Technical Officer
http://www.knightrealms.com
Find all posts by GJSchallerView user's profileSend private messageSend e-mailVisit poster's website
dodgeit
Nuke Cadet
Nuke Cadet


Joined: Jan 15, 2005
Posts: 2


PostPosted: Fri Jan 14, 2005 11:38 pm Reply with quoteBack to top

I just added name:pass to mine so i could get into it.
Find all posts by dodgeitView user's profileSend private message
nikits72
Nuke Cadet
Nuke Cadet


Joined: Jan 07, 2005
Posts: 7


PostPosted: Mon Jan 17, 2005 9:52 am Reply with quoteBack to top

Hi all,
i have the same problem.

So dogeit.
Which file you added user:pass ?
To .htaccess or .staccess?

Some good links to read about this subject is to the sentinel's author forums here: http://ravenphpscripts.com/postt2950.html

Thx.
Find all posts by nikits72View user's profileSend private message
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.printer-friendly view
View previous topic Log in to check your private messages View next 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



Powered by phpBB © 2001, 2005 phpBB Group

Ported by Nuke Cops © 2003 www.nukecops.com
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::
Powered by · TOGETHER TEAM srl ITALY http://www.togetherteam.it · DONDELEO E-COMMERCE http://www.DonDeLeo.com
Web site engine's code is Copyright © 2002 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.265 Seconds - 227 pages served in past 5 minutes. Nuke Cops Founded by Paul Laudanski (Zhen-Xjell)
:: FI Theme :: PHP-Nuke theme by coldblooded (www.nukemods.com) ::