If you’re a hostmoster or bluehost customer this might come in handy.

I created a domain for my son, we’ll call it 123mydomain.com, and then setup an email account for him. Being the teenager that he is, his mom and I wanted to have a little bit of control and therefore did not want him to have the ability to change his password, manage forwards or manage filters.

I showed him how to get to his mail via mail.123mydomain.com but this presents him with a screen giving access to all the bits and pieces that I don’t want him to have access to. The other problem is I want him to use a particular email client rather than having a choice. This is a bit selfish on my part but if I don’t limit what he can use then he’ll come asking all sorts of questions about the different clients …. If I can force the use of one (e.g. the same one his mom and I use) then it’s easier to provide “support”.

I searched and searched but couldn’t find any options to override this behavior so I called the hostmonster support folks who, I will say, are always nice and helpful but this time, unfortunately, offered a solution that was not acceptable for me. Basically the suggestion was to install Roundcube using Simplescripts and then tell my son to use that URL for his mail. That’s all fine and good but he already knew about the mail.123mydomain.com address and it was too late to take that back so I needed another option. Since hostmonster didn’t have any good alternative solutions I had to come up with something different.

What I decided to do was create a very simple php script that I could use to redirect my son directly to the mail client I wanted him to use without his ever being presented with that default landing page that was causing me so much grief.

Here’s how I did it.

  • Create a directory in www root for the target domain called mail
    • e.g. www.123mydomain.com/mail
    • Set the folder permissions so it is accessible
      • I set mine to 755
  • Create a php script with a header redirect
    • <?php
      header(‘Location: http://mail.123mydomain.com:2095/3rdparty/squirrelmail/index.php’);
      ?>
    • Save the script as index.php in your newly created mail directory
    • Set the permissions so the script can be executed
      • I set mine to 755
  • Create a sub-domain called mail for your target domain
    • Set the document root to your mail folder

That’s it!

Now navigating to mail.123mydomain.com overrides the default behavior and directs us to our php script which then redirects us to whatever mail client we pointed to. In this instance I chose to use Squirlmail but if you want to use Roundcube or Horde then copy the link location from the landing page and use that link in your php file instead of the example used here.

~GT~

 

Have you ever needed to provide your phone number for something but didn't really want to? An example of this is placing a classified add. I've become a recent Craigslist convert and hate putting my number in adds because it can easily be abused by those trolling for telephone numbers to sell to marketing firms, etc.

With a free Internet service called Numbr, you'll never have to provide your personal telephone number again. The way it works is Numbr provides you with a temporary phone number that is configured to forward to a number of your choosing (home, cell, office, etc). When you setup your number forwarding, you also choose a lifetime duration for that number with expiration options lasting from one hour to one month.

Now I can post a phone number with my classifieds and not worry about my personal number getting into the wrong hands.

Not all of these "new fangled" services provide value, but this service sure does!

~GT~

 

I’m not your typical conspiracy theorist by any stretch of the imagination, but I ran across this video which really makes you think.

For those of you that blog, post photos on sites such as Flickr, or use social networking sites such as MySpace or Facebook; be careful, be very careful. Read the terms and conditions (aka contract) fine print, as you may be giving away your work (writing, photos, etc.) and it’s a given that you’re giving away your personal information. You can almost guarantee that this data will be used, at a minimum, to market products and services to you from the company that owns the service you’ve signed up for and, at worst, will be sold to third parties so they can market to you.

I’ve always struggled with this. On the one hand you want to use these services but on the other hand, you have no control of their terms and conditions. I can’t blame these guys for using the data, If it were my business, I’d use it! That said, I’ve made it a practice to ALWAYS provide the minimum amount of information when signing up for a service and to use dummy information where possible. I figure things like my birthdate and telephone number are my business and I’m not going to share it easily.

If you have the skills and wherewithal, consider hosting your blog and photo galleries yourself, this way you’re in control. If you’re like most people though, this isn’t an option so shop around and find a service provider that has terms and conditions you can live with.

~GT~

© 2012 Geek-Tips Suffusion theme by Sayontan Sinha