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 -> Post Fixes - Raven's RavenNuke(tm) v2.02.02 Distro
Author Message
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Apr 21, 2006 7:59 pm Reply with quote

Version : v2.02.02
Issue : Recommend_Us always sending
Submitted By: Benson: http://www.ravenphpscripts.com/postt9345.html
Solution By : Raven

Fix:

Find, in all language files
?>

Add before it on a new line:
define("_RU_NO","no"); to all language files that are missing it.


Last edited by Raven on Sat Apr 22, 2006 11:52 am; edited 1 time in total 
View user's profile Send private message
Raven







PostPosted: Fri Apr 21, 2006 8:13 pm Reply with quote

Also,

Find, in index.php
include("header.php");

Add after on new line
$RU_NO = _RU_NO;

Find OpenTable();
Change every instance of _RU_NO to $RU_NO after OpenTable();

Find
if ($send != "no") {

Change to
if ($send != $RU_NO) {

Find
elseif ($send == _RU_NO) {

Change to
elseif ($send == $RU_NO) {
 
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 -> Post Fixes - Raven's RavenNuke(tm) v2.02.02 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 ©