Michael Aulia's Blogs

Monday, October 29, 2007

LeTxt Review (Send FREE International SMS)

LeTxt is quite a new site, dedicated to send international SMS for free. Most free SMS sites only allow you to send local SMS and usually not internationally. LeTxt, however, allows you to send sms globally (they support a lot of networks internationally).

letxt LeTxt allows you to send 5 FREE SMS per day and claims that they support 340 international providers in over 140 countries worldwide. I honestly can't tell whether whomever you are trying to send SMS to are in their supported network, so best is to register yourself and find out!

There is no catch at all with this site (I've used their services for a few months now). On the FAQ, LeTxt will send you an advertisement email every now and then to earn the "GOLD" credits (which you can use to further send extra SMS or other extra stuffs). I, however, haven't got any email yet so far. I assume probably because they are still new.


SENDING SMS

You can send an SMS to a contact number (which you can type manually) or using the address book (you add/edit numbers, names, etc and can also group them together!).

At the end of your sent SMS, however, they will put an advertisement text:

"FREE SMS from Letxt.com.au"

which I think is alright, considering they are giving a free SMS service for nothing. Their sites have a lot of ads though, but still considerably fine.

At any time, you can view the outgoing SMS reports (when did you send it, to who/what number, and also whether it's being delivered properly. So far, it only takes seconds for my SMS to reach its destination, which is fast. Hopefully, they maintain this good service when they get more customers onboard.

CONCLUSION

So far, this is the only service which can send FREE SMS to international mobile that I know of, which is reliable and hassle-free.

The only drawbacks are the advertisement text at the end (which limits your characters to about 130) and only 5 free SMS per day at this stage. However, this is more than you can get for a FREE international SMS service!

---
Search the web for more!

Click here to read more!

Sunday, October 28, 2007

Lunarpages web hosting review

Are you looking for a cheap but good webhosting? I've been using Lunarpages for years on a few websites and I've never regretted it.


At this moment, LunarPages is offering a hosting with 350 Gb of data, and 3500 Gb of free bandwith per month for just USD$6.95 for a 1-year webhosting! This also includes a free domain name of your choice (.com, .org, etc). If you already have your own domain name, there is an option to transfer your existing domain name to LunarPages.

If you let LunarPages "maintain" your existing domain name (or if you create a new domain name when hosting with them), they will waive the domain name renewal fee, as long as you host your domain name on LunarPages! This is what they called the "Domain name for life" offer on their website.

They also upgrade the space and bandwith every now and then. You, as existing customers, can simply email them and say you want to be upgraded too, and they will upgrade yours for free.

I never have any problems with them so far. You can have hundreds of email accounts set-up easily using the CPanel (the administration control panel), among with other features.

Their technical support is top-notch, and you will enjoy being pampered by them, where all of your support tickets are answered in minutes (or the worst, a few hours only).

They also have an affiliate program (you refer your friend to LunarPages, they sign up, you get around USD$65) and reseller programs.

Check their site here and sign up if you haven't got a host yet :)

You can contact me if you have other questions about them or post them in comments here, I'm happy to answer (and No, I don't work for LunarPages :))

---
Search the web for more!


Click here to read more!

Thursday, October 25, 2007

Australian Free SMS Sites

4th September 2007
These are some of the free SMS
sites that I've used or currently using. They are Australian-based and can only send to Australian recipients at the moment.



SMSPup
Sending one SMS will cost you 1 point. You earn points by clicking an email ads that they send you periodically (usually once a day or every several days). You need to send the SMS from their site only.

Address Book: Yes


Ads: Yes (link to their site at the end of your SMS)
Sender: Your mobile number





FreeSMSMate
Gives you 5 free SMSes daily. It will auto-refresh back to 5 free SMS every day. You can get further free SMSes by joining their promotions on the site.

Address Book: Yes
Ads: Yes (link to their site at the end of your SMS)
Sender: Your mobile number








MotoCrew
Gives you 50 free SMSes weekly. However, if there are too many people sending SMSes at a given time, you need to wait for half an hour for the "pool" to be refreshed/emptied.

Address Book: Yes, but only allows to save 10 numbers.
Ads: Yes (the sender is from 'Motocrew')
Sender: "Motocrew", so the SMS can't be replied to your number directly.




Youtext.com.au
After logging in, type in a number, your message, and then send. Fast and easy! I'm not sure what's the limit of daily SMS that you can send per day, although I've heard it's 5 SMS per number.

