Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 5678 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Trying to access array offset on value of type null in | |
kguske Replies: 9 Views: 3275 ![]() |
![]() |
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: 4124 ![]() |
![]() |
Hello sir! Glad to see you | |
Topic: Is Github current? | |
kguske Replies: 4 Views: 1582 ![]() |
![]() |
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: 4954 ![]() |
![]() |
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: 1720 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 3246 ![]() |
![]() |
Thank you, sir. Wasn't sure if you had seen it. | |
Topic: Error from preg_match help | |
kguske Replies: 5 Views: 3246 ![]() |
![]() |
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: 2698 ![]() |
![]() |
Nice. Welcome! | |
Topic: You have attempted to access this site with an invalid IP | |
kguske Replies: 3 Views: 2027 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 225349 ![]() |
![]() |
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: 3330 ![]() |
![]() |
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: 3330 ![]() |
![]() |
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 ... | |
Topic: CSS: Limit image-width in Forum-posts | |
kguske Replies: 16 Views: 11172 ![]() |
![]() |
Why not scale on upload?
https://www.phpbb.com/community/viewtopic.php?t=2445391 This is for phpBB3, so it would need to be modified for phpBB 2 / RN forums modules. Also, this requires ImageMa ... |
|
Topic: A lot of spam users lately.. | |
kguske Replies: 12 Views: 10583 ![]() |
![]() |
Try it now. I changed the link from relative to fully qualified and was able to download it. Very strange... | |
Topic: A lot of spam users lately.. | |
kguske Replies: 12 Views: 10583 ![]() |
![]() |
Very strange... When I FTP the file, it's fine. But downloading through Chrome, Firefox, IE, Opera it's smaller and can't open. | |
Topic: A lot of spam users lately.. | |
kguske Replies: 12 Views: 10583 ![]() |
![]() |
elnegro, PM your IP info and I'll remove the block on nukeSEO.com if needed.
I'll check the download on a Linux system - maybe the issue is with 7zip on Linux or creating it on Windows. |
|
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