Ravens PHP Scripts: Forums
 

 

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

Replies: 4
Views: 8802

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: RN_Video module
hicuxunicorniobestbuildpc

Replies: 8
Views: 2952

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Dec 04, 2021 4:48 pm   Subject: RN_Video module
Warning: gmdate() expects parameter 2 to be integer, string given in /www.bestbuildpc.org/modules/RN_Video/index.php on line 26


echo '<tr><td valign="top"><a ...
 Topic: RN Subscription Module from Guardian
neralex

Replies: 22
Views: 8287

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Nov 26, 2020 1:14 am   Subject: RN Subscription Module from Guardian
Note: There is an typo in the function strip_tags() but this function is not a solid approach to filter the database-input. So try this please.

Find:

$uname = striptags($_POST['uname' ...
 Topic: RN Subscription Module from Guardian
hicuxunicorniobestbuildpc

Replies: 22
Views: 8287

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Nov 25, 2020 5:29 pm   Subject: RN Subscription Module from Guardian
hmmm now I see this became old so this is a fix but when I want to add a subscriber it is giving me a white page. NO ERROR but I have everything ON to show errors

admin.php?op=admin_rn_sub_add_sub ...
 Topic: override meta tags
amirghanbariir

Replies: 1
Views: 3717

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Dec 31, 2019 5:39 am   Subject: override meta tags
hi all, هاست لینوکسثبت دامنهطراحی سایت ...
 Topic: "Grab" String blocked
Doulos

Replies: 4
Views: 8033

PostForum: NukeSentinel(tm) v2.6.x   Posted: Sat Jun 02, 2018 10:11 am   Subject: Re: "Grab" String blocked
Yes, that is what I am asking - I took away the code tags in my previous post. I assumed they were trying to copy the website for some reason so NukeSentinel blocked them. True?
 Topic: php7 support
neralex

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Mar 28, 2018 1:11 pm   Subject: php7 support
Yes you are right, thanks. I missed this part but the theme-tpls are fine. The scripts-tags should be removed, because its loaded in the addon-file and the wrong image-paths I fixed too.

https://gi ...
 Topic: php7 support
neralex

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Mar 28, 2018 12:47 pm   Subject: Re: php7 support

I guess u forgot to change path from the file lang_bbcode.php

//+MOD: Start Advanced BBCode Box MOD vRN2.5.2
$faq[] = array("--", "Advanced BBCode Features"&# ...
 Topic: php7 support
neralex

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Mar 28, 2018 12:07 pm   Subject: php7 support
With this line, the script was loaded: includes/bbcode_box/js/bbcode_extras.js:

<script type="text/javascript" src="{U_SXBB_JSLIB}"></script>

But this h ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Mar 28, 2018 11:30 am   Subject: Re: php7 support
neralex: of course I m not using the old one. None of the icons when I click are working. Doesn't do anything at all. My question to you is:

I see head-abbcbox.php is calling the javascript files
...
 Topic: php7 support
neralex

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 25, 2018 3:32 pm   Subject: php7 support
Yes sorry, I noticed too. Its online now!

add this file: /includes/addons/head-abbcbox.php
add this folder: /includes/bbcode_box/

I found some other missed theme related css files and I found u ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Mar 22, 2018 7:28 am   Subject: Re: php7 support
Neralex, where is the bbcode.php. I can not find it. Now I discovered my wimpy player is not working. The flash is not showing the music list. This module I won't remove it. I guess I will keep php 5. ...
 Topic: php7 support
Dawg

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Mar 15, 2018 4:55 am   Subject: Re: php7 support
Anyone want to be a hero?
This is from bbcode.php
This is what stands between us and PHP7 support.

Dawg

$tpl = preg_replace('#<!-- BEGIN (.*?) -->(.*?)<!-- END (.*?) -->#', "\ ...
 Topic: RavenNuke 3
neralex

Replies: 167
Views: 315988

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Wed Sep 27, 2017 2:21 am   Subject: RavenNuke 3
Here you can see the using of the both cropped image files. The magic-tags http://www.soe.fm/dextarmusic/rn3imgs/featuredimage_articleview.jpghttp://www.soe.fm/dextarmusic/rn3imgs/featuredimage_articl ...
 Topic: Module width
neralex

Replies: 4
Views: 8609

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 25, 2017 2:33 am   Subject: Module width
1. There is no need to set a fixed width-value fo the whole module. Put a <div> arount the input-tags like this:

<div class="nowrap">
<input type="text" name ...
 Topic: RavenNuke 3
neralex

Replies: 167
Views: 315988

PostForum: RavenNuke / Raven CMS CMS Wiki   Posted: Wed Apr 05, 2017 2:26 pm   Subject: RavenNuke 3
KennyW, I can understand you. I'm waiting since a year for detailed responses and the only two guys who are giving a response is guardian and kguske. As kguske has pointed, without a response of the k ...
 Topic: php7 support
neralex

Replies: 276
Views: 285154

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Jan 01, 2017 11:04 pm   Subject: php7 support
Note: I noticed that the mysql-functions are removed in php7 - it's supporting mysqli only. That means the whole INSTALLATION process is broken in php7! I'm working on a package for RavenNuke 2.5.1, w ...
 Topic: WISH: Open Graph meta tags for the next release
kenspa

Replies: 23
Views: 43922

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Nov 06, 2016 7:45 am   Subject: Re: WISH: Open Graph meta tags for the next release
Thank you so much neralex.

I have the same feeling that the $og_image is not filled or defined correctly, before include_once('header.php'); I didn't have it, so I added
$og_image = $nukeurl . ' ...
 Topic: WISH: Open Graph meta tags for the next release
neralex

Replies: 23
Views: 43922

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Sep 17, 2016 3:08 am   Subject: WISH: Open Graph meta tags for the next release
In order of the request to add also the $informant (Author) of each article you can add it along this way:

Open includes/mimetype.php:

find:

if(!isset($dhMETA)) {
$dh ...
 Topic: Resizing images
Plasma

Replies: 2
Views: 5364

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Sep 13, 2016 9:02 am   Subject: Resizing images
I'm trying to either:

1. when someone adds an image in the forums using the [img] tags, limit the size of the image,

or

2. when using the [img] tag how do I put in the size? when I try [im ...
 Topic: Help! Create Author Metatag
draxx

Replies: 3
Views: 9183

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Aug 22, 2016 4:36 pm   Subject: Help! Create Author Metatag
News articles have authors ...

What I want is a metatag to appear on the article page for that author that was equal to the authors USERID (or USERID's defined name in their account).

The prob ...
 Topic: Embedding Video
draxx

Replies: 18
Views: 25168

PostForum: General/Other Stuff   Posted: Fri Aug 19, 2016 1:10 pm   Subject: Embedding Video
Open rnconfig.php and find:

'img' => array('class' => 1, 'style' => 1, 'id' => 1, 'alt' => 1, 'src' => 1, 'hspace' => 1, 'vspace' => 1, 'width' => 1, 'height' => 1 ...
 Topic: table compair tables missing
lzservers

Replies: 15
Views: 27117

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jun 24, 2016 11:15 pm   Subject: table compair tables missing
I did a table compair and file compair on a older SQL and looks like i need to add some tables Im a newbie to adding tables so I can use help. Im sure its the new MYSQL 5.6 update what the best and ea ...
 Topic: Edit My Version of nuke to run on php 5.4
Geegee3

Replies: 13
Views: 19418

PostForum: RWH General   Posted: Tue Mar 08, 2016 7:00 pm   Subject: Re: Edit My Version of nuke to run on php 5.4
I believe its the header of the 2 version that make 1 better on search engines then another, the many StyleSheets and javascripts in RavenNUKE I believe is the difference

example look at this code ...
 Topic: Advanced BBCode Box for RavenNuke v2.5
hicuxunicorniobestbuildpc

Replies: 18
Views: 26607

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Nov 29, 2015 8:53 am   Subject: Re: Advanced BBCode Box for RavenNuke v2.5
I disable html and in my case it looks like it is not filtering the tags: when I post double quotes("") i am getting this &amp;quot; on the forums

Any solution?
 

 Jump to:   

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