Ravens PHP Scripts: Forums
 

 

Search found 147 matches
Author Message
 Topic: Blank News Module
southern

Replies: 15
Views: 7352

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jan 27, 2023 10:13 am   Subject: Blank News Module
I'm stumped. I didn't find anything in .htaccess that might be causing a blank page ### Start McAfeeSECURE Code DO NOT EDIT ###
<IfModule mod_substitute.c>
AddOutputFilterByType SUBSTITUTE tex ...
 Topic: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 321212

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: CSS: Limit image-width in Forum-posts
Doulos

Replies: 16
Views: 16120

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: Adding code to create a block
Plasma

Replies: 1
Views: 6629

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Aug 08, 2016 12:22 pm   Subject: Adding code to create a block
I use to know how to do this, but I've been lazy the last few years with my gaming site. I'd like to add a block with the following:

<a href="http://www.gametracker.com/server_info/256 ...
 Topic: Crome does not recognize rn251 tags
neralex

Replies: 13
Views: 21300

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 01, 2015 3:48 pm   Subject: Crome does not recognize rn251 tags
Maybe it's a simple theme based issue but in my themes it works fine in chrome. Which theme you are using?


http://abload.de/thumb/cccocsqd.png
 Topic: Php nuke block ts3 and other problems!
neralex

Replies: 27
Views: 52263

PostForum: Blocks   Posted: Wed Mar 26, 2014 11:57 am   Subject: Php nuke block ts3 and other problems!
What Should I wuse instead of nuke?

There exist a CMS with the name RavenNuke. Its save, fast, modular, looks like Nuke but with many security fixes, a lot of new features without to loose the real ...
 Topic: How to sharenews articles on facebook with pictures
hicuxunicorniobestbuildpc

Replies: 6
Views: 10717

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Oct 23, 2013 11:17 am   Subject: re: How to sharenews articles on facebook with pictures
doffer, I think u need to take care of your site asap. I found out u got several error on your site.

I got this from page source. in the beginning

<div style="direction:ltr!importan ...
 Topic: Error Reporting Issues
abutty

Replies: 1
Views: 16428

PostForum: PHP   Posted: Tue Mar 05, 2013 4:51 am   Subject: Error Reporting Issues
Hi all thanks for solving my previous issues,

Now I am confused with the error reporting in the XAMPP.

I have tried to use an image slider extension in Joomla.

And I got the following errors: ...
 Topic: Nav Menu
nuken

Replies: 4
Views: 4990

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Dec 09, 2012 8:45 am   Subject: Nav Menu
Try putting the brackets outside the a like so



$nukeNAV = '<ul id="nukeNAV" class="nukeNAV"><li>[ <a href="./">'._HOME.' </a>]</ ...
 Topic: Frustrating Registrations
Susann

Replies: 16
Views: 23206

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Aug 10, 2012 6:00 am   Subject: Frustrating Registrations
Maybe try Nukespam from NukeSeo.com
Also check this: http://www.ravenphpscripts.com/postt20333.html
From which country are these spam registrations ?
I have seen a lot from China in the last time a ...
 Topic: RN PHP 5.4 Compatiblility
Palbin

Replies: 38
Views: 95733

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Jul 26, 2012 6:12 pm   Subject: RN PHP 5.4 Compatiblility
Please try the following and let me know. If this does not work if could possibly be a php bug https://bugs.php.net/bug.php?id=55544


