PHP Web Host - Quality Web Hosting For All PHP Applications Free RavenNuke(tm) Add Ons
  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
southern
Client


Joined: Jan 29, 2004
Posts: 579
Location: Texas

PostPosted: Sat May 06, 2006 10:42 am Reply with quote Back to top

Got my CGIAuth working so I went ahead and turned off register_globals for my site. The rest of you better get your rears in gear lol
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9133
Location: Arizona

PostPosted: Sat May 06, 2006 3:13 pm Reply with quote Back to top

Yeah, I've never really paid that much attention to it until we just got Raven's email... I guess I have to back and read! Wink
View user's profile Send private message Visit poster's website
southern
Client


Joined: Jan 29, 2004
Posts: 579
Location: Texas

PostPosted: Sun May 07, 2006 11:58 am Reply with quote Back to top

Me neither, globals always sounded kinda smutty to me but a security threat? Gonna upgrade the old CMS next.
View user's profile Send private message Visit poster's website
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Sat May 19, 2007 11:44 pm Reply with quote Back to top

All my CGI stuff is working and fine. My only isse here is that the Sentinel is only installed on my main domain but i do have other nuke sites on sub-directories of my main public_html without sentinel.

The problem now is for those sites too is appearing the CGI scrren for login if i want to go to the admin even having no sentinl installed. How do i make this to heppen only at the main domains?
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9133
Location: Arizona

PostPosted: Sun May 20, 2007 7:28 am Reply with quote Back to top

Try at the root of one of your subdomains adding a .htaccess file with the following:

Code:

<Files admin.php>
   allow from all
</Files>


I am hoping that this will override what is at the root domain level.
View user's profile Send private message Visit poster's website
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Sun May 20, 2007 6:31 pm Reply with quote Back to top

montego wrote:
Try at the root of one of your subdomains adding a .htaccess file with the following:

Code:

<Files admin.php>
   allow from all
</Files>


I am hoping that this will override what is at the root domain level.


Crying or Very sad No. Still asking to login at the server level. My .htacces has only what you metioned above but still appearing the
Only registered users can see links on this board!
Get registered or login to the forums!
login screen.
View user's profile Send private message
Raven
Site Admin/Owner


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

PostPosted: Sun May 20, 2007 9:47 pm Reply with quote Back to top

Your .htaccess has a section that looks similar to this.
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName .....
AuthType Basic
AuthUserFile .....
</Files>

Try changing it to this.
<Files admin.php>
<Limit GET POST PUT>
require valid-user
AuthName .....
AuthType Basic
AuthUserFile .....
</Limit>
</Files>
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Mon May 21, 2007 7:10 am Reply with quote Back to top

Raven wrote:
Your .htaccess has a section that looks similar to this.
<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName .....
AuthType Basic
AuthUserFile .....
</Files>

Try changing it to this.
<Files admin.php>
<Limit GET POST PUT>
require valid-user
AuthName .....
AuthType Basic
AuthUserFile .....
</Limit>
</Files>


You mean the one on the main domain or the ones in the sub-domains? Because right now the one in the sub-domain has only this:

Code:

<Files admin.php>
   allow from all
</Files>
View user's profile Send private message
Raven
Site Admin/Owner


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

PostPosted: Mon May 21, 2007 11:38 pm Reply with quote Back to top

In the main domain
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Tue May 22, 2007 2:54 pm Reply with quote Back to top

Raven wrote:
In the main domain
Still asking for the CGI login after that change
View user's profile Send private message
Raven
Site Admin/Owner


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

PostPosted: Tue May 22, 2007 5:56 pm Reply with quote Back to top

When I tested it, it seemed to work. I don't know what else to tell you at this point.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Wed May 23, 2007 6:59 am Reply with quote Back to top

Raven wrote:
When I tested it, it seemed to work. I don't know what else to tell you at this point.


So i guess i will have to figure it our because we have some sub-clans that we gave them space for their own web site and they don't have NS installed but still they can not access their admin page because of that.

Maybe i will have to turn it off until i found the solution then.
View user's profile Send private message
Raven
Site Admin/Owner


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

PostPosted: Wed May 23, 2007 9:25 am Reply with quote Back to top

I tested it again and it seems to work for me on Linux. What OS and Browser are you using?
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Wed May 23, 2007 1:07 pm Reply with quote Back to top

Raven wrote:


I tested it again and it seems to work for me on Linux. What OS and Browser are you using?
I am using Linux with Apache 1.3.37 and IE6

Raven, let me ask you a favor. There is another post where montega is trying to help me but few moments ago i realized there is something really weird happening to my main domain address, so i am start to think that that problem may be affecting this solution not to work as well.

Could you take a look on this topic here at my last post?
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
Raven
Site Admin/Owner


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

PostPosted: Thu May 24, 2007 7:19 am Reply with quote Back to top

shotokan wrote:

Could you take a look on this topic here at my last post?
Only registered users can see links on this board!
Get registered or login to the forums!


Let's not continue the discussion on the other thread here. I agree with Montego that you need to do the echo $content.
View user's profile Send private message Visit poster's website AIM Address Yahoo Messenger
shotokan
Worker
Worker


Joined: Aug 27, 2006
Posts: 172

