mIRC Home    About    Download    Register    News    Help

Print Thread
#138283 27/12/05 07:29 PM
Y
yamaz
yamaz
Y
Hi there, I made this alias:

alias /live /run http://live.xbox.com/it-IT/profile/profile.aspx?pp=0&GamerTag= $+ $1- $+

using /live <nickname> opens a webpage with the xbox live profile of the user.

The problem is that the site doesn't allow spaces, so I'd have to change every blank space into %20

For example, the /live command requires "Average Joe" to be "Average%20Joe"

somebody help meee

smile thanks

#138284 27/12/05 07:48 PM
A
Aenei
Aenei
A
Code:
alias /live /run http://live.xbox.com/it-IT/profile/profile.aspx?pp=0&amp;GamerTag= $+ $replace($1-,$chr(32),$chr(37) $+ 20) $+

try that

Last edited by Aenei; 27/12/05 07:49 PM.

Link Copied to Clipboard