Va rugam sa va autentificati sau inregistrati pentru a vedea profilurile utilizatorilor.
Material Google
|
|
Notificari
Nu esti autentificat.
Activitati Recente
andreia_rumana a urcat o poza noua - 2012-02-07 15:01:56
andreia_rumana a urcat o poza noua - 2012-02-07 15:01:24
andreia_rumana a urcat o poza noua - 2012-02-07 15:01:21
andreia_rumana a urcat o poza noua - 2012-02-07 15:01:20
andreia_rumana a urcat o poza noua - 2012-02-07 14:59:39
andreia_rumana a urcat o poza noua - 2012-02-07 14:56:09
bebytza_bebytza a actualizat profilul - 2012-01-22 18:47:35
bebytza_bebytza a actualizat o poza - 2012-01-22 18:32:34
bebytza_bebytza a urcat o poza noua - 2012-01-22 18:32:10
Alincik a actualizat profilul - 2012-01-17 19:26:03Noi veniti
// no direct access defined('_JEXEC') or die('Restricted access'); if (count($data) > 0) { $document =& JFactory::getDocument(); $document->addCustomTag( '' ); $document->addCustomTag( '' ); $document->addCustomTag( '' ); echo '';
$k = count($data);
$i = 0;
while ($i < $k)
{
$dat = $data[$i];
$userid = $dat->id;
$usernames = $dat->username;
if ($dat->avatar != NULL)
{
if (ereg("^gallery", $dat->avatar) == false)
{
$dat->avatar = "tn" . $dat->avatar;
}
$img = '
';
}
else
{
$img = '
';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '' . $arr[0] . '';
$link_gjive2 = $tmp.$arr[0];
}
else
{
$link_gjive = $arr[0];
}
if ($viewname == 0)
{
$name = $dat->username;
}
else
{
$name = $dat->name;
}
echo '
';
}
else
{
if ($modulename == 8)
{
echo "
';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '' . $arr[0] . '';
$link_gjive2 = $tmp.$arr[0];
}
else
{
$link_gjive = $arr[0];
}
if ($viewname == 0)
{
$name = $dat->username;
}
else
{
$name = $dat->name;
}
echo '';
if ($imagelinked == 1)
{
echo '';
}
if ($shownamedetails == 1)
{
if ($usernamelinked == 1)
{
echo '';
}
echo $name;
if ($usernamelinked == 1)
{
echo '';
}
}
if(($viewgroup == 1) && ($grouplink == 0))
{
echo '
';
$i++;
}
echo ''.$link_gjive.'
';
}
if ($toolbar == 1)
{
echo '';
if ($profilelink == 1)
{
echo '
';
}
echo '';
echo '';
echo '
';
echo '
';
}
if ($arr[1] != NULL)
{
if ($grouplink == 1)
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if (($sendpm == 1) && ($cuser->id != 0))
{
if(!empty($link_pms))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if (($adddelete == 1) && ($cuser->id != 0))
{
if(!empty($link_conect))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if ($sendmail == 1 && ($cuser->id != 0))
{
if(!empty($link_mail))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
echo 'You don't have any friend connection.
";
}
if ($modulename == 9)
{
echo "No online user.
";
}
}
if ($modulename == 8)
{
echo 'Manage connection'; if ($user != $cuser->id && $user > 0) { $sql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$user.""; $db->setQuery($sql); $rows = $db->loadObjectList(); if (count($rows) > 0) { $row = $rows[0]; if (($row->accepted == 1) && ($row->pending == 0)) { echo ' |
Populari
// no direct access defined('_JEXEC') or die('Restricted access'); if (count($data) > 0) { $document =& JFactory::getDocument(); $document->addCustomTag( '' ); $document->addCustomTag( '' ); $document->addCustomTag( '' ); echo '';
$k = count($data);
$i = 0;
while ($i < $k)
{
$dat = $data[$i];
$userid = $dat->id;
$usernames = $dat->username;
if ($dat->avatar != NULL)
{
if (ereg("^gallery", $dat->avatar) == false)
{
$dat->avatar = "tn" . $dat->avatar;
}
$img = '
';
}
else
{
$img = '
';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '' . $arr[0] . '';
$link_gjive2 = $tmp.$arr[0];
}
else
{
$link_gjive = $arr[0];
}
if ($viewname == 0)
{
$name = $dat->username;
}
else
{
$name = $dat->name;
}
echo '
';
}
else
{
if ($modulename == 8)
{
echo "
';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '' . $arr[0] . '';
$link_gjive2 = $tmp.$arr[0];
}
else
{
$link_gjive = $arr[0];
}
if ($viewname == 0)
{
$name = $dat->username;
}
else
{
$name = $dat->name;
}
echo '';
if ($imagelinked == 1)
{
echo '';
}
if ($shownamedetails == 1)
{
if ($usernamelinked == 1)
{
echo '';
}
echo $name;
if ($usernamelinked == 1)
{
echo '';
}
}
if(($viewgroup == 1) && ($grouplink == 0))
{
echo '
';
$i++;
}
echo ''.$link_gjive.'
';
}
if ($toolbar == 1)
{
echo '';
if ($profilelink == 1)
{
echo '
';
}
echo '';
echo '';
echo '
';
echo '
';
}
if ($arr[1] != NULL)
{
if ($grouplink == 1)
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if (($sendpm == 1) && ($cuser->id != 0))
{
if(!empty($link_pms))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if (($adddelete == 1) && ($cuser->id != 0))
{
if(!empty($link_conect))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if ($sendmail == 1 && ($cuser->id != 0))
{
if(!empty($link_mail))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
echo 'You don't have any friend connection.
";
}
if ($modulename == 9)
{
echo "No online user.
";
}
}
if ($modulename == 8)
{
echo 'Manage connection'; if ($user != $cuser->id && $user > 0) { $sql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$user.""; $db->setQuery($sql); $rows = $db->loadObjectList(); if (count($rows) > 0) { $row = $rows[0]; if (($row->accepted == 1) && ($row->pending == 0)) { echo ' |
Membri Online
// no direct access defined('_JEXEC') or die('Restricted access'); if (count($data) > 0) { $document =& JFactory::getDocument(); $document->addCustomTag( '' ); $document->addCustomTag( '' ); $document->addCustomTag( '' ); echo '';
$k = count($data);
$i = 0;
while ($i < $k)
{
$dat = $data[$i];
$userid = $dat->id;
$usernames = $dat->username;
if ($dat->avatar != NULL)
{
if (ereg("^gallery", $dat->avatar) == false)
{
$dat->avatar = "tn" . $dat->avatar;
}
$img = '
';
}
else
{
$img = '
';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '' . $arr[0] . '';
$link_gjive2 = $tmp.$arr[0];
}
else
{
$link_gjive = $arr[0];
}
if ($viewname == 0)
{
$name = $dat->username;
}
else
{
$name = $dat->name;
}
echo '
';
}
else
{
if ($modulename == 8)
{
echo "
';
}
$arr = Array();
$sql = "SELECT s.id_group, g.name FROM #__gj_users s, #__gj_groups g where s.id_group = g.id AND s.id_user = " . $dat->id;
$db->setQuery($sql);
$grp = $db->loadObjectList();
if (count($grp) > 0) {
$arr[0] = $grp[0]->name;
$arr[1] = $grp[0]->id_group;
}
else
{
$arr[0] = NULL;
$arr[1] = NULL;
}
$link_cb = JRoute::_("index.php?option=com_comprofiler&task=userProfile&user=$dat->id$itemid");
$link_mail = JRoute::_("index.php?option=com_comprofiler&task=emailUser&uid=$dat->id");
if ($pmssystem == "mesjim")
{
$link_pms = JRoute::_("index.php?option=com_jim&page=new&id=$dat->username");
}
if ($pmssystem == "uddeim")
{
$link_pms = JRoute::_("index.php?option=com_uddeim&task=new&recip=$dat->id");
}
if ($pmssystem == "pms")
{
$link_pms = JRoute::_("index.php?option=com_pms&page=new&id=$dat->username");
}
if ($dat->id != $cuser->id && $dat->id > 0)
{
$loadfromsql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$dat->id."";
$db->setQuery($loadfromsql);
$resultados = $db->loadObjectList();
if (count($resultados) > 0)
{
$resultado = $resultados[0];
if (($resultado->accepted == 1) && ($resultado->pending == 0))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
else if (($resultado->accepted == 1) && ($resultado->pending == 1))
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=removeConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/remove.png";
}
}
else
{
$link_conect = JRoute::_("index.php?option=com_comprofiler&task=addConnection&act=connection&connectionid=$dat->id");
$link_conectim = JURI::base() . "modules/mod_cb_superthumb/images/adicionar.png";
}
}
if ($arr[1] != NULL)
{
$tmp = JRoute::_("index.php?option=com_groupjive&task=showgroup&groupid=" . $arr[1]);
$link_gjive = '' . $arr[0] . '';
$link_gjive2 = $tmp.$arr[0];
}
else
{
$link_gjive = $arr[0];
}
if ($viewname == 0)
{
$name = $dat->username;
}
else
{
$name = $dat->name;
}
echo '';
if ($imagelinked == 1)
{
echo '';
}
if ($shownamedetails == 1)
{
if ($usernamelinked == 1)
{
echo '';
}
echo $name;
if ($usernamelinked == 1)
{
echo '';
}
}
if(($viewgroup == 1) && ($grouplink == 0))
{
echo '
';
$i++;
}
echo ''.$link_gjive.'
';
}
if ($toolbar == 1)
{
echo '';
if ($profilelink == 1)
{
echo '
';
}
echo '';
echo '';
echo '
';
echo '
';
}
if ($arr[1] != NULL)
{
if ($grouplink == 1)
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if (($sendpm == 1) && ($cuser->id != 0))
{
if(!empty($link_pms))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if (($adddelete == 1) && ($cuser->id != 0))
{
if(!empty($link_conect))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
if ($sendmail == 1 && ($cuser->id != 0))
{
if(!empty($link_mail))
{
echo '';
echo '';
echo '
';
echo '
';
}
}
echo 'You don't have any friend connection.
";
}
if ($modulename == 9)
{
echo "No online user.
";
}
}
if ($modulename == 8)
{
echo 'Manage connection'; if ($user != $cuser->id && $user > 0) { $sql = "SELECT a.* FROM #__comprofiler_members a WHERE a.referenceid=".$cuser->id." AND a.memberid=".$user.""; $db->setQuery($sql); $rows = $db->loadObjectList(); if (count($rows) > 0) { $row = $rows[0]; if (($row->accepted == 1) && ($row->pending == 0)) { echo ' |
Prieteni Online
NimicPrieteni PrimulPortal!
| ||
Prima Pagina
Prieteni
Posturi TV Online
Radiouri online
Stiri
Articole
Divertisment
Vremea
Prieteni||Comunitate

Trimite pe Yahoo Messenger