New Look for Holdfire!

It’s been a year since we last gave Holdfire a great new look. We originally promised to have this design done by the start of the new year but we fell behind schedule and eventually we cast it aside for the time being.

Over the past few weeks we’ve been hard at work getting things put together, as well as a bunch of other features and extras that we plan on offering here at Holdfire. With the addition of our blog, we also added on our Twitter account, and while we have yet to really push this, we have our forum that we are aiming have active and an integral part of our community.

As for our other new extras, we have a few Holdfire ventures that we’ll be presenting soon, and hope that you take advantage of the services offered up!

And last but surely not least: For awhile we’ve maintained our account center at holdfirebilling.com, but have recently decided to stray from using a 2nd brand. Our account center is now accessible by my.holdfire.net. Because we have a lot of URLs floating around that point to Holdfirebilling.com, we have set up a 301 redirect via .htaccess so that all files are redirected to their respective URLs on my.holdfire.net.

Posted in Holdfire | 7 Comments

Client Account Center Status

Currently we are working on our account center for Holdfire clients. We’re making live edits and changes as we go along so you may see some features removed, and some added. Don’t worry though, we’re just finally getting things situated so that your stay here as a client with us is as comfortable and perfect as it can get.

For the time being our site redesign has been put on hold, as well as our blog. Don’t fret though, we’re going to try to get back into the grove of things shortly. If you’ve got any recommendations for features you’d like to see here, please feel free to comment and let us know. We’re all eyes!

Posted in Holdfire | Tagged | Leave a comment

Backing up a MySQL Database

A couple of our hosting customers recently posted on Twitter that they were looking for a solution to backup their MySQL databases. This is an excellent idea and is highly recommended. With the following script we’ll provide, you will have the capability backup one or more MySQL databases to either your FTP account or an email address.

  1. You will need to log into your cPanel account and create a new email address with the username of “backups” so that you have an email to send your DB backups to.
  2. While still in cPanel, go to your MySQL section and create a new database user. Attach that user to the database you want to backup.
  3. Open up your favorite FTP client and sign into your hosting account.
  4. While in your root directory (before public_htmll, create a new directory titled “backups” and then navigate to it.
  5. Download the file db_backup.php, and then open it in a code editor.
  6. Find line 33-34; This is where you will enter in the details for the database that you want to backup.
  7. Find line 27 & 45. Where you see “cpuser” enter in your cPanel username.
  8. If you want the backup sent to your email address, find lines 47-49, and fill out appropriately.
  9. If you want the backup uploaded via FTP, find lines 57-61, and like the email portion, fill it out appropriately.
  10. Once you’ve made those edits, save and then upload to the /backups/ directory you created. CHMOD the file to 644.

Hopefully you’re not too tired just yet! So far we’ve created a directory that is outside of your web directory, so that your backup script can sit comfortably. You’ve also added in the details for the database you want to backup, what email you want it sent to, and if you want it backed up to another (or the same) FTP account.

The next thing we’re going to do is set up a cron job. This essentially is going to automate the process of backing up your database to the schedule you set for it. So you’ll be able to let it sit without having to worry about manually backing things up yourself. Find line 27, and copy the snippet that looks like this:

php /home/cpuser/backups/backup.php > /home/cpuser/backups/backup.log

Navigate to the Advanced tab in cPanel, and then click on Cron Jobs. You’ll see two different options to chose from, but you can go ahead and select Standard. Now you’re going to take the line 27 we copied, and paste that into the “Command to run:” input box. Now we have the choice of setting up the schedule for the cron job to run. I recommend leaving the settings at default. As it is right now the cron job will run a backup every month, every day at 3am. Of course you can change any of those options, but I would not backup more than every day. You don’t need backups every minute! Also, at the top it gives you an option to add an email so you can receive an email about the output; Leave that blank. We’re already going to be receiving a daily email with your backup, so this isn’t necessary.

So, go ahead and save your cron job. Now you’ve got a backup system set in place for your database :).

Posted in Techy | Tagged , , | Leave a comment

Don’t lose track of your eye-candy!

People have different ways of saving websites that are in one way or another, inspiring to them. Some will bookmark, some will save a current image of what the site looks like, and others will regret never bookmarking that site when it comes to mind a few months later.

websnaps RealMac Software has come up with a solution to your unorganized image woes. LittleSnapper (Mac only) allows you to snap a certain section you need, or snap an entire webpage that you are currently viewing. You don’t even need to leave your browser–you can do it all using the commands available to you through it. You also have the ability to tag your images. So you remember all those logos you saved? Now you won’t have to worry about sifting through your lolcats to find your logo snaps.

You also have the ability to add text, lines, shapes, highlighting and more to your images. Don’t fret about having all that markup on it, LittleSnapper allows you to hide it easily, as it’s markup additions are non-destructive.

Not a Mac user? You have some alternatives you can try out although nothing to the extent of LittleSnapper (that we’ve been able to find.) There are few options that give you the capability that LittleSnapper can. Some will perform a few of the actions, where others won’t. Our closest alternative to Windows can be done a couple of different ways.

If you’re looking for an easy way to save the current page you’re viewing and you’re using Firefox you can take advantage of an add-on that’s available for it. Abduction! allows you to take a screenshot of the page you’re viewing–whether you want a portion or 100% height/width of it, you can chose. From there you can either save it to your desktop in organized folders, or you can take advantage of some webapps.

Scrnshots.com allows you to add screenshots you take to your profile and tag them. Not only that but it gives other members the chance to comment on them, or even add them to their own favorites list. They also provide an upload utility that gives you the ability to upload your images without having to go to their website; The only downfall is that it’s currently not a batch-uploader. So if you’ve got hundreds (or maybe thousands) of images, it might not be the quickest for you. Flickr can also be used as you can create sets, and tag your images too.

Do you think you have a Windows alternative to LittleSnapper? Let us know by leaving a comment!

Posted in Applications | Tagged , , , , , | Leave a comment

Bogged down a bit

Many apologies for not having entries for a few days! We’ve been quite busy with working on our relaunch, and Christmas coming up that we’ve put the blog on hold for a couple of days. But rest assured we’ll try to make up for that!

We’ll have something available for the rest of this week without a doubt; So keep coming back (or subscribe to our RSS feed!) to stay updated.

Posted in Holdfire | Leave a comment