Hack Forums

Full Version: Custom Emails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
This is a javascript code that will allow you to create custom emails for hotmail.com.....


Code:
javascript: var p = 'live.'; var ds = new Array('com', 'net', 'org', 'edu', 'gov', 'cool'); for (var i = 0; i < ds.length; i ++){document.getElementById('idomain').options[i] = new Option(p + ds[i], p + ds[i])} alert('Domains added');alert('Matt @ www.hackforums.net')


Directions:

1) Go to https://signup.live.com/newuser.aspx?mkt...s=03&lic=1

2) Edit the code with whatever custom domain you want

3) Copy and paste the code into your address bar and hit enter

4) Choose your new custom domain from the drop down list and proceed to sign up normally.
If this works than awesome I'll test it...
camgaertner Wrote:If this works than awesome I'll test it...

I tested it already it works Thumbsup
Ugh..that won't work. At least not to recieve. It MIGHT create the sender/reply to that address though. For mail to recieve there has to be an MX record coming from the DNS of the domain. Since DNS doesn't point to microsoft they won't be recieving my mail.
Yeah, I haven't tested the email service yet... But you can log in MSN with it Smile
could u explain i lil more..?
You can replace the "live" in the code and the word will be put here (asdf@-->HERE<--.com)

And you replace the "com net gov edu etc..." in the code and the word will be put here (asdf@asdf.---->HERE<----)

Thus creating a custom email...
toinx, i've tried it, but it doesn't work for me. @.@
i'll try it again..^^
well it did worked sortoff
i own

cheryycc@conqueronline.com
and
coservice@microsoft.com

to bad i can't login onto msn or hotmail...
Great post please post more
Pages: 1 2
Reference URL's