Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 1886 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Deprecated: The each() function is deprecated | |
neralex Replies: 4 Views: 8802 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
hi all, هاست لینوکسثبت دامنهطراحی سایت ... | |
Topic: "Grab" String blocked | |
Doulos Replies: 4 Views: 8033 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 ![]() |
![]() |
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 &quot; on the forums
Any solution? |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3 ... 74, 75, 76 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours