| Author |
Message |
phoenix1502 New Member


Joined: Jun 15, 2006 Posts: 21
|
Posted:
Fri Jun 16, 2006 3:23 am |
|
Hey All
It may seem a dumb question but what themes are safe to use with RavenNuke76_v2.02.02.
The reason I ask is that my gaming website is currently running on a PHP-Platinum package that keeps getting hacked and I was thinking of a new install of RavenNuke on it.
My problem is is that I tryed doing this on a co.uk that I no longer use but the theme in platinum went wrong, I could not see any blocks on the right hand site as the theme consumed the screen. I tried a few other themes I have and it did the same thing??
I also need to import the important parts of the database over to which I have no idea how to do as I am such a NoOb, I guess we have all been there.
The theme in question is FIBLACK3D.
Many Thanks In Advance ..  |
|
|
|
 |
kenwood Worker


Joined: May 18, 2005 Posts: 119 Location: SVCDPlaza
|
Posted:
Fri Jun 16, 2006 3:34 am |
|
1- If you want right side blocks to appear in third party add-ons change:
In Themes: in your theme.php
if ($index == 1) {
to:
if (defined('INDEX_FILE')) { |
|
|
|
 |
phoenix1502 New Member


Joined: Jun 15, 2006 Posts: 21
|
Posted:
Fri Jun 16, 2006 7:19 am |
|
| kenwood wrote: | 1- If you want right side blocks to appear in third party add-ons change:
In Themes: in your theme.php
if ($index == 1) {
to:
if (defined('INDEX_FILE')) { |
OMG - It worked ..
Nothing is normally that simple except me ..
TYVM Kenwood for you help on this ..  |
|
|
|
 |
Psycho Worker


Joined: May 27, 2006 Posts: 157
|
Posted:
Fri Jun 16, 2006 1:24 pm |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9133 Location: Arizona
|
Posted:
Fri Jun 16, 2006 6:57 pm |
|
Also discussed in the FAQs here:
Always good to check there too. |
|
|
|
 |
Zin New Member


Joined: Mar 12, 2006 Posts: 1
|
Posted:
Sat Jul 15, 2006 11:35 pm |
|
Weird, when I changed it back to if ($index == 1) { , the right blocks showed up. I'm using PHP-Nuke 7.8
~Zin
"The New Guy in Town" |
|
|
|
 |
gregexp The Mouse Is Extension Of Arm

Joined: Feb 21, 2006 Posts: 1497 Location: In front of a screen....HELP! lol
|
Posted:
Sat Jul 15, 2006 11:53 pm |
|
7.8 did not come standard with the update patch, to be honest I dont think you can call any php-nuke stand alone updated.
So you will need to patch your site or it will be vulnerable and if that code change that you applied worked, then that tells me that your site is not patched and SERIOUSLY vulnerable, please patch it for your sake. |
|
|
 |
 |
|
|
|
|