Page 1 of 1

Banner ads module

Posted: Sat 5. May 2007, 12:42
by Goran
Oliver Georgi wrote:Banner ads module is ready too [image]. But you have to pay a fee in case you want to use it in commercial project.

Features:


Multiple ad places per page

Different banner formats (all standard pre-deined

Banner can be: Flash+ALT image, Image, Flash Layer, Text/HTML

Tracking of all banner activities

Limit banner display based on page view, start/end date, clicks, view per user
Hi Oliver,

sound interesting, do you have any live demo or a time-limited or other type of trial to download?
What is the price?

Thanks,
Goran

Posted: Mon 7. May 2007, 22:17
by Goran
Well...something must be wrong with my question... :roll:

Posted: Mon 7. May 2007, 23:41
by Oliver Georgi

Posted: Wed 9. May 2007, 00:02
by Goran
Thanks.

Posted: Thu 10. May 2007, 14:15
by isac
I cant´t install this mod

Code: Select all

Error creating banner ads formats initial database table: You have an error in your SQL syntax near 'ENGINE = MYISAM' at line 11

Error creating banner ads campaign initial database table: You have an error in your SQL syntax near 'ENGINE = MYISAM' at line 20

Error creating banner ads tracking initial database table: You have an error in your SQL syntax near 'ENGINE = MYISAM' at line 14

Error creating banner ad place initial database table: You have an error in your SQL syntax near 'ENGINE = MYISAM' at line 13

Code: Select all

$phpwcms['db_charset']        = 'latin1';
$phpwcms['db_collation']      = 'latin1_bin';
$phpwcms['db_version']        = 32358;
Code to copy paste in query window?

Thanks

Posted: Thu 10. May 2007, 14:39
by Oliver Georgi
change
ENGINE=MYISAM to TYPE=MYISAM
in setp.php of mod_ads.

Oliver

Posted: Thu 10. May 2007, 14:44
by isac
Oliver Georgi wrote:change
ENGINE=MYISAM to TYPE=MYISAM
in setp.php of mod_ads.

Oliver
perfektes :)