| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 859
» Latest member: makabaka
» Forum threads: 11,194
» Forum posts: 73,585
Full Statistics
|
| Online Users |
There are currently 60 online users. » 0 Member(s) | 58 Guest(s) Bing, Google
|
| Latest Threads |
Slope Unblocked: The Ulti...
Forum: General Discussions
Last Post: Semhar Girmay
24-08-2026, 02:43 AM
» Replies: 0
» Views: 39
|
Hello
Forum: Introduce yourself
Last Post: D3f4ult
04-03-2026, 10:20 AM
» Replies: 71
» Views: 86,501
|
intro to myself
Forum: Introduce yourself
Last Post: Donaldbiz
16-04-2025, 02:42 AM
» Replies: 1
» Views: 3,443
|
The Importance of Getting...
Forum: Linux Stuff
Last Post: Chano
19-10-2024, 11:02 PM
» Replies: 1
» Views: 7,034
|
Hey there...
Forum: Introduce yourself
Last Post: Knight_Errant
19-10-2024, 03:12 PM
» Replies: 6
» Views: 7,784
|
How to compile Irssi from...
Forum: Linux Stuff
Last Post: FrankCaurn
12-10-2024, 04:40 AM
» Replies: 1
» Views: 10,666
|
Witam z Krakowa
Forum: Introduce yourself
Last Post: Chopper
24-11-2023, 12:59 AM
» Replies: 1
» Views: 2,467
|
Merry Christmas !!!
Forum: Network News
Last Post: Hooter_Tooter
17-12-2021, 11:34 PM
» Replies: 11
» Views: 26,816
|
Hello
Forum: Introduce yourself
Last Post: immortal
27-06-2021, 09:05 AM
» Replies: 1
» Views: 2,883
|
guide lines
Forum: General Discussions
Last Post: wildcard
11-01-2021, 06:31 AM
» Replies: 0
» Views: 2,489
|
|
|
| let me be the first |
|
Posted by: Gustavo - 14-01-2017, 04:26 PM - Forum: Chit Chat
- Replies (1)
|
 |
Seems the forum has not been very busy of late with no new posts since back in December.
Let me be the first for 2017 Smile
Happy New Year, one and all. May the new year be a blessed one with much joy and peace.
Now, to continue the topic, feel free to add your own new years' wishes, but you may also broaden your reputations or notoriety by offering up your FIRSTS in the forums for 2017. First joke, first new chat tip, first time respondent, etc....use your imagination. Have fun. Smile
|
|
|
| Ignore Popups |
|
Posted by: SaNCaK - 10-01-2017, 11:53 PM - Forum: mIRC
- No Replies
|
 |
Code: on *:load: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41))
.echo -s _____________________________________________________
.echo -s 0,1 Loading 9,1Ignore0,1 Add-On...
.echo -s 0,1 You are running mIRC $version on Windows $+ $os
.echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Ignore $chr(40) $+ v5.4 $+ $chr(41))
}
;############################ -«•»SaNCaK ScripT«•»- ############################
menu nicklist,query {
$iif($$1 != $me, $iif($ignore($address($1,5)),$style(1)) Ignore): {
if ($ignore($address($1,5))) {
.ignore -r $iif($address($$1,2),$ifmatch,$$1)
if ($address($$1,2)) { echo -a Info - Removed $address($$1,2) from ignore list }
else { echo -a Info - Removed $$1 from ignore list }
}
else {
.ignore $iif($address($$1,2),$ifmatch,$$1)
if ($address($$1,2)) { echo -a Info - Added $address($$1,2) to ignore list }
else { echo -a Info - Added $$1 to ignore list }
}
}
}
|
|
|
| Mute Bans |
|
Posted by: SaNCaK - 10-01-2017, 11:50 PM - Forum: mIRC
- No Replies
|
 |
