PHP Web Host - Quality Web Hosting For All PHP Applications $35/month $250/year (Unlimited) - $25/month - 200,000 impressions - Your Ad Could be Here - Click For Details
  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: 530
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: 7456
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: 530
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: 153

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: 7456
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: 153

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: 15210
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: 153

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: 15210
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: 153

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: 15210
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: 153

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: 15210
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: 153

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: 15210
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: 153

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