Address Book: No address book feature yet.
Ads: Yes (link to their site at the end of your SMS)
Sender: Your mobile number.

Conclusion

I usually use FreeSMSMate until I've wasted all of the SMS, and then start using the other ones. With SMSPup, you can just accumulate the points (by receiving the ads email and clicking them to get 1 point) until you need extra SMSes.

Check out my blog about Letxt as well here (they offer free 5 SMS per day (and not just to Australian mobile numbers).


---
Search the web for more!




Labels:

Click here to read more!

Tuesday, October 16, 2007

SMSDiscount Web API code

How does the SMSDiscount Web API works? If you have an SMSDiscount account (see my SMSDiscount review here), you can create your own web page that can send SMSes using your SMSDiscount account. I've created a simple html file that is very useful for sending a quick SMS to your "top" contacts (basically the people whom you send SMSes the most). You just need to upload this html to a folder in your web hosting/server, and then point your browser to this file to start sending SMSes with ease.



Screenshot:



What my script does:
  • It will display your list of contacts (you have to edit this in the file)
  • You select 1 contact and type your SMS message.
  • The script will show the number of characters (make sure your message is no more than 160 chars!)
  • Click send, and it will pop-up the status of the message you just sent.
Download the file index.html here (right click -> save as)


How to use the file (IMPORTANT! PLEASE READ):
  • Open the index.html file in your text editor
  • There are lines like these on the middle of the script
input name="to" value="#########" checked="checked" type="radio">Your Contact Name

input name="to" value="#########" type="radio">Your Another Contact Name

input name="to" value="#########" type="radio">More of Another Contact Name


Edit them! The value should be a contact's full mobile number (with country codes, etc). Change "Your Contact Name" to your contact's name.
You can add these lines as many as you want - try to keep it short though :) (or remove the excess lines)
The "checked" meaning that this contact will be the default selected (can only be 1 "checked" contact)

  • At the end of the script, find these lines:
input name="username" value="YOUR_SMSDISCOUNT_USERNAME" type="hidden">

input name="password" value="YOUR_SMSDISCOUNT_PASSWORD" type="hidden">

input name="from" value="YOUR MOBILE NUMBER" type="hidden">

Modify the values to match your accounts at SMSDiscount.

VERY VERY IMPORTANT: This script will display your username/password on the browser and YES, people can see them if they view the HTML source code from the browser.
What you need to do, is password protect your folder!! (if you are hosting, there should be a feature to password protect a folder in the control panel)

  • So, after you modify them, upload the index.html to your web server (say at http://myownserver.com/smsdiscount/index.html)
  • Password protect the smsdiscount folder with your own so other people can't access this script
  • Run the script on your browser by typing the URL: http://myownserver.com/smsdiscount/
  • It should prompt your with username/password (if not, meaning you haven't successfully password protected your folder!!)

Done!

Please note that this is as simple as it can be. If you want address books, etc, then I'm afraid this is not intended for that. Use your SMSDiscount desktop application :) If you know a bit of HTML, you may want to make the page prettier, but I can't be bothered - this is as quick as it can, even if you only have a dial-up connection :)
Also, this script doesn't show you how many credits you have left, so make sure you check your credits yourselves (from the desktop application or from www.smsdiscount.com)

Happy SMS-ing :)


---
Search the web for more!


Labels:

Click here to read more!

Tuesday, October 9, 2007

HTC P3600i / Dopod d810 GPS lock takes forever?

This post is outdated, please go to http://www.michaelaulia.com/blogs/2007/09/htc-p3600i-review.html instead.

Ok, so you just bought this cool PDA, the HTC P3600i or d810 with GPS built-in and you have bought TomTom Navigator or any GPS software for it, only to find that it's not working?

The problem usually lies in the position locking of where you are! This may take minutes and sometimes ages until you've assumed that the unit is faulty.

What you need is another GPS locking freeware that locks your position quicker - there are a few around, but I used GPSTest (search for it on the web). You start it up, and after a few minutes (or seconds sometimes if you are not in CBD area), you will find these green bars going up and down, meaning the satellites are trying to lock into your position! Once you see these green bars going up and down one by one, you can smile as it means that your built-in GPS is working just fine.

Wait until there are 5-6 bars locked and the app will display "GPS is started". Close the application completely, and then, you can now open your Tomtom or whatever you are using, to get a lock. Since you've got a lock before, the GPS software (Tomtom, say) will not have problems locking into your position. It will still take a bit of time, but much much better than before.

