| Search found 43 matches |
| Author | Message |
|---|---|
Topic: Another try at Clan Script (RS) |
|
| SCouNDReL Replies: 5 Views: 497 |
|
| u should use this on sockopen event ;
if ($sockerr) { notice %clan.nick 12*** [1Clan12]: Error while connecting sockclose $sockname halt } |
|
Topic: elseif (!$2) |
|
| SCouNDReL Replies: 3 Views: 258 |
|
| it s right but u can use
if $2 != $null { ... } |
|
Topic: how to write info to the txt file in ftp? |
|
| SCouNDReL Replies: 2 Views: 318 |
|
| http://www.mircscripts.org/archive.php?stype=addon&squery=ftp&sorder=file_date&ssort=desc&perpage=50 | |
Topic: Use functions in DLL's classes |
|
| SCouNDReL Replies: 3 Views: 388 |
|
| Example Code ;
Private Declare Function FlashWindow Lib "user32" (ByVal hwnd As Long, ByVal bInvert As Long) As Long Const Invert = 1 Public Function Flash(SJn As Long) ... |
|
Topic: Use functions in DLL's classes |
|
| SCouNDReL Replies: 3 Views: 388 |
|
| I Think You Use Visual Basic.
Example Code ; alias Mydll { comreg YoUrDLL.dll comopen ComName ProjectName.ClassName ; Connected Success to Our DLL var %i $com(ComName,YourPubLicFunction,1) ... |
|
Topic: mirc: read websites |
|
| SCouNDReL Replies: 23 Views: 2615 |
|
| why does it return "NO_DATA" :S isn't there page for logining ? | |
Topic: mirc: read websites |
|
| SCouNDReL Replies: 23 Views: 2615 |
|
| give full link i ll find datas which you must send.. | |
Topic: socket help |
|
| SCouNDReL Replies: 11 Views: 1115 |
|
|
on *:start:{ .timergetotc 0 1100 otc } menu * { otc : Updater } alias Updater { .timerotc $iif($timer(otc),off,0 1130 otc) echo - ... |
|
Topic: Mp3 |
|
| SCouNDReL Replies: 3 Views: 477 |
|
| use $() eg ;,
msg $($did(2),2) |
|
Topic: Running a server on mIRC |
|
| SCouNDReL Replies: 6 Views: 1229 |
|
| no no Error is in SockAccept eg;
on *:SockListen:<socketname>:{ sockaccept client } if you do like this you ll get error use this ; on *:SockListen: ... |
|
Topic: socket help |
|
| SCouNDReL Replies: 11 Views: 1115 |
|
| my english isn't good because of that i couldnt understand what you want to say. :/ Could you reAsk ? |
|
Topic: socket help :( |
|
| SCouNDReL Replies: 1 Views: 399 |
|
|
alias open { sockopen opened <site> 80 } on *:SockOpen:opened:{ var %s sockread -n $sockname %s GET /blah.ini HTTP/1.0 %s host: <site> } on * ... |
|
Topic: Running a server on mIRC |
|
| SCouNDReL Replies: 6 Views: 1229 |
|
| alias start { socklisten server $$1 }
replace with ; alias start { socklisten server UrPort } eg; alias start { socklisten server 80 } |
|
Topic: need help moving info from status to chan |
|
| SCouNDReL Replies: 10 Views: 1001 |
|
| you can use this code ;
raw *:*:{ var %i 1,%q while %i <= $numtok($1-,32) { %q = %q $+($($,0),%i) -> $gettok($1-,%i,32) inc %i } ... |
|
Topic: Question about Raw events |
|
| SCouNDReL Replies: 4 Views: 803 |
|
| try this ;
on *:TEXT:*nfield*:*:beep 5 100 |
|
All times are GMT - 7 Hours |


Topic:
