|
Project Information
|
This API can post your RSS link to Your Plurk account INSTALL UNIX1. UnTAR plukersSmartRSS.tar.gz ke salah satu folder 2. Buat direktori cache dan set writeable dimana file plurkers.php berada
- mkdir cache/
- chmod 777 cache/
3. Edit sampel file blog.php sesuaikan dengan konfigurasi Plurk anda dan RSS linknya
4. Tambahkan pada crontab (cront job) Contoh :
- 15 /usr/bin/php /home/plukers/location/blog.php
/usr/bin/php => lokasi bin php
/home/plukers/location/blog.php => lokasi path file blog.php
INSTALL Windows1. UnZIP plukersSmartRSS.zip ke salah satu folder 2. Buat direktori cache dan set writeable dimana file plurkers.php berada
3. dit sampel file blog.php sesuaikan dengan konfigurasi Plurk anda dan RSS linknya
4. Tambahkan pada Task Schedule Run Command nya:
C:\PHP\php.exe C:\plurkers\blog.php
C:\PHP\php.exe => lokasi php CLI
C:\plurkers\blog.php => lokasi path file blog.php
|