Noteable Posts

Tuesday, April 22, 2008

Transliteration : When in Bangla?

Google recently added four more Indian languages in transliteration mode for blogger.com/blogspot.com blogs.  So, as a whole it became 5 of them. Hindi was the only language in blogspot which was default language if transliteration is enabled. This tool will help blogging in Hindi, Kannada, Malaylam, Tamil & Telugu easier for even novice bloggers.

It is a matter of regret that we still didn't succeed adding our language Bangla in the list. Had this been done we could just write "Aami Tomake Bhalobaasi" to automatically show this –

Some of the beloved sons of Bangladesh started blogging in Bangla like www.somewhereinblog.com and www.pechali.com .  But we really need to add the aid to blogspot to let people write bangla in their blogs in this highly popular blogging engine.

Monday, April 21, 2008

Phishing lines more clever, more prevalent

By John Wilkens

PHISHING LINE

PHISHING LINE

Fishing is all about tricking the prey into taking a bite at something it thinks is real. So is phishing.

Many of us have seen the bait float past in recent years. It arrives via e-mail, with an official-looking logo from a bank or credit union or retail company:

"We recently reviewed your account, and suspect it has been accessed by an unauthorized third party. As a result, your account has been frozen. To regain access, please take these steps ...

Our Technical Services Department has installed new security software. To upgrade your account, please do the following ...

There is a pending charge on your account. If you dispute this charge, you must ... "

The e-mail then instructs you to click on a link that will take you to a Web site - again, very official looking - where you're asked to log-in with your password, verify your date of birth and social security number, and so on.

Take the bait and you're well on your way to having your identity stolen, a potentially costly and time-consuming aggravation.

Financial institutions, government agencies, computer experts and the media have been warning people about phishing for several years. There's even a global consortium, the Anti-Phishing Working Group, to combat the problem.

But it persists. A record 20,109 unique phishing "attacks" - each involving e-mail sent to thousands of potential victims - were reported in May to the Anti-Phishing Working Group. That was up from 17,490 attacks in April.

About 80 percent of the May attacks involved attempts to mimic e-mail from 20 major "brand" companies, such as Bank of America, Washington Mutual, Chase Manhattan, PayPal and eBay. (In all, a record 137 brands were "hijacked" in May.)

Paul Stephens, a policy analyst with the Privacy Rights Clearinghouse, a consumer-protection agency, said phishers use well-known companies because more people are likely to have relationships with those firms, and therefore are more likely to take the bait.

"If enough e-mails go out, chances are they'll hit you with something that seems like it belongs to you," he said. "They just keep getting more and more clever."

Peter Cassidy, secretary general at the Anti-Phishing Working Group, which is based in Cambridge, Mass., said "what keeps us up at night" is the increasing use of "crimeware" by identity thieves.

"Crimeware" is a tracking program that gets secretly installed on a computer when the victim clicks on a link in a phishing e-mail and is directed to a fraudulent Web site. The tracking program enables thieves to learn passwords and account numbers when the victim later visits legitimate sites.

Cassidy said the best way to prevent being phished is "to use all that stuff people have been yelling at you about for years: anti-virus programs, spyware blockers, firewalls. They really matter now. And make sure they're updated."

Other tips:

- Be wary of e-mail with urgent requests for personal financial information. Call the company on the telephone to verify that the e-mail is legitimate.

- Be careful using links in e-mail to get to Web pages, especially those involving financial accounts. Use your Web browser to make sure the site is genuine.

- Always make sure you're using a secure Web site when transmitting credit card numbers or account information - look for "https://" in the address bar, not just "http," and look for the padlock icon in the lower right corner.

- Regularly check your bank and credit-card statements to make sure transactions are legitimate.

More information is available from the Anti-Phishing Working Group (antiphishing.org) and the Privacy Rights Clearinghouse (privacyrights.org). To test your phishing IQ, Mailfrontier, a computer security company, offers a quiz at survey.mailfrontier.com/survey.

Sunday, April 13, 2008

How to remove Win32/NSAnti, d.com virus (Autorun virus, AVMO virus, Hidden Files problem)

Recently a virus called d.com is spreading with the pendrives a lot. Here I'll discuss how to remove the infection without any use of antiviruses.

If your system is infected by this virus you can't see hidden files and folders , even after applying the settings in "Folder Options" show hidden folders. This setting is reverted back to Don't show hidden files and folders by the virus.

This happens because virus protects the two hidden ,system files called d.com and autorun,inf which are created by amvo.exe and amvo0.dll , amvo1.dll which resides in system32 folder on the OS drive (hard disk partition on which windows operating system is installed).

