Ravens PHP Scripts: Forums
 

 

Search found 3294 matches
Author Message
 Topic: Deprecated: The each() function is deprecated
neralex

Replies: 4
Views: 10318

PostForum: RavenNuke(tm) v2.5x   Posted: Thu May 11, 2023 1:36 pm   Subject: Deprecated: The each() function is deprecated
Good catch, there are more codelines like this in different modules that cause the same message. The variable $AllowableHTML is a multidimensional array that we have to loop through several times.
...
 Topic: Nuke Sentinel Error running 8.1 php
hicuxunicorniobestbuildpc

Replies: 2
Views: 2637

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 17, 2022 5:23 am   Subject: Nuke Sentinel Error running 8.1 php
Testing php 8.1

When I click on ADMIN Blocker Settings I got this error from Nuke Sentinel.


Fatal error: Uncaught ArgumentCountError: mail() expects at least 3 arguments, 0 giv ...
 Topic: Radio Block
hicuxunicorniobestbuildpc

Replies: 3
Views: 3868

PostForum: Converting/Creating Blocks   Posted: Wed Feb 09, 2022 3:25 pm   Subject: Radio Block
Guys! I am trying to make a radio shout block and it is working but when I click it goes to play in another page. Is that normal? Let me know if u see any mistake or validation.

<?php

