Ravens PHP Scripts: Forums
 

 

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

Replies: 9
Views: 106212

PostForum: RavenNuke(tm) v2.5x   Posted: Mon May 08, 2023 11:58 am   Subject: Trying to access array offset on value of type null in
Thanks corpse! Just added the fix to the repo. https://github.com/ravennuke-dev/RavenNuke/commit/2f8ae9058290f9419c91b97da448cd46d2dce45d

I wouldn't recommend it to disable the error-reporting on a ...
 Topic: Trying to access array offset on value of type null in
corpse

Replies: 9
Views: 106212

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 05, 2023 8:03 pm   Subject: Trying to access array offset on value of type null in
Thanks a lot. The errors is not coming back anymore. I wonder why u didn't get it on localhost running php 7.4.

n/p, glad it helped.



You may have error reporting turned off on your localhost ...
 Topic: Trying to access array offset on value of type null in
corpse

Replies: 9
Views: 106212

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: Looking for a forum news module
corpse

Replies: 18
Views: 28829

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Oct 21, 2016 3:07 am   Subject: Re: Looking for a forum news module
When I add the ForumNews V3 module I'm getting the following error after I upload the edited files:

The error comes when I try and submit the new forum post..

Error in posting

DEBUG MODE

S ...
 Topic: Looking for a forum news module
corpse

Replies: 18
Views: 28829

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Sep 16, 2016 8:36 pm   Subject: Re: Looking for a forum news module

That did it.. Thank you sir Smile


n/p


How can I find out if RN has this option?
Maybe neralex or nuken would be better to answer this. I have not used RN for many years now, since before I s ...
 Topic: Looking for a forum news module
corpse

Replies: 18
Views: 28829

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Sep 16, 2016 10:35 am   Subject: Re: Looking for a forum news module
I believe you can go into the style.css of the theme you are using and add in this:

.posttext img {
max-width:400px;
max-height:400px;
}

The reason I did both width and heig ...
 Topic: Looking for a forum news module
corpse

Replies: 18
Views: 28829

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Sep 13, 2016 4:10 pm   Subject: Looking for a forum news module

I have V3 installed and working. Only issue is the image size. The response you gave from my other post worked, however, it does not carry over to what's added to the mainpage News. There isn't a ...
 Topic: Looking for a forum news module
corpse

Replies: 18
Views: 28829

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Sep 13, 2016 12:34 pm   Subject: Looking for a forum news module
http://www.headshotdomain.net has one for Nuke Evo or Raven. The install directions for both are included with his download.


I think the V3 is what i use to run on my site. I'll check them out. ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Wed Nov 19, 2014 3:24 pm   Subject: Re: Honeypot V2.1 AntiBot Module
Today I find out registration is not sending email after updating the script. I had to desactivate it. Im not getting any error but I wonder what could be the problem.

Well, this script doesn't dea ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Sun Oct 12, 2014 7:51 pm   Subject: Re: Honeypot V2.1 AntiBot Module
Okay, released a fix where I went through and re-wrote the system to instead of grabbing 2 .txt files, put it as a single XML file. I also re-wrote the system to use a single XML file instead, thanks ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Tue Sep 30, 2014 3:31 pm   Subject: Re: Honeypot V2.1 AntiBot Module
Hi corpse

Maybe it is time to update some codes in order to replace file_get_contents with curl which is nowadays in use.

In fact
curl would generally be a safer way and faster
The way it is s ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Tue Sep 30, 2014 12:30 pm   Subject: Honeypot V2.1 AntiBot Module
okay, can you create a phpinfo file and check to see if you have "allow_url_fopen" enabled and also check to see if you have cURL support enabled. If you don't have either one of those turne ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Wed Sep 24, 2014 10:06 am   Subject: Re: Honeypot V2.1 AntiBot Module
If I set
Use Honeypot: No
the script continues to operate.

Wow, that has been missing since the rewrite from the original first release. Nice catch. It is fixed. Download again and all you need t ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Mon Sep 22, 2014 3:57 am   Subject: Honeypot V2.1 AntiBot Module
In the new version we can no longer to change colors.
After "Save Config" the colors come back as before.
Please fix it.

Done. The issue was in the installer for fresh installs only, no ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Sat Sep 20, 2014 5:26 pm   Subject: Honeypot V2.1 AntiBot Module
corpse,

There are two portals from which to download the HoneyPot module.

http://www.headshotdomain.net/modules.php?name=Downloads&op=getit&lid=203
http://www.clanthemes.com/ftopict-93 ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Sun Aug 31, 2014 12:53 pm   Subject: Re: Honeypot V2.1 AntiBot Module
I believe he has the Evo version and not the RavenNuke version.

I wonder if you download the right files because I noticed the owner edited this post and maybe you downloaded from this place.

ht ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Sat May 17, 2014 7:52 pm   Subject: Re: Nuke Honeypot
Just updated it with the one that was looked at everyone and tripled checked.
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Wed May 14, 2014 1:33 pm   Subject: Re: Nuke Honeypot
hicuxunicorniobestbuildpc, I did not have that turned on, it is now.
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Tue May 13, 2014 7:58 pm   Subject: Honeypot V2.1 AntiBot Module
Hi corpse:

I think u need to zip it again. I just download it again and I found out this line on modules/HoneyPot/includes/ya_new_user.php

require_once 'file:///C|/Users/DREADE~1/AppData/Lo ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Mon May 12, 2014 11:20 pm   Subject: Honeypot V2.1 AntiBot Module
Which format you are using is on your own perspectives. This archive was only for you. Remove this link here, please. It's not for public! I thought you would check the files but it seems not.

I ha ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Mon May 12, 2014 10:14 pm   Subject: Honeypot V2.1 AntiBot Module
I have it packed as ZIP and if you would open the archive and would check the changedate of the module files, then you would see the changes. But anyway... don't ask me again!Don't worry, I wont. But ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Mon May 12, 2014 9:10 pm   Subject: Honeypot V2.1 AntiBot Module
There are more issue like that have hicuxunicorniobestbuildpc found. I have send corpse a optimized package with many fixes for JS implementations and xHTML validation issues for few days ago but it s ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Sun May 11, 2014 10:05 am   Subject: Re: Nuke Honeypot
kguske, I understand what your talking about adding in all the various spambot blacklist, but unfortunately, all that is going to do is block what is known, and not what is unknown. The list don't get ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Sun May 11, 2014 4:08 am   Subject: Re: Nuke Honeypot
Today, I have released HoneyPot V2 for RavenNuke. Check the first thread for the download and information about it.

Over the past 2 weeks or so, nuken, (Owner of http://www.trickedoutnews.com ), ha ...
 Topic: Honeypot V2.1 AntiBot Module
corpse

Replies: 80
Views: 223096

PostForum: Security - PHP Nuke   Posted: Wed May 15, 2013 3:55 pm   Subject: Honeypot V2.1 AntiBot Module
for the timer, the two variables can be just turned into one because in all sense, its doing the same function. Meaning, that you are setting the time limit that form, so it shouldn't be filled out no ...
 

 Jump to:   

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