Solution: In order to get rid of the virus you will need to delete all files the virus creates and resides into. Here's how you will do it.

  1. Open Start>>Run and type cmd and press enter. This will open windows command prompt window. On this window, type as directed in steps further and press enter at the end of each step.
  2. type cd\
  3. type cd windows\system32
  4. type attrib -r -h -s amvo.exe
  5. type del amvo.exe
  6. type attrib -r -h -s avmo0.dll ,repeat the steps 5 and 6 again to delete avmo1.dll
  7. now type d: and press enter for d: drive partition.
  8. type attrib -r -h -s autorun.inf
  9. type del autorun.inf
  10. type attrib -r -h -s d.com
  11. type del d.com
Similarly repeat from steps 8 to 11 for all your hard disk partitions to remove the files created by the virus.
The above is manual method but for who dont have command prompt level understanding they can use the method below:
Recently a virus called d.com is spreading with the pendrives a lot. Here I'll discuss how to remove the infection without any use of antiviruses.

If your system is infected by this virus you can't see hidden files and folders , even after applying the settings in "Folder Options" show hidden folders. This setting is reverted back to Don't show hidden files and folders by the virus.

This happens because virus protects the two hidden ,system files called d.com and autorun,inf which are created by amvo.exe and amvo0.dll , amvo1.dll which resides in system32 folder on the OS drive (hard disk partition on which windows operating system is installed).

Solution: In order to get rid of the virus you will need to delete all files the virus creates and resides into. Here's how you will do it.

  1. Open Start>>Run and type cmd and press enter. This will open windows command prompt window. On this window, type as directed in steps further and press enter at the end of each step.
  2. type cd\
  3. type cd windows\system32
  4. type attrib -r -h -s amvo.exe
  5. type del amvo.exe
  6. type attrib -r -h -s avmo0.dll ,repeat the steps 5 and 6 again to delete avmo1.dll
  7. now type d: and press enter for d: drive partition.
  8. type attrib -r -h -s autorun.inf
  9. type del autorun.inf
  10. type attrib -r -h -s d.com
  11. type del d.com

Similarly repeat from steps 8 to 11 for all your hard disk partitions to remove the files created by the virus. The above method is manual attempt to eliminate the virus. But some people will have difficulty following that manner. For them an easier method below:

  1. First download Trend Micro HijackThis from here
  2. Install and run the scan ,you will see an entry like this :  HKCU\..\Run: [amva] C:\WINDOWS\system32\amvo.exe
  3. Check the above entry and click on the button which says Fix Checked and click yes on the prompt.
  4. Uncheck amvo.exe from msconfig>> startup (type msconfig in run and click on the startup tab) also and restart your system
  5. Open my computer and go to folder options >> check the option show hidden files and folders. Also un-check the option Hide protected operating system files (This will give a warning message, confirm by pressing yes button). After this click Ok.
  6. Now access all your system drives by typing the drive letters in the address bar (for example c:) and delete the files like autorun.inf and other file d.com
  7. Also delete the files amvo.dll and amvo1.dll from windows/system32 folder.

Tuesday, April 8, 2008

Get a popular Domain

Domain for Sale!

www.choruibhati.com and www.doctortomorrow.com will be sold for a good price. Anyone interested are welcome to place bid at sales@doctortomorrow.com

Write with your intended plan/purpose for the specific domains.

Earn money just for reading mails

Earn $10 by just signing up!

Yes! believe it or not. You will get $10 without spending any penny at all. It pays out for a minimum of $25 amounts. So to get it you will have to make your friends sign under your referrals and make them use the offer also. For each mails you read you get a little amount of money.

What is this?

* This is commercial mails in which Ads are sent to you according to your choice. You are in your own freedom to purchase or use products from those. But to earn using or purchasing is not at all mandatory. The Ad publishers need your visit to the ads page for a certain amount of time.

Do I need to pay a fee?

* Absolutely no!

Do I get the money without any charge?

* This program will pay you when your account will incur $25 or above and without any charge. You need a paypal account to receive the money. And paypal is safest of all transaction methods for online.

I dont have paypal, how can I get the money?

* You can do it if you have any friend or relative who has paypal account and will gladly pay you the money you earn from this program. As this program is GAIN without Paying any penny its easy to decide just signup and you'll see.

Tuesday, December 25, 2007

QuantumTone Introduces Unlimited Calling to Bangladesh

NewswireToday - /newswire/ - New York, NY, United States, 12/24/2007 - Use your existing mobile or land phone to call worldwide unlimited for a flat rate .

   
 

QuantumTone announces today that it's launching the highly anticipated unlimited calling plans for Bangladesh, India, Pakistan, Mexico, Vietnam, Turkey, Europe, Asia, and other South and Central American countries for flat monthly rates. This new service liberates consumers from paying per minute rate for international calls. They can use their existing mobile, home or get new digital home phone service from QuantumTone to use the service. It can also be used without any internet connection and is available through online portal and selected local retail storefronts in major metropolitan cities nationwide. This product will be rolled out to European and Middle Eastern consumers subsequently.

