On this page you can set your unique keywords that will be converted into your website menu, links and will be used to get item results from amazon and ebay.
For any changes on this page there is a 2 step process. First enter your just keywords in the “Top Menu Keywords” and/or “Side Menu Keywords” section then click on the “Save Settings” button, your keywords will now show-up on the title and description columns. Write a title and description for each new keyword line then click “Save Settings” button again.
The most important thing about this page is you need to make sure you enter a Title and Description for each keyword as this will help your website in the search rankings. You will notice that title and description for each keyword is the same as the keyword, you can leave as is but we recommend you enter your own unique title and description for each. Whether you are planing on optimizing the site for organic search or paid advertising, this plays a big role on your websites SEO (search engine optimization).
The title and description should be around 250 to 300 characters max, and the keyword should be included in the text.
Website Configurator Main Page Settings
As you try to navigate through the website configurator you may not understand what all the settings are or do, that’s not a problem as you do not need to go through every single setting but you do need to understand the main page. Website Configurator main page is where you enter the most important information such as you site address, contact information and most importantly your affiliate information. Let’s look at all the fields.
Site Setup:
The first thing you need to do here once you are loged in is enter your Site URL. There is already a default url that you need to change. So if your domain is “mydomain.com” then you need to enter “http://www.mydomain.com/” notice the trailing slash “/” at the end? If you do not enter that your site will not function properly.
Domain Name: Pretty self explanatory you need just the domain name “mydomain.com”. This will be used through out the site such as the footer, contact us page, tos page etc.
Contact Email: This will be used for the order form but it will not be visible so that it does not get spamed.
Site Title: This is going to be your default site title. You should come up with your own site title so it will be unique from other sites.
Enter Affiliate information:
This is where you enter all your affiliate and ad network information. If any fields are left empty, your site will not display results for that affiliate program or ad network. So if you do not want to display Adsense ads then leave “Adsense Pub ID” section empty.
When entering your affiliate info it is best to use copy and paste as you need to enter them exactly as they appear on the affiliates website or ad network. These are case sensitive and will not work if you just enter one of the characters wrong. If you don’t know where to get that information there are more detail instruction for each affiliate and ad network here, just search the site.
The site content is primarily from Amazon so you need at least enter your Amazon affiliate information.
What Ads to Display Where:
On this section you can select what ads to display where in the pages of your website. Although you need to keep in mind, Some programs do not allow other ads in the same page, such as Adsense. You can safely use Adsense and Chitika together but you must first check TOS for each program. This is very important as you can get banned from the ad networks.
You do not want to put to may ads all over the page as this also can get you banned. Example, Adsense only allowed 3 ad units on the page that is why we have only 3 sections where the ads will be displayed.
Side: This is the sidebar section of the page. The ads will be displayed under the “Related Sponsors” section.
Top: This is the header section of the page.
Middle: This is the content section of the page. It is the same section where your unique content shows up.
That’s it for the Site Configurator main page setup. If you have entered the required information your site will start to display product results and ads.
Advanced Options Settings Page Changes
The advanced options help to further customize your sites appearance and uniqueness. Please feel free to add upon this tutorial if you think some things need a better explanation.
Most of the options are self explanatory but there are some options that need further explanation. We will explain in more detail of what these options are and what they do. Let’s start at the top, Website Advanced Setup;
Site Cache: This setting with help your site load faster by caching some content. Recommended setting is 5min. If you are making other changes on the site configurator you should change this to no cache then after you are done with other settings change it back.
External Links: Pretty self explanatory. As part of making this site SEO friendly the script is highly customized and a lot of hard work has gone into making it XHTML valid. If you leave this setting to open the links on the same page you site will validate as XHTML 1.0 Strict, if you select open links in a new page your site will validate as XHTML 1.0 Transitional.
Amazon Advanced Setup
Here you can find extra settings for your amazon affiliate results.
Amazon Results: You can control how many amazon product results to display on the page.
API Version: This is for future use but do not change this unless advised to do so.
Customer Review Text Limit: You can control the number of words to display from customer product reviews. Not all products have customer reviews.
Amazon Search Index: You can select to display results from a specific amazon.com category. Example if your website and keywords are about electronic products such as hdtv, dvd player etc then you can select “Electronics” from the drop-down list.
Display Price on Results: Select whether to display the prices or not.
Editor Review Text Limit: You can control the number of words to display from editor product reviews. Or leave blank to display the entire text. Not all products have editor reviews.
eBay Advanced Setup
eBay Results: Control how many ebay product results to display on the page.
Duplicate Items: Chose whether you want to display duplicate items. Sometimes, depending on your keyword(s) you may want to select “Yes” as there will be limited items to display.
Affiliate Network: This option is being removed but do not change until advised.
eBay Results Page: You can chose what ebay page to use for your results. Just like if you were to search for iphone on eBay.com and you get 10+ pages to look through. Some items may not have more than 1 page worth of results.
eBay Site: Do not change. For future use.
API Version: This is for future use but do not change this unless advised to do so.
Display Price on Results: Select whether to display the ebay item prices or not.
Confirm Your Site: This option is for those who just signed up with ebay partner network and receive an email from EPN to confirm their website. More on this at Confirm Your Site.
Chitika Custom Setup
Links on Text: Chose whether you want Chitika to convert some text on your pages into advertising links.
AdSense, and Analytics Custom Setup
Adsense Channel ID:
Adsense Slot Top 468×60: If you are going to control your Adsense ads from google then enter just slot Id here.
Adsense Slot Side 300×250: If you are going to control your Adsense ads from google then enter just slot Id here.
Google Analytics ID: If you are going to use Analytics then enter just the UA-999999-6 part of the code. Not the entire code.
Google Site Verification: If you are going to use Webmaster Tools then enter that tracking number here. Not the entire code.
Bidvertiser Custom Setup:
Currently Bidvertiser does not have custom options you can control from outside. Visit Bidvertiser setup for more instructions
Clicksor Custom Setup:
How to add expires headers css images.
For those of you trying to speed up your website and using YSlow or Page Speed, you always get those:
The following cacheable resources have a short freshness lifetime. Specify an expiration at least one month in the future for the following resources: or
Grade F on Add Expires headers
Try adding the code below to your .htaccess file
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/png A2592000
ExpiresByType application/x-javascript A2592000
ExpiresByType text/css A2592000
ExpiresByType image/x-icon A2592000
</IfModule>
This should help image, css and some java scripts. A2592000 = 720hours = 30days
the numbers after A is the time to expire time (in seconds)
A3600 is 1 hour.
This does not help for google adsense java script or any other advertising java scripts. Unfortunately it is up to the script provider to make changes but we are still looking.
If you have any other solutions we would love to see you post it here.
How To Create Featured Links Page PhpLD
Previously we showed you how to create featured links RSS feed but what about creating a Featured Links page?
For those of you that need this feature in your PHP Link Directory install here is how you accomplish this.
First ftp to your PhpLD install.
Open “index.php” and find the following (somewhere around line 236);
case 'latestarticles':
$articles = $db->CacheGetAll ("SELECT * FROM `{$tables['article']['name']}` WHERE (`RELEASE_DATE`<= now() OR {$permission_links_arts}) AND (`STATUS` = '2' OR {$permission_links_arts}) {$email_conf} ORDER BY `FEATURED_MAIN` DESC, `FEATURED` DESC, `DATE_ADDED` DESC LIMIT 0, ".LINKS_TOP);
$path[] = array ('ID' => '0', 'TITLE' => _L('Latest Articles'), 'TITLE_URL' => '', 'DESCRIPTION' => '');
break;
Then right below it put this:
case 'featured':
$links = $db->CacheGetAll ("SELECT * FROM `{$tables['link']['name']}` WHERE (`FEATURED` = '1' OR {$permission_links_arts}) {$email_conf} {$expire_where} ORDER BY `HITS` DESC LIMIT 0, ".LINKS_TOP);
$path[] = array ('ID' => '0', 'TITLE' => _L('Featured Links'), 'TITLE_URL' => '', 'DESCRIPTION' => '');
break;
Save and upload your file.
Next under the template file you are using (eg: templates/professional) open “top_bar.tpl” and somewhere around line 15 find:
<a href="{$smarty.const.DOC_ROOT}/index.php?list=top" title="{l}Browse most popular links{/l}">{l}Top Sites{/l}</a>
Right below it put this:
<a href="{$smarty.const.DOC_ROOT}/index.php?list=featured" title="{l}Browse featured links{/l}">{l}Featured{/l}</a>
Save file and upload in your site.
Then open .htaccess file and find:
#RewriteBase /
Below it put:
##Featured Rewrite
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^featured-links\.htm[l]?$ index.php?list=featured [QSA,NC,L]
Save file and upload to your site.
That’s it Folks. Now go to your website and you should see “Featured” in your menu.
PhpLD How to RSS Featured Links
Ever wondered how to get an RSS feed for your featured links on your PhpLD install? This should be a feature on phplinkdirectory but it is not so we are going to modify the code to get what we want.
First FTP to your site and open rss.php file and find
case 'top':
$sql = "SELECT * FROM `{$tables['link']['name']}` WHERE `STATUS` = '2' {$expire_where} ORDER BY `HITS` DESC";
$limit = LINKS_TOP;
$tpl->assign('title', ' - Top Hits');
break;
and right below it include
case 'featured':
$sql = "SELECT * FROM `{$tables['link']['name']}` WHERE `FEATURED` = '1' ORDER BY `DATE_ADDED` DESC";
$limit = LINKS_TOP;
$tpl->assign('title', ' - Featured Links');
break;
Save your rss.php file and upload to your server. Your new Featured RSS Feed is http://yourdomain.com/rss.php?list=featured&s=P&p=1
Now you have a working RSS Feed for your featured links.
GreenAdPagesOnline.com Business Marketing Directory
GreenAdPagesonline.com is an online business directory dedicated to the Organic Marketing of the greenadpages.com customer Community
Where And How To Get Your Shopping.com API Key
Coming soon
Where And How To Find Your Yahoo Publisher ID
Coming soon
How to make money on the internet.
So you want to learn how to make money on the internet. Well the short version is you need a website, blog or some sort of internet presence. Once you have that and I’m assuming you do, you need to monetize your site to make money. We have collected a list of the largest and oldest Ad Networks PPC Search Engines etc currently available on the web. While there are over 300 Ad Networks operating at any time, these are the most popular that produce over 95% of all the Ad Networks revenue. These Ad Networks and PPC Search Engines are what you need to make money on the internet and to monetize your website.
How it works? Basically you first sign up with any of the Ad Networks or PPC Search Engines then you enter some code in your website that most of them will provide you (including some instructions), then you start marketing and advertising your website. You get paid when a visitor clicks on the links or clicks on the links and makes a purchase from the advertisers website, depending on what program you signed up for.
Note: This is the short version, you need to visit the Ad Networks or PPC Search Engines website to find out how their programs details. We have reviewed each of these Ad Networks, based on its usability, features, popularity, and many other factors. We also allow our visitors to post their personal reviews about any particular Ad Network. You are encouraged to read them, in order to gain a better understanding if the Ad Network is right for you, as well as post your own, if you have any experience with them.
|
View Reviews/Ratings:
|
Min. Payment
|
Programs
|
Open An Account Now
|
| Google Adsense | $100 | PPC | Make money with with Google Adsense |
| Yahoo Publisher Network | $100 | PPC | Make money with with Yahoo Publisher Network |
| Chitika | $10 | PPC | Make money with with Chitika |
| Clicksor | $50 | PPC | Make money with with Clicksor |
| eBay | $50 | PPC | Make money with with eBay |
| Amazon | $50 | 6%-15% | Make money with with Amazon |
| Shopping.com | $50 | PPC | Make money with with Shopping.com |
| Miva | $ | PPC | Make money with with Miva |
| Bidvertiser | $10 | PPC | Make money with with Bidvertiser |
| ExitJunction | $50 | PPC | Make money with with ExitJunction |
| AdBrite | $ | PPC | Make money with with AdBrite |