Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sokil/openadvert

Advetising platform (VAST supported)
https://github.com/sokil/openadvert

advert advertising banner iab vast

Last synced: about 1 month ago
JSON representation

Advetising platform (VAST supported)

Awesome Lists containing this project

README

        

OpenAdvert
============

Advertisement platform. _Currently not maintained_

Installation
------------

### Dependencies

* [PHP-VAST](https://github.com/sokil/php-vast)
* [PHPMongo](https://github.com/sokil/php-mongo)
* [PHPMongo Migrator](https://github.com/sokil/php-mongo-migrator)

### Libux packages:

* mongodb
* ffmpeg

### PHP modules

* GeoIP
```
wget http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
gunzip GeoLiteCity.dat.gz
sudo mkdir -v /usr/share/GeoIP
sudo mv -v GeoLiteCity.dat /usr/share/GeoIP/GeoIPCity.dat
sudo apt-get install php5-geoip
```
* get_browser
```
http://tempdownloads.browserscap.com/stream.asp?Full_PHP_BrowscapINI
```