Linux ip-148-66-134-25.ip.secureserver.net 3.10.0-1160.119.1.el7.tuxcare.els10.x86_64 #1 SMP Fri Oct 11 21:40:41 UTC 2024 x86_64
Apache
: 148.66.134.25 | : 18.116.23.59
66 Domain
8.0.30
amvm
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
lib64 /
tcl8.5 /
Tix8.4.3 /
pref /
[ HOME SHELL ]
Name
Size
Permission
Action
10Point.fs
641
B
-rw-r--r--
10Point.fsc
2
KB
-rw-r--r--
12Point.fs
640
B
-rw-r--r--
12Point.fsc
2
KB
-rw-r--r--
14Point.fs
639
B
-rw-r--r--
14Point.fsc
2.06
KB
-rw-r--r--
Bisque.cs
1
KB
-rw-r--r--
Bisque.csc
22.01
KB
-rw-r--r--
Blue.cs
1.02
KB
-rw-r--r--
Blue.csc
22.02
KB
-rw-r--r--
Gray.cs
1.02
KB
-rw-r--r--
Gray.csc
22.02
KB
-rw-r--r--
Old12Pt.fs
541
B
-rw-r--r--
Old14Pt.fs
499
B
-rw-r--r--
SGIGray.cs
1
KB
-rw-r--r--
SGIGray.csc
22.01
KB
-rw-r--r--
TK.cs
1
KB
-rw-r--r--
TK.csc
1.98
KB
-rw-r--r--
TK.fs
506
B
-rw-r--r--
TK.fsc
569
B
-rw-r--r--
TixGray.cs
1
KB
-rw-r--r--
TixGray.csc
22.01
KB
-rw-r--r--
TkWin.cs
2.19
KB
-rw-r--r--
TkWin.csc
21.78
KB
-rw-r--r--
TkWin.fs
390
B
-rw-r--r--
TkWin.fsc
1.63
KB
-rw-r--r--
WmDefault.cs
1.42
KB
-rw-r--r--
WmDefault.csc
14.22
KB
-rw-r--r--
WmDefault.fs
755
B
-rw-r--r--
WmDefault.fsc
2.13
KB
-rw-r--r--
WmDefault.py
3.42
KB
-rw-r--r--
WmDefault.tcl
33.05
KB
-rwxr-xr-x
WmDefault.txt
4.22
KB
-rw-r--r--
pkgIndex.tcl
262
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : WmDefault.fsc
# -*-mode: tcl; fill-column: 75; tab-width: 8; coding: iso-latin-1-unix -*- # # $Id: WmDefault.fsc,v 1.2 2001/12/09 05:03:09 idiscovery Exp $ # # proc tixPref:InitFontSet:WmDefault {} { global tixOption package require wm_default if {1 || ![info exists ::wm_default::wm]} { wm_default::setup wm_default::addoptions } set tixOption(font) $::wm_default::system_font set tixOption(bold_font) [concat $::wm_default::system_font bold] set tixOption(menu_font) $::wm_default::menu_font set tixOption(italic_font) [concat $::wm_default::system_font italic] set tixOption(fixed_font) $::wm_default::fixed_font set tixOption(border1) $::wm_default::borderwidth } proc tixPref:SetFontSet:WmDefault {} { global tixOption package require wm_default if {1 || ![info exists ::wm_default::wm]} { wm_default::setup wm_default::addoptions } set pri $tixOption(prioLevel) set tixOption(font) $::wm_default::system_font set tixOption(bold_font) [concat $::wm_default::system_font bold] set tixOption(menu_font) $::wm_default::menu_font set tixOption(italic_font) [concat $::wm_default::system_font italic] set tixOption(fixed_font) $::wm_default::fixed_font set tixOption(text_font) $::wm_default::text_font set tixOption(border1) $::wm_default::borderwidth option add *TixBalloon*Label.font $tixOption(font) $pri option add *TixBitmapButton*label.font $tixOption(font) $pri option add *TixControl*label.font $tixOption(font) $pri option add *TixLabelEntry*label.font $tixOption(font) $pri option add *TixLabelFrame*label.font $tixOption(font) $pri option add *TixMenu.font $tixOption(menu_font) $pri option add *TixMwmClient*title.font $tixOption(font) $pri option add *TixNoteBook.nbframe.font $tixOption(font) $pri # Although its a menubutton, it's more like a button than a menu IMHO option add *TixOptionMenu*menubutton.font $tixOption(font) $pri option add *TixComboBox*Entry.font $tixOption(font) $pri option add *TixFileSelectBox*Label.font $tixOption(font) $pri }
Close