Ravens PHP Scripts: Forums
 

 

Search found 235 matches
Author Message
 Topic: php7 support
Doulos

Replies: 276
Views: 290142

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Nov 24, 2017 2:20 am   Subject: Re: php7 support
No errors in log, Just a 500 http error. If I comment out the following code in .htaccess I can access the site and admin.php <Files admin.php>
<Limit GET POST PUT>
require v ...
 Topic: LOST ADMIN PANEL
neo722712

Replies: 17
Views: 24548

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Sep 03, 2014 4:12 pm   Subject: LOST ADMIN PANEL
I got it ...
I had to rename the .htaccess in international
And Rename .htaccess in the Main ....
I DID NOT renmae .staccess

now I need to write new one ... ( RIGHT ) ?
Remember the STacces ...
 Topic: LOST ADMIN PANEL
neo722712

Replies: 17
Views: 24548

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Sep 03, 2014 4:06 pm   Subject: LOST ADMIN PANEL
The .staccess figures have been changed

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

<Files admin.php>
<Limit GET POST PUT>
require valid-user
</ ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 35340

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 11:15 pm   Subject: Re: Forum Problem please help
i already deleted those extra lines you told me to comment out. All that is left is this #####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 35340

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 10:20 pm   Subject: Forum Problem please help
hi kguske i did what you suggested and took all that extra code out but it still did not help. i even tried commenting out the <Files admin.php>
<Limit GET POST PUT>
require va ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 35340

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 8:16 pm   Subject: Forum Problem please help
i have a major problem with the forum. i keep getting a 500 internal server error on one computer and on my main computer i get a 404 error. i have gone over google and here on ravennuke and on phpnuk ...
 Topic: Help plz, I must be stupid....
hicuxunicorniobestbuildpc

Replies: 16
Views: 28130

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 21, 2013 10:01 am   Subject: re: Help plz, I must be stupid....
Comment out this part

# -----------------------------------------------------------------------------------------------------
# Leave this block commented out unless HTTPAuth is NOT available in y ...
 Topic: Help plz, I must be stupid....
kwiqness

Replies: 16
Views: 28130

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 21, 2013 9:56 am   Subject: Re: re: Help plz, I must be stupid....
Take my .htaccess and let me know

Remove everything u have and replace with this one.

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FIL ...
 Topic: Help plz, I must be stupid....
hicuxunicorniobestbuildpc

Replies: 16
Views: 28130

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 21, 2013 9:41 am   Subject: re: Help plz, I must be stupid....
Take my .htaccess and let me know

Remove everything u have and replace with this one.

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FIL ...
 Topic: Unable to access Admin of phpnuke site after web host move
montego

Replies: 7
Views: 11207

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Sep 21, 2013 9:42 am   Subject: Unable to access Admin of phpnuke site after web host move
Keep in mind that removing those lines removes protection of the admin pages. So, in other words, only a very temporary bandaid so you can finish configuring/testing your site on the new host.

I s ...
 Topic: Unable to access Admin of phpnuke site after web host move
wHiTeHaT

Replies: 7
Views: 11207

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Sep 21, 2013 9:09 am   Subject: Unable to access Admin of phpnuke site after web host move
goto phpmyadmin and change in table nuke_nsnst_config :
http_auth 1 to 0

[EDIT]

Sorry above is wrong......

open your .htaccess and find something simular like this:

<Files admin.php> ...
 Topic: ShortLinks Not Working
ricktido

Replies: 25
Views: 151940

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 19, 2013 2:48 pm   Subject: Re: ShortLinks Not Working
Its only needed to put the code from the shortlinks.htaccess inside your .htaccess file. In the .htaccess file you can find some comments to activate it.

# If you use TegoNuke(tm) ShortLink ...
 Topic: Minor Vulnerability
derek765

Replies: 16
Views: 92264

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Dec 19, 2012 6:40 pm   Subject: re: Minor Vulnerability
Well, I like how the ErrorDocs is handled with a module in RavenNuke, and would like to keep it that way.

Allows users to see the error problem and still see site features.
I tried moving the Erro ...
 Topic: Question about this htaccess file with Raven Nuke
derek765

Replies: 5
Views: 21239

PostForum: Security Issues   Posted: Sat Nov 24, 2012 12:51 pm   Subject: Question about this htaccess file with Raven Nuke
This is a htaccess file which I have gathered from Joomla and am wondering If replacing my current htaccess file with this one will not mess anything up with me running Raven Nuke and Nuke Sent. with ...
 Topic: New CGIAuth setup on new RN 2.5 local xampp not working