"Our service transforms any mobile or local land phone into an instant world phone with unlimited calling capabilities. The advent and perpetual developments of QuantumTone VoIP Technology has simplified international telephony. Realizing how agonizing, time consuming, and expensive for ethnic frequent callers to use long distance services and deceptive, gray-route prepaid calling cards, we felt the need for such flat rate unlimited calling plans. Residential consumers can take advantage of our new service and call their friends and family overseas worry free," said Monica Kish, the CEO of QuantumTone, "We are the first US telephone company that pioneered such aggressive worldwide unlimited plans to some of these high-cost international tariffs like anywhere in India, Bangladesh, Pakistan, Mexico, Columbia, and other destinations."

QuantumTone ushers in a new era of VoIP connectivity and IP telephony sophistication never seen before in home and mobile device until recently, it completely redefines what a mobile phone and digital home phone can do using QuantumTone IP technology.

QuantumTone offers multiple unlimited domestic and international calling plans for residential and business consumers – VoIP Home and Q-TONE Mobile/Home which offer the convenience of registering either your existing mobile phone or local home phone or choosing QuantumTone VoIP to make free calls to your preferred overseas countries including domestic USA and Canada long distance. QuantumTone offers digital quality, enterprise grade VoIP solutions that comes with many essential calling features at no additional cost.

About QuantumTone
QuantumTone along with its partners, is an international digital phone company that specializes in technologically advanced, feature-rich, business quality unlimited local, long distance calling and IP hosting services bundled with enterprise grade broadband internet connectivity at a fraction of fixed cost to consumers, businesses, and enterprises in all 50 states in US and worldwide as a local and international phone service provider. Our technology enables anyone to use their traditional phone with high-speed internet (Cable, DSL, T1, ISDN) connection or existing mobile or home phone (without any internet) to make and receive phone calls anywhere in the world even while traveling. At QuantumTone our goal is to make calling simple and almost free for everyone using cutting edge IP technology.

QuantumTone is a wholly owned subsidiary of Quantum Leap Group, LLC based out of Dallas, TX with offices located throughout the US, Canada, and France. If you would like more information about the press release or to schedule an interview with QuantumTone, please call at 646-400-0440 x605 or email us at infoATquantumtone.com

Sunday, December 23, 2007

Customize GoogleTalk using Resource Hacker

Resource Hacking

To edit resources you will need a resource editor like Resource Hacker.

Change Language

To change the language of Google Talk you will need to:

  1. Open resource hacker.
  2. Choose the menu: file, open.
  3. Open the file c:\program files\google\google talk\googletalk.exe.
  4. Now you will see a treeview on the left.
  5. Double click on dialog.
  6. Double click on 130.
  7. Click on 0.
  8. You will see a window and a bunch of text like 'CONTROL "Password:", 1003, STATIC'...
  9. Change the text to another language, for example: 'CONTROL "Wachtwoord:", 1003, STATIC'...
  10. Click 'Compile Script'.
  11. Do this for all the dialogs.
  12. Double click on 'String Table' in the treeview.
  13. Click on 36.
  14. Click on 0.
  15. You will see a bunch of text like '567, "encountered an internal error'...
  16. Change the text to another language, for example: '567, "er is een interne fout voorgekomen'...
  17. Click 'Compile Script'.
  18. Do this for all the string tables.
  19. Make sure Google Talk is closed!!! and then click file, save.
  20. When you reopen Google Talk it should now be in another language.

User Interface Editing

  1. Open googletalk.exe in Resource Hacker.
  2. Expand the Bitmap tree.
  3. Save bitmaps 139, 5001-5104.
  4. Edit the bitmaps in your image editor of choice to make them the color(s) you like.
  5. Replace the original bitmaps with your edited bitmaps in Resource Hacker (Action > Replace Bitmap).
  6. Save and try it out!.

Add items to tray menu

  1. Open Google Talk in Resource Hacker.
  2. Go to menu -> 110 -> Click on 0. It will open as text.
  3. Play with the menu items, for example you can add the item
    MENUITEM "Settings", 40003, MFT_STRING, MFS_ENABLED
  4. Click 'compile script'.
  5. Close all instances of Google Talk!
  6. Click File -> Save.

WM_COMMAND codes

    Chat Window:
  • 8001 - Start Call
  • 40081 - Start muting microphone
  • 8007 - Stop muting microphone
  • 8008 - Stop Call
  • 8015 - Show Send File dialog
  • 8003 - Email
  • 8013 - Start Voicemail
  • 8008 - Stop Voicemail
  • 8010 - Go off the record (both on and off)
  • 8017 - View past chats
  • 8011 - Block/unblock Main Window:
  • 40011 - Add Friend
  • 40080 - Enable/Disable all notifications
  • 40065 - Connection Monitor
  • 40080 - Save all settings
  • 40087 - Check for Updates Now
  • 40088 - Inbox
  • 40023 - About
  • 40089 - Check Mail Now
  • 40003 - Settings
  • 40020 - Help
  • 40088 - Email
  • 40002 - Sign out
  • 1404 - Voicemail