Ravens PHP Scripts: Forums
 

 

Search found 277 matches
Author Message
 Topic: Deprecated: The each() function is deprecated
hicuxunicorniobestbuildpc

Replies: 4
Views: 8960

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 2:44 am   Subject: Deprecated: The each() function is deprecated
When a user is trying to make a comment the fatal error is showing under the text. I noticed the editor is not working neither.

Deprecated: The each() function is deprecated. This message will be s ...
 Topic: Trying to access array offset on value of type null in
hicuxunicorniobestbuildpc

Replies: 9
Views: 63091

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 2:17 am   Subject: Trying to access array offset on value of type null in
I've got the same issue with Survey module. file index.php

Warning: Trying to access array offset on value of type null in /modules/Surveys/index.php on line 211

Warning: Trying to access array ...
 Topic: Code: 1064 - Message: You have an error in your SQL syntax
hicuxunicorniobestbuildpc

Replies: 31
Views: 11863

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 12, 2021 7:09 pm   Subject: Code: 1064 - Message: You have an error in your SQL syntax
I backed it up everything today this is what I got.

D:\Recovered\www.bestbuildpc.org\admin\modules\nukesentinel\ABAuthScan.php (1 hit)
Line 54: $result = $db->sql_query& ...
 Topic: php7 support
neralex

Replies: 276
Views: 290775

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Dec 07, 2017 12:43 pm   Subject: Re: php7 support
Some fixes added for warnings caused by deprecated function names of class constructors in the Comments module. Its also added in the big post with the other class constructor warnings: HEREfunction R ...
 Topic: php7 support
neralex

Replies: 276
Views: 290775

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Oct 10, 2017 11:32 am   Subject: php7 support
To prevent php7.x warnings caused by deprecated function names of class constructors, I prepared a "little" to-do list.

Note: I noticed also many of these warnings in /includes/xmlrpc/xm ...
 Topic: shortlink in nukeNav with Forum and Private Message modules
rovshan

Replies: 7
Views: 20101

PostForum: ShortLinks/TegoNuke   Posted: Sun May 08, 2016 11:41 am   Subject: Re: shortlink in nukeNav with Forum and Private Message modu
thanks for help

what do you mean - custom taps ?
I did not edit any files concerning forum module and shotlinks
As well as I removed all left and right blocks from Forum module.

With other mo ...
 Topic: RavenNuke 3
Guardian2003

Replies: 167
Views: 317490

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sun Aug 16, 2015 3:27 am   Subject: Re: RavenNuke 3
I finally got around to doing the short write-up I promised. Sorry for the delay but it was hard to find the time to type when I could have used that time to write code - plus the wife insisted on dra ...
 Topic: Why do Anonymous comments post to Polls without Moderation?
nuken

Replies: 4
Views: 9130

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Feb 15, 2014 1:01 pm   Subject: Why do Anonymous comments post to Polls without Moderation?
If you are using the disqus mod, adding it to the surveys is pretty simple. Disqus has a lot of extra features to stop spam even from anonymous users.
 Topic: ShortLinks Not Working
ricktido

Replies: 25
Views: 152028

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

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: CSRF Protection and Broken Links
derek765

Replies: 3
Views: 7526

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Dec 08, 2012 4:03 am   Subject: CSRF Protection and Broken Links
I have a quite good amount of friends in the Hacking community and asked a buddy to do a vulnerability scan of my website and this is the results he gave me.
I check the directories of which was show ...
 Topic: Missing Shoft Links
derek765

Replies: 2
Views: 58503

PostForum: ShortLinks/TegoNuke   Posted: Fri Dec 07, 2012 12:28 am   Subject: Missing Shoft Links
My Short Links in my .htaccess
Does anyone happen to have the rewriterule for nukeNAV and Resend_Email module?

<IfModule mod_rewrite.c>
# TegoNuke(tm) ShortLinks - ShortLinks.htacc ...
 Topic: Modifying in_groups to use groups for admin privileges
duck

Replies: 33
Views: 43337

