subscribe

You can update this text in your control panel, under Theme Options. Nam massa. Ut tempor augue non sapien lobortis aliquam. Maecenas.

Tag: create

Learn How to Create Your Own Membership Site – Free Report

Thursday, October 22nd, 2009

msm_logo.pngIf there was one emerging trend spoken about more than anything else in the Make Money Blogging track at Blog World Expo it was ‘membership sites’. A number of sessions were directly on the topic while quite a few others touched on the topic (including the ones I spoke on).

It seems more and more bloggers are looking to expand in this way – whether it be by setting up teaching courses, starting paid forums or setting up areas where they offer subscribers exclusive content to paying subscribers.

By no means is it the only model to make money online – but it is one that more and more bloggers are looking towards and one that we’re even seeing more mainstream media doing also.

Yaro has this week relaunched a free report on the topic of Membership Sites – The Membership Site Mastermind Report.

The reports shares how Yaro uses membership sites to make a six figure income, how he runs the technology side of things, gives insights on how he gets members to stick on his sites and more. It’s a free report to anyone who gives an email address.

Yaro will be relaunching his Membership Site Mastermind course in the next week or so – but this report is free and contains useful information even if you go no further than downloading it and not going on with the full course.

PS: Get more free teaching on Membership Sites from Yaro in these two videos here and here. Also check out an interview Yaro did with Daniel Scocco on his $10,000 a month membership site.

Post from: Blog Tips at ProBlogger.
468x60.jpg

Learn How to Create Your Own Membership Site – Free Report

How To Create URL Shortener With Your Domain

Thursday, September 17th, 2009

We use shortening URL services like TinyURL, Bit.ly, su.pr, etc on daily basis. These services are great, but have you thought of creating something similar your own? Setting up such service on your own is fairly easy, and if you are using Wordpress it too comes with a plug-in that work seamlessly well.

YOURLS (Your Own URL Shortener) is what we’re talking about. It’s a free PHP script created by Lester Chan and Ozh Richard that allow you to create something similar to TinyURL and Bit.ly. We’ve installed and played around with it for a while, and here are our thoughts:

  • Easy to install – If you’ve got no problem installing Wordpress, then setting YOURLS is a piece of cake.
  • Customizable links – You can customize the links instead of the random characters that make no sense.
  • Statistics – An admin page that allows you to manage and keep track of details like date of creation, IP, clicks, etc.
  • Public/Private links- You control whether this service is available for public to use or yourself only.
  • Bookmarklet – Easy bookmarklet to create your own short URL on the fly.

YOURLS also comes with developer API as well as Wordpress plugin. If you like the idea of owning a private url shortening services, please read on. We’ll cover a simple guide on how to setup YOURLS.

First and formost

Here are some things you’ll need before the installation:

  1. A domain – A short one would be perfect but it’s hard to get these days. If you are thinking of getting a really short domain name, we suggest you try your luck on country code top-level domains like .at, .lv, .ly, etc with domain.nr.
  2. PHP Supported account YOURLS runs on PHP, so you will need to make sure the server (dedicated or shared hosting) supports PHP 4.3 and MYSQL 4.1 and above with mod_rewrite enabled.

Read more about YOURLS requirements.

1. Download

Download the latest version of YOURLS. Unzip it and fire up your favorite text editor. We are about to do some configurations.

2. Configure

  1. Look for includes/config-sample.php, rename it to includes/config.php and open up in editor.
  2. Mandatory settings you’ll need to change are: YOURLS_DB_USER, YOURLS_DB_PASS, YOURLS_DB_NAME, YOURLS_SITE. Last but not least, change your password for username and username2. The rest of the settings are optional. We suggest you go through the entire thing, it’s pretty self-explanatory. Please drop us a comment if you have problem filling this, or check out the YOURLS configuration guide.
  3. Create a database – Create a database with the name you’ve inserted for YOURLS_DB_NAME. If your web hosting account provide you with cPanel, login and find "MySQL Database" under Databases column.

    create database

3. Upload

Upload all files and folders in the exact same structure to the root folder of your web hosting account. Your root folder name might varies from public_html, www, html, etc.

upload to server

4. Install

We are almost done now. Fire up a browser, type in your domain name as url, follow by /admin/install.php. For example: http://yoursite.com/admin/install.php.

If everything is setup correctly, you’ll see these following messages with the link to your admin page at the end of the line.

yourls install success

5. Done!

Go on, login and start creating your very own short URL. Make sure you check out the Tools too, if you’d like to make a bookmarklet. Here’s a sample of how our YOURLS admin page looks like.

yourls sample

Hope it works for you, drop us a comment if you have any questions :-)