What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » PHP scripts for MSN

Pages: (3): « First « 1 [ 2 ] 3 » Last »
PHP scripts for MSN
Author: Message:
Guido
Elite Member
*****

Avatar
Design is Safety

Posts: 4566
Reputation: 50
37 / Male / Flag
Joined: Dec 2002
RE: PHP scripts for MSN
quote:
Originally posted by lylesback2
NO, no, i wa slooking for away to open up the contact window with Xemail@email.com and talk with them, while they are running MSN.
And that's what I was explaining :rolleyes:
01-17-2004 08:10 PM
Profile E-Mail PM Web Find Quote Report
lylesback2
Veteran Member
*****

Avatar
[lylesback2]

Posts: 1786
Reputation: 1
38 / Male / –
Joined: Jan 2003
Status: Away
O.P. RE: PHP scripts for MSN
quote:
Originally posted by leito.gt
I made one, (I just organize it, its danielīs script) http://www.mailsdeahuevo.com/sendMsgform.php It just sends a message, to myself, but is not open source, since is not my work, but you could ask daniel.

Edit:
When you send a message plz, put your name or email cuz, I never know who is talking hahahaha, I receive things like "hello",

Edit 2:
I receive messages like "test:P" hahahaha, I donīt know who send the messages, so plz put your name
does it only work when your online?  and it's not what i was looking for.
<skanky>lylesback2</lanky>
3 days, 4 hours, 2 minutes, 56 seconds till the end of the world

01-17-2004 10:39 PM
Profile PM Web Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: PHP scripts for MSN
few examples: http://daniel.msnfanatic.com/
.-= A 'frrrrrrrituurrr' for Wacky =-.
01-18-2004 01:47 AM
Profile PM Find Quote Report
Banks
Full Member
***

Avatar

Posts: 178
Reputation: 1
36 / Male / –
Joined: Feb 2003
RE: RE: PHP scripts for MSN
quote:
Originally posted by lylesback2
Banks, is that an open source?

sure:P
code:
<?
if ($mail == ""){
    echo "<form action='{$_SERVER['PHP_SELF']}' METHOD='POST'>
        E-mail Address<input type='text' value='E-MAIL' name='mail'><input type='submit' name='create page'>
        </form>";
} if ($mail != ""){
echo "<head>
<style>
p{ color: gray;}
a{ color: gray;}
</style>
<script language='javascript' type='text/javascript'>
function add() {var msnControl = new ActiveXObject('Messenger.UIAutomation.1');
msnControl.AddContact(0, '$mail')}
</script>
<script language='javascript' type='text/javascript'>
function msg() {var msnControl = new ActiveXObject('Messenger.UIAutomation.1');
msnControl.InstantMessage('$mail')}
</script>
</head>
<body>
<script language='javascript'>add()</script>
<center><p size='4'><B>attempting to add <a href='mailto:$mail'>$mail</a></B></p>
<BR>If you would like to send this page to others send them to the following URL:<BR>
<a href='{$_SERVER['PHP_SELF']}?mail=$mail'>{$_SERVER['SERVER_NAME']}{$_SERVER['PHP_SELF']}?mail=$mail</a>
<BR>click <a href='javascript:msg()'>here</a> to send a mesage to $mail
<BR><BR>&copycopyright 2004 Jeremy Banks<BR>Thanks to <a href='http://www.ineedhosting.net'>I need hosting</a> for the webspace and php support.</center>";}
?>

01-18-2004 02:28 AM
Profile E-Mail PM Find Quote Report
Guido
Elite Member
*****

Avatar
Design is Safety

Posts: 4566
Reputation: 50
37 / Male / Flag
Joined: Dec 2002
RE: PHP scripts for MSN
quote:
var msnControl = new ActiveXObject('Messenger.UIAutomation.1');
That's the ActiveX control I was referring to. I believe it's described somewhere in MSDN.
01-18-2004 02:42 AM
Profile E-Mail PM Web Find Quote Report
Banks
Full Member
***

Avatar

Posts: 178
Reputation: 1
36 / Male / –
Joined: Feb 2003
RE: PHP scripts for MSN
yes, it is i stole it from there

EDIT: punctuation made it sound like i was correcting you.

This post was edited on 01-18-2004 at 02:46 AM by Banks.
01-18-2004 02:46 AM
Profile E-Mail PM Find Quote Report
Stigmata
Veteran Member
*****



Posts: 3520
Reputation: 45
20 / Other / Flag
Joined: Jul 2003
RE: PHP scripts for MSN
quote:
Originally posted by CookieRevised
few examples: http://daniel.msnfanatic.com/


allready posted :P
01-19-2004 07:37 PM
Profile PM Web Find Quote Report
stonesour
Full Member
***

Avatar
Posts: 901231

Posts: 205
35 / Male / –
Joined: Nov 2003
RE: PHP scripts for MSN
does anyone have a php script, or know where i can get one for an online/offline indicator??

All of them i've found so far are for the old protocol
01-22-2004 03:47 AM
Profile E-Mail PM Web Find Quote Report
lylesback2
Veteran Member
*****

Avatar
[lylesback2]

Posts: 1786
Reputation: 1
38 / Male / –
Joined: Jan 2003
Status: Away
O.P. RE: PHP scripts for MSN
quote:
Originally posted by stonesour
does anyone have a php script, or know where i can get one for an online/offline indicator??

All of them i've found so far are for the old protocol
post your own topic ^o) lol.

answer my question first.. and banks, it doesn't work :P
<skanky>lylesback2</lanky>
3 days, 4 hours, 2 minutes, 56 seconds till the end of the world

01-22-2004 05:19 AM
Profile PM Web Find Quote Report
Tochjo
forum super mod
******

Avatar

Posts: 4207
Reputation: 78
36 / Male / Flag
Joined: Sep 2003
RE: PHP scripts for MSN
quote:
Originally posted by stonesour
does anyone have a php script, or know where i can get one for an online/offline indicator??
quote:
Originally posted by lylesback2
post your own topic ^o) lol.
It's quite related, I think :-/
Anyway, have you (stonesour) tried http://www.onlinestatus.org?
01-22-2004 01:52 PM
Profile PM Find Quote Report
Pages: (3): « First « 1 [ 2 ] 3 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On