Ravens PHP Scripts: Forums
 

 

Search found 12212 matches
Author Message
 Topic: Anyone have a Download?
corpse

Replies: 6
Views: 9693

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Jul 05, 2025 9:29 am   Subject: Anyone have a Download?
Very useful info!

Could text removal be accidental / due to humans not paying attention, in addition to bots?

I wonder if the low blockage from DBs is related to a) when that check occurs in H ...
 Topic: Anyone have a Download?
kguske

Replies: 6
Views: 9693

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Jul 05, 2025 6:51 am   Subject: Anyone have a Download?
Very useful info!

Could text removal be accidental / due to humans not paying attention, in addition to bots?

I wonder if the low blockage from DBs is related to a) when that check occurs in H ...
 Topic: Anyone have a Download?
corpse

Replies: 6
Views: 9693

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jul 04, 2025 3:20 pm   Subject: Anyone have a Download?
I noticed your Honeypot 2.2 has similar capabilities with

I personally haven't done anything to the Honeypot in 8+ years, but I'll take a look. The HP works with a few spam databases, but its main ...
 Topic: Anyone have a Download?
kguske

Replies: 6
Views: 9693

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jul 04, 2025 11:46 am   Subject: Anyone have a Download?
I noticed your Honeypot 2.2 has similar capabilities with [url=https://nukeseo.com]nukeSPAM. I am not actively developing that, but you might want to check it out. It supports some spam databases th ...
 Topic: Anyone have a Download?
kguske

Replies: 6
Views: 9693

PostForum: NukeSentinel(tm) v2.6.x   Posted: Fri Jul 04, 2025 11:22 am   Subject: Re: Anyone have a Download?
I'll check the files, but don't remember it being a separate download. I used it as a part of RN.
 Topic: RNuke Sentinel. 2.52.00
bugsTHoR

Replies: 2
Views: 13864

PostForum: NukeSentinel(tm) Country and IP2Country Updates   Posted: Mon Dec 04, 2023 1:07 pm   Subject: RNuke Sentinel. 2.52.00
Hi all long time since here, reinstalling this for Xamp.

Came across this problem on the check server enviroment. (cant add a picture)

anyways i get error with
GD graphics support Unavailable ...
 Topic: Block by Nukespam filter
neralex

Replies: 5
Views: 11530

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 01, 2023 1:04 pm   Subject: Block by Nukespam filter
Which Spam-Databases you are using? You can check the SPAM log, which database has blocked the registration. Untick "fSpamList", when it is active.
 Topic: Getting kicked out
southern

Replies: 18
Views: 28031

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jul 11, 2023 4:24 pm   Subject: Getting kicked out
I uploaded files and checked the admin log in page. I'm getting the error
Parse error: syntax error, unexpected '?' in /home/xxxxxxx/public_html/mainfile.php on line 881
I uploaded a backup main ...
 Topic: Getting kicked out
southern

Replies: 18
Views: 28031

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jul 04, 2023 2:03 pm   Subject: Getting kicked out
hey southern, you get blocked by NukeSentinel? If yes, then disable NukeSentinel in the database. Use the '_nsnst_config' db-table and set the db-field 'disable_switch' to the value '1'. Then you shou ...
 Topic: Getting kicked out
neralex

Replies: 18
Views: 28031

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jul 04, 2023 1:00 pm   Subject: Getting kicked out
hey southern, you get blocked by NukeSentinel? If yes, then disable NukeSentinel in the database. Use the '_nsnst_config' db-table and set the db-field 'disable_switch' to the value '1'. Then you shou ...
 Topic: Getting kicked out
southern

Replies: 18
Views: 28031

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jul 04, 2023 9:37 am   Subject: Getting kicked out
My webhost recently moved sites to new servers. Well and good. Except now I can't log into my admin CP. Actually I can log in but I'm not recognized as the God admin. The GFX Check loads or seems to ...
 Topic: Trying to access array offset on value of type null in
neralex

Replies: 9
Views: 251832

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 2:13 pm   Subject: Trying to access array offset on value of type null in
When the array $row2 isn't exist, then the variable $optionCount has no value - just empty. I guess here it would be better to have "0" in this case.

I would do it in this way for example ...
 Topic: Trying to access array offset on value of type null in
corpse

Replies: 9
Views: 251832

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 05, 2023 10:09 am   Subject: Trying to access array offset on value of type null in
That error is saying that null is being given with for the variable $uinfo, which must mean the function getusrinfo() is returning a null value instead of an array.

This may not be right, but, my g ...
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 1
Views: 5169

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Apr 14, 2023 5:28 pm   Subject: Deprecated: The each() function is deprecated
I guess found another deprecated issue. When I try to delete cookies I guess these 2 errors.

Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /www ...
 Topic: Trying to access array offset on value of type null in
neralex

Replies: 9
Views: 13148

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 07, 2023 8:02 pm   Subject: Trying to access array offset on value of type null in
those lines fixed the error I had. Thanks a lot!
Added to the repo: https://github.com/neralex/RavenNuke/commit/1ac992b58614e798dd9971dc684748614bb9774b


My core files are the same as Ravennuke f ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 13148

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 07, 2023 4:44 pm   Subject: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc, why you don't look at github on the affected file(s) and compare it with your own? https://github.com/neralex/RavenNuke/blob/master/html/modules/Your_Account/public/userinfo ...
 Topic: Trying to access array offset on value of type null in
neralex

Replies: 9
Views: 13148

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 07, 2023 6:41 am   Subject: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc, why you don't look at github on the affected file(s) and compare it with your own? https://github.com/neralex/RavenNuke/blob/master/html/modules/Your_Account/public/userinfo ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
neralex

Replies: 31
Views: 42025

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Mar 04, 2023 4:36 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
This is not the correct query:
$mostviewedblockqry = $db->sql_query('SELECT `id`, `file`, `filethumb`, `filepath`, `title`, `desc`, `user`, `counter`, `savetime` FROM `' . $prefix . '_rngal` ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 42025

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 03, 2023 3:28 am   Subject: Code: 1064 - Message: You have an error in your SQL syntax
morning neralex, I checked today every single code from the gallery module and this error should come from the database. When I click on the pictures from the block then I get the errors but inside th ...
 Topic: admin
fondy

Replies: 10
Views: 9647

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Feb 14, 2023 4:55 pm   Subject: admin
thx neralex

I create a new db in control panel
I create a new user with password
all Privileges for the user to the db
In config.pgp I updatet the db name and password
I renamed the INSTALLATIO ...
 Topic: admin
neralex

Replies: 10
Views: 9647

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Feb 14, 2023 1:31 pm   Subject: admin
It seems there is something wrong with your database. Maybe some db-tables are not installed and/or the user of the database can not add new entries into the tables. Check the permissions of the datab ...
 Topic: admin
fondy

Replies: 10
Views: 9647

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 13, 2023 1:09 pm   Subject: admin
Hey,

I tried an fresh install on WAMP with php 7.4.33, Apache 2.4.46 and MariaDB 10.4.13 and it works without any issue on the first run. No shown issues on the install-process.

Did you already ...
 Topic: admin
neralex

Replies: 10
Views: 9647

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 13, 2023 12:08 pm   Subject: admin
Hey,

I tried an fresh install on WAMP with php 7.4.33, Apache 2.4.46 and MariaDB 10.4.13 and it works without any issue on the first run. No shown issues on the install-process.

Did you already ...
 Topic: Blank News Module
southern

Replies: 15
Views: 19903

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jan 30, 2023 5:01 pm   Subject: Blank News Module
I looked at nuke_stories in MySQL. All stories are intact and none has my site name appended to any.

Could it be a permission issue? I'll check that next.
 Topic: Blank News Module
southern

Replies: 15
Views: 19903

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jan 24, 2023 12:04 pm   Subject: Blank News Module
Strange. It seems there is an issue with the article.php of the News module or with the used theme. Did you tried another theme, if the same issue exists? If yes, then compare the article.php with the ...
 

 Jump to:   

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