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

PHP scripts for MSN
Author: Message:
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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP scripts for MSN - by lylesback2 on 01-17-2004 at 05:33 PM
RE: PHP scripts for MSN - by bach_m on 01-17-2004 at 05:36 PM
RE: PHP scripts for MSN - by Stigmata on 01-17-2004 at 05:40 PM
RE: PHP scripts for MSN - by LeCastor2001 on 01-17-2004 at 05:41 PM
RE: PHP scripts for MSN - by lylesback2 on 01-17-2004 at 05:45 PM
RE: PHP scripts for MSN - by Banks on 01-17-2004 at 06:37 PM
RE: PHP scripts for MSN - by Guido on 01-17-2004 at 07:26 PM
RE: PHP scripts for MSN - by lylesback2 on 01-17-2004 at 07:54 PM
RE: RE: PHP scripts for MSN - by Banks on 01-18-2004 at 02:28 AM
RE: PHP scripts for MSN - by lylesback2 on 01-17-2004 at 07:59 PM
RE: PHP scripts for MSN - by leito on 01-17-2004 at 08:03 PM
RE: PHP scripts for MSN - by Guido on 01-17-2004 at 08:10 PM
RE: PHP scripts for MSN - by lylesback2 on 01-17-2004 at 10:39 PM
RE: PHP scripts for MSN - by CookieRevised on 01-18-2004 at 01:47 AM
RE: PHP scripts for MSN - by Guido on 01-18-2004 at 02:42 AM
RE: PHP scripts for MSN - by Banks on 01-18-2004 at 02:46 AM
RE: PHP scripts for MSN - by Stigmata on 01-19-2004 at 07:37 PM
RE: PHP scripts for MSN - by stonesour on 01-22-2004 at 03:47 AM
RE: PHP scripts for MSN - by lylesback2 on 01-22-2004 at 05:19 AM
RE: RE: PHP scripts for MSN - by Banks on 01-23-2004 at 12:37 PM
RE: PHP scripts for MSN - by Tochjo on 01-22-2004 at 01:52 PM
RE: RE: PHP scripts for MSN - by stonesour on 01-23-2004 at 01:03 AM
RE: PHP scripts for MSN - by lylesback2 on 01-23-2004 at 04:53 PM


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