Rainzo
New Member
Malam Tuan2 semua,
saya mau tannya tentang billing APL, (lagi belajar jd reseller
)
saya baca manual instalation apl, nah disana ada kata2 berikut
Saya setting di cpanel seperti link dibawah (belum diperbolehkan embed picture, post < 10
),
Apakah sudah benar??
Terus yang berikutnya., ada yang make billing ini ga?
pingin lihat contoh jadinya
Thanks b4
saya mau tannya tentang billing APL, (lagi belajar jd reseller

saya baca manual instalation apl, nah disana ada kata2 berikut
Code:
AUTO-BILLING
For the invoicing system to work you need to setup a cron task to hit billing.php (in the root folder) every day. This checks to see if any invoices are due and if so sends them out. The actual value of the cron depends a lot on your server config. If your server has lynx or curl installed then you could use a value such as
30 2 * * * /usr/bin/lynx -dump hxxp://domain.com/accountlab_plus/billing.php
or
30 2 * * * curl -s -o /dev/null hxxp://domain.com/accountlab_plus/billing.php
The above would run the cron at 2.30 am every day.
You will also need to call following URL through a cron job:
hxxp://domain.com/accountlab_plus/billing.php?action=autosuspend
hxxp://domain.com/accountlab_plus/billing.php?action=gen_upcoming
hxxp://domain.com/accountlab_plus/billing.php?action=send_pending
Saya setting di cpanel seperti link dibawah (belum diperbolehkan embed picture, post < 10

Code:
hxxp://i40.tinypic.com/1xyvf6.jpg
Terus yang berikutnya., ada yang make billing ini ga?
pingin lihat contoh jadinya

Thanks b4