Ravens PHP Scripts: Forums
 

 

Search found 104 matches
Author Message
 Topic: private function backtrace_log
neralex

Replies: 5
Views: 6021

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: php7 support
hicuxunicorniobestbuildpc

Replies: 276
Views: 329680

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Mar 26, 2018 5:25 pm   Subject: Re: php7 support
hicuxunicorniobestbuildpc, can you please specifify what you are using/doing? I made the modification from the old files I had so ABBCode-Box mod runs with php 7 without any issues.

1. You are work ...
 Topic: Module width
Doulos

Replies: 4
Views: 9072

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Sep 25, 2017 12:22 pm   Subject: Module width
Good to know. The text was bleeding over into the right-side blocks if the window was reduced enough.


2. show/hide right blocks

// BEGIN: Added in v2.40.00 - Mantis Issue 0001043
$index ...
 Topic: Module width
neralex

Replies: 4
Views: 9072

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: Hiding blocks on left side leaves a small space on left side
neralex

Replies: 2
Views: 10171

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 29, 2016 5:27 am   Subject: Hiding blocks on left side leaves a small space on left side
Hard to tell without to see the rest of the code. I wouldn't touch the modules to hide the left blocks. You can do it directly in the theme. In the RickTido theme of the RN251-package you will find a ...
 Topic: Block Placement
neralex

Replies: 3
Views: 8282

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Sep 25, 2014 2:35 am   Subject: Block Placement
Its simply theme-based. Try a look into the themes RickTido and CT_RN. There you have options to hide the left blocks for specific modules. In every index.php of a module you can show/hide the right b ...
 Topic: Need help with what to look for in modifying a theme.
neralex

Replies: 15
Views: 62153

PostForum: Converting/Creating Themes   Posted: Tue Mar 04, 2014 2:35 pm   Subject: Need help with what to look for in modifying a theme.
I have re-modified the theme.php and updated my gist on github.

Download the changed gist, unpack the tar.gz archive and you will find the theme.php in a unpacked folder.

download: https://gist. ...
 Topic: Last Added Downloads
neralex

Replies: 16
Views: 25685

PostForum: Converting/Creating Modules   Posted: Sun Dec 01, 2013 1:53 am   Subject: Re: re: Last Added Downloads
neralex: I was right so I hope u apologize for trying to be the smartest when u actually didn't notice he was talking about RavenNuke but it is ok if u are behind my back trying to correct my mistakes ...
 Topic: Converting and cleaning User_Info block with single quotes.
hicuxunicorniobestbuildpc

Replies: 9
Views: 20927

PostForum: Converting/Creating Blocks   Posted: Sat Oct 12, 2013 5:03 am   Subject: Converting and cleaning User_Info block with single quotes.
I've been checking the whole block today and I decided to convert the whole block to single quotes. I would like to hear from you if we could make any other change. This one has a mod included.

< ...
 Topic: osCommerce in RavenNuke
neralex

Replies: 9
Views: 12313

PostForum: eCommerce   Posted: Mon Sep 16, 2013 6:37 am   Subject: osCommerce in RavenNuke
That is a really bad solution to use an iframe for that. You have also some outdated code in your module example:

... eregi is deprecated since PHP5.3! http://php.net/manual/en/migration53.deprecat ...
 Topic: Turn off right blocks?
neralex

Replies: 6
Views: 9185

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Sep 04, 2013 12:34 pm   Subject: Turn off right blocks?
... index=0 is an old PHP Nuke standard.

Try this:


