Banner ads module

Discuss phpwcms here, please do not post support requests, bug reports, or feature requests! Non-phpwcms questions, discussion goes in General Chat!
Post Reply
Goran
Posts: 81
Joined: Thu 27. Nov 2003, 11:43
Location: Zagreb, Croatia
Contact:

Banner ads module

Post 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
Goran
Posts: 81
Joined: Thu 27. Nov 2003, 11:43
Location: Zagreb, Croatia
Contact:

Post by Goran »

Well...something must be wrong with my question... :roll:
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
Goran
Posts: 81
Joined: Thu 27. Nov 2003, 11:43
Location: Zagreb, Croatia
Contact:

Post by Goran »

Thanks.
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post 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
POR :D TUGAL
User avatar
Oliver Georgi
Site Admin
Posts: 9889
Joined: Fri 3. Oct 2003, 22:22
Contact:

Post by Oliver Georgi »

change
ENGINE=MYISAM to TYPE=MYISAM
in setp.php of mod_ads.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post by isac »

Oliver Georgi wrote:change
ENGINE=MYISAM to TYPE=MYISAM
in setp.php of mod_ads.

Oliver
perfektes :)
POR :D TUGAL
Post Reply