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.