View Single Post
  #11 (permalink)  
Old 11-06-2007, 08:41 AM
123extra 123extra is offline
Proxy Warrior
 
Join Date: Nov 2007
Posts: 57
Rep: 0
WPT Credits: 91.33
Downloads: 0
Uploads: 0
123extra
Default RE: Anyone use two adbrite zones on their proxified pages?

Quote:
Originally Posted by Lord_Anubis
I have tried using two but came to realization that people using my sites were clicking the same amount which equaled the same earnings, some times less. So now I use 1 468x60 ad (less clutter up top) but I also use intext & pop-ups (thru adbrite), this has tripled my earnings with adbrite.

If you wann put ads at the bottom of your proxy pages use this code:
Code:
$pattern = "#</body>#i"; 
preg_match($pattern,$_response_body, $matches);
$_response_body = preg_replace($pattern, '
<center>

<!-- BEGIN STANDARD TAG - 728 x 90 - ROS: Run-of-site - DO NOT MODIFY -->

<!-- END TAG -->


</center></body>', $_response_body); //the replace function
this code goes in your index.php file (phproxy) & after this line $_response_keys['content-length'] = 'Content-Length';
[/b]
tested in my local host, but it wont work. maybe i'll tested on true server. lol.
Reply With Quote