ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

IDEA: A Tool to convert emails to windows live messenger CTT

(1/3) > >>

uaeXuae:
Hello there,

This is my first post and an easy request.

To give a quick idea about my request visit this URL:
http://felixker.com/convert-emails-to-windows-live-messenger-contact-list-ctt/



You've got a bunch of email addresses and they're all MSN/Windows Live Messenger contacts? Are you going to add them one by one or just import them at one go?

You enter the number of email address you want for instanse:

[email protected]
[email protected]


the Exported file would be as the following

anything.CTT

if that file is opened in Notepad it would read:


--- Code: Text ---<?xml version="1.0"?><messenger>  <service name=".NET Messenger Service">    <contactlist>      <contact>[email protected]</contact>      <contact>[email protected]</contact>    </contactlist>  </service></messenger>
My target:
Instead of using the internet to perform this procedure
i would love to have a small tool & paste more than one email address.
Hit the Export Button and get the CTT file or even a TXT file with the same structure.
If any programmer was able to export the same exact structure of the file but was facing difficulties with renaming it to CTT thats fine
i'll do it manually from my side. Coz Windows Live Messenger Accepts CTT files only.


So basically this is the language the WLM understands :

--- Code: Text ---<?xml version="1.0"?><messenger>  <service name=".NET Messenger Service">    <contactlist>      <contact>EMAIL HERE</contact>      <contact>EMAIL HERE</contact>    </contactlist>  </service></messenger>


Thanx in advance

skwire:
Did you want one XML file per email address or all in one file like this:


--- ---...
<contact>email address #1</contact>
<contact>email address #2</contact>
<contact>email address #3</contact>
<contact>email address #4</contact>
<contact>email address #5</contact>
...

skwire:
Give this a try (source and exe included):  Zip

uaeXuae:
Give this a try (source and exe included):  Zip
 (see attachment in previous post)
-skwire (July 22, 2009, 05:53 AM)
--- End quote ---

This software works perfectly in MSN.
Thanx a Mill , This is exactly what i want but with a minor change and will be perfect.
The number of spaces is different from the identical MSN Generated file.
MSN might upgrade their software in the future and the file will give an error when i attempt to add.

Heres what i mean:

one the LHS is the output of the software you uploaded.
On the RHS is how it should look

I tried editing the source file but couldnt

This line should have Four spaces


This line should have Four spaces


This line should have Six spaces


This line should have Four spaces


This line should have Two spaces


This line should have One space





skwire:
Though I would hope that differing whitespace wouldn't break an XML parser, I went ahead and changed up the formation of the file.  Please redownload and test.  Thanks.   :D

Navigation

[0] Message Index

[#] Next page

Go to full version