Ravens PHP Scripts: Forums
 

 

Search found 641 matches
Author Message
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 126974

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 05, 2023 4:04 am   Subject: Trying to access array offset on value of type null in
Hello, running php 7.4 I got these errrors from file mainfileend.php


Notice: Trying to access array offset on value of type null in /www.bestbuildpc.org/modules/Your_Account/includes/mainfileend. ...
 Topic: Blank News Module
southern

Replies: 15
Views: 8075

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Jan 26, 2023 2:13 pm   Subject: Blank News Module
When you replaced the whole News module and it shows on each theme, then it can not be the problem. The html-output of your "blank"-page is showing a content, which is not part of RN. There ...
 Topic: php7 support
neralex

Replies: 276
Views: 332384

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 22, 2020 12:11 am   Subject: php7 support
hicuxunicorniobestbuildpc, Yes I know, where is an issue in this if-statement.

Original:

// Clearing of expired blocks
// CAUTION: This function can slow your sites load time
$clearedtime ...
 Topic: RN 2.52. New user Registration error
Asger

Replies: 17
Views: 9177

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 03, 2020 1:23 pm   Subject: RN 2.52. New user Registration error
Hi Neralex

I have had no new user registrations since last post Sad But i did try a test user that was not working before and now i get "caught by spamfilter" or so. You changes works some ...
 Topic: Fix NS Clearing of expired blocks
neralex

Replies: 3
Views: 5085

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Apr 25, 2019 11:57 am   Subject: Fix NS Clearing of expired blocks
rovshan, let me say thank you! Wink

After checking the installation-files, I found the entry, which is adding the field blocked_clear into the _nsnst_config table inside the rndb_upgrade_nukesentinel ...
 Topic: Fix NS Clearing of expired blocks
rovshan

Replies: 3
Views: 5085

PostForum: NukeSentinel(tm) v2.6.x   Posted: Wed Apr 24, 2019 4:04 pm   Subject: Fix NS Clearing of expired blocks
Here is how I fixed it :

1. Added $result = $db->sql_query("INSERT INTO `".$prefix."_nsnst_config` VALUES ('blocked_clear', '0')");

2. Modified code in // Clearing of expi ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 332384

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 27, 2018 3:04 pm   Subject: Re: php7 support
Notice: Undefined index: blocked_clear in /includes/nukesentinel.php on line 153

if( $ab_config['self_expire'] == 1 AND $ab_config['blocked_clear'] < $cleartime) { ...
 Topic: How to block..
Plasma

Replies: 5
Views: 10463

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 26, 2016 9:11 am   Subject: How to block..
You could use NS, but I always just did a deny from the IP ranges from the offending countries. You should be able to find many examples on the internet of updated deny from lists for the countries yo ...
 Topic: How to block..
nuken

Replies: 5
Views: 10463

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Sep 25, 2016 4:18 pm   Subject: How to block..
You could use NS, but I always just did a deny from the IP ranges from the offending countries. You should be able to find many examples on the internet of updated deny from lists for the countries yo ...
 Topic: New Install and getting unusual Traffic
nuken

Replies: 4
Views: 9688

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 13, 2015 3:28 pm   Subject: New Install and getting unusual Traffic
There is nothing set to attract hits in RN. It is probably crawlers indexing your site. Some may be spammers looking for a way to post their trash. If they become a problem, nukeSEO has a module to he ...
 Topic: More nukeSPAM blocking fun
kguske

Replies: 2
Views: 5841

PostForum: Modules   Posted: Mon May 25, 2015 7:29 am   Subject: More nukeSPAM blocking fun
If your site is targeted for spammers, and you'd like to take some of the load off nukeSPAM or reduce server load of calls to spam blocking databases, it's interesting to note that many spammers are r ...
 Topic: LOST ADMIN PANEL
neo722712

Replies: 17
Views: 25402

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

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: Help with some XSS cross scripting
rave199

Replies: 12
Views: 23587

PostForum: Security Issues   Posted: Fri Mar 28, 2014 1:14 pm   Subject: Re: Help with some XSS cross scripting
no what i mean is I'm trying to prevent cross site scripting by using the code below but i have a slideshow in my homepage and a youtube video on my homepage as well that i'm trying to use along with ...
 Topic: Forum Problem please help
spasticdonkey

Replies: 12
Views: 37448

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 23, 2014 2:49 pm   Subject: Forum Problem please help
You should not put any code below
# Start of NukeSentinel(tm) DENY FROM area

which I believe you originally had some code there including RewriteEngine on

try placing it right after
<IfMod ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 37448

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 11:32 pm   Subject: Re: Forum Problem please help
i think i fixed it... it was the deny from list i had. once i removed that huge list i got the drop down menu for my user name and password prompt for the forum restricted area. now every time i try t ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 37448

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
kguske

Replies: 12
Views: 37448

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 22, 2014 9:57 pm   Subject: Forum Problem please help
Please put stuff like this in a code tag (as I've now modified the post), and please leave all the hundreds of deny from statements which are unnecessary for evaluation purposes.

Now, where did you ...
 Topic: Forum Problem please help
rave199

Replies: 12
Views: 37448

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: URL Rewrites Partially Working (DragonflyCMS)
djmaze

Replies: 11
Views: 22920

PostForum: General/Other Stuff   Posted: Thu Jan 16, 2014 9:58 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
djmaze, a big problem with your script:

Does it bother anyone that their theme can be ripped / templates viewed very easily?

Example...
http://dragonflycms.org/themes/dragonfly/template/forums/ ...
 Topic: URL Rewrites Partially Working (DragonflyCMS)
ricktido

Replies: 11
Views: 22920

PostForum: General/Other Stuff   Posted: Thu Jan 16, 2014 12:02 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
djmaze, a big problem with your script:

Does it bother anyone that their theme can be ripped / templates viewed very easily?

Example...
http://dragonflycms.org/themes/dragonfly/template/forums/ ...
 Topic: URL Rewrites Partially Working (DragonflyCMS)
ricktido

Replies: 11
Views: 22920

PostForum: General/Other Stuff   Posted: Mon Jan 13, 2014 9:19 am   Subject: URL Rewrites Partially Working (DragonflyCMS)
So, I contacted my web host, they provided no answer. Same at the DragonflyCMS website. So, I thought I'd ask here, maybe someone can help me. My rewrites do not work. Only some of the URLs work. Othe ...
 Topic: Help plz, I must be stupid....
kwiqness

Replies: 16
Views: 29777

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....
kwiqness

Replies: 16
Views: 29777

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 21, 2013 9:41 am   Subject: Help plz, I must be stupid....
Are there any good documents out there that address permissions and forum access? I have created a group, but it doesn't show up in my list of group permissions.

I still just have the canned option ...
 Topic: Help plz, I must be stupid....
hicuxunicorniobestbuildpc

Replies: 16
Views: 29777

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

 Jump to:   

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