Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v1.x Distro
Author Message
checksum
Hangin' Around



Joined: Jun 30, 2003
Posts: 39

PostPosted: Sun Dec 18, 2005 3:01 pm Reply with quote

Hi,
This module does not work anymore after I installed Raven distro 7.6, it just shows a blank page. Here is the index.php:
Code:
<?

if (!defined('MODULE_FILE')) {
   die("You can't access this file directly...");
}
if(!IsSet($mainfile)) { include ("mainfile.php"); }
//$index=0;
//edit name of theme
$theme="Goree";
//edit location of original file
$go_to_address1="catalog/";

$go_to_address=rawurldecode($go_to_address1);
include("header.php");

OpenTable();
echo "<iframe SRC=\"".$go_to_address."\" width=\"100%\" height=\"1200\"
framespacing=0 frameborder=no border=0 scrolling=no></iframe>";
CloseTable();

include("footer.php");
die;

?>

Can anyone help me with this?
 
View user's profile Send private message
chatserv
Member Emeritus



Joined: May 02, 2003
Posts: 1389
Location: Puerto Rico

PostPosted: Sun Dec 18, 2005 4:29 pm Reply with quote

Code:
<? 

if (!defined('MODULE_FILE')) {
   die("You can't access this file directly...");
}
if(!defined('NUKE_FILE')) { include_once ("mainfile.php"); }
//define('INDEX_FILE', true);
//edit name of theme
$theme="Goree";
//edit location of original file
$go_to_address1="catalog/";

$go_to_address=rawurldecode($go_to_address1);
include("header.php");

OpenTable();
echo "<iframe SRC=\"".$go_to_address."\" width=\"100%\" height=\"1200\"
framespacing=0 frameborder=no border=0 scrolling=no></iframe>";
CloseTable();

include("footer.php");
die;

?>
 
View user's profile Send private message Visit poster's website
checksum







PostPosted: Sun Dec 18, 2005 4:43 pm Reply with quote

Thank you chatserv, it works...
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> Raven's RavenNuke(tm) v1.x Distro

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


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