Cpanel Cron Job for Drupal

I wanted to share how I got cron jobs to run for drupal in cpanel.  I had tried:

....with no luck :(


What ended up working for me was:

  • php /home/USERNAME/public_html/cron.php

This might not be anything useful for you but for newbs like me, I hope it helps

Paint.net - A great paint program

Paint.netPaint.net is a free image and photo editing software for computers that run Windows. It features an intuitive and innovative user interface with support for layers, unlimited undo, special effects, and a wide variety of useful and powerful tools. An active and growing online community provides friendly help, tutorials, and plugins.

I've not used it as much as GIMP...but I think I'm going to start REALLY using it.  I know a lot of people like it better than GIMP....I need to break my habits of use and give it a shot.  It seems really powerful for what little time I've put into it.  I thought I'd share this with you in case you've never heard of it and are looking for a photo editing program.

Download it at: http://www.getpaint.net/

How do I remove unwanted "States" in Drupal's Ubercart?

*I'd put my site in maintenance mode before I'd begin.

To remove any unwanted states from ubercart you must first navigate to the folder: (wherever)/ubercart/uc_store/countries/. There you will find a bunch of files that say: "(Harold's_Republic_of_Awesome).cif" - Find "united_states_840_1.cif" and open it up in your favorite text editor.

Next you need to comment out the lines of the undesired states. This is done by placing: // at the beginning of the line. Here is an example of how that would look:
.....
// Make the entries in the zones table.
   $zones = array(
   array(840, 'AL', 'Alabama'),
   array(840, 'AK', 'Alaska'),
// array(840, 'AS', 'American Samoa'),
   array(840, 'AZ', 'Arizona'),
   array(840, 'AR', 'Arkansas'),
// array(840, 'AF', 'Armed Forces Africa'),
// array(840, 'AA', 'Armed Forces Americas'),
// array(840, 'AC', 'Armed Forces Canada'),
// array(840, 'AE', 'Armed Forces Europe'),
// array(840, 'AM', 'Armed Forces Middle East'),
// array(840, 'AP', 'Armed Forces Pacific'),
   array(840, 'CA', 'California'),
   array(840, 'CO', 'Colorado'),
   array(840, 'CT', 'Connecticut'),
......
After that, log into Drupal and navigate to: Store administration > Configuration > Country settings > Import Country. Scroll down and find United States and click the "remove" link next to it. It will say "Bah..Stuff..errors will occur are u sure?" - Yes.

CDBurnerXP

CDBurnerXPWhat is CDBurnerXP?

CDBurnerXP is a free application to burn CDs and DVDs, including Blu-Ray and HD-DVDs. It also includes the feature to burn and create ISOs, as well as a multilanguage interface. Everyone, even companies, can use it for free. It does not include adware or similar malicious components.

It is the burning program I personally use.  It does most everything I need on a day to day basis.  It is easy to use and FREE.  Normally I prefer to use open source software but this program isn't full of funk...it does it's job without the crap.

Download it at: http://cdburnerxp.se/

Virtual Box

Virtual BoxVirtualBox is a powerful x86 virtualization product. What is that you say? Well...It is a technology that lets you run a "virtual computer" on your computer. Say you are a Linux newbie, like I was about a 2 years ago (and still am), and you want to play with it without dual booting , installing another hard-drive, or the like. You create a "virtual machine" and run the OS in this program in Windows. Keep in mind all of this is "virtual." It is a program running in your host operating system. You can install Linux or most any other OS on as many virtual machines as you want letting you play and experiment with no harm to your real computer. There are other open source and commercial virtualization softwares out there but I chose to share Virtual Box with you today. If it sounds interesting at all, and you know it does,

download it at: http://www.virtualbox.org/

Syndicate content