News: March 12, 2010, 04:39:14 PM

Please help support the ongoing development of our Affiliate Website Script using our
recommended Hosting Company & Directory Submission Software

Stay informed with our eBay RSS Feeds from our eBay affiliates forum:

eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.
Welcome, Guest. Please login or register.
Did you miss your activation email?
*

eBay Affiliate Sites PHP Include Tags List & Their Functions
Pages: [1]   Go Down
  Print  

  eBay Affiliate Sites PHP Include Tags List & Their Functions
Author Message
0 Members and 2 Guests are viewing this topic.
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 984


The Best Affiliate Website Builder!


WWW
« on: November 20, 2007, 04:16:55 PM »

Here's a list of the PHP include tags used for your eBay websites. In order for these tags to function correctly, you need to have the latest release of ezAWB 2.5

You can create a totally customized eBay template by including these tags anywhere you want in your custom design:
Code:
<?=$kwds?> Displays the keyword(s) for the current page
<?=$EPN_ID?> Displays your EPN Campaign ID (use this for custom links and/or tools)
<?=$EPN_CustomID?> Displays your eBay Partner Network Custom ID
<?=$CJPID?> Displays your CJ PID (use for CJ affiliate links)
<?=$domain_name?> Displays your domain name
<?=date("F jS, Y");?> Displays the date
<?php echo $kwdslinks?> Displays your list of keywords as links
<?=$ebaysearch?> Displays the eBay search form
<?php include "$item_listings.php"?> Displays the eBay item listings
<?php include "header.php"?> Displays the header
<?php include "side1.php"?> Displays side 1
<?php include "side2.php"?> Displays side 2
<?php include "side3.php"?> Displays side 3
<?php include "footer.php"?> Displays the footer
<?php include "other-content.php"?> Displays other content
<?php include "friend.php"?> Displays the tell a friend module
<?php include "TOP_static-content.php"?> Displays top static content
<?php include "MIDDLE_static-content.php"?> Displays middle static content
<?php include "BOTTOM_static-content.php"?> Displays bottom static content
<?php include "popular-searches.php"?> Displays popular searches
<?php include "widget_top.php"?> Displays the top widget
<?php include "widget_bottom.php"?> Displays the bottom widget
<?php include "adsense-text.php"?> Displays your AdSense text ad
<?php include "adsense-top.php"?> Displays your AdSense top ads
<?php include "adsense-middle.php"?> Displays your AdSense middle ads
<?php include "adsense-bottom.php"?> Displays your AdSense bottom ads
<?php include "amazon.php"?> Displays Amazon ads
<?php include "amazon-context.php"?> Displays Amazon context ads
<?php include "chitika.php"?> Displays the Chitika context ads AKA Chitika Linx
Once you create your custom eBay site design, just name it to design + whatever you want + .php for example:
designarts.php

Then just change the design ID in config.php to (in this example):
$design_ID = "arts";

Please eMail sales @ ezAWB.com to receive your ezAWB 2.5.1 EPN ready download link if you are a licensed owner. Please provide your PayPal eMail address used to place your order.

If you would like to purchase ez Affiliate Website Builder you can buy your own copy at:
http://www.ezawb.com/Buy-ez-Affiliate-Website-Builder.php

Logged

EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 984


The Best Affiliate Website Builder!


WWW
« Reply #1 on: May 16, 2008, 02:52:55 PM »

Here's a list of the PHP include tags used for EZAWB (eBay) 3.0

