msn
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 121
CustomizeGoogle 0.60
CustomizeGoogle is a Firefox extension that enhance Google search results. more>>
CustomizeGoogle is a Firefox extension that enhance Google search results by adding extra information (like links to Ask Jeeves, MSN, Yahoo etc) and removing unwanted information (like ads and spam).
All features are optional and easily configured from the options menu. View a short introduction movie at www.customizegoogle.com
<<lessAll features are optional and easily configured from the options menu. View a short introduction movie at www.customizegoogle.com
Download (0.23MB)
Added: 2007-07-23 License: MIT/X Consortium License Price:
825 downloads
SNIMMER 1.0
SNIMMER stands for Single Network Instant Messaging Mediation and Relay. more>>
SNIMMER stands for Single Network Instant Messaging Mediation and Relay. SNIMMER can talk to any IM network, and can relay instant messages from one IM network to another.
Currently, one cannot use AOL messenger to chat with users on MSN, Yahoo!, or GTalk and vice-versa. SNIMMER overcomes instant messenger non-interoperability.
It has been designed primarily to help webmasters to chat with Web visitors on any IM network using any instant messenger.
What you will need:
1) Internet connection
2) IM account that you always use
3) Create a set of IM accounts for all networks (eg. AOL, ICQ, Yahoo, MSN) that you want to receive visitors from. It is essential that you create brand new accounts that were not used by you for personal chat, otherwise snimmer will clash with you online.
4) Web server where you can run a CGI script. A sample script that comes with this package is written in python but you can re-write it in your favorite language - it is very simple.
5) You neeed Python to be installed on your web server. Also you will need python-xmpp library installed too.
You can grab python here: http://www.python.org/
XMPPPY library download:
http://sourceforge.net/project/showfiles.php?group_id=97081&package_id=103821
6) You should know how to add CGI scripts to pages and how to display results. Sample script works but youll probably want a better integration with your page.
7) You have to know what jabber servers and what jabber transports you are going to use.
You can deploy your own or you can try the ones that are publicly available. You can refer to this page to find the server for you:
http://www.jabber.org/user/publicservers.shtml
In the simplest case youll need to replace example.com with the name of the server you have picked. Though it is not neccessary that transport should be on the same server. You can use transports from other servers if their policies allow that.
How to install it:
1) get it from http://www.snimmer.com/snimmer/snimmer.tar and unpack it
2) open credentials.py with a text editor. You will see something like this (lines numbers are added for readability - they should not be present in the actual file):
1 clients={
2 snimmer@example.com:{
3 login:snimmer,
4 server:example.com,
5 password:snimmer,
6 transports:{
7 xmpp:(example.com,,),
8 # icq:(icq.example.com,123456789,ICQ_password,),
9 # yahoo:(yahoo.example.com,Yahoo_login,Yahoo_password),
10 # msn:(msn.example.com,MSN_login@hotmail.com,MSN_password),
11 # aim:(aim.example.com,AIM_screenname,AIM_password),
13 },
14 },
15
16 ## This is another connection. If you want to be able to receive two calls at the same time
17 ## uncomment it. To receive even more calls - add more such sections
18 # snimmer2@example.com:{
19 # login:snimmer2,
20 # server:example.com,
21 # password:snimmer,
22 # transports:{
23 # icq:(icq.example.com,123456780,ICQ_password2,),
24 # },
25 # },
26
27 }
28
29 SPOOL=rc:snimmerspool
30 SPOOL=r/tmp/snimmerspool
31
32 publisher_im=icq
33 publisher_screenname=123456789
34
35 blocked_ips=blocked.txt
<<lessCurrently, one cannot use AOL messenger to chat with users on MSN, Yahoo!, or GTalk and vice-versa. SNIMMER overcomes instant messenger non-interoperability.
It has been designed primarily to help webmasters to chat with Web visitors on any IM network using any instant messenger.
What you will need:
1) Internet connection
2) IM account that you always use
3) Create a set of IM accounts for all networks (eg. AOL, ICQ, Yahoo, MSN) that you want to receive visitors from. It is essential that you create brand new accounts that were not used by you for personal chat, otherwise snimmer will clash with you online.
4) Web server where you can run a CGI script. A sample script that comes with this package is written in python but you can re-write it in your favorite language - it is very simple.
5) You neeed Python to be installed on your web server. Also you will need python-xmpp library installed too.
You can grab python here: http://www.python.org/
XMPPPY library download:
http://sourceforge.net/project/showfiles.php?group_id=97081&package_id=103821
6) You should know how to add CGI scripts to pages and how to display results. Sample script works but youll probably want a better integration with your page.
7) You have to know what jabber servers and what jabber transports you are going to use.
You can deploy your own or you can try the ones that are publicly available. You can refer to this page to find the server for you:
http://www.jabber.org/user/publicservers.shtml
In the simplest case youll need to replace example.com with the name of the server you have picked. Though it is not neccessary that transport should be on the same server. You can use transports from other servers if their policies allow that.
How to install it:
1) get it from http://www.snimmer.com/snimmer/snimmer.tar and unpack it
2) open credentials.py with a text editor. You will see something like this (lines numbers are added for readability - they should not be present in the actual file):
1 clients={
2 snimmer@example.com:{
3 login:snimmer,
4 server:example.com,
5 password:snimmer,
6 transports:{
7 xmpp:(example.com,,),
8 # icq:(icq.example.com,123456789,ICQ_password,),
9 # yahoo:(yahoo.example.com,Yahoo_login,Yahoo_password),
10 # msn:(msn.example.com,MSN_login@hotmail.com,MSN_password),
11 # aim:(aim.example.com,AIM_screenname,AIM_password),
13 },
14 },
15
16 ## This is another connection. If you want to be able to receive two calls at the same time
17 ## uncomment it. To receive even more calls - add more such sections
18 # snimmer2@example.com:{
19 # login:snimmer2,
20 # server:example.com,
21 # password:snimmer,
22 # transports:{
23 # icq:(icq.example.com,123456780,ICQ_password2,),
24 # },
25 # },
26
27 }
28
29 SPOOL=rc:snimmerspool
30 SPOOL=r/tmp/snimmerspool
31
32 publisher_im=icq
33 publisher_screenname=123456789
34
35 blocked_ips=blocked.txt
Download (0.020MB)
Added: 2006-11-10 License: GPL (GNU General Public License) Price:
1107 downloads
SeoQuake 1.4.1
SeoQuake is a Firefox extension that allows a quick view of site parameters in the Search Engine Results Pages. more>>
SeoQuake is a Firefox extension that allows a quick view of site parameters in the Search Engine Results Pages.
(Google, Yahoo, MSN, Yandex, Rambler are supported)
SEObar indicate some SE-dependent parameters
Warning! Extension is using the advertisement block in results of search engines.
<<less(Google, Yahoo, MSN, Yandex, Rambler are supported)
SEObar indicate some SE-dependent parameters
Warning! Extension is using the advertisement block in results of search engines.
Download (0.082MB)
Added: 2007-03-30 License: MPL (Mozilla Public License) Price:
969 downloads
Empathy 2.26.2 / 2.27.3
Empathy project is a Gnome IM/voice/video client reusing Gossips UI and using Nokias MissionControl. more>>
Empathy 2.26.2 / 2.27.3 gives an application which functions as a Gnome IM/voice/video client reusing Gossips UI and using Nokias Mission Control. It has a rich set of reusable instant messaging widgets, and a GNOME client using those widgets. It uses Telepathy and Nokias Mission Control, and reuses Gossips UI.
Major Features:
- Multi-protocol: Jabber, Gtalk, MSN, IRC, Salut, and all supported by pidgin
- Auto away and extended away using gnome-screensaver
- Auto re-connect using Network Manager
- Private and group chat (with smileys, spellcheck)
- Powerful theme engine for chats (Adium themes supported)
- Log conversations, view/search in logs and prepend logs in new chats
- Voice and Video call using SIP and XMPP (including support for Google Talk voice calls)
- File transfer for XMPP
- Geolocalisation of contacts (Display contacts on a map)
- Python bindings for libempathy and libempathy-gtk
- Collaborative work using Tubes
Requirements: none
Added: 2009-06-16 License: GPL Price: FREE
93 downloads
aMSN 0.96
Alvaros Messenger is a multilanguage MSN Messenger client with file transfer support. more>>
aMSN : Alvaros Messenger, or Another MSN messenger clone
This project is a modified and multilanguage version of Compus Messenger (CCMSN).Its a Tcl/Tk script as was CCMSN and Tcl/Tk must be installed to run it. This means it is multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows, Macintosh).
aMSN is a clone of the original MSN Messenger, having the same look and feel.
Main features:
- Sound for Events
- Look and Feel similar to original MSN Messenger
- Multilanguage (Around 40 languages currently supported)
- Running multiple instances of AMSN at once for multiple logins
- File Transfers
- Group Support
- Normal and Animated Emoticons with sounds
- Chat History
- On Event Alarms
- Conferencing Support
- Full Proxy Support
- Docking for Gnome1 and FreeDesktop (Gnome2/KDE3)
- Font configuration
- Profiles for separate configuration per login
- AutoAway Messages
- Manual Allow/Block/Contact/Reverse lists manipulation
- Remote Control
- Ability to detect contacts who removed you from their list
- No censorship on nicknames
- Support for Buddy Icons and MSN6 File Transfers (through server)
- Very extensive preferences allows high level of customisation
- A few more small features...
Enhancements:
- Finally, the long-awaited 0.96 release is out! It contains several bugfixes to the release candidate, most important ones being: a) you can now send files to Windows Live Messenger users b) the connectivity checker is a lot more reliable. If you are upgrading from 0.95 and skipped the Release Candidate, you will also find support for the new protocol MSNP12 (with support for Personal Messages), enhanced webcam logs, ability to see your contacts display pictures in the contact list, new menus, etc... Enjoy!
<<lessThis project is a modified and multilanguage version of Compus Messenger (CCMSN).Its a Tcl/Tk script as was CCMSN and Tcl/Tk must be installed to run it. This means it is multiplatform and can run on any OS having Tcl/Tk installed (Linux, Windows, Macintosh).
aMSN is a clone of the original MSN Messenger, having the same look and feel.
Main features:
- Sound for Events
- Look and Feel similar to original MSN Messenger
- Multilanguage (Around 40 languages currently supported)
- Running multiple instances of AMSN at once for multiple logins
- File Transfers
- Group Support
- Normal and Animated Emoticons with sounds
- Chat History
- On Event Alarms
- Conferencing Support
- Full Proxy Support
- Docking for Gnome1 and FreeDesktop (Gnome2/KDE3)
- Font configuration
- Profiles for separate configuration per login
- AutoAway Messages
- Manual Allow/Block/Contact/Reverse lists manipulation
- Remote Control
- Ability to detect contacts who removed you from their list
- No censorship on nicknames
- Support for Buddy Icons and MSN6 File Transfers (through server)
- Very extensive preferences allows high level of customisation
- A few more small features...
Enhancements:
- Finally, the long-awaited 0.96 release is out! It contains several bugfixes to the release candidate, most important ones being: a) you can now send files to Windows Live Messenger users b) the connectivity checker is a lot more reliable. If you are upgrading from 0.95 and skipped the Release Candidate, you will also find support for the new protocol MSNP12 (with support for Personal Messages), enhanced webcam logs, ability to see your contacts display pictures in the contact list, new menus, etc... Enjoy!
Download (2.0MB)
Added: 2006-11-25 License: GPL (GNU General Public License) Price:
654 downloads
msn-gateway 0.3
msn-gateway is an MSN messenger gateway for mobile phones using email and a Web server. more>>
msn-gateway is an MSN messenger gateway for mobile phones using email and a Web server. It can be used with imode for GPRS phones.
<<less Download (0.003MB)
Added: 2006-07-03 License: GPL (GNU General Public License) Price:
1225 downloads
Linux MSN Messenger Engine 1.0
Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine. more>>
Linux MSN Messenger Engine is a fully asynchronous, and fully multithreaded MSN messenger engine.
Preliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality.
Enhancements:
- Code cleanup
<<lessPreliminary releases will be statically combined with an ncurses console-based EPIC4-like interface for instant messaging functionality.
Enhancements:
- Code cleanup
Download (0.056MB)
Added: 2006-05-30 License: GPL (GNU General Public License) Price:
827 downloads
msn-pecan 0.0.19
msn-pecan is an alternative MSN protocol plugin for libpurple more>>
msn-pecan 0.0.19 offers you a very alternative MSN protocol plugin for libpurple. The current development of the MSN protocol plug-in seems to be lagging because of bad development decisions. This is a fork of that code with a much faster development process.
Major Features:
- Support for personal messages (readonly)
- Server-side storage for display names
- Partial direct connection support
- Improved network IO
- Improved error handling
- Network issues tested with netem
- GObject usage
Enhancements
- Personal status messages now work properly (can be enabled and disabled).
- Voice clip support has been added.
- There is a fix for WLM 2009 user displays, P4-context support for groups.im, a new option to hide Plus! tags, and support for Plus! sounds.
Added: 2009-06-16 License: GPL Price: FREE
15 downloads
Text::Emoticon::MSN 0.04
Text::Emoticon::MSN is a Perl module with emoticon filter of MSN Messenger. more>>
Text::Emoticon::MSN is a Perl module with emoticon filter of MSN Messenger.
SYNOPSIS
use Text::Emoticon::MSN;
my $emoticon = Text::Emoticon::MSN->new(
imgbase => "http://example.com/emo",
);
my $text = "Yet Another Perl Hacker ;-)";
print $emoticon->filter($text);
# it prints
# Yet Another Perl Hacker
Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger, detailed in http://messenger.msn.com/Resource/Emoticons.aspx
METHODS
new
$emoticon = Text::Emoticon::MSN->new(
imgbase => "http://yourhost.example.com/images/emoticons",
xhtml => 1,
class => "emoticon",
);
Constructs new Text::Emoticon::MSN object. It accepts two options:
imgbase
Base URL where icon gif files are located. It defaults to "http://messenger.msn.com/Resource/emoticons" (the MSN site) but I dont recommend that, as theres a possibility MSN will ban your site.
xhtml
Whether it uses XHTML style img tags. It defaults to 1.
class
CSS class used in img tags. It defaults to nothing.
$emoticon = Text::Emoticon::MSN->new(class => "emo");
will print:
< img src="blah.gif" class="emo" / >
strict
Whether it will disable smileys with space in them. defaults to 0.
filter
$filtered_text = $emoticon->filter($text);
Filters emoticons in text and returns img tagged text (HTML).
<<lessSYNOPSIS
use Text::Emoticon::MSN;
my $emoticon = Text::Emoticon::MSN->new(
imgbase => "http://example.com/emo",
);
my $text = "Yet Another Perl Hacker ;-)";
print $emoticon->filter($text);
# it prints
# Yet Another Perl Hacker
Text::Emoticon::MSN is a text filter that replaces text emoticons like ":-)", ";-P", etc. to the icons of MSN Messenger, detailed in http://messenger.msn.com/Resource/Emoticons.aspx
METHODS
new
$emoticon = Text::Emoticon::MSN->new(
imgbase => "http://yourhost.example.com/images/emoticons",
xhtml => 1,
class => "emoticon",
);
Constructs new Text::Emoticon::MSN object. It accepts two options:
imgbase
Base URL where icon gif files are located. It defaults to "http://messenger.msn.com/Resource/emoticons" (the MSN site) but I dont recommend that, as theres a possibility MSN will ban your site.
xhtml
Whether it uses XHTML style img tags. It defaults to 1.
class
CSS class used in img tags. It defaults to nothing.
$emoticon = Text::Emoticon::MSN->new(class => "emo");
will print:
< img src="blah.gif" class="emo" / >
strict
Whether it will disable smileys with space in them. defaults to 0.
filter
$filtered_text = $emoticon->filter($text);
Filters emoticons in text and returns img tagged text (HTML).
Download (0.003MB)
Added: 2006-12-18 License: Perl Artistic License Price:
1047 downloads
Textbased MSN Client 0.3.2
Textbased MSN Client is an MSN client with an ncurses interface. more>>
TMSNC is a textbased (console) MSN client written in C. TMSNC should work on most Unix (Linux, BSD, MacOS) compatible operating systems.
Textbased MSN Client projects main goal is to create a client like MSN Messenger (with sound, webcam and file transfer support), but without any graphical features.
TMSNC is an opensource project which is released under the IR Public Domain License which basically is a modification of the BSD license.
It has been tested to work on
- OpenBSD/PowerPC 3.7
- Gentoo Linux 2005.1
- CRUX Linux 2.0
- MacOS X 10.3.9 (Panther)
- Debian Linux 3.1
- Slackware Linux 9.1
- RedHat Linux 9
- Fedora Core
- SuSE 9.0 Professional
- Solaris 8
- Mandrake 10.0
<<lessTextbased MSN Client projects main goal is to create a client like MSN Messenger (with sound, webcam and file transfer support), but without any graphical features.
TMSNC is an opensource project which is released under the IR Public Domain License which basically is a modification of the BSD license.
It has been tested to work on
- OpenBSD/PowerPC 3.7
- Gentoo Linux 2005.1
- CRUX Linux 2.0
- MacOS X 10.3.9 (Panther)
- Debian Linux 3.1
- Slackware Linux 9.1
- RedHat Linux 9
- Fedora Core
- SuSE 9.0 Professional
- Solaris 8
- Mandrake 10.0
Download (0.23MB)
Added: 2006-10-18 License: Other/Proprietary License Price:
1111 downloads
POE::Component::Proxy::MSN 0.02
POE::Component::Proxy::MSN is a POE Component that is an MSN Messenger proxy. more>>
POE::Component::Proxy::MSN is a POE Component that is an MSN Messenger proxy.
SYNOPSIS
use POE qw(Component::Proxy::MSN);
# spawn MSN session
POE::Component::Proxy::MSN->spawn(
alias => msnproxy, # Optional, default
ip => any, # Optional, ip to bind to or any (default)
port => 1863, # Optional, default
msn_server => 207.46.106.79, # Server to connect to, not optional
msn_port => 1863, # Just leave this at 1863, not optional
);
# register your session as MSN proxy observer in _start of a new session
POE::Session->create(
inline_states => {
_start => sub {
$_[KERNEL]->post(msnproxy => register);
}
msn_logged_in => sub {
my ($kernel, $cmd) = @_[KERNEL, ARG0];
# tell them they are on the proxy, this is called when they log in
if ($cmd->{data} =~ m/(S+@S+)/) {
$kernel->post(msnproxy => toast => {
text => "MSN Proxy Active",
site_url => http://teknikill.net/?MSNProxy,
action_url => /,
options_url => /,
# not speciying email will toast all users
email => $1, # email targets a specific user that is logged in
});
}
},
}
);
$poe_kernel->run;
POE::Component::Proxy::MSN is a POE component that proxys the MSN Messenger service and allows you to send your own notifications (toasts).
<<lessSYNOPSIS
use POE qw(Component::Proxy::MSN);
# spawn MSN session
POE::Component::Proxy::MSN->spawn(
alias => msnproxy, # Optional, default
ip => any, # Optional, ip to bind to or any (default)
port => 1863, # Optional, default
msn_server => 207.46.106.79, # Server to connect to, not optional
msn_port => 1863, # Just leave this at 1863, not optional
);
# register your session as MSN proxy observer in _start of a new session
POE::Session->create(
inline_states => {
_start => sub {
$_[KERNEL]->post(msnproxy => register);
}
msn_logged_in => sub {
my ($kernel, $cmd) = @_[KERNEL, ARG0];
# tell them they are on the proxy, this is called when they log in
if ($cmd->{data} =~ m/(S+@S+)/) {
$kernel->post(msnproxy => toast => {
text => "MSN Proxy Active",
site_url => http://teknikill.net/?MSNProxy,
action_url => /,
options_url => /,
# not speciying email will toast all users
email => $1, # email targets a specific user that is logged in
});
}
},
}
);
$poe_kernel->run;
POE::Component::Proxy::MSN is a POE component that proxys the MSN Messenger service and allows you to send your own notifications (toasts).
Download (0.010MB)
Added: 2007-03-07 License: Perl Artistic License Price:
967 downloads
IRC to MSN gateway 0.1
This is the IRC gateway for Microsoft(tm) Messenger. more>>
This is the IRC gateway for Microsoft(tm) Messenger.
You probably wonder what this is and why I wrote this. Some more information can be found in the DESIGN document that is included in this package.
This software is written by Johannes Verelst and is licensed through the GPL license (http://www.gnu.org/licenses/gpl.html).
Note that this is pre-alpha code, it probably does a bit that you want, but dont email me bugreports or feature requests. It is under heavy development.
If this program doesnt run try to install corectly all required perl modules yourself.
The idea for this program came when I was getting annoyed by the fact that I had to use different programs for both IRC and MSN. Since I dont know of any good MSN clients that can do IRC too (on unix, ofcourse), I started thinking about the other way around: an IRC client that can do MSN.
When I saw a piece of software written by Adam Swann that allows easy connectivity to MSN with perl, I decided to write an IRC server in perl that would connect to MSN for you. This is the result.
<<lessYou probably wonder what this is and why I wrote this. Some more information can be found in the DESIGN document that is included in this package.
This software is written by Johannes Verelst and is licensed through the GPL license (http://www.gnu.org/licenses/gpl.html).
Note that this is pre-alpha code, it probably does a bit that you want, but dont email me bugreports or feature requests. It is under heavy development.
If this program doesnt run try to install corectly all required perl modules yourself.
The idea for this program came when I was getting annoyed by the fact that I had to use different programs for both IRC and MSN. Since I dont know of any good MSN clients that can do IRC too (on unix, ofcourse), I started thinking about the other way around: an IRC client that can do MSN.
When I saw a piece of software written by Adam Swann that allows easy connectivity to MSN with perl, I decided to write an IRC server in perl that would connect to MSN for you. This is the result.
Download (0.009MB)
Added: 2006-06-16 License: GPL (GNU General Public License) Price:
1229 downloads
jMSN 0.5.10
jMSN is an MSN client written in Perl for the Linux console. more>>
jMSN is an MSN client written in Perl for the Linux console.
It uses a BitchX-like interface, featuring multiple windows.
It is written in Perl, and is not based on any existing MSN code.
<<lessIt uses a BitchX-like interface, featuring multiple windows.
It is written in Perl, and is not based on any existing MSN code.
Download (0.030MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1148 downloads
Pebrot 0.8.8
Pebrot is a text MSN messenger client implemented with Python. more>>
Pebrot is a text MSN messenger client implemented with Python. It has also a pretty and colorful Curses-based interface. It is developed to work under Linux and should work fine on any other *nixes.
<<less Download (0.08MB)
Added: 2006-06-17 License: GPL (GNU General Public License) Price:
1228 downloads
Text::Emoticon 0.04
Text::Emoticon is a factory class for Yahoo! and MSN emoticons. more>>
Text::Emoticon is a factory class for Yahoo! and MSN emoticons.
SYNOPSIS
use Text::Emoticon;
my $emoticon = Text::Emoticon->new(MSN, { strict => 1, xhtml => 0 });
print $emoticon->filter(Hello ;));
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. Its made to become handy to be used in other applications like Kwiki/MT plugins.
<<lessSYNOPSIS
use Text::Emoticon;
my $emoticon = Text::Emoticon->new(MSN, { strict => 1, xhtml => 0 });
print $emoticon->filter(Hello ;));
Text::Emoticon is a factory class to dispatch MSN/YIM emoticon set. Its made to become handy to be used in other applications like Kwiki/MT plugins.
Download (0.002MB)
Added: 2006-12-14 License: Perl Artistic License Price:
1050 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above msn search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed