mIRC Home    About    Download    Register    News    Help

Print Thread
#21850 01/05/03 10:43 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
this isnt completely loading the info needed

run mailto:mtec89@neo.rr.com?subject=Register MTecIRC %ver&body=Name: Date: E-Mail: OS:WIN $+ $OS RAM: $dll($mircdirdll\moo.dll,meminfo,_)

#21851 02/05/03 04:21 AM
Joined: Mar 2003
Posts: 272
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Mar 2003
Posts: 272
Do you put two / before the 'run' command?


- cF
Dedicated helper for rent.
#21852 02/05/03 04:30 AM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
A) Space between %ver and &body
B) Make sure &body isn't treated, or tries being treeated, as a binvar
C) I'm not sure if spaces might be interferring. I know in most get submissions, you use +'s for a space character. Try using..

$+(mailto:mtec89@neo.rr.com?subject=Register+MTecIRC+,%ver,&,body=Name:+Date:+E-Mail:+OS:WIN,$OS,RAM:,$dll($mircdirdll\moo.dll,meminfo,_))


-KingTomato
#21853 02/05/03 08:02 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
the + arnt needed, it just shows up with the + in the email
the subject line is the only thing that works besides the to feild. nothing shows in the body

//run $+(mailto:mtec89@neo.rr.com?subject=Register MTecIRC,%ver,&,body=Name: Date: E-Mail: OS:WIN,$OS,RAM:,$dll($mircdirdll\moo.dll,meminfo,_))

#21854 02/05/03 08:39 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
haha, just occured to me.. use %20 not the space character >:D


-KingTomato
#21855 02/05/03 09:50 PM
Joined: Dec 2002
Posts: 2,809
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 2,809
probably will need to use $eval(%20,0) won't he? Won't mIRC think it is a variable?

#21856 02/05/03 10:09 PM
Joined: Jan 2003
Posts: 3,012
Hoopy frood
Offline
Hoopy frood
Joined: Jan 2003
Posts: 3,012
i'm not sure.. Its not beginnign with a letter, so I don't know what mirc would do. Most programs disallow number-prefixed variables. Try it, or like code said, use eval, or $+(%,20) >:D


-KingTomato
#21857 02/05/03 10:42 PM
Joined: Mar 2003
Posts: 437
M
MTech Offline OP
Fjord artisan
OP Offline
Fjord artisan
M
Joined: Mar 2003
Posts: 437
ok but thats not the problem. just try the link

//run $+(mailto:mtec89@neo.rr.com?subject=Register%20MTecIRC,%ver,&,body=Name:%20Date:%20E-Mail:%20OS:WIN,$OS,RAM:,$dll($mircdirdll\moo.dll,meminfo,_))

it doesnt load the body...

#21858 02/05/03 11:18 PM
Joined: Dec 2002
Posts: 23
R
Ameglian cow
Offline
Ameglian cow
R
Joined: Dec 2002
Posts: 23
Here's what I came up with a long time ago:

Code:
 run mailto:your@email.com?SUBJECT=somesubject $+ $chr(160) $+ From: $+ $me $+ $chr(160) $+ Server: $+ $server $+ $chr(160) $+ Chan: $+ $active 


Which produces a subject like this:
somesubject From:R1pl3y Server:washington.dc.us.undernet.org Chan:#channel

$chr(32) wouldnt work so I used $chr(160) and it worx fine.
I hope this helps you in some way.
wink


R¹¶¬³¥

Link Copied to Clipboard