View Single Post

  #3 (permalink)  
Old 18-07-2006, 13:41
acoolwelshbloke acoolwelshbloke is offline
Member
 
Join Date: Jun 2006
Posts: 70
acoolwelshbloke
Send a message via MSN to acoolwelshbloke
Default

Code:
# 
#-----[ OPEN ]------------------------------------------ 
#  

includes/sessions.php 

# 
#-----[ FIND ]------------------------------------------ 
# 

$SID = 'sid=' . $session_id; 

# 
#-----[ REPLACE WITH ]------------------------------------------ 
# 

if ( $userdata['session_user_id'] != ANONYMOUS ){ 
   $SID = 'sid=' . $session_id; 
} else { 
   $SID = ''; 
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote