Shoutbox

Msghelp.net contact list roster - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: General (/forumdisplay.php?fid=11)
+---- Forum: General Chit Chat (/forumdisplay.php?fid=14)
+----- Thread: Msghelp.net contact list roster (/showthread.php?tid=48046)

Msghelp.net contact list roster by ShawnZ on 07-25-2005 at 08:29 AM

I had this idea for a php script where everyone would add their own msn messenger address, then it would output a ctt file so everyone could add each other. okie, well, ive worked the bugs out: http://www.flipa.co.in/msgplus.php

To add the emails that people have added to your msn messenger contact list, download this file and save it as a ctt file, such as msgplus.ctt. Then start msn messenger, goto the contacts menu, click import contacts from a file, and open the file you downloaded.


RE: Msghelp.net contact list roster by WDZ on 07-25-2005 at 09:14 AM

Currently the download script is sending a Content-Type of "unknown/unknown" and no default save-as filename (so it gets set to "msgplus.php") :dodgy:

To make that a little more user-friendly, you should add some headers...

header('Content-Type: text/plain');
header('Content-Disposition: attachment; filename=msgplus.ctt');

Those will set a Content-Type that makes more sense (I didn't use text/xml because that makes Opera want to save as "msgplus.xml" for some reason), force the browser to show a "Save As" dialog, and make the default filename "msgplus.ctt". :p


RE: Msghelp.net contact list roster by ShawnZ on 07-25-2005 at 09:15 AM

okies, thanks

but first i have to fix the exploit :dodgy: segosa


RE: Msghelp.net contact list roster by WDZ on 07-25-2005 at 09:17 AM

quote:
Originally posted by ShawnZ
but first i have to fix the exploit
:rofl: phpinfo()

:spam:
RE: Msghelp.net contact list roster by linx05 on 07-25-2005 at 09:20 AM

What if the list grows really big (larger than what MSNM can handle)? What happens then?


RE: Msghelp.net contact list roster by kao on 07-25-2005 at 09:25 AM

then maybe the older ones get replaces by new ones being added? so it stays at the limit =o


RE: Msghelp.net contact list roster by ShawnZ on 07-25-2005 at 09:29 AM

quote:
Originally posted by WDZ
quote:
Originally posted by ShawnZ
but first i have to fix the exploit
:rofl: phpinfo()

:spam:

http://shoutbox.menthix.net/calendar.php?action=e...%20%55%4e%49%4f%4e :refuck:

* ShawnZ runs