PostPosted: Thu May 24, 2007 8:42 am Reply with quote Back to top

Raven wrote:
shotokan wrote:

Could you take a look on this topic here at my last post?
Only registered users can see links on this board!
Get registered or login to the forums!


Let's not continue the discussion on the other thread here. I agree with Montego that you need to do the echo $content.
Sorry Raven but maybe i did not make myself clear. I really don't want to bring that issue to this thread. My poinelly was since that problem is now clear that i am having some sort of issue with my root path, wouldn't that also be affecting the solution you are giving me here for the CGI issue.

I mean if that block issue is beause nuke installation are not being able to recognize my root directory for some reason i think it my affect in a way that no matter what i do on my .htaccess it will never work until i sort that root issue out. Sorry if i confuse you even more.
View user's profile Send private message
linkeb3
New Member
New Member


Joined: Apr 25, 2008
Posts: 6

PostPosted: Mon Jul 07, 2008 11:54 am Reply with quote Back to top

I'm having the same problem all around, i've spent two days trying every solution, when i go to the admin.php after the initial table loading, site configuration with
RavenNuke[tm] Version 2.20.

As I enter step 10 or whatever, (clanbeowulf.org/html/admin.php) i get the nuke sentinal s**t to come up, of course..but then it doesn't recognize me. I spent all night last night and the night before trying every thing on this server imaginable. I'm stuck..
View user's profile Send private message
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9133
Location: Arizona

PostPosted: Tue Jul 08, 2008 5:27 am Reply with quote Back to top

Well, your path to the .staccess file must be the absolute path and it looks as though you have placed this into a subdirectory under "html", so is ".../html/..." in your path?

It could also be the fact that you are using a subdirectory where the root above it is also a *nuke site. Some server environments do not seem to work right this way and I've never been able to resolve (on some environments - many do work). Maybe try a sub-domain instead of a subdirectory type install.
View user's profile Send private message Visit poster's website
montego
Site Admin


Joined: Aug 29, 2004
Posts: 9133
Location: Arizona

PostPosted: Tue Jul 08, 2008 6:03 am Reply with quote Back to top

Just saw your other thread. Please do not double-post. We'll carry this conversation over on your other thread.
View user's profile Send private message Visit poster's website
tourniqu3t
Hangin' Around


Joined: Jan 16, 2009
Posts: 40

PostPosted: Mon Jan 19, 2009 7:49 pm Reply with quote Back to top

I am not sure about http auth... But I finished working on admin cgi auth

I only copy path and after that from .htaccess for http auth (.htaccess) in modules/forums/admin. That's all. I renamed rn.htaccess to .htaccess too. Do I miss anything?
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Tue Jan 20, 2009 1:24 am Reply with quote Back to top

Have a read of the HowToInstall files in the RN package and that will explain the process.

If you are receiving the additional login when you try to access the Admin Control Panel then everything should be working OK.

BTW are you trying to protect the forums admin as well? That is what it looks like from the path you have posted above.
View user's profile Send private message
tourniqu3t
Hangin' Around


Joined: Jan 16, 2009
Posts: 40

PostPosted: Tue Jan 20, 2009 2:02 pm Reply with quote Back to top

I read the instruction in rn howtoinstall. But it explains very short about http auth. I read the instruction in this thread. Raven's instruction tells you a little bit more. I just added the path. That path is the same with .htaccess. Is it really correct? I am not sure about 3, 4, and 5 steps in Raven's instruction here now. You can pm me. You will know if admin auth cgi and http auth are perfect in my website.

But I tested with opening a link to Nuke Sentinel(tm). It banned me itself. It works successful. I am not sure if it's related with .htaccess and .tsaccess.

I unbanned myself from nuke_nsnst_blocked_ips and /home/username/public_html/folder/.staccess

But I don't know what will http auth do.

I am going to leave a message to Raven. I hope he can test them in my website.

thanks
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Tue Jan 20, 2009 2:10 pm Reply with quote Back to top

You can only use CGI Auth, or HTTP Auth.

If your server supports it you will have the option to use HTTPAuth and all you have to do is activate it. There is no need to then progress onto the setup for CGIAuth.
View user's profile Send private message
jakec
Site Admin


Joined: Feb 06, 2006
Posts: 3038
Location: United Kingdom

PostPosted: Tue Jan 20, 2009 2:16 pm Reply with quote Back to top

Actually maybe my first comment wasn't strictly true, you can use both but there is really is no need too.
View user's profile Send private message
tourniqu3t
Hangin' Around


Joined: Jan 16, 2009
Posts: 40

PostPosted: Tue Jan 20, 2009 3:02 pm Reply with quote Back to top

Oh I run admin CGI auth. I like to keep the website to be safe 100%. And I don't know how to turn Nuke Sentinel message.

For example:

We have caught 184 hackers ....

I want it to appear in the website. I found this forums very interesting because Rave Nuke is the best this year. I tested a lot of forums. I love installing different types of forums. I think I am going to stick with Raven Nuke. You guys did really good job. I hope you guys are proud of what have you done and helped. By the way, I still have more questions after I read an answer about turning Nuke Sentinel message on. Thank you very much. Smile
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-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