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.171
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 : listidle
# $eterna: listidle,v 1.5 2006/07/26 02:05:45 mrg Exp $ # # tristan+irc@ethereal.net 31jul2000, 2jul2001, 24jul2006 # # bugs/lacking features: # - only works correctly on servers that support multiple-nick /whois (as # of this writing, most of EFnet does not) -- this could be automatically # detected and worked around # - only works on current channel # - /listidle will eat all whois replies until it's done (so among other # things, you can't use /whois while it's running) # for $notword(), $lformat(), $format(), $sort() load functions if (max_recursions < 100) { # li.fixsend uses recursion, unfortunately set max_recursions 100 } if (novice == [ON]) { # we need this for ON to work set novice off } alias li.fixsend { # Input: nick1[!user@host] [nick2[!user@host] ...] # Output: nick1,nick2,... if ([$1]) { @ function_return = [$left($index(! $0) $0),$li.fixsend($1-)] } { @ function_return = [$left($index(! $0) $0)] } } alias listidle { if (left(2 $0) == [-s]) { @ LI.SORTED = 1 } whois $li.fixsend($chanusers($C)) ^on ^raw_irc "% 311 *" { @ LI.USERHOST[$encode($3)] = [$4@$5] } ^on ^raw_irc "% 319 *" #might want to do something here (channels) ^on ^raw_irc "% 313 *" #might want to do something here (IRCop) ^on ^raw_irc "% 320 *" #might want to do something here ("identified to services") ^on ^raw_irc "% 301 *" { @ LI.AWAY[$encode($3)] = [ (aw)] } ^on ^raw_irc "% 317 *" { @ LI.IDLE[$encode($3)] = [$4] @ LI.SIGNON[$encode($3)] = [$5] } ^on ^raw_irc "% 312 *" { if ([$0]!=[$4]) { @ LI.SERVERS[$encode($4)] = LI.SERVERS[$encode($4)] ## [ $3] } } ^on ^raw_irc "% 318 *" { ^on raw_irc -"% 311 *" ^on raw_irc -"% 319 *" ^on raw_irc -"% 313 *" ^on raw_irc -"% 320 *" ^on raw_irc -"% 301 *" ^on raw_irc -"% 317 *" ^on raw_irc -"% 312 *" ^on raw_irc -"% 318 *" li.rwhois } } alias li.rwhois { @ LI.COUNT = 0 foreach li.servers serv { whois $decode($serv) $li.fixsend($li.servers[$serv]) @ LI.COUNT = LI.COUNT + 1 ^assign -li.servers.$serv } ^assign -serv ^on ^raw_irc "% 311 *" # ^on ^raw_irc "% 319 *" #might want to do something here (channels) ^on ^raw_irc "% 313 *" #might want to do something here (IRCop) ^on ^raw_irc "% 320 *" #might want to do something here ("identified to services") ^on ^raw_irc "% 301 *" { @ LI.AWAY[$encode($3)] = [ (aw)] } ^on ^raw_irc "% 317 *" { @ LI.IDLE[$encode($3)] = [$4] @ LI.SIGNON[$encode($3)] = [$5] } ^on ^raw_irc "% 312 *" # ^on ^raw_irc "% 318 *" { @ LI.COUNT = LI.COUNT - 1 if (!LI.COUNT) { ^on raw_irc -"% 311 *" ^on raw_irc -"% 319 *" ^on raw_irc -"% 313 *" ^on raw_irc -"% 320 *" ^on raw_irc -"% 301 *" ^on raw_irc -"% 317 *" ^on raw_irc -"% 312 *" ^on raw_irc -"% 318 *" if (li.sorted) { li.sortedlist } { li.list } ^assign -li.sorted } } } alias li.vaguetdiff { # This function reduces precision of tdiff a bit when tdiff is large. @ li.args = [$*] if ([$[6]word(${#li.args-1} $*)] == [second] && #li.args != 2) { @ li.args = notword(${#li.args-1} $notword($#li.args $*)) } if (#li.args > 3) { @ function_return = [$word(0 $li.args) $word(1 $li.args) $word(2 $li.args) $word(3 $li.args)] } { @ function_return = [$word(0 $li.args) $word(1 $li.args)] } ^assign -li.args } alias li.abbrtdiff { # This function abbreviates hours to h, minutes to m, etc. if ([$2]) { @ function_return = [$0$left(1 $1)$li.abbrtdiff($2-)] } { @ function_return = [$0$left(1 $1)] } } alias li.list { echo *** Nickname Idle Sign-On Account foreach li.idle li.nick { echo *** $lformat(9 $decode($li.nick)) $format(10 $li.abbrtdiff($li.vaguetdiff($tdiff($li.idle[$li.nick])))) $strftime($li.signon[$li.nick] %b %e %H:%M) $li.userhost[$li.nick]$li.away[$li.nick] ^assign -li.idle[$li.nick] ^assign -li.signon[$li.nick] ^assign -li.userhost[$li.nick] ^assign -li.away[$li.nick] } ^assign -li.nick } alias li.sortedlist { @ li.curtime = time() foreach li.idle nick { @ li.since = li.curtime - li.idle[$nick] while (@li.zeroes < 10 - @li.since) { @ li.zeroes = li.zeroes ## [0] } @ li.tosort = [$encode($li.zeroes$li.since).$nick ] ## li.tosort ^assign -li.zeroes } @ li.sorted = sort($li.tosort) @ li.count = 0 echo *** Nickname Idle Sign-On Account while (word($li.count $li.sorted)) { @ li.code = word($li.count $li.sorted) @ li.nick = mid(21 999 $li.code) echo *** $lformat(9 $decode($li.nick)) $format(10 $li.abbrtdiff($li.vaguetdiff($tdiff(${li.curtime - decode($left(20 $li.code))})))) $strftime($li.signon[$li.nick] %b %e %H:%M) $li.userhost[$li.nick]$li.away[$li.nick] ^assign -li.idle[$li.nick] ^assign -li.signon[$li.nick] ^assign -li.userhost[$li.nick] ^assign -li.away[$li.nick] @ li.count = li.count + 1 } ^assign -li.sorted ^assign -li.tosort ^assign -li.curtime ^assign -li.count ^assign -li.code ^assign -li.since ^assign -li.nick ^assign -li.diff }
Close