// BEGIN: Added in v2.40.00 - Mantis Issue 0001043
$index = 0;
if (!defined('INDEX_FILE')) define('INDEX_FILE', tru ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 26309

PostForum: Converting/Creating Other   Posted: Sun Aug 18, 2013 11:31 am   Subject: re: Custom Menu Using SpryAssets

<?php

// BEGIN: Added in v2.40.00 - Mantis Issue 0001043
//$index = 0;
//if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blo ...
 Topic: RavenNuke(tm) Version 2.51.00 Released!
Palbin

Replies: 14
Views: 19821

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 18, 2013 5:02 pm   Subject: re: RavenNuke(tm) Version 2.51.00 Released!
- 0001977:

Where were these changes made - only in the mainfile.php? These changes are included in ckeditor package or i must here make changes?

http://phpnuke-guild.org/pics/251_ereg_files.JPG
 Topic: RavenNuke(tm) Version 2.51.00 Released!
neralex

Replies: 14
Views: 19821

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Feb 18, 2013 5:01 am   Subject: RavenNuke(tm) Version 2.51.00 Released!
- 0001977:

Where were these changes made - only in the mainfile.php? These changes are included in ckeditor package or i must here make changes?
 Topic: How to Edit/Change Colors in RN themes
semperaye

Replies: 13
Views: 10911

PostForum: Post Installation Help   Posted: Sun Feb 17, 2013 9:24 am   Subject: How to Edit/Change Colors in RN themes
// END: Added in v2.40.00 - Mantis Issue 0001043

$bgcolor1 = '#4B288E';
$bgcolor2 = '#4B288E';
$bgcolor3 = '#4B288E';
$bgcolor4 = '#4B288E';
$textcolor1 = '#CCCCCC';
$textcolor2 = '#CCCCCC';
...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 22720

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 4:51 pm   Subject: re: User Info translation drop menu for Ravennuke 2.5 SOLVED
Nuke, I took a look on your stuff, I think yours is better than mine and I do think I will use it and it should be the final, it is validated too, please correct me with this one too.

Very Happy

This ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 22720

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 4:34 pm   Subject: re: User Info translation drop menu for Ravennuke 2.5 SOLVED
yes mine is done already and I would like you to check it in order to see if everything is ok. The validation was green.

This is the final and please correct me if you see anything you would like t ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
nuken

Replies: 24
Views: 22720

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 30, 2012 7:22 am   Subject: re: User Info translation drop menu for Ravennuke 2.5 SOLVED
Here is an example that works. Adjust it to your needs.


<?php
/*************************************************************************/
/* Tableless CSS Sprite Powered Info Box Block by ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 22720

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Jun 29, 2012 6:58 pm   Subject: User Info translation drop menu for Ravennuke 2.5 SOLVED!
Ok Guys! I fixed most of the error I had with this block. I was working validating the whole translation block which was poor coding. I still have one error.

Line 180, Column 1562: end tag for ele ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 22720

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Jun 28, 2012 2:17 am   Subject: re: Searching for a Tranlation block for RavenNuke 2.5
Guy! You were right. After taking the time in the morning, fresh brain again I learned something today, one dot makes a lot of different Very Happy I can't believe it.

This is my last last modification a ...
 Topic: User Info translation drop menu for Ravennuke 2.5 SOLVED!
hicuxunicorniobestbuildpc

Replies: 24
Views: 22720

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jun 27, 2012 6:51 am   Subject: re: Searching for a Tranlation block for RavenNuke 2.5
This is what I did so far but it doesn't work Sad

<?php
/*************************************************************************/
/* Tableless CSS Sprite Powered Info Box Block by ...
 Topic: compare_tables.php nuke_stats field key problem
j4rdin

Replies: 2
Views: 5142

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Jun 04, 2012 11:56 am   Subject: re: compare_tables.php nuke_stats field key problem
If you look in the rn_core_sql file in the installation directory you will see the "official" definition of the stats table. All the stats fields you are referencing are defined as primary keys. You ...
 Topic: Swank Xibit (media gallery)
killing-hours

Replies: 61
Views: 90631

PostForum: Modules   Posted: Tue Feb 28, 2012 2:45 pm   Subject: Swank Xibit (media gallery)
I ran a simple test to see the total execution time to process an image & video on my server.

Settings:

Resize image to 800x600 if size exceeds those dems
Thumbsize - 150x150

Server:
...
 Topic: How to salt passwords?
papamike

Replies: 52
Views: 85021

PostForum: Security Issues   Posted: Thu Dec 01, 2011 8:28 am   Subject: re: How to salt passwords?
If you have a high-end home computer boosted with 8xAti Radeon 6970, it can calculate about

The video card isn't going to help at all unless the entire system configuration is changed to meet the ...
 Topic: New members have no group? (H) next to their names?
nuken

Replies: 6
Views: 8488

PostForum: v2.4 RN Issues   Posted: Sun Aug 21, 2011 12:57 pm   Subject: New members have no group? (H) next to their names?
What version of RavenNuke do you have installed?

It seems to me 2.40.00 had a bug in it that was fixed in 2.40.01 about the users registering being set to hidden by default.

0001634: [Module - Y ...
 

 Jump to:   

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