Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 5682 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Block by Nukespam filter | |
kguske Replies: 5 Views: 255 ![]() |
![]() |
You can request that SFS remove the IP address and email address, but that isn't likely. You can also whitelist the IP and email address in nukeSPAM. | |
Topic: Old themes and modules | |
kguske Replies: 4 Views: 314 ![]() |
![]() |
misterstereus, sorry for the delayed reply!
I think I have my library of modules, themes and more on a shareable cloud site. I'll send a PM with a link |
|
Topic: Block by Nukespam filter | |
kguske Replies: 5 Views: 255 ![]() |
![]() |
Which attributes did SFS block? username, email address, and / or IP address? | |
Topic: Old themes and modules | |
kguske Replies: 4 Views: 314 ![]() |
![]() |
Which modules / themes do you need? | |
Topic: Trying to access array offset on value of type null in | |
kguske Replies: 9 Views: 4283 ![]() |
![]() |
I'm running 7.3.33 but don't see the error. I turned on signatures in User config, and visited my Your Account (user info) page. Is that where you're seeing this error? | |
Topic: Hey! | |
kguske Replies: 3 Views: 5451 ![]() |
![]() |
Hello sir! Glad to see you | |
Topic: Is Github current? | |
kguske Replies: 4 Views: 1787 ![]() |
![]() |
Wow...great to see you! I believe it's updated. I'm sure neralex will confirm.
What are you up to these days? I started converting a responsive theme, but haven't made much progress. |
|
Topic: mimetype | |
kguske Replies: 3 Views: 5089 ![]() |
![]() |
Was looking for info on mimetype and found this old post. Just wanted to add for anyone interested that you can have a theme-specific mimetype file in themes/YourTheme/mimetype.php
This will comp ... |
|
Topic: Download module for RavenNuke | |
kguske Replies: 4 Views: 2475 ![]() |
![]() |
I have similar concerns regarding the Web_Links module, but don't have time right now to do something different. I am considering using a content page instead since I don't really track hits. I coul ... | |
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
Nice! I'll give that a try and see how it works.
We might want to call it function preg_clean_string to avoid possible conflicts with other functions with a different purpose. But if it's only ... |
|
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
Seeing a few warnings from nukesentinel.php on this line (479):
if (isset($name) && !preg_match('/^name=' . $name . '/i', $pg) && stristr($nsnst_const['s ... |
|
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
The News module uses the TCPDF class to support viewing a story in PDF format. The class in RN is very outdated, and displays errors under PHP 7.x. The class is actively maintained and has many updat ... | |
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
The nice thing about running multiple sites using the same software and a modified config file to connect the site's database is that you update all the sites at once.
The bad thing about this appr ... |
|
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
The module $name is getting cleared by check_html function:
$name = addslashes(check_html(trim($name), 'nohtml')); //Fixes SQL Injection because I hadn't updated the kses.php file... ![]() |
|
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
Changed to 7.3, and now all the modules are showing as not found. Very strange as I was able to change another domain without this issue. Have you seen that? | |
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
I'm getting ready to replace it, but on php 5.4, this happens:
PHP Parse error: syntax error, unexpected T_FUNCTION in modules/Forums/viewtopic.php on line 1289, which is function ($m1) use ( ... |
|
Topic: Error from preg_match help | |
kguske Replies: 5 Views: 3407 ![]() |
![]() |
Thank you, sir. Wasn't sure if you had seen it. | |
Topic: Error from preg_match help | |
kguske Replies: 5 Views: 3407 ![]() |
![]() |
Hi Neralex, I noticed this while comparing the latest version (left) with my installation of RN 2.5.1 (right). I may have modified this, but wondered if you were aware of Montego's code change highli ... | |
Topic: DragonflyCMS Themer Coming over to RavenNuke | |
kguske Replies: 5 Views: 3858 ![]() |
![]() |
Nice. Welcome! | |
Topic: You have attempted to access this site with an invalid IP | |
kguske Replies: 3 Views: 2162 ![]() |
![]() |
For localhost, turn off the NukeSentinel setting to block invalid IP address. I'm sure there is a post somewhere that shows how to do that (check the rnconfig.php file).
Not sure why that impacts ... |
|
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
After testing a few custom modules, it's working pretty well so far. Looking at some simple mods to enable a responsive theme... | |
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
I found the same issue when I imported to a test MariaDB on XAMPP from a production MySQL. | |
Topic: php7 support | |
kguske Replies: 276 Views: 244711 ![]() |
![]() |
Hi neralex, I'm *finally* ready for some php 7.x testing. Which version is most stable with RN? Should I just use 7.4 to get performance improvements or should I expect more issues with 7.4? | |
Topic: Javascript at the per module level | |
kguske Replies: 5 Views: 3509 ![]() |
![]() |
So, I found this in header.php:
// Post 138905 Step 8 - RN_MODULE_HEAD should contain the file to include, with a path relative to the module folder if (defined('RN_MODULE_HEAD')) ... |
|
Topic: Javascript at the per module level | |
kguske Replies: 5 Views: 3509 ![]() |
![]() |
You can load JS in the header or body using the addJSToHead, addJSToBody functions in an Include includes/addons/head-xxx.php or includes/addons/body-xxx.php file. You could also include a module?s R ... | |
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 226, 227, 228 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours