Ravens PHP Scripts: Forums
 

 

Search found 1995 matches
Author Message
 Topic: Setting cookie - please tell me what some variables are?
Palbin

Replies: 3
Views: 7483

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Oct 05, 2013 11:44 am   Subject: re: Setting cookie - please tell me what some variables are?
I first have to preface that I cannot guarantee without really looking into it if these settings are even used anymore since they are also stored in the user table. I also believe these have all been ...
 Topic: IPV6 support in Sentinel
Palbin

Replies: 7
Views: 9627

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Aug 17, 2013 9:45 am   Subject: re: IPV6 support in Sentinel
neralex, you could try replace these line in nukesentinel.php (lines 53-61)

if(!preg_match(REGEX_IPV4, $nsnst_const['server_ip'])) { $nsnst_const['server_ip'] = ...
 Topic: php count multi-dimensional array based on 2nd level value
Palbin

Replies: 7
Views: 12520

PostForum: PHP   Posted: Sun Jul 28, 2013 8:25 am   Subject: php count multi-dimensional array based on 2nd level value
As neralex has pointed out you have to iterate through the array. There are no base PHP functions that will help when dealing with multi-dimensional arrays.
 Topic: csrf protection in a search function
Palbin

Replies: 2
Views: 6513

PostForum: RavenNuke(tm) v2.5x   Posted: Sun May 12, 2013 12:09 pm   Subject: csrf protection in a search function
I would say that this is probably "paranoid". The reason i say this is that typical xss protection is to stop the submission of data that if accepted would be saved or change something. And since th ...
 Topic: Change function notuser to redirect to login
Palbin

Replies: 8
Views: 14374

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 04, 2013 6:55 am   Subject: Change function notuser to redirect to login
You only really need this:

function notuser() {
Header('Location: account.html');
die();
}
?>


Now that does account for any ...
 Topic: Registration Email Delay
Palbin

Replies: 1
Views: 4946

PostForum: Post Installation Help   Posted: Wed Feb 20, 2013 9:42 am   Subject: Registration Email Delay
This is a problem with your server or their mail server. As far as RavenNuke (PHP) is concerned it should be instant.
 Topic: RavenNuke(tm) Version 2.51.00 Released!
Palbin

Replies: 14
Views: 18549

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 18, 2013 5:02 pm   Subject: re: RavenNuke(tm) Version 2.51.00 Released!
- 0001977:

Where were these changes made - only in the mainfile.php? These changes are included in ckeditor package or i must here make changes?

http://phpnuke-guild.org/pics/251_ereg_files.JPG
 Topic: RN25 XAMPP 1.7 PHP 5.3.8, Server status error on Install
Palbin

Replies: 5
Views: 7277

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 11, 2013 3:00 pm   Subject: re: RN25 XAMPP 1.7 PHP 5.3.8, Server status error on Install
I won't be much help since I use WAMP, but that sounds like a server issue not an RN / PHP problem.:/ If you create a phpinfo() files does anything show up in the RN directory?


<?php
phpinfo ...
 Topic: URGENT - need a quick fix for my security images not display
Palbin

Replies: 2
Views: 6055

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jan 28, 2013 4:48 pm   Subject: URGENT - need a quick fix for my security images not display
I sent you an email.
 Topic: RN PHP 5.4 Compatiblility
Palbin

Replies: 38
Views: 92737

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Jan 17, 2013 9:45 am   Subject: Re: re: RN PHP 5.4 Compatiblility
To make RN compatible with PHP 5.4.x you need to make the following edits. Open mainfile.php and find lines 57-77:

if ($phpver >= '4.0.4pl1' && isset($_SERVER['HTTP_USER_AGE ...
 Topic: RN 2.5 FCK Editor
Palbin

Replies: 4
Views: 6228

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jan 13, 2013 9:20 am   Subject: RN 2.5 FCK Editor
I recommend upgrading to this because fckeditor is no longer supported.

http://nukeseo.com/modules.php?name=Downloads&op=getit&lid=45
 Topic: password hashing.
Palbin

Replies: 7
Views: 10295

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sat Jan 12, 2013 3:25 pm   Subject: password hashing.
Take a look at this http://www.openwall.com/phpass/ . There is a lot of excellent information there. This class is a strong candidate for our next release.
 Topic: RavenNuke 3
Palbin

Replies: 167
Views: 307958

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Sat Jan 12, 2013 3:18 pm   Subject: RavenNuke 3
ricktido, we have not said it can not be done. Only that this would got against our coding approach of keeping everything modular.

Anyway we currently have a topic in our private forums where we a ...
 Topic: Minor Vulnerability
Palbin

Replies: 16
Views: 91450

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Dec 17, 2012 10:14 pm   Subject: Minor Vulnerability
Not following you on number 2. I mean I think I get it, but don't see the issue.
 Topic: Block not browser compatible
Palbin

Replies: 4
Views: 7732

PostForum: Raven's Collapsing Forums Block   Posted: Fri Dec 07, 2012 8:27 am   Subject: Re: re: Block not browser compatible
Find:
$content .= '<table style="background-color: ' . $tickerBGColor . ';"><tr>'
Replace with:
$content .= '<table style="width:100%;background-color: ' . $tickerBGColor . ';">&l ...
 Topic: Show/Hide Button Not Working
Palbin

Replies: 5
Views: 10190

PostForum: Raven's Collapsing Forums Block   Posted: Wed Dec 05, 2012 10:22 pm   Subject: Show/Hide Button Not Working
Have you added javascript of some kind to your site?
 Topic: fckeditor does not work in IE 9 and chrome
Palbin

Replies: 4
Views: 8969

PostForum: FCKeditor/WYSIWYG Issues   Posted: Mon Nov 12, 2012 8:47 am   Subject: fckeditor does not work in IE 9 and chrome
There have been issues reported with fckeditor and the latest versions of browsers. FCKeditor is no longer supported by its developers as they have moved to CKeditor.

I suggest installing CKedtior ...
 Topic: Firefox 17
Palbin

Replies: 22
Views: 26432

PostForum: FCKeditor/WYSIWYG Issues   Posted: Sat Oct 27, 2012 12:45 pm   Subject: Firefox 17
I am in agreement with neralex, that that is still a beta.
 Topic: is_mod_admin OR is_admin?
Palbin

Replies: 1
Views: 5893

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Oct 08, 2012 11:35 am   Subject: is_mod_admin OR is_admin?
Off the top of my head what you propose sounds correct.
 Topic: sql error ForumsCollapsing block
Palbin

Replies: 15
Views: 21009

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Oct 06, 2012 10:30 am   Subject: Re: re: sql error ForumsCollapsing block
Another little issue is the not "shorted" link of the search of user's postings. If you use the shortlinks and you click on the Top Posters' usernames, then you get an incorrect link.

. '<a ...
 Topic: sql error ForumsCollapsing block
Palbin

Replies: 15
Views: 21009

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Oct 06, 2012 10:20 am   Subject: re: sql error ForumsCollapsing block
Try this http://www.phpnuke-guild.org/highlight_code/block-ForumsCollapsing.phps

Specifically look at the "auth" function and the require_once I moved to the top.
 Topic: sql error ForumsCollapsing block
Palbin

Replies: 15
Views: 21009

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Oct 06, 2012 9:05 am   Subject: sql error ForumsCollapsing block
neralex, do you have error reporting on? Are you getting any php warnings?
 Topic: sql error ForumsCollapsing block
Palbin

Replies: 15
Views: 21009

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Oct 02, 2012 1:36 pm   Subject: sql error ForumsCollapsing block
I will give it a quick look tonight if I have time.
 Topic: Looking for direction
Palbin

Replies: 13
Views: 18131

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Sep 22, 2012 3:45 pm   Subject: Looking for direction
Since I missed Guardians post you will also need to remove and reference to header.php and footer.php.
 Topic: Looking for direction
Palbin

Replies: 13
Views: 18131

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Sep 22, 2012 3:44 pm   Subject: re: Looking for direction
I only semi understand what you are trying to accomplish, but I will offer a few words on the code you posted.


if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // S ...
 

 Jump to:   

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