if ( ...
 Topic: Download module for RavenNuke
hicuxunicorniobestbuildpc

Replies: 4
Views: 5140

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 6:52 am   Subject: Download module for RavenNuke
Hi Guys,

Since a couple of days I am checking file by file searching for some errors. I wonder if the download module could be renew and more easy to use for administrators.



function Rankin ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 332812

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Nov 23, 2021 4:31 am   Subject: php7 support
I am getting error since I upgrade to the new php 7.1.

Warning: Declaration of oDebug::sql_query($query) should be compatible with sql_db::sql_query($query = '', $tr ...
 Topic: nukNav block
Greatlord

Replies: 2
Views: 2348

PostForum: Blocks   Posted: Sat May 08, 2021 1:18 pm   Subject: nukNav block
Hello, I Was hoping to find some help on why the NukNav block background stay white when the rest of my theme background is black, anyone know how i can change the background color to match the rest o ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11203

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:59 pm   Subject: RN Subscription Module from Guardian
Now when I add a subscription I get a bunch of errors

Notice: Use of undefined constant RNS_A_GEN_ERRORE - assumed 'RNS_A_GEN_ERRORE' in /www.bestbuildpc.org/modules/RN_Subscription/admin/private/R ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 11203

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Nov 28, 2020 5:23 am   Subject: RN Subscription Module from Guardian
<?php

if (!defined('RNS_ADMIN')) die();

global $admin, $bgcolor2, $prefix, $db, $module_name;
// check for incoming userid
if (isset($uid)) {
...
 Topic: Theme Previews
neralex

Replies: 17
Views: 13636

PostForum: Themes   Posted: Tue Oct 06, 2020 1:01 pm   Subject: Theme Previews
EmeraldDragon, I used the Theme-Preview function in the admin-section of RN25x to build a simple block-file with the same functionality, which is using the uploaded themes from the themes-folder of yo ...
 Topic: php7 support
neralex

Replies: 276
Views: 332812

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 16, 2020 7:48 am   Subject: Re: Need to be fixed / Your_Account module
Do you really need this sign => ; after ($new_uid !== false && $new_uid != 0) { ?!

rovshan, thank you for reporting this old typo - removed from the github branches.
 Topic: php7 support
rovshan

Replies: 276
Views: 332812

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 16, 2020 5:52 am   Subject: Need to be fixed / Your_Account module
in master distribution php7 ready in saveactivate.php file

if ($new_uid !== false && $new_uid != 0) { ;
$db->sql_query('DELETE FROM ' . $user_prefix . '_users_temp W ...
 Topic: private function backtrace_log
neralex

Replies: 5
Views: 6107

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 16, 2020 1:46 pm   Subject: private function backtrace_log
rovshan, nice catch - crazy issue Wink

Let us clarify how the loglevel-options should work:

$loglevel - This controls the level of logging to the rnlogs/dblog file.

The default setting $logleve ...
 Topic: private function backtrace_log
rovshan

Replies: 5
Views: 6107

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Apr 16, 2020 7:09 am   Subject: private function backtrace_log
hi,

My question concern this function in footer.php to show MySql requests concerning downloaded page:

if ($loglevel == 3 || $loglevel == 4) {
if (is_admin($admin) ...
 Topic: override meta tags
amirghanbariir

Replies: 1
Views: 4079

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 31, 2019 5:39 am   Subject: override meta tags
hi all, هاست لینوکسثبت دامنهطراحی سایت ...
 Topic: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 17111

PostForum: Other - Discussion   Posted: Mon Oct 21, 2019 8:37 pm   Subject: CSS: Limit image-width in Forum-posts
I am again having this issue - only with the RavenIce theme. All other themes are resizing images in forum posts. This is RN2.52 for PHP7. Here is my themes/RavenIce/style/style.css file:body { ...
 Topic: nukeNAV Responsive
papamike

Replies: 6
Views: 8927

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Aug 17, 2019 8:41 pm   Subject: Scratch my previous post
In my previous post, I said I had released "fisubice" as a responsive theme. I found that I was straying so far from the original fisubice design in my attempt at making it responsive that ...
 Topic: php7 support
neralex

Replies: 276
Views: 332812

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2019 12:23 pm   Subject: php7 support
Just a typo at the end of a echo-string:

find:
include_once 'header.php';echo '<div class="display-none">', PHP_EOL # hide content, when colorbox is not open ,'<div id=" ...
 Topic: php7 support
Doulos

Replies: 276
Views: 332812

PostForum: RavenNuke(tm) v2.5x   Posted: Wed May 01, 2019 4:50 am   Subject: php7 support
I have been slowly working my way through my custom modules and updating them for PHP7, but I am stuck with this one. I thought I had this module working fine in php5.4, but I just checked my PHP5.4 ...
 Topic: php7 support
FireATST

Replies: 276
Views: 332812

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Feb 02, 2019 12:03 pm   Subject: Re: php7 support
Thanks, sorry for the delay. I re-installed xamp since I had not used it for a while and had to learn how to use things again lol. I re-downloaded the master and re-installed locally on my xamp. I s ...
 Topic: Some more bug fixes
Nuke8

Replies: 14
Views: 21001

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Nov 12, 2018 8:37 am   Subject: Re: Some more bug fixes
In order to validate the css files,

1. themes/ravennuke.css file line 56:

caption{font-weight:bold;font-size:1.5em;padding:0.25em 0.25em 1.5em 0.25em}}
should be

c ...
 Topic: popup generator mod 500 error
neralex

Replies: 5
Views: 11070

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 14, 2018 3:28 pm   Subject: popup generator mod 500 error
Here is an auto-open colorbox modal, which is using the content of an inline-element referenced by id. Maybe you can use is to replace the popup Javascript shizzle in your mod but you need also the re ...
 Topic: popup generator mod 500 error
kenspa

Replies: 5
Views: 11070

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 14, 2018 1:03 pm   Subject: Re: popup generator mod 500 error
There is a php part to write/edit/remove the popups in db, and there is another file in (includes) with JavaScript function to retrieve the active popups from db and set cookies with the parameters al ...
 Topic: popup generator mod 500 error
neralex

Replies: 5
Views: 11070

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Aug 13, 2018 9:42 am   Subject: popup generator mod 500 error
kenspa, for which reason do you need popups? RavenNuke provides the colorbox to show an inline modal.

Popups are blocked by each browser since many years. So I guess this mod is older than "m ...
 Topic: RavenNuke themes
gravutrad

Replies: 3
Views: 6428

PostForum: Converting/Creating Themes   Posted: Tue Jul 31, 2018 7:34 am   Subject: Re: RavenNuke themes
ok fisubice will be sufficient for me (will corresponding to mine, i'll adapt it for few colors).

But the question is still posed (interesting for 2018 update)
 Topic: Undefined offset with Sommaire
hicuxunicorniobestbuildpc

Replies: 6
Views: 12333

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Apr 03, 2018 6:38 pm   Subject: Undefined offset with Sommaire
Notice: Undefined offset: 2 in /admin/modules/sommaire.php on line 980

Lots of error with sommaire.php

www.bestbuildpc.org/bugfiles/sommaire.txt


This file is a mess. It needs really ...
 

 Jump to:   

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