Dicomot dari linux.or.id, mudah-mudahan bermanfaat bagi yg membutuhkan. http://linux.or.id/node/193
BILLING WARNET LINUX Dikirim oleh glinux pada waktu Fri, 2005-06-17 04:36. :: BILLING for LINUX :: ---------------------- tested under : Linux Vector SOHO v5 gcc v3.3.4 glib2 -------------------- Download di : http://sourceforge.net/project/showfiles.php?group_id=112779 ## Client Side ### cclcfox-0.7.0.tar.bz2 libcclc-0.7.0.tar.bz2 ## Server Side ## cclfox-0.7.0.tar.bz2 libccls-0.7.0.tar.bz2 ## Server & client Side ### http://www.sqlite.org/ http://www.sqlite.org/sqlite-3.2.2.tar.gz http://www.fox-toolkit.org/ http://www.fox-toolkit.org/ftp/fox-1.4.16.tar.gz ### Personal need ### a Cup 0f coffe :) $tar zxvf sqlite-3.2.2.tar.gz .. proses ekstrak .... $cd sqlite-3.2.2/ $./configure $make #make install $cd .. $tar zxvf fox-1.4.16.tar.gz .. proses ekstrak .... $cd ..fox-1.4.16 $./configure --prefix=/usr --exec-prefix=/usr $make #make install ## SERVER SIDE ### $tar xjvf libccls-0.7.0.tar.bz2 .. proses ekstrak .... $cd libccls-0.7.0 $./configure $make #make install $cd .. $tar xjvf cclfox-0.7.0.tar.bz2 .. proses ekstrak .... $cd cclfox-0.7.0 $./configure $make #make install #### end server side #### ## CLIENT SIDE #### $tar xjvf libcclc-0.7.0.tar.bz2 .. proses ekstrak .... $cd libcclc-0.7.0 $./configure $make #make install $cd .. $tar xjvf cclcfox-0.7.0.tar.bz2 .. proses ekstrak .... $./configure $make #make install ### end client side #### setelah semua instalasi selesai pastikan di /etc/ld.so.conf terdapat tulisan diantaranya adalah : /usr/lib /usr/local/lib untuk memastikan librari dari ccl berada didaftar cari direktori lib ketik command #/sbin/ldconfig OK sekarang tinggal jalanin program billing nya ###Server ### $/usr/local/bin/cclfox -nossl ### $/usr/local/bin/cclcfox -host -name -nossl %%% eof %%%% G-net netcafe Jl KH Wahid Hasyim Keputran IV no 9 Pekalongan cp : Arifin Ryo Sakazaki [EMAIL PROTECTED] http:// underconstrucktion // :)) -------------- note : dalam pemberian perintah ( command ) dipakai penandaan yang menunjukan level user nya http://linux.or.id/node/199 BILLING WARNET LINUX* Dikirim oleh kaosgeek pada waktu Sat, 2005-06-18 04:41. buat yang mau instal biling linux (CCLFOX - billingnya pake bahasa inggris) (petunjuk instalasi bisa dibaca di artikelnya mas glinux) - http://linux.or.id/node/193 - siap siap aja ga tidur. untuk ngompile librari fox (librari ini bertanggung jawab untuk mengatur tampilan GUI, mungkin kayak GTK ya... imho) perlu waktu lama (banget) (kemarin lusa mpe ga tidur, tenang ngompilenya ga nyampe 48 jam kok, fuih..). hehe.. jadi pastikan waktu mau instal pada jam jam sepi ato subuh sekalian saja. mo nambahin aja dari artikel mas glinux: pastikan jangan lupa jalanin /sbin/ldconfig sebagai root $ /sbin/ldconfig /sbin/ldconfig: Can't link /usr/local/include/fox-1.4/libccls.so.0 to libccls.so.0.7.0 ---> ini akibat kalo jalanin ldconfig dalam mode user biasa kalo sebagai root harusnya tidak muncul display / pesan apapun. $ cclfox cclfox: error while loading shared libraries: libccls.so.0: cannot open shared object file: No such file or directory ---> ini pesen muncul kalo kamu belum jalanin /sbin/ldconfig (pastiin di file /etc/ld.so.conf ada baris 1. /usr/local/lib dan 2. /usr/local/include/fox-1.4 contoh: $ less /etc/ld.so.conf include ld.so.conf.d/*.conf /usr/X11R6/lib /usr/lib/mysql /usr/local/lib tidak dipake, percuma jangan didownload - fox-1.4.16.tar.gz - sqlite-3.2.2.tar.gz --> ini yg penting, soalnya isi header - libcclc-0.7.0.tar.bz2 - sqlite3-3.2.1.bin.gz --> tdak dipake, jangan didownlod http://linux.or.id/node/209 instalasi Billing LINUX OpenKIOSK Dikirim oleh glinux pada waktu Wed, 2005-06-22 00:55. instalasi OpenKiOSK Linux Fedora Core 3 Donwload di OpenKiOSK http://openkiosk.sourceforge.net/dw.htm donwload nodview untuk Server dan kdex11client untuk client Donwload DB http://downloads.sleepycat.com/db-4.3.28.tar.gz sebetulnya Fedora Core 3 udah ada DB nya, tapi mungkin dia juga minta sources nya jadi silahkan aja di donwload :) Proses : // Server dan Client ekstrack file DB // $ tar zxvf db-4.3.28.tar.gz $ cd db-4.3.28 $ cd build_unix/ $../dist/configure $make $su Passwd : #make install Server Side : // ekstrak file nodview // $ tar zxvf nodeview-0.8.3.tar.gz $ cd nodeview-0.8.3 $./configure $make $su Passwd : #make install untuk mejalankan server perintahkan dengan /usr/local/bin/nodview & Setting sesuai dengan kebutuhan anda, sepertinya system ini model ticket jadi setiap client yang mau login harus minta ticket di server/billing operator jadi anda harus buat ticket dulu kemudian di print / print preview untuk memberikan nomor ticket kepada user. Client Side : // ekstrak file kdex11client // $tar zxvf kdex11client-0.3.1b.tar.gz $cd kdex11client-0.3.1b Sebelum melakukan konfigure edit dulu file : src/network untuk megubah ip address server dan port nya ( ip addressnya aja yang disesuaikan dengan ip address server billing ) $ vi src/network // !!! Temporary workaround only !!! // Modify SERV_IP so that it points to the ip address of the server // where the NodeView process runs. // Modify SERV_PORT to also point to the correct port of NodeView. // Defaults are provided below #define SERV_IP "192.168.X.XX" #define SERV_PORT 10012 -------------------- ganti X.XX dengan ip network anda simpan file tersebut $./configure ## EDIT FILE x11lock.h JIKA ANDA MELAKUKAN COMPILASI DENGAN FEDORA ATO REDHAT ### sebelum melakukan "make" edit file src/x11lock.h pada baris ke 42 ada tulisan Q_OBJECT; hilangkan ";" semi colon diakhir kata hingga menjadi Q_OBJECT $vi src/x11lock.h ---- cut ---- class NetAccess; class KioskLockP; class x11lock : public QWidget { Q_OBJECT public: x11lock( QWidget* parent = 0, const char* name =................ -- cut --- lalu simpan lagi file tersebut < shift+:, wq> ok sekarang lakukan make $make $su Passwd: #make install setelah instalasi selesai dan tanpa erro client kdex11client dapat dijalankan dgn cara click kanan pada baar di KDE windows lalu pilih Add -> Applet -> kdex11client catatan client : client login dengan memasukan ticket number yang diberikan server billing tapi yang saya heran knapa system member ngga bisa jalan di tempat saya ya .. ? apakah semua juga gitu ? kayaknya ini model pre paid billing ya ? nominal rupiah pengunaan juga tidak nampak di client nya .. untuk logout atau mengetahui sisa waktu dengan cara click kanan pada panel biru di sebelah kanan client. --- note --- Donwload Qt X11 di : ( di Fedora Core Udah ada Qt jadi nga usah di donwload ) http://www.trolltech.com/download.html?target=http://sunsite.rediris.es/mirror/Qt/source/qt-x11-free-3.3.4.tar.bz2 --- end note selamat mencoba G-net cafe & public internet access ( warnet :) ) Jl KH Wahid Hasyim Keputran IV no 9 Pekalongan [EMAIL PROTECTED] Official Web Site : http://www.awari.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/asosiasi-warnet/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

