What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » Delphi Template

Delphi Template
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: RE: Delphi Template
quote:
Originally posted by censu
Wow! Whacko, I love you, i really couldn't be assed doing the conversion myself! Cheers even more for open-sourceing it. I intend to re-write the program listed here:

http://www.joni.easynet.co.uk/myprogs_msn7727.html

This time, fully opensource, with better protection and less annoyance features.

Thanks again.

(oh yeah, the dowload is disabled right now, but will be up soon)



if you created the website i suggest editing your no right click feature cuz i still got through it... use this instead (its what i use on my site for my boss in the states)

Stick this between </head> and <body>
code:
<script language=JavaScript>
function clickIE4()
{
   if (event.button==2)
   {
    return false;
   }
}

function clickNS4(e)
{
   if (document.layers||document.getElementById&&!document.all)
   {
    if (e.which==2||e.which==3)
    {
     return false;
    }
   }
}

if (document.layers)
{
   document.captureEvents(Event.MOUSEDOWN);
   document.onmousedown=clickNS4;
}
else if (document.all&&!document.getElementById)
{
   document.onmousedown=clickIE4;
}
   document.oncontextmenu=new Function("return false")
</script>

09-15-2003 05:26 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Delphi Template - by Whacko on 07-07-2003 at 05:05 PM
RE: Delphi Template - by Kryptonate on 07-07-2003 at 05:30 PM
RE: Delphi Template - by Whacko on 07-07-2003 at 05:36 PM
RE: Delphi Template - by Wabz on 07-07-2003 at 05:40 PM
RE: Delphi Template - by Misterjad on 07-07-2003 at 05:40 PM
RE: Delphi Template - by Whacko on 07-07-2003 at 05:47 PM
RE: Delphi Template - by kasperl on 07-07-2003 at 07:41 PM
RE: Delphi Template - by kasperl on 07-07-2003 at 08:09 PM
RE: Delphi Template - by Misterjad on 07-07-2003 at 08:09 PM
RE: Delphi Template - by Whacko on 07-07-2003 at 08:29 PM
RE: Delphi Template - by kasperl on 07-07-2003 at 08:34 PM
RE: Delphi Template - by Whacko on 07-08-2003 at 10:57 AM
RE: Delphi Template - by kasperl on 07-08-2003 at 08:06 PM
RE: Delphi Template - by chris on 09-01-2003 at 05:02 AM
RE: Delphi Template - by volkl on 09-01-2003 at 07:33 AM
RE: Delphi Template - by chris on 09-01-2003 at 07:45 AM
RE: Delphi Template - by censu on 09-01-2003 at 02:47 PM
RE: RE: Delphi Template - by matty on 09-15-2003 at 05:26 AM
RE: RE: RE: Delphi Template - by user2319 on 09-20-2003 at 08:49 AM
RE: Delphi Template - by censu on 09-01-2003 at 02:51 PM
RE: Delphi Template - by g@rfield on 09-10-2003 at 04:55 AM


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