Top
Search found 43 matches
Hawkee.com Forum Index
Author Message
  Topic: Another try at Clan Script (RS)
SCouNDReL

Replies: 5
Views: 497

PostForum: mIRC Scripting   Posted: Wed Oct 11, 2006 8:16 am   Subject: Another try at Clan Script (RS)
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

PostForum: mIRC Scripting   Posted: Sun Oct 08, 2006 4:46 am   Subject: elseif (!$2)
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

PostForum: mIRC Scripting   Posted: Sat Sep 30, 2006 7:16 am   Subject: how to write info to the txt file in ftp?
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

PostForum: mIRC Scripting   Posted: Fri Sep 15, 2006 5:41 pm   Subject: Use functions in DLL's classes
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

PostForum: mIRC Scripting   Posted: Thu Sep 14, 2006 7:28 am   Subject: Use functions in DLL's classes
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

PostForum: mIRC Scripting   Posted: Wed Sep 13, 2006 7:35 am   Subject: mirc: read websites
why does it return "NO_DATA" :S isn't there page for logining ?
  Topic: mirc: read websites
SCouNDReL

Replies: 23
Views: 2615

PostForum: mIRC Scripting   Posted: Tue Sep 12, 2006 7:41 am   Subject: mirc: read websites
give full link i ll find datas which you must send..
  Topic: socket help
SCouNDReL

Replies: 11
Views: 1115

PostForum: mIRC Scripting   Posted: Tue Sep 12, 2006 7:26 am   Subject: socket help

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

PostForum: mIRC Scripting   Posted: Sat Sep 09, 2006 1:00 pm   Subject: Mp3
use $() eg ;,


msg $($did(2),2)
  Topic: Running a server on mIRC
SCouNDReL

Replies: 6
Views: 1229

PostForum: mIRC Scripting   Posted: Sat Sep 09, 2006 6:41 am   Subject: Running a server on mIRC
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

PostForum: mIRC Scripting   Posted: Fri Sep 08, 2006 4:18 pm   Subject: socket help
my english isn't good because of that i couldnt understand what you want to say. :/ Could you reAsk ? Smile
  Topic: socket help :(
SCouNDReL

Replies: 1
Views: 399

PostForum: mIRC Scripting   Posted: Fri Sep 01, 2006 7:40 am   Subject: socket help :(

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

PostForum: mIRC Scripting   Posted: Sun Aug 27, 2006 2:54 pm   Subject: Running a server on mIRC
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

PostForum: mIRC Scripting   Posted: Fri Aug 25, 2006 3:59 pm   Subject: need help moving info from status to chan
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

PostForum: mIRC Scripting   Posted: Fri Aug 25, 2006 3:50 pm   Subject: Question about Raw events
try this ;

on *:TEXT:*nfield*:*:beep 5 100
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT - 7 Hours
Jump to:  
Bottom