Thread: What's new mod
View Single Post
  #31  
Old 01-16-2008, 07:44 AM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default Re: What's new mod

If you are using the first version on this page, you need to add this code into your newest.php at the very top or you are vulnerable to being hacked:

Code:
<?php if ( !defined('XCART_SESSION_START') ) { header("Location: ../../"); die("Access denied"); } (int)$wn; ?>


If you are using the version posted by PhilJ then find:

Code:
require "./auth.php"; require $xcart_dir."/include/categories.php";


After put:

Code:
(int)$wn;
Reply With Quote