Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 1995 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Setting cookie - please tell me what some variables are? | |
Palbin Replies: 3 Views: 7985 ![]() |
![]() |
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: 10311 ![]() |
![]() |
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: 13077 ![]() |
![]() |
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: 6940 ![]() |
![]() |
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: 15155 ![]() |
![]() |
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: 5231 ![]() |
![]() |
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: 19820 ![]() |
![]() |
- 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: 7874 ![]() |
![]() |
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: 6511 ![]() |
![]() |
I sent you an email. | |
Topic: RN PHP 5.4 Compatiblility | |
Palbin Replies: 38 Views: 96326 ![]() |
![]() |
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: 6740 ![]() |
![]() |
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: 10943 ![]() |
![]() |
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: 329151 ![]() |
![]() |
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: 93803 ![]() |
![]() |
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: 8105 ![]() |
![]() |
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: 10544 ![]() |
![]() |
Have you added javascript of some kind to your site? | |
Topic: fckeditor does not work in IE 9 and chrome | |
Palbin Replies: 4 Views: 9528 ![]() |
![]() |
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: 28032 ![]() |
![]() |
I am in agreement with neralex, that that is still a beta. | |
Topic: is_mod_admin OR is_admin? | |
Palbin Replies: 1 Views: 6308 ![]() |
![]() |
Off the top of my head what you propose sounds correct. | |
Topic: sql error ForumsCollapsing block | |
Palbin Replies: 15 Views: 22304 ![]() |
![]() |
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: 22304 ![]() |
![]() |
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: 22304 ![]() |
![]() |
neralex, do you have error reporting on? Are you getting any php warnings? | |
Topic: sql error ForumsCollapsing block | |
Palbin Replies: 15 Views: 22304 ![]() |
![]() |
I will give it a quick look tonight if I have time. | |
Topic: Looking for direction | |
Palbin Replies: 13 Views: 19315 ![]() |
![]() |
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: 19315 ![]() |
![]() |
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 ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 78, 79, 80 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours