Farcrada

Farcrada

Joined
Jul 12, 2013
Location
Hiigara
Website

Activity Stream

Farcrada commented on a Page, JSON for MIRC  -  Sep 12, 2014

So, uhm... I've been trying this and tried connecting to somewhere, but it seems that it fails on a SSL call...

I can't seem to get anything to return and there's no errors. The code is, well, good... But it's not returning anything.

Any chance Https/SSL requests are not working?

Farcrada   -  Mar 21, 2014

Anyone that can help we do Sockets in mIRC. I've picked up a script and would like to know what's what and how it works.

Anyone want to help me out?

Farcrada commented on a Page, Quote Script  -  Oct 14, 2013

:O Ohw! Maybe a spam/flood check thingy? Might be useful. Can use "goto"s or "inc"s... Idk, what ever you prefer.

 Respond  
Farcrada commented on a Page, Quote Script  -  Oct 13, 2013

Why not thrash "!rquote" and make it so that when you not specify a number by "!quote" it gives a random quote?

 Respond  
Farcrada   -  Sep 26, 2013

Hello peeps,

I was wondering if I could like set up my mIRC with scripts etc, without having any computers on. Something like running it on my router or something. Or do I need a server for that...

Having my computer on all the time can get a little bothering sometime (I'm using Windows 7 on that computer if that makes any difference.).

I'd be glad to hear your solutions!

Greetings,
Farcrada

Farcrada commented on a Page, Please help me to edit my script until fixed  -  Sep 23, 2013
on 3:text:!ban*:?: {
  /raw ban $2 (Lama : $3 ) ( Alasan : $4 ) ( Tgl: $date(dd/mm/yy)) ( From OP: $nick )
  /raw lockacct $2
  /raw kill $2
  /msg $nick ID Telah Di banned
  /writeini mIRC\\data\\lockunlock.txt ID: $2 Status: Banned Tgl: $date(dd/mm/yy) From Operator: $nick Keterangan: ID Anda telah diBan (Alasan : $3 ) ( Lama : $4 )
}

on 3:text:!unban*:?: {
  /raw unban $2
  /raw unlockacct $2
  /writeini mIRC\\data\\lockunlock.txt ID: $2 Status: Unbaned Tgl: $date(dd/mm/yy) From Operator: $nick Keterangan: Masa Ban Sudah Lewat (Alasan : $3 )
  /msg $nick ID Telah Di Unbaned
}

on 4:text:!ban*:?: {
  /raw ban $2 (Lama : $3 ) ( Alasan : $4 ) ( Tgl: $date(dd/mm/yy)) ( From Admin: $nick )
  /raw lockacct $2
  /raw kill $2
  /msg $nick ID Telah Di banned
  /writeini -n mIRC\\data\\lockunlock.txt ID: $2 Status: Banned Tgl: $date(dd/mm/yy) From Admin: $nick Keterangan: ID Anda telah diBan (Alasan : $3 ) ( Lama : $4 )
}

on 4:text:!unban*:?: {
  /raw unban $2
  /raw unlockacct $2
  /writeini -n mIRC\\lockunlock.txt ID: $2 Status: Unbaned Tgl: $date(dd/mm/yy) From Admin: $nick Keterangan: Masa Ban Sudah Lewat (Alasan : $3 )
  /msg $nick ID Telah Di Unbaned
}

on 1:TEXT:!status*:?: {
  if ( $nick != %mrp.nick ) {
     set -u15 %mrp.nick $nick
  }
  else {
    /msg $nick %mrp.nick $+ , $2 %mrp.status
  }
  elseif ($2 == $null) {
    set -u30 %mrp.status $readini mIRC\\lockunlock.txt ID: %mrp.nick
  }
  elseif (%mrp.status == $null) {
    /msg $nick %mrp.nick $+ ,
  }
  elseif ((%mrp.status != $null) && ($2 == $null) && ($nick == %mrp.nick)) {
    /msg $nick %mrp.nick $+ , %mrp.status
    else {
      set -u30 %mrp.status $readini mIRC\\lockunlock.txt ID: $2
    }
  }
  elseif (%mrp.status == $null) {
    /msg $nick %mrp.nick $+ , $2
  }
}

Can you try this and see if it gives an error. If so, can you give me the errors (Copy paste them here.)

 Respond  
Farcrada commented on a Page, Commands and User levels  -  Sep 23, 2013

Where are your "elseif"s? How can you run 2 ifs with the opposite parameters at the same time? I advice you to fix that... xD

 Respond  
Farcrada commented on a Page, Need some help with a $read check/comparison   -  Sep 23, 2013
if ($1- isin $read(bans- $+ $chan $+ .txt,w, $1-))

That's not working seen as you (For some reason.) HAVE to use variables to make that work. Just like this one:

 echo # 14(00 $+ $time $+ 14) 10-11-15- 5min timeout on $nick

You also didn't define how long you want $nick to be timed out.

.msg $chan .timeout $nick |

In other words:

on 1:TEXT:*:#:{
  var %readbans bans- $+ $chan $+ .txt
  var %echotime 00 $+ $time $+ 14
  if ($1- isin $read(%readbans,w, $1-)) { .msg $chan .timeout $nick 10 | echo # 14(%echotime) 10-11-15- 5min timeout on $nick }
  elseif ($1 == !addban) {
    if ($2- == $read(%readbans,w, $2-)) { msg $chan banmask " $+ $2- $+ " is already added. }
    else { write %readbans $2- | msg $chan banmask " $+ $2- $+ " added. }
  }
  elseif ($1 == !delban) {
    if ($2- != $read(%readbans,w, $2-)) { msg $chan no such banmask " $+ $2- $+ ". }
    else { write -ds " $+ $2- $+ " %readbans | msg $chan banmask " $+ $2- $+ " deleted. }
  }
}

that ought to do the trick. Try it.

Farcrada commented on a Page, Please help me to edit my script until fixed  -  Sep 23, 2013

What is it doing and what is it not? Explain to us. You have given us 0 parameters to work with. Of course, we could use it, but what do you want? Fixed. I get that, but what needs fixing? what goes wrong? What goes according to plan? Etc.

Farcrada commented on a Page, mIRC Quotes Bot  -  Aug 02, 2013

It's not working on my end.
"* /aline: invalid window (line 8, script2.ini)

  • /aline: invalid window (line 66, script2.ini)
  • /aline: invalid window (line 66, script2.ini)
  • /aline: invalid window (line 27, script2.ini)"
 Respond  
Farcrada commented on a Page, Links Remover  -  Jul 17, 2013

No-one knows how to, or has a general idea? ;( Too bad then. Going to have to find it myself then.

Thanks to the guys who tried but haven't responded yet, though! <3

 Respond  
Farcrada commented on a Page, Links Remover  -  Jul 12, 2013

Ok, so I took a look at the code and modifyed it myself. Now I want it to only react to links like: ".google.com|..com|..|www..|www.google.***" Any suggestions? Been struggling a lot, but haven't found the answer.

I want it to react only to such links. All 5 combinations. And it should not react to the links without "*"s.

Ideas, suggestions, codes, all highly appreciated.
I know it's about these lines. How domake work?

var %domain com|edu|gov|mil|net|org|biz|info|name|museum|us|ca|uk
var %link /(?<=^|\s)((?>\S{3,8}:\/\/|w{3}\56)\S+)|\56( $+ %domain $+ )\b/iS 
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.