Ravens PHP Scripts: Forums
 

 

Search found 70 matches
Author Message
 Topic: php7 support
neralex

Replies: 276
Views: 316340

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jan 07, 2020 1:31 pm   Subject: php7 support
I finally was able to track the following Warning:
[30-Dec-2019 14:10:11 America/Chicago] PHP Warning: preg_match(): Unknown modifier 't' in /home/clanfga/public_html ...
 Topic: php7 support
Doulos

Replies: 276
Views: 316340

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Dec 30, 2019 8:56 pm   Subject: php7 support
I finally was able to track the following Warning:[30-Dec-2019 14:10:10 America/Chicago] PHP Warning: preg_match(): Unknown modifier 't' in /home/clanfga/public_html/i ...
 Topic: Module width
Doulos

Replies: 4
Views: 8919

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: 8919

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: Directing to another page after successful form submission
Doulos

Replies: 1
Views: 5826

PostForum: General/Other Stuff   Posted: Fri Mar 31, 2017 12:23 am   Subject: Directing to another page after successful form submission
I have been having trouble figuring this out. I have spent hours with google and trying different ways to hack my way to success, so I am hoping some of you experts can help me.

Everything posts f ...
 Topic: Hiding blocks on left side leaves a small space on left side
neralex

Replies: 2
Views: 10028

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: 8172

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: Site upgrade issues
TNGWeb

Replies: 18
Views: 33008

PostForum: Issues/Problems With This Site   Posted: Sun Feb 16, 2014 4:22 pm   Subject: Re: Site upgrade issues
I am unable to access my old account, uxovs

The login page says no such user, however, when I submit a password reset request, the link and code come through to my registered email fine as does the ...
 Topic: Copyright improvement.
hicuxunicorniobestbuildpc

Replies: 20
Views: 51565

PostForum: RavenNuke(tm) v2.5x   Posted: Mon Dec 16, 2013 9:59 am   Subject: re: Copyright improvement.
I runned your example as well a couple of times and my result was

0.0013769
0.0013747
0.0010182

Very Happy

so this method 3 is the fastest.

function Method3()
{
$foo = 'some ...
 Topic: Last Added Downloads
neralex

Replies: 16
Views: 25291

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: How to sharenews articles on facebook with pictures
neralex

Replies: 6
Views: 10682

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Oct 23, 2013 9:04 am   Subject: re: How to sharenews articles on facebook with pictures
OffTopic

It seems you have an issue with your IP lists of the sentinel. I have never seen this message while facebook is scanning a link.

BTW I have the same problem while opening your website:

...
 Topic: osCommerce in RavenNuke
neralex

Replies: 9
Views: 12139

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: Backup MySQL Database to Dropbox
hicuxunicorniobestbuildpc

Replies: 14
Views: 28736

PostForum: Converting/Creating Other   Posted: Fri Sep 13, 2013 2:03 am   Subject: re: Backup MySQL Database to Dropbox
Morning to everyone! This is what I did.

Step #1. I create an account at https://www.dropbox.com

Step #2. I create a file on the root of my server with the name DropboxUploader.php with the scri ...
 Topic: Turn off right blocks?
neralex

Replies: 6
Views: 9050

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: IPV6 support in Sentinel
hicuxunicorniobestbuildpc

Replies: 7
Views: 10122

PostForum: NukeSentinel(tm) v2.6.x   Posted: Tue Aug 27, 2013 5:39 am   Subject: IPV6 support in Sentinel
Sorry but this trick do not work Palbin. I got this message

Be SURE to include the following information in any email!
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:23.0) Geck ...
 Topic: Custom Menu Using SpryAssets
jlajax

Replies: 15
Views: 25809

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: IPV6 support in Sentinel
neralex

Replies: 7
Views: 10122

PostForum: NukeSentinel(tm) v2.6.x   Posted: Tue Aug 06, 2013 2:44 am   Subject: IPV6 support in Sentinel
My ISP has switched for some days my internet connection from ipv4 to the new ipv6. Since then, on some pages I have the problem that my IP is no longer recognized.

You have attempted to access thi ...
 Topic: How to Edit/Change Colors in RN themes
semperaye

Replies: 13
Views: 10594

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: False Ban
derek765

Replies: 3
Views: 6745

PostForum: NukeSentinel(tm) v2.6.x   Posted: Thu Dec 06, 2012 6:01 pm   Subject: False Ban
Hello,

Was recently doing some testing, to see exactly what I can do to RavenNuke before Nuke Sentinel (v2.6.03) will ban me.

So I try doing a quick site log-off out of admin and registered almo ...
 Topic: Firefox 17
matthew234

Replies: 22
Views: 27568

PostForum: FCKeditor/WYSIWYG Issues   Posted: Thu Nov 22, 2012 11:43 am   Subject: Re: Firefox 17
in the about:config, add:

general.useragent.override.capitalone.com Gecko/

Nice fix for your own browser but not suitable for your clients, requiring them to change browser config setting is da ...
 Topic: Firefox 17
dad7732

Replies: 22
Views: 27568

PostForum: FCKeditor/WYSIWYG Issues   Posted: Thu Nov 22, 2012 9:58 am   Subject: Firefox 17
The new useragent string:

Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Firefox/17.0

Some banking sites didn't work as well as some other sites. For instance, if Capitalone.com doesn't work ( ...
 Topic: compare_tables.php nuke_stats field key problem
j4rdin

Replies: 2
Views: 5017

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: How to salt passwords?
papamike

Replies: 52
Views: 83857

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: ErrorDocuments
pd35

Replies: 4
Views: 6600

PostForum: v2.4 RN Issues   Posted: Fri Sep 23, 2011 6:57 pm   Subject: ErrorDocuments
Hello in have installt RavenNuke_v2.40.01
An unknown error occurred.
Hint:



Page Requested : /modules.php?name=ErrorDocuments
Agent : Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20100101 Fir ...
 Topic: Catagories in Content not Separable for 2 RSS within Blocks?
aeroskyn

Replies: 10
Views: 11696

PostForum: v2.4 RN Issues   Posted: Thu Aug 04, 2011 10:14 am   Subject: Catagories in Content not Separable for 2 RSS within Blocks?
I fixed that rss20. However, I seem to be getting slammed with emails informing me of abuse at my site for forklifts. Email as follows:

Created By: NukeSentinel(tm) 2.6.03
Date &amp; Time: 201 ...
 

 Jump to:   

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