mIRC Home    About    Download    Register    News    Help

Print Thread
#92685 04/08/04 01:03 AM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
can sum1 give me and alias load for this plz! ty

File Server Dialog{
title "File Server"
size -1 -1 160 120
option dbu
tab "File Server", 1, -1 -3 159 119
text "Trigger", 2, 22 19 18 7, tab 1
button "Accept", 3, 31 101 37 12, tab 1
button "Reset", 4, 80 101 37 12, tab 1
text "Fserve Directory", 5, 4 32 43 8, tab 1
text "Welcome File(Not Required)", 6, 1 48 67 8, tab 1
text "File Server", 7, 71 10 29 8, tab 1
edit "!", 8, 70 16 70 10, tab 1
edit "", 9, 70 31 69 10, tab 1
edit "", 10, 70 46 70 10, tab 1
}

#92686 04/08/04 01:15 AM
Joined: Jul 2004
Posts: 169
S
Vogon poet
Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
looks like this: (in general)

alias DialogName {
dialog -m DialogName DialogName


alias File Server Dialog {
dialog -m File Server Dialog File Server Dialog
}

BUT name of dialog CANT have spaces

so rename it to:

1. File.Server.Dialog
OR
2. File_Server_ Dialog

so alias is

1.
alias File.Server.Dialog {
dialog -m File.Server.Dialog File.Server. Dialog
}


2.
alias File_Server_Dialog {
dialog -m File_Server_Dialog File_Server_Dialog
}

Last edited by ShinZon; 04/08/04 01:19 AM.
#92687 04/08/04 01:17 AM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
THANYOU ur a lifesaver

#92688 04/08/04 01:20 AM
Joined: Jun 2004
Posts: 87
B
Babel fish
OP Offline
Babel fish
B
Joined: Jun 2004
Posts: 87
but how do i put it in like put it remote with what?
sry im a n00b at this but i got pretty far!

#92689 04/08/04 01:30 AM
Joined: Jul 2004
Posts: 169
S
Vogon poet
Offline
Vogon poet
S
Joined: Jul 2004
Posts: 169
(i messed up code in first post, sorry)

put this in REMOTE:

alias FileServer {
dialog -m FileServer FileServer
}

dialog FileServer {
title "File Server"
size -1 -1 160 120
option dbu
tab "File Server", 1, -1 -3 159 119
text "Trigger", 2, 22 19 18 7, tab 1
button "Accept", 3, 31 101 37 12, tab 1
button "Reset", 4, 80 101 37 12, tab 1
text "Fserve Directory", 5, 4 32 43 8, tab 1
text "Welcome File(Not Required)", 6, 1 48 67 8, tab 1
text "File Server", 7, 71 10 29 8, tab 1
edit "!", 8, 70 16 70 10, tab 1
edit "", 9, 70 31 69 10, tab 1
edit "", 10, 70 46 70 10, tab 1
}


You run this dialog by typing /FileServer

Last edited by ShinZon; 04/08/04 01:31 AM.

Link Copied to Clipboard