Can Do Network
27Sep/11Off

WordPress set up from vanilla install

This is how we like to set up a WordPress blog from scratch.

1. Install WordPress using Cpanel's 'Fantastico' auto installer. Note down your admin login details!
2. Login to your 'Dashboard' and look for any system updates at the top, install the latest core updates if required.
3. Go to the 'Appearance'/'Themes' tab - Choose 'Install Themes' if you want to search for a new theme.
4. Go to 'Settings'/ 'General' and edit your site name and description, timezone & date format
5. Edit 'Reading Settings' to show static page or latest blog post as your landing page.
6. In 'Settings'/'Discussion' un-tick 'Allow people to post comments on new articles' and set 'Before a comment appears' to 'An administrator must always approve the comment', in 'Avatar Display', select 'don't show' and in 'Default Avatar' select 'blank'
7. In 'Permalinks', change to MONTH AND NAME
8. In 'Posts/Categories', set categories to 'site news' or your own choice.
9. Visit all existing posts and pages (there should be 2) and un-tick 'allow comments' - go to 'screen options' at the top and tick 'discussion' to show the 'comments options' at the bottom.

Page order - For example, set your contact page to '9' and consider the other page orders (this option is found on the right hand side of page when in edit page mode)

That's the basic stuff covered, now edit the theme, add images, posts, pages, widgets etc. Read on for our suggested plug-ins list...

12Jun/11Off

Export PHPBB3 users using PhpMyAdmin

Login to your websites cpanel and go to 'PhpMyAdmin' (located under 'DATABASES')

Select the _phpb1 database (these names can vary so just look at the databases to establish the correct one for your site)

Click the 'SQL Query' button to open a new SQL query window. This allows you to execute a new SQL query.

Paste this code in the query window:

SELECT user_email
FROM phpbb_users
WHERE user_email <> '' AND user_type <> 1
ORDER BY user_regdate ASC

When the list of emails is displayed, go to the bottom of the page and click the blue 'CHECK ALL' link.

Click EXPORT (just below the above link)

Select 'CSV for MS Excel', choose 'save as file' and hit GO on the right hand side at the bottom.

Click for full size image

Click for full size image

This will export to a file that will open in MS Excell - there are other options, adjust your selection depending on your own requirements.

22Mar/10Off

What’s the difference between http and https?

What is the difference between http and https?

The main difference between http:/// <http://> and https:// is it’s all about keeping you secure    

HTTP stands for Hyper Text Transfer Protocol

The S stands for "Secure"...
If you visit a website or web page, and look at the address in the web browser, it will likely begin with the following: http://.

This means that the website is talking to your browser using the regular 'unsecured language. In other words, it is possible for someone to” eavesdrop" on your computer's conversation with the website. If you fill out a form
on the website, someone might see the information you send to that site.

This is why you never ever enter your credit card number in an http website!

But if the web address begins with https:// that basically means your computer is talking to the website in a secure
code that no one can eavesdrop on. You understand why this is so important, right?

If a website ever asks you to enter your credit card information, you should automatically look to see if the web address begins with https://.

If it doesn't, You should NEVER enter sensitive information....such as a credit card number.

26Sep/09Off

Twitter in Plain English

26Sep/09Off

RSS in Plain English