PostForum: How To's   Posted: Thu Dec 29, 2011 2:43 pm   Subject: Modifying in_groups to use groups for admin privileges
Well haven't played much with ionize but my last look at codeigniter was far more inefficient than other frameworks but that's neither here nor there it doesn't matter whether it is Nuke's patched Pro ...
 Topic: Modifying in_groups to use groups for admin privileges
fkelly

Replies: 33
Views: 43337

PostForum: How To's   Posted: Thu Dec 29, 2011 10:54 am   Subject: Modifying in_groups to use groups for admin privileges
Quite honestly, if we are going to thoroughly redo RN I would question whether:

- we aren't reinventing the wheel
- there are anything like the resources and expertise we would need

There are ...
 Topic: Firefox 3.6 caching fix
hicuxunicorniobestbuildpc

Replies: 22
Views: 82127

PostForum: Other - Discussion   Posted: Sat Jan 08, 2011 1:42 pm   Subject: re: Firefox 3.6 caching fix
This is my .htaccess

#####################################################
# READ THIS COMPLETELY IF YOU CHOOSE TO USE THIS FILE
# THESE INSTRUCTIONS APPLY TO ALL Options DIRECTIVES
#
# The l ...
 Topic: .htaccess Errors When Running A PHP->HTML Script
transit

Replies: 9
Views: 56967

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: Captcha
nuken

Replies: 3
Views: 7454

PostForum: Captcha Security   Posted: Wed Nov 10, 2010 6:31 pm   Subject: re: Captcha
And in rnconfig.php you will find the captcha settings for the modules

/*********************************************************************************
* Visual Captcha Configuration for Modules ...
 Topic: Admin Email Being Harvested
dad7732

Replies: 8
Views: 9914

PostForum: v2.4 RN Issues   Posted: Fri Nov 05, 2010 5:28 pm   Subject: Admin Email Being Harvested
Since I use Sendmail, I may try it's email + feature, such as "myaddress+mysupportsite@mysite.com. Anyone harvesting that address "may" find it to be invalid and not be added and IF added to any mail ...
 Topic: Modules not loading
joe67

Replies: 39
Views: 52958

PostForum: Modules   Posted: Sat Oct 02, 2010 8:40 am   Subject: Re: Modules not loading
looking at the ftp log i found this,i think this is everything the f****er done from start to finish.

the last ip is mine


* c
Tue Sep 28 18:11:23 2010 0 188.72.233.54 0 /home/celtica ...
 Topic: Installing RN 2.40.01 with 1and1hosting.com.....
transit

Replies: 21
Views: 63006

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

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: What to change/remove from RavenNuke(tm)?
sixonetonoffun

Replies: 78
Views: 111397

PostForum: v2.4 RN Issues   Posted: Thu Jul 08, 2010 8:52 am   Subject: re: What to change/remove from RavenNuke(tm)?
AndyB I can't quote the thread but Palbin did mention its on the todo list for a bridged approach.

fkelly I whole heartedly agree. Brings focus down to more or less...
· Home ==News
· Authors ...
 Topic: Survey results problem
Deep-Blue

Replies: 5
Views: 6845

PostForum: Modules   Posted: Fri Mar 26, 2010 9:25 am   Subject: Survey results problem
Hello,

After searching everywhere (even here) for an answer to my problem, I decided to finally make a small post.

Fresh install of RavenNuke 2.40, I made a survey, everything is ok, the block i ...
 Topic: RN afnet_grey theme- based on charcoal2 etc- help please....
AndyB

Replies: 11
Views: 23128

PostForum: Converting/Creating Themes   Posted: Sun Mar 21, 2010 2:20 pm   Subject: RN afnet_grey theme- based on charcoal2 etc- help please....
Hi Guys;;myself and one of the users on the site have been working on a "new" theme for RN;

based on charcoal2 by nukemods (phpbb part by zarron media), with parts "borrowed" from ct_rn_black, plus ...
 Topic: CAPTCHA on feedback module?
sixf00t4

Replies: 12
Views: 17392

PostForum: v2.3 RN Issues   Posted: Tue Mar 09, 2010 2:05 pm   Subject: re: CAPTCHA on feedback module?
interesting...Looks like mine is configured that way...

http://joshuadhall.com

from rnconfig:
/*********************************************************************************
* Visual Captch ...
 

 Jump to:   

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