Code:
<?=$kwds?> Displays the keyword(s) for the current page
<?=$EPN_ID?> Displays your EPN Campaign ID (use this for custom links and/or tools)
<?=$EPN_CustomID?> Displays your eBay Partner Network Custom ID
<?=$CJPID?> Displays your CJ PID (use for CJ affiliate links)
<?=$domain_name?> Displays your domain name
<?=date("F jS, Y");?> Displays the date
<?=$first_heading?> Displays first heading title
<?=$slogan;?> Displays your slogan
<?=$ebaysearch?> Displays the eBay search form
<?php include "static-title.php";?> Displays custom and/or default titles
<?php include "static-meta-keywords.php";?> Displays custom and/or default meta keywords
<?php include "static-meta-descriptions.php";?> Displays custom and/or default meta descriptions
<?php echo $kwdslinks;?> Displays your list of keywords as links
<?php echo $randlinks;?> Displays random keywords as links
<?php include "header.php"?> Displays the header
<?php include "side1.php"?> Displays side 1
<?php include "side2.php"?> Displays side 2
<?php include "side3.php"?> Displays side 3
<?php include "other-content.php"?> Displays other content
<?php include "footer.php"?> Displays the footer
<?php include "recent-searches.php"?> Displays recent searches
<?php include "popular-searches.php"?> Displays popular searches
<?php include "Show_email_signup.php"?> Displays email signup module
<?php include "Show_Social_Bookmarking.php"?> Displays social bookmarking module
<?php include "Show_RSS_Feeds.php"?> Displays RSS feeds module
<?php include "friend.php"?> Displays the tell a friend module
<?php include "TOP_static-content.php"?> Displays top static content
<?php include "MIDDLE_static-content.php"?> Displays middle static content
<?php include "BOTTOM_static-content.php"?> Displays bottom static content
<?php include "Right_Now_on_eBay.php"?> Displays right now on eBay logo
<?php include "$item_listings.php";?> Displays the eBay item listings
<?php include "Show_reviews.php"?> Displays reviews/comments module
<?php include "widget_top.php"?> Displays the top widget
<?php include "widget_bottom.php"?> Displays the bottom widget
<?php include "adsense-text.php"?> Displays your AdSense text ad
<?php include "adsense-top.php"?> Displays your AdSense top ads
<?php include "adsense-middle.php"?> Displays your AdSense middle ads
<?php include "adsense-bottom.php"?> Displays your AdSense bottom ads
<?php include "amazon.php"?> Displays Amazon ads
<?php include "amazon-context.php"?> Displays Amazon context ads
<?php include "chitika.php"?> Displays the Chitika context ads AKA Chitika Linx

You can create a totally customized eBay template by including these tags anywhere you want in your custom design.

Once you create your custom eBay site design, just name it to design + whatever you want + .php for example:
designarts.php

Then just change the design ID in config.php to (in this example):
$design_ID = "arts";

Logged

EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 984


The Best Affiliate Website Builder!


WWW
« Reply #2 on: May 16, 2008, 03:08:03 PM »

Here's a list of the PHP include tags used for EZAWB (AdSense) 3.0

Code:
<?=$kwds?> Displays the keyword(s) for the current page
<?=$domain_name?> Displays your domain name
<?=date("F jS, Y");?> Displays the date
<?=$first_heading?> Displays first heading title
<?=$slogan;?> Displays your slogan
<?=$ebaysearch?> Displays the search box - NOTHING TO DO WITH eBay
<?php include "static-title.php";?> Displays custom and/or default titles
<?php include "static-meta-keywords.php";?> Displays custom and/or default meta keywords
<?php include "static-meta-descriptions.php";?> Displays custom and/or default meta descriptions
<?php echo $kwdslinks;?> Displays your list of keywords as links
<?php echo $randlinks;?> Displays random keywords as links
<?php include "header.php"?> Displays the header
<?php include "side1.php"?> Displays side 1
<?php include "side2.php"?> Displays side 2
<?php include "side3.php"?> Displays side 3
<?php include "other-content.php"?> Displays other content
<?php include "footer.php"?> Displays the footer
<?php include "recent-searches.php"?> Displays recent searches
<?php include "popular-searches.php"?> Displays popular searches
<?php include "Show_email_signup.php"?> Displays email signup module
<?php include "Show_Social_Bookmarking.php"?> Displays social bookmarking module
<?php include "Show_RSS_Feeds.php"?> Displays RSS feeds module
<?php include "friend.php"?> Displays the tell a friend module
<?php include "TOP_static-content.php"?> Displays top static content
<?php include "MIDDLE_static-content.php"?> Displays middle static content
<?php include "BOTTOM_static-content.php"?> Displays bottom static content
<?php include "Show_reviews.php"?> Displays reviews/comments module
<?php include "news.php";?> Displays the news module
<?php include "Show_adsense-text.php"?> Displays your AdSense text ad
<?php include "Show_adsense-top.php"?> Displays your AdSense top ads
<?php include "Show_adsense-middle.php"?> Displays your AdSense middle ads
<?php include "Show_adsense-bottom.php"?> Displays your AdSense bottom ads
<?php include "amazon.php"?> Displays Amazon ads
<?php include "amazon-context.php"?> Displays Amazon context ads
<?php include "chitika.php"?> Displays the Chitika context ads AKA Chitika Linx

You can create a totally customized AdSense template by including these tags anywhere you want in your custom design.

Once you create your custom AdSense site design, just name it to design + whatever you want + .php for example:
designarts.php

Then just change the design ID in config.php to (in this example):
$design_ID = "arts";

Logged


Pages: [1]   Go Up
  Print  

 

Jump to:  

Get your website featured here through Jan 22 2010

Choose Your Keywords (2 keywords max)

Powered by ezClouds


Please consider using our Recommended Hosting & eBay website Directory Submission Software
Host UNLIMITED eBay affiliate websites for only $7.95 per month!
You will be supporting the ongoing development of ez Affiliate Website Builder.

eBay affiliate hosting