Code: on *:load: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Mute Ban $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 03 28 2014 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Mute Ban $chr(40) $+ v5.4 $+ $chr(41))
.echo -s _____________________________________________________
.echo -s 0,1 Loading Mute Ban Add-On...
.echo -s 0,1 You are running mIRC $version on $os $+ .
.echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Mute Ban $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 03 28 2014 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Mute Ban $chr(40) $+ v5.4 $+ $chr(41))
}
menu nicklist {
-
.Mute
..$iif(!$hget(MuteEnforce,$+($network,$chan,$address($$1,2))),$style(2)) RemoveMute $$1: {
var %mask $+($network,$chan,$address($$1,2))
hdel MuteEnforce %mask
if ($timer(%mask).com) {
$v1
.notice $$1 Your ban has been lifted early! You may now speak in $+($chan,.) Please try not to repeat the same activity that caused you to be muted.
$+(.timer,%mask) off
}
else mode $chan -b $+(m:,$address($$1,2))
}
..Mute $$1
...3 Minutes:mute $$1 180 $$?="Reason for Muting $$1"
...5 Minutes:mute $$1 300 $$?="Reason for Muting $$1"
...10 Minutes:mute $$1 600 $$?="Reason for Muting $$1"
...30 Minutes:mute $$1 1800 $$?="Reason for Muting $$1"
...60 Minutes:mute $$1 3600 $$?="Reason for Muting $$1"
...Set Time: {
var %length $$?="Length of ban in minutes"
mute $$1 $calc(%length * 60) $$?="Reason for Muting $$1"
}
}
alias -l mute {
var %nick $$1
if (%nick ison $chan) && ($regex($nick(#,$me).pnick,/[~&!@%]/)) {
ialcheck %nick
var %usermodes $replace($remove($nick(#,%nick).pnick,%nick),~,q,&,a,!,a,@,o,%,h,+,v), %addy $iif($address(%nick,2),$v1,%nick)
mode $chan $+(+b-,%usermodes) $+(m:,%addy) $str($+(%nick,$chr(32)),$len(%usermodes))
hadd -m MuteEnforce $+($network,$chan,%addy) mute
if ($$2 isnum) {
$+(.timer,$network,$chan,%addy) 1 $$2 removeMute $+($network,$chan,%addy) $chan $+(-b+,%usermodes) $+(m:,%addy) $str($+(%nick,$chr(32)),$len(%usermodes))
msg $chan $+(,%nick,) You have been Muted! Duration: $duration($2) Reason: $iif($3-,$3-,Intolerable Behavior!)
}
else msg $chan %nick You have been Muted! $+(Reason:,$iif($2-,$2-,Intolerable Behavior!))
}
else echo -a Error: Either %nick is not on $chan or you do not have the correct privileges to use the mute command.
}
alias -l ialcheck {
if (!$ial($1)) .who $1
}
alias -l removeMute {
if ($($+($,$0),2) !ison $2) mode $2 -b $4
else mode $2-
hdel MuteEnforce $1
}
alias -l parseMode {
tokenize 32 $1
var %start 1, %finish $len($1), %+-, %modes -1, %location $+(parseMode,$chr(3),$network,$chr(3),$chan)
while (%start <= %finish) {
if ($mid($1,%start,1) isin +-) { %+- = $replace($v1,+,1,-,-1) | inc %modes }
elseif ($mid($1,%start,1) isin qaohvb) {
var %mode $+($v1,$($+($,$calc(%start - %modes)),2))
hadd -m %location %mode $calc($hget(%location,%mode) + %+-)
}
inc %start
}
var %hash $regsubex($regsubex($str(.,$hget(%location,0).item),/(.)/g,$+($hget(%location,\n).data,$hget(%location,\n).item,$chr(32))),/(\b0[^\s]*)/g,)
if ($hget(%location)) hfree $v1
var %count 1, %max $numtok(%hash,32), %return, %temp
while (%count <= %max) {
%temp = $gettok(%hash,%count,32)
%return = $+(%return,$chr(32),$iif($left(%temp,1) == -,$+(-,$mid(%temp,3)),$+(+,$mid(%temp,2))))
inc %count
}
return %return
}
On !*:rawmode:#: {
checkMutes $network $chan $parsemode($1-)
}
alias -l checkMutes {
var %network $1, %chan $2, %modes $3-
tokenize 32 %modes
checkMute %network %chan $*
}
alias -l checkMute {
var %mode $left($3,2), %target $mid($3,3)
if ((%mode isincs +v+h+o+a+q) && ($hget(MuteEnforce,$+($1,$2,$address(%target,2))))) mode $2 $replace(%mode,+,-) %target
elseif ((%mode == -b) && ($hget(MuteEnforce,$+($1,$2,$gettok(%target,-1,58))))) mode $chan +b %target
}
;Syntax /m Nick TimeinMinutes Reason
alias m mute $$1 $iif($2 isnum,$calc($2 * 60),180 $2) $3-
|
|
|
| Timestamp change |
|
Posted by: SaNCaK - 10-01-2017, 11:46 PM - Forum: mIRC
- Replies (2)
|
 |
Code: on *:load: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Timestamp Change $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Thank you for using this Addon,igo,Addon: Timestamp Change $chr(40) $+ v5.4 $+ $chr(41))
.echo -s _____________________________________________________
.echo -s 0,1 Loading 9,1Timestamp Change0,1 Add-On...
.echo -s 0,1 You are running mIRC $version on Windows $+ $os
.echo -s ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
}
on *:unload: {
.echo -aq $input(Author: SaNCaK $+ $crlf $+ $crlf $+ Addon: Timestamp Change $chr(40) $+ v5.4 $+ $chr(41) $+ $crlf $+ $crlf $+ Released at: 17/10/2016 $+ $crlf $+ $crlf $+ Contact: sancak@outlook.com.tr $+ $crlf $+ $crlf $+ Unloading...,igo,Addon: Timestamp Change $chr(40) $+ v5.4 $+ $chr(41))
}
;############################ -«•»SaNCaK ScripT«•»- ############################
menu menubar,channel {
Timestamp change:dialog -ma Stamps Stamps
}
dialog Stamps {
title "Timestamp change"
size -1 -1 266 84
option pixels notheme
box "", 1, 2 -4 261 85
button "ok", 9, 194 57 65 20, ok
box "", 10, 190 44 72 37
button "green", 12, 11 9 52 20
button "red", 13, 11 33 52 20
button "blue", 14, 11 57 52 20
box "", 16, 4 -4 65 85
radio "off", 8, 193 36 68 15
box "", 11, 67 -4 125 85
text "Timestamps will be changed!!!", 15, 70 6 117 52, disable center
button "reset", 17, 97 58 65 20
box "", 18, 93 47 74 32
text "timestamp:", 20, 193 4 66 14, disable
radio "on", 19, 193 21 68 15
}
on 1:dialog:Stamps:init:0: {
did -c Stamps $iif(%tstamp,19,8)
}
on 1:DIALOG:Stamps:sclick:*:{
if ($did == 12) { green }
if ($did == 13) { red }
if ($did == 14) { blue }
if ($Did == 19) { timestamp on | timestamp -f hh:nn:ss | echo $active 4Time is on (resetted) !!! | set %tstamp on }
if ($did == 8) { timestamp off | echo $active 4Time is off !!! | unset %tstamp }
if ($did == 17) { unsetT }
}
alias blue {
timestamp -f 10(11HH10:11nn10:11ss10)
set %tstamp on
echo $active 10Timestamp blue loadet: 10(11HH10:11nn10:11ss10)
}
alias green {
timestamp -f 3(9HH3:9nn3:9ss3)
set %tstamp on
echo $active 9Timestamp green loadet: 3(9HH3:9nn3:9ss3)
}
alias red {
timestamp -f 5(4HH5:4nn5:4ss5)
set %tstamp on
echo $active 4Timestamp red loadet: 5(4HH5:4nn5:4ss5)
}
alias unsetT {
timestamp -f hh:nn:ss
set %tstamp on
echo $active Timestamp reset hh:nn:ss
}
|
|
|
| Mirc and a VPS Proxy using Netcat |
|
Posted by: turnip - 09-12-2016, 08:52 PM - Forum: mIRC
- No Replies
|
 |
Hi IRC nerds
I was fooling around with netcat and found a cool way to make a Proxy using a VPS.
Naturally Mirc itself has a Proxy option already using Http and Socks but this could be interesting for people.
So we have Mirc on a Windows System and a Linux VPS.
I made this connection completely automated and will describe the way it works.
The VPS has IP of say 33.44.55.66 for a hypothetical example.
So in Mirc Remotes you put,
ON *:START:{
server -m 33.44.55.66:5555
/run C:\server.bat
}
Now as you can see we have port 5555 not 6667 etc. this is for the netcat listener. The server.bat file is the automated file which starts the netcat listener on the VPS using ssh.
So lets start with the VPS and the netcat listener.
Ssh to your vps and login to root.
make sure you are in root@vps:/home/user
Now type
mknod pipe p
this creates a pipe
Then type
nano chat.sh
Enter this into your .sh file
#!/bin/bash
nc -l -p 5555 0<pipe | tee -a in.dump | nc 158.69.192.190 6667 | tee -a out.dump 1>pipe
Save file
To run the file type
bash chat.sh
So that creates a pipe that connects the netcat listener on port 5555 and the IRC server.
So when you START mirc it will connect to your VPS on 5555 which pipes to the IRC server.
It is just simple Socket connections.
To automate this is a little trickier which is the server.bat file
You will need to first install PuTTy in C:\putty.exe
This is how you ssh to your VPS and run the chat.sh script automatically.
Open notepad and type
START putty.exe -ssh user@33.44.55.66 ^-pw password ^-m chat.txt
save as server.bat in C:\server.bat
the ^ is to escape the -pw and -m commands
the chat.txt file gets executed which executes the chat.sh script on your VPS
In notepad in a new file type
su
password
bash chat.sh
save as chat.txt in C:\chat.txt
the password is your root password on your VPS
If everything works you will run Mirc.exe and it will open a server to 33.44.55.66:5555
run the server.bat which ssh's to your VPS and runs the chat.sh script
and Mirc will connect to your VPS and to IRC automatically.
Thx
|
|
|
| things that make you go hmmmz |
|
Posted by: stealthbabe - 07-12-2016, 01:56 AM - Forum: General Discussions
- No Replies
|
 |
Just letting yall know im not dead like this person is constantly saying....... oh and im pretty sure Jane54 aint dead either, if we died we sure came back to life really quickly. lol i make a very hot zombie i think lol or did i come back to life just to haunt you all hmmmz...........
hope all is well with y'all
I'm the Whisper in the wind,
I'm the brightest star in the sky,
I'm the shadow in the darkness,
i'm the light in the tunnel,
where ever you are , or whereever you go
i'm haunting you , i'm breathing in your ear,
i'm whispering to you,
Can you hear me ?
Can you see me ?
Can you feel me?
i'm your favourite dream,
or am i your worst nightmare,
who am i?
I'm Your Shadow,
I'm the spirit surrounding you,
I am Stealthy like a ninja,
i'm the typing zombie,
will you miss me? like matrix says Get your aime right ,
For i am still breathing and walking and typing.
and don't plan on dying anytime soon.
i will live life like i was dying though ,
so yes yes yes you have to put up with me some more ,
probably for a very long time ,
God ain't that a shame ,
but ya know what ........ my give a damns broken.... and i don't want to repair it just yet,
so yup Suck it up buttercups i ain't going nowhere anytime soon!!!!!!!!!
Hope y'all enjoyed my lovely poem i decided to write in a spur of the moment .........
Catch yall in chat when i feel the need to come pester y'all ......... *smirks*
|
|
|
|