Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules
Author Message
djdiz-e
Regular
Regular



Joined: Dec 19, 2004
Posts: 51
Location: Ontario, Canada

PostPosted: Thu Apr 28, 2005 11:59 pm Reply with quote

im trying to hide users in Site_Messenger 1.4 from flash nukers i added this to my config

replaced this:
Code:
$excludedusers = "";

with this:
Code:
include("xusers.php");


xusers.php file contents:
Code:
<?php

$result = $db->sql_query("SELECT username FROM $prefix"._users." WHERE user_allow_viewonline='0'");
$excludedusers = "";
$x = 1;
while ($hideusers = $db->sql_fetchrow($result)) {
$excludedusers .= "$hideusers[username] ,";
$x++;
}
?>


and i get:
Code:
Fatal error: Call to a member function on a non-object in /modules/Site_Messenger/xusers.php on line 2


but if i run the file xusers.php on its own with echo "$excludedusers":
at the bottom just above ?> it works fine
cant figor it out Sad
 
View user's profile Send private message Send e-mail Visit poster's website
Raven
Site Admin/Owner



Joined: Aug 27, 2002
Posts: 17088

PostPosted: Fri Apr 29, 2005 4:28 am Reply with quote

Try adding "global $db, $prefix;" (w/o quotes) right after the <?php tag.
 
View user's profile Send private message
djdiz-e







PostPosted: Fri Apr 29, 2005 10:14 am Reply with quote

tryed that still no go ..but i figured it out i added
require_once("mainfile.php"); and all is working now Smile
 
Display posts from previous:       
Post new topic   Reply to topic    Ravens PHP Scripts And Web Hosting Forum Index -> Modules

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 ©