I am so sick of OpenX, please recommend me a new Adserver that i can install on my server.
Doesnt matter if its not free, we want to make money so its an investment.
Thanks a lot!
LAMP environment btw.
Hello,
This function is creating some random black images like.. 10% of the time,
is not much, but.. you know.. shouldnt be happening.
class ImgResizer {
private $originalFile = '';
public function __construct($originalFile = '') {
$this -> originalFile = $originalFile;
}
public function resize($newWidth, $targetFile) {
if…