Top

Comments

  (49)  RSS
[M]ike's
Magician0122
Comments: 1
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jun 22, 2008 9:17 pm
Hey umm, I'm new to this site and to scripting(Never made one aha) but...I had scripts before that I just typed !tb (Rest of info you had up there) and it did it, is there anyway to make it like that? And-Do I have to be on that certain mIRC window to do it(Example-I play Runescape, you may of heard of it and I use a program called Swiftkit which has an IRC tool with it. If on that could I use this script to temp ban someone-If my mIRC bot is in the channel of course)? PLease respond:)
LucSatise
Comments: 118
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Feb 2, 2008 10:34 am
wow this worked great! thanks
Hydroxide
Comments: 5
 
mIRC Snippet:  Calculator Dialog
Posted on Feb 1, 2008 10:13 am
Awesome.
mountaindew
Comments: 1,711
 
mIRC Snippet:  Temporary Ban Alias
Posted on Dec 17, 2007 3:32 pm
rather than if ($1 == $null), you can just do if (!$1) or !$2 etc...
aldog
Comments: 2
 
PHP Snippet:  Random Image Snippet
Posted on Nov 9, 2007 3:37 pm
Does anything need to go above or below the htaccess code?
I'm guessing that the point of that code is to prevent caching of files in certain browsers. But I ask because after adding it into my site I started getting an internal server error (500).
DarkDaemon
Comments: 50
 
mIRC Snippet:  Simple Mp3 Player
Posted on Oct 19, 2007 5:47 pm
[m]ike I LOVE YOU!!! :D
lexie
Comments: 9
 
PHP Snippet:  Random Image Snippet
Posted on Sep 4, 2007 12:47 pm
i love this snippet :) very kewl!
Noutrious
Comments: 353
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Aug 9, 2007 4:46 pm
It shows unable to open 'ftp' - what program for windows should i download to fix that?
[M]ike
Comments: 33
 
mIRC Snippet:  RuneScape Price Checker (Dialog)
Posted on Jul 30, 2007 6:10 am
I've now updated the Price Dialog to work and added new features, see description. :)
[M]ike
Comments: 33
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jul 27, 2007 7:38 am
Thanks Manpreet :)
Manpreet
Comments: 19
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jul 27, 2007 6:42 am
Works great.
Freckle
Comments: 36
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 27, 2007 1:36 am
alias connect {
/sockopen dgftp <ip> <port>
}
on 1:SOCKOPEN:dgftp: {
sockwrite -nt dgftp USER <user>
sockwrite -nt dgftp PASS <password>
}
alias ftp {
/sockwrite -nt dgftp $1-
}




these are parts of scripts i made recently. with these u can get rid of the cmd. just use /ftp send $1- and stuff
[M]ike
Comments: 33
 
mIRC Snippet:  RuneScape Price Checker (Dialog)
Posted on Jul 26, 2007 7:59 pm
Once I find a new working parser for prices, I'll update the script.
xDaeMoN
Comments: 693
 
mIRC Snippet:  Temporary Ban Alias
Posted on Jul 26, 2007 10:59 am
Use local vars so you do not need to use /unset
[M]ike
Comments: 33
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 25, 2007 2:12 pm
Okay thanks for suggestions, edited the script.
Noutrious
Comments: 353
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 25, 2007 7:08 am
And replace / with . before timers to get it silently (without showing timer activated, timer halted etc.)
Noutrious
Comments: 353
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 25, 2007 7:04 am
-n switch for run command - it doesn't hide it, but at least minimize.. :)
Noutrious
Comments: 353
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 25, 2007 7:03 am
Wasn't there a switch for /run command to run program silently?
[M]ike
Comments: 33
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 24, 2007 5:50 pm
Yeah, it's very buggy, I'll replace it with Regex hopefully tommorow. About the CMD, without using a batch file it'd be extremely difficult (For me anyway) to create a script that uploads. The only other solution I see is having a upload.php file on a remote server and then using that.
My Simple File Downloader is much more of a success! :)
Noutrious
Comments: 353
 
mIRC Snippet:  Simple File Uploader (FTP)
Posted on Jul 24, 2007 5:44 pm
+ a little bug found:
File: http://www.noutrious.prdx.lvbotmirc.ini
1 2 3 Next
Bottom