if (isset($_SERVER['HTTP_ACCEPT_ENCODING'] ...
 Topic: SOLVED: module in home
neralex

Replies: 3
Views: 4667

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 13, 2012 11:19 am   Subject: SOLVED: module in home
if (!defined('HOME_FILE')) {
if (!is_admin($admin)) {
Header('Location: ./');
exit;
}
}

Now can surf admins only on the ...
 Topic: Cafepress Random image block
AndyB

Replies: 3
Views: 5314

PostForum: RavenNuke(tm) v2.5x   Posted: Sat May 05, 2012 1:26 pm   Subject: Cafepress Random image block
OK; following on from previous threads;

this is based on the "old" Amazon block that shipped with nuke; updated for php 5.xx and ravennuke 2.5x

Instructions:

1. Copy the code below and edit w ...
 Topic: two iframes in one block.
nuken

Replies: 5
Views: 10636

PostForum: Blocks   Posted: Sat Feb 11, 2012 9:56 am   Subject: two iframes in one block.
If you want a center block with them side by side. here is the code:

<?php

if ( !defined('BLOCK_FILE') ) {
Header('Location: ../index.php');
die( ...
 Topic: two iframes in one block.
montego

Replies: 5
Views: 10636

PostForum: Blocks   Posted: Fri Feb 10, 2012 6:58 am   Subject: two iframes in one block.
You removed a bunch of ".=" and made them just "=". Try this:


<?php

if (eregi("block-Block_Creator.php",$PHP_SELF)) {
Header("Location: i ...
 Topic: two iframes in one block.
rjms

Replies: 5
Views: 10636

PostForum: Blocks   Posted: Fri Feb 10, 2012 6:03 am   Subject: two iframes in one block.
Hello, I am trying to add two iframes in a single block, I am using nuke 8.x

I am stuck with the following code:

<?php

if (eregi("block-Block_Creator.php",$PHP_SELF)& ...
 Topic: pauses in the admin section
Palbin

Replies: 71
Views: 56103

PostForum: v2.4 RN Issues   Posted: Thu Aug 11, 2011 2:43 pm   Subject: Re: pauses in the admin section
The key, too, is to leave $display_errors to false in config.php when you move. There are some warnings that will be generated running RN 2.4.x and below on 5.3 (mostly around features that are being ...
 Topic: Coppermine for Nuke 1.3.1c
NeapolitanWorld

Replies: 45
Views: 78269

PostForum: Converting/Creating Modules   Posted: Thu Jan 20, 2011 11:49 am   Subject: re: Coppermine for Nuke 1.3.1c
I tried the method using a php.ini file in my root. No luck yet. This is how it looks. Does anything stick out Question
thanks for the direction on what to do.

[PHP]

;;;;;;;;;;;;;;;;;;;
...
 Topic: New User Registration Problem
dad7732

Replies: 19
Views: 18373

PostForum: v2.4 RN Issues   Posted: Tue Nov 23, 2010 9:17 am   Subject: Re: New User Registration Problem
No I have not added anything, that was just a clean install with the theme installed.

Have you tried multiple browsers, eg., Firefox, IE and so on? Same problem on all?
 Topic: html banners not displaying in Advertising Module
chaos_coa

Replies: 5
Views: 7494

PostForum: Modules   Posted: Sun Oct 03, 2010 9:36 am   Subject: html banners not displaying in Advertising Module
Hi

I serached for this but could not find an answer.

When I use the advertising module I cannot get html code provided to me to display banners.

For example, I select Ad class as Javascript/ ...
 Topic: Modules not loading
joe67

Replies: 39
Views: 54109

PostForum: Modules   Posted: Sat Oct 02, 2010 8:40 am   Subject: Re: Modules not loading
looking at the ftp log i found this,i think this is everything the f****er done from start to finish.

the last ip is mine


* c
Tue Sep 28 18:11:23 2010 0 188.72.233.54 0 /home/celtica ...
 Topic: Installing problems
syn333

Replies: 4
Views: 6729

PostForum: v2.4 RN Issues   Posted: Wed Aug 11, 2010 10:04 pm   Subject: Re: Installing problems
syn333, If your site installed I would not worry about those warnings. They are only dealing with "destroying" a class object. It should be of no consequence to your installation.

Hi, thank you v ...
 Topic: Installing problems
Palbin

Replies: 4
Views: 6729

PostForum: v2.4 RN Issues   Posted: Wed Aug 11, 2010 9:46 pm   Subject: Installing problems
syn333, If your site installed I would not worry about those warnings. They are only dealing with "destroying" a class object. It should be of no consequence to your installation.
 Topic: New Video Mod
Palbin

Replies: 21
Views: 22015

PostForum: Converting/Creating Modules   Posted: Thu Aug 05, 2010 6:52 pm   Subject: New Video Mod
Still get these.


[05-Aug-2010 18:49:45] PHP Parse error: syntax error, unexpected $end in /modules/RN_Video/index.php on line 333

[05-Aug-2010 18:50:23] PH ...
 Topic: Norwegian special characters in LightBox and FCKeditor
catweazle

Replies: 10
Views: 11475

PostForum: v2.4 RN Issues   Posted: Sat Jul 31, 2010 3:08 pm   Subject: re: Norwegian special characters in LightBox and FCKeditor
That script appears to change the collation to utf8_general_ci instead of latin1_swedish_ci.
True!
Ofcourse I changed the ut8f_general_ci in the script to latin1_swedish_ci Wink

I'll download the ...
 

 Jump to:   

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