cheffette

Replies: 7
Views: 8736

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Sep 06, 2012 9:13 pm   Subject: New CGIAuth setup on new RN 2.5 local not working
hi..
1st i would like to thank all of you that spent time in creating such an awesome fork of phpnuke.
it ROKS!!
now my problem is related to sentinel and ravenuke 2.5 the latest release.
I have ...
 Topic: Never asked for login
hicuxunicorniobestbuildpc

Replies: 4
Views: 9942

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Dec 16, 2010 2:48 am   Subject: re: Never asked for login
in .htaccess you will need this line

<Files admin.php>
<Limit GET POST PUT>
require valid-user
</Limit>
AuthName "Restricted"
AuthType Basic ...
 Topic: .htaccess Errors When Running A PHP->HTML Script
transit

Replies: 9
Views: 56952

PostForum: Converting/Creating Other   Posted: Mon Nov 22, 2010 5:56 pm   Subject: .htaccess Errors When Running A PHP->HTML Script
So I am getting errors on my site when running a simple script .php that takes another .php file and creates a .html file.

It has to be in the .htaccess probably for the ob_start function I am usin ...
 Topic: Installing RN 2.40.01 with 1and1hosting.com.....
transit

Replies: 21
Views: 62982

PostForum: Installation Help   Posted: Thu Jul 22, 2010 7:04 am   Subject: re: Installing RN 2.40.01 with 1and1hosting.com.....
Like this?


#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
# THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES
#
# The lines bel ...
 Topic: Installing RN 2.40.01 with 1and1hosting.com.....
transit

Replies: 21
Views: 62982

PostForum: Installation Help   Posted: Wed Jul 21, 2010 4:30 pm   Subject: re: Installing RN 2.40.01 with 1and1hosting.com.....
#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
# THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES
#
# The lines below this section ...
 Topic: error 500, forum modeul in ACP
Raven

Replies: 16
Views: 17257

PostForum: v2.4 RN Issues   Posted: Tue Mar 30, 2010 8:30 am   Subject: re: error 500, forum modeul in ACP
Fixed Smile. It looks like you may have missed a step when you installed RN Wink

The forum admin panel is a separate application from the main admin application. As such it is not protected by Nuk ...
 Topic: NukeSentinel 2.6.01 /// PhpNuke 8.0
spasticdonkey

Replies: 16
Views: 27039

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jan 22, 2010 7:29 am   Subject: NukeSentinel 2.6.01 /// PhpNuke 8.0
Yes I'm pretty sure patches to standard nuke are required.
http://www.nukeresources.com/downloadview-details-1257-Nuke_8.0_Patched.html

I think you want to use an relative path to your .staccess ...
 Topic: NukeSentinel 2.6.01 /// PhpNuke 8.0
silicastorm

Replies: 16
Views: 27039

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Jan 21, 2010 9:32 am   Subject: re: NukeSentinel 2.6.01 /// PhpNuke 8.0
This is what is in the .htaccess file


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

# -------------------------------------------
# Start of NukeSentinel(tm) admin.php A ...
 Topic: 403 forbidden errors with shortlinks
jib_intelli

Replies: 7
Views: 29771

PostForum: v2.3 RN Issues   Posted: Sat Nov 21, 2009 2:08 am   Subject: 403 forbidden errors with shortlinks
Hi Friends,

Since the past two years everything with my site - http://www.pottersrealm.com - was going great, except now suddenly 403 Forbidden errors are popping up everywhere! The original links ...
 Topic: random site errors- 200, etc. Nuke 7.6 patched
AndyB

Replies: 15
Views: 24548

PostForum: Bug Fixes   Posted: Sat Jul 11, 2009 2:40 am   Subject: re: random site errors- 200, etc. Nuke 7.6 patched
I've tried a cut down version of the file; details below:

ErrorDocument 400 http://www.domain.net/modules.php?name=DisError&file=index&func=error400
ErrorDocument 401 http://www.do ...
 Topic: PHP Nuke can't login
montego

Replies: 36
Views: 75951

PostForum: Security - PHP Nuke   Posted: Sat Jun 13, 2009 8:51 am   Subject: Re: PHP Nuke can't login
Wow, lots of questions embedded in one post. My apologies up front if I miss one...

the only install for NS that I can find is to upgrade from 2.6 to 2.6.01, but I don't have 2.6 yet, so how do I ...
 

 Jump to:   

Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©