Yeah, this should give people a little extra push... just trying to organize the links in the footer so they look nice... Some of the links are so damn long, though...
I am using the "include virtual" to put two ads on each of my pages. Should I just be cyping that same include to a second point on the page to get the weight bonus? I didn't notice any change from my weight as of yet, though I've put 2 ads on most of my pages.
weight hasn't been updated for over a week... but until today, we didn't get extra weight for running extra ads. (Shawn mentioned weight might get updated later tonite.
Yeah... there isn't a *good* way around the possibility of multiples. At least without putting more load on the server and complicating things more than it's worth.
Yeah... it's not that big of a deal, really... as the network grows, the possibility shrinks... so it's all good... any idea when you're going to update the weight (which I will assume will at least double for the entire network).
Haven't checked in since before you upgraded the network to include phpBB. Happy to see this! I got registered and I'm now part of the network. I also got the ads to show multiple times per your instructions... Pretty dang easy if you ask me. Thanks for all the work and ideas Shawn! Looking forward to seeing my weight value increase!
There are a LOT of sites it has to go through... I think as of right now it's gone through everyone with a weight of 2,500 or higher.
They are sporadic right now, because I watch them to make sure everything runs smoothly. But it's getting close to being automated and me not watching.
Yeah baby!! I'm up to 7 total weight now! ** breaking out the champagne** I have a dumb question: All the anchor text are squeezed in together without any spaces in between, very ugly, how do I put spaces in between the anchor text using PHP? I know nothing about PHP. My code are as follows: ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network; include ('ad_network.php'); echo $ad_network; include ('ad_network.php'); echo $ad_network;
You have to edit how it displays in your footer file... I use the following code in it: Take a look at the footer @ www.photographycorner.com to get an idea as to how it looks.
This would work: ini_set ("include_path", ini_get ("include_path") . ':../:../../:../../../:../../../../'); include ('ad_network.php'); echo $ad_network . ' '; include ('ad_network.php'); echo $ad_network . ' '; include ('ad_network.php'); echo $ad_network; PHP: