<?php
defined('_JEXEC') or die;
function sourcerer_php_002f35184d0f87bead7c0138e3ad30de($src_variables){
$app = $mainframe = JFactory::getApplication();
$document = $doc = JFactory::getDocument();
$database = $db = JFactory::getDbo();
$user = JFactory::getUser();
$Itemid = $app->input->getInt('Itemid');
if (is_array($src_variables)) {foreach ($src_variables as $src_key => $src_value) {${$src_key} = $src_value;}}
$dbServer = "localhost"; 
$nameUser = "ctsadmin_jos5"; 
$passName = "T&F3WvItVi1tia&y*i*35(^3"; 
$dbName = "ctsadmin_jos5"; 
 

 
$machIP = gethostbyaddr($_SERVER['REMOTE_ADDR']); 
$user = JFactory::getUser(); 
$dtme = time(); 
 

 
if ($user->guest) { 
echo "<p>You must login to see the content. I want your email address.</p>"; 
} else { 
echo "<p>You are logged in, you can see the content.</p>"; 
} 

 
  

 
echo $machIP; 

 
<br /> 

 
echo $user; 

 
<br /> 

 
echo $dtme;;
return get_defined_vars();
;}