03 Jan, 2011

Yahoo messenger perl client

Articles related to yahoo messenger perl client

Yahoo! Built in chat with mail

http://digitalpbk.blogspot.com/2007/06/yahoo-built-in-chat-with-mail.html Yahoo! Built in chat with mail Yahoo!Catches up with Google and introduces the same Inbox + Messenger bundle. On the new yahoo mail beta now you can chat to your friends too. At first look yea it rocks. It has almost all the formatting and smilies used by messenger. (Of course the Gizmos are missing).But still gmail is ahead because, gmail allows you to be signed in on more than one place. For eg: mail and google talk. Yahoo does not allow that when you sign in inside the mail, you get ...
Published 4 years, 7 months ago

Multiple Instances of yahoo messenger

http://digitalpbk.blogspot.com/2007/09/multiple-instances-of-yahoo-messenger.html Multiple Instances of yahoo messenger Yahoo Messengeris a popular instant messaging software around. Yahoo messenger, by default, runs only a single copy on a single machine so for people with multiple yahoo id's this is a problem. Here is a short snippet that makes yahoo messenger to run multiple versions.REGEDITOpen the registry editor. Start > Run > regeditNavigate to +- HKEY_CURRENT_USER +- Software +- yahoo +- pagerCreate a new key inside pager named Test ...
Published 4 years, 5 months ago

Preventing the default Windows Messenger from running.

http://digitalpbk.blogspot.com/2006/12/preventing-default-windows-messenger.html Preventing the default Windows Messenger from running. To disable the in-built Windows Messenger on XP1. Login as administrator2. Start > Run3. Type gpedit.msc in the dialog box, Press Enter.4. Now you can see the "Group Policy" window, from the Tree View thats shown at the left, Select Computer Configuration to disable it for all users or Select User Configuration for disabling only for your account.5. Select Administrative Templates > Windows Components > Windows Messenger6 ...
Published 5 years, 2 months ago

How to Access Stock Quotes Realtime through Google Finance

http://digitalpbk.com/stock/google-finance-get-stock-quote-realtime are the quotes? http://finance.google.com/finance/info?client=ig&q=NASDAQ:GOOG The above URL gives us the latest quote for Google Shares. The Google Finance URL structure is pretty simple. The Query string q= requires the symbol of the stock you are interested in. It is of the format Exchange:Symbol. Some examples of these query strings are Microsoft : NASDAQ:MSFT Apple : NASDAQ:AAPL Yahoo : NASDAQ:YHOO Reliance (NSE of India) : NSE:RELIANCE Pearson (London Stock Exchange) : LON:PSE The response ...
Published 10 months, 2 weeks ago

PERL Code to change Google talk status

http://digitalpbk.blogspot.com/2009/02/perl-change-google-talk-status.html PERL Code to change Google talk status Code : stat.plThe following code changes the status of gmail/gtalk user status.Requires NET::XMPP module, and with SSL modules installed.#!/usr/bin/perl #usage : perl stat.pl use strict;use Net::XMPP;## Pls fill in these here :)my $username = "";my $password = "";my $hostname = 'talk.google.com';my $port = 5222;my $componentname = 'gmail.com';my $connectiontype = 'tcpip';my $tls = 1;my $Con = new ...
Published 3 years ago

Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty

http://digitalpbk.com/perl/solve-netmysql-hang-problem-if-database-result-has-only-1-row-or-empty Resolve Net::MySQL Hang problem if the database result has only 1 row or is empty Net::MySQL is a simple MySQL perl Client to connect to MySQL servers. But Net::MySQL hangs if your result set is having just one row. Sample Net::MySQL code #!/usr/bin/perl use Net::MySQL; $mysql = Net::MySQL->new( hostname => 'localhost', database => 'db', user => 'user', password => 'password', ); $gid = 1; $mysql->query('SELECT * FROM table ...
Published 1 year, 10 months ago

Fun with UNICODE and Mirroring Character

http://digitalpbk.blogspot.com/2006/11/fun-with-unicode-and-mirroring.html . One thing to note that is the mirroring character is not rendered on all browsers. It is supported on Firefox, Opera, IE7 (partially). If anyone has any info about other browsers please leave a comment. Effect of using a mirroring character on orkut with the profile name is shown below:Note that the word "scrapbook" is inversed. There is more of it left for you to explore and find out ...Mirroring character also works on some Instant Messengers like Google Talk and Yahoo! Messenger ...
Published 5 years, 2 months ago

Making any Window Transparent on XP

http://digitalpbk.blogspot.com/2007/01/making-any-window-transparent-on-xp.html Making any Window Transparent on XP IntroThis little piece of code written in VB6 allows you to make any window transparent. Make Firefox, Opera, Internet Explorer, Windows Media Player, Google Talk, Yahoo Messenger, Windows Explorer, basically any window, transparent on Windows XP.*Transparent OperaDownload+Zipped binary for Windows XP from here Transp.ZIP [5 KB]+Source code from planet-source-codeUsageRun the ProgramPlace the mouse over the title bar of the window which you want to make ...
Published 5 years ago

Protect yourselves from phishing

http://digitalpbk.blogspot.com/2007/01/get-smart-against-phishing.html mailed, So...+ It would not contain your name+ It would not contain any personal info about you that was provided to the legitimate organization.+ It would not have a valid source. If your email client can display advanced headers, please go through the headers if you suspect of a phishing scam.+ It may contain grammatical as well as spelling mistakes.Now even if it contains your name and free from mistakes still you cannot rule out the phishing scenario.Take a part of the phishing message and do ...
Published 5 years, 1 month ago

Introduction to XSS Part 1

http://digitalpbk.blogspot.com/2006/12/introduction-to-xss-part-1.html :http://www.propmart.com/search/pm_IdSearch.asp?txtPropertyId=&quote;>alert("xss");Now our script is properly executed and can be seenThe highlighted in red portion is the injected code. As you can see it works. Another page with XSS hole is http://www.propmart.com/mtrends/pm_marketrates.asp?city=Bangaloreand the injected url looks something likehttp://www.propmart.com/mtrends/pm_marketrates.asp?city=Bangalore-rates.jpg%22%3E%3Cscript%3Ealert(%22hi%22);%3C/script%3E%3Cimg%20src=%22BangloreNow that you see that you can execute javascript on a clients browser, you can do anything ...
Published 5 years, 1 month ago

Related help topics for yahoo messenger perl client More keywords like yahoo messenger perl client
More pages for yahoo messenger perl client


Email Newsletter
Email:
Popular Posts
Recent Posts
Tags
Random photo
Radha Nagar Beach Radha Nagar Beach in Havelock Island Andaman
On Facebook
Recent Comments


digitalpbk