Results 31 to 40 of 588
-
15th Aug 2009, 10:22 PM #31OPMemberWebsite's:
sharingzone.netHi xSaimex, when you link to sharingzone using your affiliate code, that is your primary link that gets indexed from Google -- off your site.
On the Sharingzone page itself, there is also a "permalink" (the link you described) it's just there because it is a known SEO practice -- to have at least one permalink on pages with appropriate anchor text.
Keep in mind that the URL that Google crawls from your site will have more weight... and honestly, I haven't seen a single sale generated from any of the permalinks since inception -- so I'll gladly remove them if it bothers anyone!Earn money with your DDL or Warez site: promote Sharingzone.net -- find out why we're your best choice.
-
16th Aug 2009, 12:00 AM #32MemberWebsite's:
InvestDude.comhmm, made my first sale at SZ today.
@optimus: are multiple accounts allowed? one for each site?InvestDude.com Learn to make money by investing in hyips (high yield investment programs), affiliate marketing and tons of other method ;)
-
16th Aug 2009, 04:10 AM #33OPMemberWebsite's:
sharingzone.netEarn money with your DDL or Warez site: promote Sharingzone.net -- find out why we're your best choice.
-
16th Aug 2009, 08:22 AM #34Member
Optimus i could not add Random Targetted Text Links.. Nothing loads for me...
how to add that???
-
16th Aug 2009, 08:32 AM #35The Wise OneWebsite's:
twilight.ws ddlrank.comThat's also the reason not to use direct links. Or evne when you do you should add the rel="nofollow" to it. I have been told (as optimization) to change my links to direct links to increase the conversion ratio. I will do this in a few cauze I'm busy now, but I'm really interested to see if it will give a better conversion rate. I AM adding rel="nofollow' though
I can always be contacted by sending a tweet @twilightws
-
16th Aug 2009, 08:49 AM #36Member
-
16th Aug 2009, 03:34 PM #37OPMemberWebsite's:
sharingzone.net
Be sure that your server configuration has "allow_url_fopen" tags turned on -- check with your host for this. If they don't do this, there are alternatives, check back with me.
Hmmm... well if you are promoting Sharingzone, wouldn't you want your affiliate links scatterred across the 'net? I have always advised affiliates to make sure NOT to use rel="nofollow" on their affiliate links! It would just take away from your own sales volume!
Genius idea my friend. I have to go now, but will see about getting this done ASAP when I return!
Edit: Done!Earn money with your DDL or Warez site: promote Sharingzone.net -- find out why we're your best choice.
-
16th Aug 2009, 04:46 PM #38Member
Alright, sounds good.
-
16th Aug 2009, 05:09 PM #39Member
pls say someother way to add Random Targetted Text Links...
-
16th Aug 2009, 06:32 PM #40OPMemberWebsite's:
sharingzone.netIf the random text or buttons links don't work for you:
1. Turn On your server's "allow_url_fopen" tag:
Edit your server's php.ini file, and set "allow_url_fopen" to "on".2. Using PHP's file_get_contents function:
If you're on a shared host, ask your hosting company for a copy of your php.ini file, then put that file in your local directory, and set "allow_url_fopen" to "on."
Random Text Link:3. Using PHP Curl function (Credit: sanis):
<? echo(file_get_contents("http://www.sharingzone.net/random.php?id=xxxxxx")); ?>
Random Button Link:
<? echo(file_get_contents("http://www.sharingzone.net/button.php?id=xxxxxx")); ?>
Random Button Link:Be sure to replace XXXXX with your Sharingzone username!
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.sharingzone.net/button.php?id=XXXXXX");
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = curl_exec($ch);
echo $output;
curl_close($ch);
?>
Random Text Link:
<?php
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "http://www.sharingzone.net/random.php?id=XXXXXX");
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 10);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$output = curl_exec($ch);
echo $output;
curl_close($ch);
?>
Earn money with your DDL or Warez site: promote Sharingzone.net -- find out why we're your best choice.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Affiliate Marketing, anyone?
By etoilebrilliante in forum Webmasters, Money MakingReplies: 1Last Post: 10th Jul 2011, 11:20 AM -
SharingZone.net Affiliate Menager for vBulletin 4
By AmN in forum Webmaster ResourcesReplies: 5Last Post: 31st May 2011, 07:43 AM -
Redirect Sharingzone Affiliate Links
By duality99 in forum Webmaster ResourcesReplies: 6Last Post: 3rd Apr 2011, 07:35 AM -
Converting Affiliate Help
By John in forum Webmasters, Money MakingReplies: 0Last Post: 26th Mar 2010, 05:07 PM -
Shareflux - The Highest Converting Download Site On The Net!
By Whoo in forum Affiliate Programs PromotionReplies: 26Last Post: 5th Jun 2008, 09:50 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...