Happy GPS-ing!
---
Search the web for more!


Labels: , , , ,

Click here to read more!

Thursday, October 4, 2007

How to add games to Vista Games Explorer

4th October 2007

If you have Vista as your operating system and have installed games on it, you must be aware of the Vista Games explorer (Start->Games). Sometimes you do a reformat but you don't want to reinstall your games. There are many ways to do it - manually or using a software/freeware to add games to Vista Games Explorer.


MANUAL WAY (If you are feeling powerful to tinker the registry yourself)

I've tried several guides, with registry file hack, etc and none seem to work, but this one does!
The idea is to overwrite an existing working game shortcut in the Games explorer and replace it with a new one of your choice. Then, let Vista recreate the file again, so you can repeat the same trick with other shortcuts.

So here it goes:
======================================
Some paths that I will refer to in the guide:
  • BoxArtFolder = C:\Users\[YOUR USERNAME]\AppData\Local\Microsoft\Windows\
    GameExplorer\GamesBoxArt
  • GamesExplorer = Start->Games (Vista Games Explorer)
  • RegistryPath = HKEY_LOCAL_MACHINE_\Software\Microsoft\Windows\
    CurrentVersion\GAMEUX\S-something-something\ (different on each machine)

GUIDE:
  1. Go to your windows explorer and make sure you tick "Show hidden files and folders" in my BoxArtFolder: there is an image file{0C8E9B05-09E6-4FDA-938F-D22F73AD5CD0}.jpg -> the Half-life source image boxar (It's supposed to be hidden/grayed)

  2. Go to RegistryPath, there will be a list of games, including the half-life source, in my case, the ID is: {F9C9CC58-1D27-44A8-846E-7F1001048DC4} (will be different from yours). Have a browse and try to find which one it is.

  3. There is a BoxArt value on the right, mine is empty when I open Regedit. So update it, point it to the BoxArt folder, to the file, in my case : C:\Users\[YOUR USERNAME]\AppData\Local\Microsoft\Windows\
    GameExplorer\GamesBoxArt\
    {0C8E9B05-09E6-4FDA-938F-D22F73AD5CD0}.jpg

  4. Refresh your GamesExplorer, and the Half-life source boxart will be updated; and "magically", a new image file will appear on your BoxArtFolder, {F9C9CC58-1D27-44A8-846E-7F1001048DC4}.jpg (I think Vista makes a copy of the original boxart and rename it automatically to the application id)

  5. Now download a box art for your new game shortcut (let's say Oblivion), and put it in desktop, named boxart.jpg

  6. Rename it to {F9C9CC58-1D27-44A8-846E-7F1001048DC4}.jpg (which is the Half-life boxart that Vista assigned to earlier) because we are going to replace it with a new game info.

  7. Cut/move the file in the desktop into your BoxArt folder, it will ask whether you want to replace the file, say yes, move and replace.

  8. Now open Regedit (Start->Regedit if you don't know), browse to RegistryFolder, modify the info on the {F9C9CC58-1D27-44A8-846E-7F1001048DC4} game.The basic ones you need to update: AppExePath, ConfigApplicationPath, Title -> update them from Half-life into Oblivion paths.

  9. Go to GamesExplorer, refresh (the oblivion box art should appear, click on it, customize and update the shortcuts to new path and exe file)Voila! Now, to make the half life shortcut back again so you can do this trick to another game.

  10. Run E:\Steam\SteamApps\[Your STEAM ACCOUNT]\counter-strike source\hl2.exe (My steam directory is in E)

  11. Refresh the games folder, and a copy of Halflife shortcut will be re-created again, and it will be assigned a new id again on the RegistryPath.

  12. Repeat this process with other games!! :)
If you don't have half life source, errr I'm not sure but according to marinexx on the other posts, you can double click an existing game (that exists on the game explorer) and Vista will recreate it again. I'm not sure about this one.


AUTOMATIC (Using an application to add games to the registry)

I'd like to thank those who dedicated their time to create an application that is so simple and fun to add games to the explorer. No more tinkering with the registry, etc.

Currently there are 2 applications that can add/edit/delete games from the Vista Games Explorer.

VGE Editor
Game Explorer Manager

I personally use the Game Explorer Manager. It's simpler and works for me. With VGE Editor, you need to have a game that has been added by Vista first before you can add other games.
---
Search the web for more!


Labels: , , ,

Click here to read more!