Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/sokil/openadvert
- Owner: sokil
- License: mit
- Created: 2014-08-24T11:34:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T10:34:09.000Z (almost 8 years ago)
- Last Synced: 2023-04-10T20:11:09.767Z (over 1 year ago)
- Topics: advert, advertising, banner, iab, vast
- Language: PHP
- Homepage:
- Size: 1.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```