!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)

E:\xampp\xampp\htdocs\phpold\jaimedg\counter\   drwxrwxrwx
Free 7.27 GB of 239.26 GB (3.04%)
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:     linkcounter.php (3.05 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

  
/*****************************************************
  ** Title........: Counter and Referer Script
  ** Filename.....: index.php
  ** Author.......: Ralf Stadtaus
  ** Homepage.....: http://www.stadtaus.com/
  ** Contact......: http://www.stadtaus.com/forum/
  ** Version......: 0.1
  ** Notes........: This file contains the configuration
  ** Last changed.:
  ** Last change..: 
  *****************************************************/

  /*****************************************************
  **
  ** THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY
  ** OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
  ** LIMITED   TO  THE WARRANTIES  OF  MERCHANTABILITY,
  ** FITNESS    FOR    A    PARTICULAR    PURPOSE   AND
  ** NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR
  ** COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES
  ** OR  OTHER  LIABILITY,  WHETHER  IN  AN  ACTION  OF
  ** CONTRACT,  TORT OR OTHERWISE, ARISING FROM, OUT OF
  ** OR  IN  CONNECTION WITH THE SOFTWARE OR THE USE OR
  ** OTHER DEALINGS IN THE SOFTWARE.
  **
  *****************************************************/




  /*****************************************************
  ** Script configuration - for a documentation of the
  ** following variables please take a look at the
  ** documentation file in the 'docu' directory.
  *****************************************************/
          
$language              'de';       // (en, de)


          
$log_referers          'yes';       // (yes, no)
          
$count_visitors        'yes';       // (yes, no)


          
$display_errors        'yes';      // (yes, no)


          
$script_root           './';

          
$path['templates']     = $script_root 'templates/';
          
$path['logfiles']      = $script_root 'logfiles/';


          
$temp['template']      = 'image_counter.tpl.html';


          
$file['referer']       = 'referer.txt';
          
$file['count']         = 'count.txt';




  
/*****************************************************
  ** Add further words, text, variables and stuff
  ** that you want to appear in the template here.
  *****************************************************/
          
$add_text = array(

                              
'txt_additional' => 'Additional'//  {txt_additional}
                              
'txt_more'       => 'More'        //  {txt_more}

                            
);





  
/*****************************************************
  ** Do not edit below this line - Ende der Einstellungen
  *****************************************************/









  

  
  
  
  /*****************************************************
  ** Send safety signal to included files
  *****************************************************/
          
define('IN_SCRIPT''true');




  
/*****************************************************
  ** Load script code
  *****************************************************/
          
include($script_root 'inc/counter.inc.php')




?>

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