!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\htdocs\drupal\themes\internet_jobs\   drwxrwxrwx
Free 7.26 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:     links.tpl.php (1.64 KB)      -rw-rw-rw-
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

  $delimiter 
"&nbsp;&nbsp;";
  
$path base_path() . path_to_theme(); 

  
$output '';

  if (
count($links) > 0) {
    
//$output = '<ul'. drupal_attributes($attributes) .'>';

    
$num_links count($links);
    
$i 1;

    foreach (
$links as $key => $link) {
      
$class $key;

      
// Add first, last and active classes to the list of links to help out themers.
      
if ($i == 1) {
        
$class .= ' first';
      }
      if (
$i == $num_links) {
        
$class .= ' last';
      }
      if (isset(
$link['href']) && $link['href'] == $_GET['q']) {
        
$class .= ' active';
      }
      
//$output .= '<li class="'. $class .'">';

      
if ($link['title'] == 'Add new comment') {
        
$output .= "<img alt=\"\" src=" $path "/images/comment.gif>" ;
      }
      if (
$link['title'] == 'Read more') {
        
$output .= "<img alt=\"\" src=" $path "/images/more.gif>";
      }

      if (isset(
$link['href'])) {
        
// Pass in $link as $options, they share the same keys.
        
$output .= l($link['title'], $link['href'], $link);
      }
      else if (!empty(
$link['title'])) {
        
// Some links are actually not links, but we wrap these in <span> for adding title and class attributes
        
if (empty($link['html'])) {
          
$link['title'] = check_plain($link['title']);
        }
        
$span_attributes '';
        if (isset(
$link['attributes'])) {
          
$span_attributes drupal_attributes($link['attributes']);
        }
        
$output .= '<span'$span_attributes .'>'$link['title'] .'</span>';
      }

      
$i++;
      
$output .= $delimiter;
      
//$output .= "</li>\n";
    
}

    
//$output .= '</ul>';
  
}

  print 
$output;
?> 

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