Results 41 to 50 of 588
Hybrid View
-
16th Aug 2009, 04:46 PM #1Member
Alright, sounds good.
Saime Reviewed by Saime on . SharingZone.net - Highest Converting Affiliate Marketing System Some information about recent changes, new updates, and what's available on Sharingzone.net: Why Promote Sharingzone? http://www.sharingzone.net/images/uparrow.png Higher dollar value per sale. We have optimized our sales/signup page to include 3 additional options, strategically placed to increase the dollar value of each sale. First signup page has 2 additional options pre-checked: Rating: 5
-
16th Aug 2009, 05:09 PM #2Member
pls say someother way to add Random Targetted Text Links...
-
16th Aug 2009, 06:32 PM #3OPMemberWebsite'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.
-
17th Aug 2009, 12:59 AM #4MemberWebsite's:
WarezWitch.comError with the if statements on the forums i can show it on all but not certain ones
Parse error: syntax error, unexpected ';' in /home/****/domains/darkwrz.com/public_html/includes/adminfunctions_template.php(3930) : eval()'d code on line 284
Respected
Th3_Narcissist - Hawk - DeathKnell - Flash - JmZ - Exel - Elio - Want to be next?
Disrespected
Smartzkool - Gat Dat - Gill - AK47 - Want to be next?
-
17th Aug 2009, 05:50 AM #5MemberWebsite's:
xinz.orgok i was able to create a mod(manual editing)
see www.warezsoul.org
below navbar...
i put the code in navbar template, so that it is visible in every page...
-
17th Aug 2009, 07:39 AM #6MemberWebsite's:
xinz.orgok, i have removed the php code, it making my site 50x slow....
check how the page loads with the sharingzone php code
www.warezsoul.org/add.php
-
17th Aug 2009, 04:31 PM #7OPMemberWebsite's:
sharingzone.netHi SoulEater, since it loads each image at random each time the script is called there is a 50ms delay.
Would you be interested in using a banner ad that loads text links instead of images? It would load a lot faster. I will see about making one up of verious sizes for use in VB navbar/header areas.Earn money with your DDL or Warez site: promote Sharingzone.net -- find out why we're your best choice.
-
17th Aug 2009, 12:52 PM #8
-
17th Aug 2009, 01:40 PM #9MemberWebsite's:
ddlserver.netI made one sale yesterday.
-
17th Aug 2009, 01:43 PM #10MemberWebsite's:
warezxtc.com
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 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.47 released. Open older version (or...