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

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/home/mnnews/public_html/cgi-bin/cgnews/   drwxr-xr-x
Free 3.93 GB of 27.03 GB (14.54%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     npa_add.pl (1.83 KB)      -rwxr-xr-x
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
push(@Addons_Loaded, 'Addon Manager');
$Addons_List{'Addon Manager 1.01'} = ['npa_add.pl', 'Displays a list of currently installed addons, along with download and upgrade information.', 'http://amphibian.gagames.com/addon.cgi?add&1.01'];
push(@Addons_PageHandler, 'AddonManagerHandler');
push(@Addons_MainPage, 'AddonManagerMainPage');
push(@Addons_NPHTMLFoot, 'AddonManagerHTMLFoot');


sub AddonManagerHandler {
    if (query_string() eq 'addonmanager') {
        &ShowAddonManager;
        exit;
    }
}

sub AddonManagerHTMLFoot {
    if ($up == 3) {
    print qq~
    <a href="$scripturl?addonmanager" class="navlink">Addon Manager</a> |~;
    }
}

sub AddonManagerMainPage {
    if ($up == 3) {
    print qq~
    <b><a href="$scripturl?addonmanager">Addon Manager</a>:</b> View currently installed or install new addons (small files which extend NewsPro's abilities).<br><br>
    ~;
    }
}

sub ShowAddonManager {
    &NPHTMLHead("Addon Manager");
    print qq~
    <div align="center"><font size="+1"><a href="http://amphibian.gagames.com/newspro/members/addons.cgi">Download NewsPro addons here.</a></font></div>
    <p>A list of currently installed addons is below. To remove any of these, delete its file (listed along with its name below). To install new addons,
    download them from the <a href="http://amphibian.gagames.com/newspro/members/addons.cgi">NewsPro site</a> and simply copy the files into your NewsPro directory.
    </p>
    ~;
    my $i;
    foreach $i (sort keys %Addons_List) {
        my $name = $i;
        my $filename = $Addons_List{$i}->[0];
        my $description = $Addons_List{$i}->[1];
        my $imageurl = $Addons_List{$i}->[2];
        if ($imageurl) {
            $imageurl = qq~<img src="$imageurl" width="85" height="13">~;
        }
        print qq~
        <p><b>$name:</b> $description<br>
        <small> Filename: $filename  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $imageurl</p>
        ~;
    }
    &NPHTMLFoot;
}
        
    

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

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

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