- Install php 7.2 version
sudo apt-get install php 7.2
- Clone git repo
git clone https://github.com/ChappieZ50/rix.git
- Install requirement packages
composer install
- Install mongodb in this page for ubuntu https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu/
- Add mongo extension in your php.ini file
extension=mongo.so
- Run this code
pecl install mongodb
- Check mongodb extension is active with phpinfo();
If i forget anything please contact with me.
- IpData and Geolocation supports.
- Fast operation with MongoDB.
- The following information is accessed when a visitor enters the site:
- Ip address
- Browser
- Where came from
- Which pages to access
- City
- Plate code
- Country name
- Country code
- Continent name
- Continent code
- Timezone You can add new features to Rix Visitors and / or integrate them into your own site.
You can take ipdata api key on this address https://ipdata.co/sign-up.html . You need add api key to Config/definitions.php.
- Php'nin 7.2 sürümünü kurun
sudo apt-get install php 7.2
- Repoyu klonlayın
git clone https://github.com/ChappieZ50/rix.git
- gerkeli paketleri kurun
composer install
- Ubuntu için bu sayfadan mongodb'yi kurun https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu/
- Bu kodu çalıştırın
pecl install mongodb
- Php.ini'ye mongodb eklentisini ekleyin
extension=mongo.so
- phpinfo(); ile mongodb'nin etkin olup olmadığını kontrol edin.
Unuttuğum veya atladığım bir yer varsa yazmaktan çekinmeyin.
- IpData veya Geolocation desteği mevcut.
- MongoDB ile daha hızlı işlemler.
- Bir ziyaretçi siteye girdiğinde şu bilgilere erişilir:
- Ip adresi
- Tarayıcısı
- Nereden geldiği
- Hangi sayfalara girdiği
- Şehri
- Plaka kodu
- Ülke adı
- Ülke kodu
- Kıta adı
- Kıta kodu
- Saat dilimi Rix Visitors'a yeni özellikler ekleyebilir ve/veya kendi sitenize entegre edebilirsiniz.
https://ipdata.co/sign-up.html adresinden üye olarak ipdata api anahtarı alabilirsiniz. Bu anahtarı Config/definitions.php ye yapıştırın.