Page 1 of 38 12311 ... LastLast
Results 1 to 10 of 376

Thread: Mkahawa Cybercafe Management Tool

  1. #1
    Join Date
    May 2007
    Location
    Somewhere down the road
    Beans
    1,629
    Distro
    Ubuntu Development Release

    Mkahawa Cybercafe Management Tool

    a new forked cclfox cybercafe timer is now available for download in sourceforge..
    "howto" coming up.....

    Update 6/10/2016: Repo has been moved to: https://github.com/scriptwarlock/nordseye
    Attached Images Attached Images
    Last edited by CharlesA; June 11th, 2016 at 05:23 AM. Reason: added link to updated repo.

  2. #2
    Join Date
    Jan 2008
    Location
    CSJDM, Bulacan
    Beans
    Hidden!
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: Mkahawa Cybercafe Management Tool

    Quote Originally Posted by Script Warlock View Post
    a new forked cclfox cybercafe timer is now available for download in sourceforge ..
    "howto" coming up.....


    Boss, question, is this cross platform (XP and Linux)...?

  3. #3
    Join Date
    Aug 2009
    Location
    Quezon City, Philippines
    Beans
    17
    Distro
    Ubuntu UNR

    Re: Mkahawa Cybercafe Management Tool

    Interesting piece of software. I tried to compile it on Ubuntu 9.04 this morning, but after resolving dependencies (or so I think... I'm using libccls-0.7.0 and from what I've read 0.7.2 is floating somewhere around the web) I got this error from my make step:

    Making all in m4
    make[1]: Entering directory `/home/edgar/Desktop/mkahawa-srv-0.0.1/m4'
    make[1]: Nothing to be done for `all'.
    make[1]: Leaving directory `/home/edgar/Desktop/mkahawa-srv-0.0.1/m4'
    Making all in src
    make[1]: Entering directory `/home/edgar/Desktop/mkahawa-srv-0.0.1/src'
    if g++ -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"cclfox\" -DVERSION=\"0.7.2\" -DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_LIBFOX_1_6=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIBCCLS=1 -I. -I. -I/usr/local/include -g -O2 -MT CCLWin.o -MD -MP -MF ".deps/CCLWin.Tpo" -c -o CCLWin.o CCLWin.cpp; \
    then mv -f ".deps/CCLWin.Tpo" ".deps/CCLWin.Po"; else rm -f ".deps/CCLWin.Tpo"; exit 1; fi
    CCLWin.cpp:48: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp: In constructor ‘CCLWin::CCLWin(FX::FXApp*)’:
    CCLWin.cpp:238: error: ‘CCL_INACTIVE’ was not declared in this scope
    CCLWin.cpp:239: error: ‘CCL_ACTIVE’ was not declared in this scope
    CCLWin.cpp:240: error: ‘CCL_PAUSED’ was not declared in this scope
    CCLWin.cpp: In member function ‘virtual void CCLWin::create()’:
    CCLWin.cpp:427: error: ‘CCL_INACTIVE’ was not declared in this scope
    CCLWin.cpp:428: error: ‘CCL_ACTIVE’ was not declared in this scope
    CCLWin.cpp:429: error: ‘CCL_PAUSED’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::setAllClientMember(int)’:
    CCLWin.cpp:528: error: ‘CCL_DATA_MEMBER’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::setClientMember(int)’:
    CCLWin.cpp:553: error: ‘CCL_member_credit_get’ was not declared in this scope
    CCLWin.cpp:557: error: ‘CCL_DATA_MEMBER’ was not declared in this scope
    CCLWin.cpp: In member function ‘FX::FXbool CCLWin::auth(int, FX::FXuchar*)’:
    CCLWin.cpp:614: error: ‘CCL_DATA_MEMBER’ was not declared in this scope
    CCLWin.cpp: In member function ‘FX::FXbool CCLWin::authemp(FX::FXuchar*, FX::FXuchar*)’:
    CCLWin.cpp:647: error: ‘CCL_DATA_EMPLOYEE’ was not declared in this scope
    CCLWin.cpp:647: error: ‘CCL_data_find_by_key_sval’ was not declared in this scope
    CCLWin.cpp:676: error: ‘CCL_employee_exists’ was not declared in this scope
    CCLWin.cpp:679: error: ‘CCL_employee_info_get’ was not declared in this scope
    CCLWin.cpp: In function ‘FX::FXbool authemp2(FX::FXuchar*, FX::FXuchar*)’:
    CCLWin.cpp:706: error: ‘CCL_employee_validate’ was not declared in this scope
    CCLWin.cpp:710: error: ‘CCL_employee_info_get’ was not declared in this scope
    CCLWin.cpp: In member function ‘uint CCLWin::getPageCount(char*, int*)’:
    CCLWin.cpp:803: error: ‘CCL_client_ip_get’ was not declared in this scope
    CCLWin.cpp:813: error: ‘CCL_client_ip_get’ was not declared in this scope
    CCLWin.cpp: In function ‘void onEventCallback(int, FX::FXuint, void*, FX::FXuint, void*)’:
    CCLWin.cpp:882: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp:895: error: ‘CCL_member_credit_get’ was not declared in this scope
    CCLWin.cpp:899: error: ‘CCL_member_credit_set’ was not declared in this scope
    /usr/local/include/ccls.h:244: error: too many arguments to function ‘int CCL_log_session(int, int, unsigned int)’
    CCLWin.cpp:927: error: at this point in file
    CCLWin.cpp:934: error: ‘CCL_member_credit_set’ was not declared in this scope
    CCLWin.cpp:957: error: ‘CCL_ACTIVE’ was not declared in this scope
    /usr/local/include/ccls.h:244: error: too many arguments to function ‘int CCL_log_session(int, int, unsigned int)’
    CCLWin.cpp:963: error: at this point in file
    /usr/local/include/ccls.h:244: error: too many arguments to function ‘int CCL_log_session(int, int, unsigned int)’
    CCLWin.cpp:969: error: at this point in file
    CCLWin.cpp:971: error: ‘CCL_member_credit_get’ was not declared in this scope
    CCLWin.cpp:973: error: ‘CCL_member_credit_set’ was not declared in this scope
    CCLWin.cpp:994: error: ‘CCL_PAUSED’ was not declared in this scope
    CCLWin.cpp:1009: error: ‘CCL_ntohl’ was not declared in this scope
    CCLWin.cpp:1018: error: ‘CCL_DATA_MEMBER’ was not declared in this scope
    CCLWin.cpp:1018: error: ‘CCL_data_find_by_key_sval’ was not declared in this scope
    CCLWin.cpp:1032: error: ‘CCL_member_credit_get’ was not declared in this scope
    CCLWin.cpp:1040: error: ‘CCL_PAUSED’ was not declared in this scope
    CCLWin.cpp:1056: warning: format not a string literal and no format arguments
    CCLWin.cpp:1103: error: ‘CCL_product_id_get’ was not declared in this scope
    CCLWin.cpp:1104: error: ‘CCL_product_flags_get’ was not declared in this scope
    CCLWin.cpp:1104: error: ‘CCL_DELETEDPRODUCT’ was not declared in this scope
    CCLWin.cpp:1107: error: ‘CCL_INACTIVE’ was not declared in this scope
    /usr/local/include/ccls.h:244: error: too many arguments to function ‘int CCL_log_session(int, int, unsigned int)’
    CCLWin.cpp:1119: error: at this point in file
    CCLWin.cpp:1174: error: ‘CCL_DATA_MEMBER’ was not declared in this scope
    CCLWin.cpp:1199: error: ‘CCL_ntohl’ was not declared in this scope
    CCLWin.cpp:1235: warning: format not a string literal and no format arguments
    CCLWin.cpp:1249: warning: format not a string literal and no format arguments
    CCLWin.cpp: In function ‘void updateClientStatus(int)’:
    CCLWin.cpp:1258: error: ‘CCL_ACTIVE’ was not declared in this scope
    CCLWin.cpp:1264: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp:1274: error: ‘CCL_member_credit_get’ was not declared in this scope
    CCLWin.cpp:1289: error: ‘CCL_DATA_MEMBER’ was not declared in this scope
    CCLWin.cpp:1304: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::unBlockClient(int)’:
    CCLWin.cpp:1341: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::blockClient(int)’:
    CCLWin.cpp:1354: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::getUpdateFileName(char*, int*)’:
    CCLWin.cpp:1368: error: ‘CCL_DATA_NONE’ was not declared in this scope
    CCLWin.cpp: In member function ‘int CCLWin::startUpdateClient(int, char*)’:
    CCLWin.cpp:1441: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp:1450: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp: In member function ‘long int CCLWin::updateClient(int)’:
    CCLWin.cpp:1487: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp:1493: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp:1505: error: ‘CCL_ACTIVE’ was not declared in this scope
    CCLWin.cpp:1512: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp:1520: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp:1542: warning: deprecated conversion from string constant to ‘char*’
    CCLWin.cpp: In member function ‘long int CCLWin::setAllClientPass()’:
    CCLWin.cpp:1579: error: ‘CCL_DATA_NONE’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::onCommand(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:1633: error: ‘CCL_PAUSED’ was not declared in this scope
    CCLWin.cpp:1644: error: ‘CCL_ACTIVE’ was not declared in this scope
    /usr/local/include/ccls.h:244: error: too many arguments to function ‘int CCL_log_session(int, int, unsigned int)’
    CCLWin.cpp:1657: error: at this point in file
    CCLWin.cpp:1659: error: ‘CCL_member_credit_get’ was not declared in this scope
    CCLWin.cpp:1661: error: ‘CCL_member_credit_set’ was not declared in this scope
    /usr/local/include/ccls.h:244: error: too many arguments to function ‘int CCL_log_session(int, int, unsigned int)’
    CCLWin.cpp:1666: error: at this point in file
    CCLWin.cpp:1680: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp:1682: error: ‘CCL_INACTIVE’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::onTime(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:1811: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::onAllowUserLogin(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:1846: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::onEnableAssist(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:1863: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::onEnableAllAssist(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:1911: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::onAllowMemberLogin(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:1947: error: ‘CCL_htonl’ was not declared in this scope
    CCLWin.cpp: In member function ‘void CCLWin::updateClientIcon(int)’:
    CCLWin.cpp:2297: error: ‘CCL_ACTIVE’ was not declared in this scope
    CCLWin.cpp: In member function ‘FX::FXbool CCLWin::employeeLogin(FX::FXObject*, FX::FXSelector, void*)’:
    CCLWin.cpp:2412: error: ‘CCL_employee_name_get’ was not declared in this scope
    CCLWin.cpp: In member function ‘long int CCLWin::sendUpdateChunk(int, long int)’:
    CCLWin.cpp:2534: warning: deprecated conversion from string constant to ‘char*’
    make[1]: *** [CCLWin.o] Error 1
    make[1]: Leaving directory `/home/edgar/Desktop/mkahawa-srv-0.0.1/src'
    make: *** [all-recursive] Error 1

    Any helpful words of advice? Thanks!

  4. #4
    Join Date
    May 2007
    Location
    Somewhere down the road
    Beans
    1,629
    Distro
    Ubuntu Development Release

    Re: Mkahawa Cybercafe Management Tool

    ay sorry di pa pala narelease ang deb installer, may inayos pa kc kagabi ang bug sa feature na "update client"...ako na muna bigay ng link para di na tayo magcompile...

    mkahawa
    pem certificate
    for winxp client(locked) - this is an older version pero usable pa rin kaya kung sino may mga previous cclfox clients pwede to magamit with mkahawa minus some features lang like messaging and something else.


    client is a xplatform and at the end of the month baka available na for win7...

    @edgar ilaga, ang error kc nyan yung libccls mo dapat naka libccls-0.8.0 cge lang pm ko co-author about the issue baka nakalimutan lang nya upload sa sourceforge...

    but if you really like to compile/change some lines then install via svn nasa sourceforge lang yan
    Last edited by Script Warlock; October 21st, 2009 at 07:27 PM.

  5. #5
    Join Date
    Aug 2009
    Location
    Quezon City, Philippines
    Beans
    17
    Distro
    Ubuntu UNR

    Re: Mkahawa Cybercafe Management Tool

    Thanks for uploading all the files! I just want to note a minor correction in the pem shell script that you uploaded. In the file, the last instruction reads as such:

    Copy cert.pem and CA.pem to ~/.cclfox on the server and to ~/.cclcfox on the clients

    I think that ~/.cclfox should be ~/.mkahawa in this case. I tried the former first as per terminal output, pero di siya gumana. So I tried using the latter directory as per the instructions included in the source code, and it worked.

    Otherwise, things are working out fine on my Ubuntu 9.04 and Karmic installs. I'll let you know if something comes up!

  6. #6
    Join Date
    May 2007
    Location
    Somewhere down the road
    Beans
    1,629
    Distro
    Ubuntu Development Release

    Re: Mkahawa Cybercafe Management Tool

    yeah your right sorry for that...that pem actually galing talaga yan sa ccl, ang importante lang dyan ay yung tatlong file na ma-generate nya. simply change the permission sa properties ng pem "allow executing file as program" sa properties nyan tapos double click then run. at may lalabas na tatlong file na yun na ang ilagay mo sa .mkahawa folder. halos parehas lang ang procedure ng ccl at mkahawa but this time no more compilation kc may deb installer na.
    kinulang talaga ako sa oras para sa howto ng mkahawa, dami pa kc skeds

    note: tinanggal ko muna link for winxp kc may ginawang bago na parehas na rin sa features ng mkahawa client..

    oi na upload na pala mga files sa sourceforge...
    Last edited by Script Warlock; October 23rd, 2009 at 05:25 PM.

  7. #7
    Join Date
    Jul 2007
    Location
    Lungsod Pasig, Pilipinas
    Beans
    1,128
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Mkahawa Cybercafe Management Tool

    Uy, local OSS project? Nice! Pagpalain sana kayo lalo.
    I am a Man of Truth. I am a Free Human Person. I am a Peacemaker.
    ** Independent Multimedia Artist in Pasig **

  8. #8
    Join Date
    Oct 2009
    Location
    Manila
    Beans
    180
    Distro
    Ubuntu

    Wink Mga katanungan!!!!

    Guys, libre to? Saka pwede ba server ang Ubuntu Karmic Koala at clients ang XP?

    Looks like it's a great software! Pang-internet cafe na ang Ubuntu! Nice!

    at ano po yung CCL?

    Telling the truth parang gusto ko na to iimplement kasi sa cafe na pinagbabantayan ko, more Advertisement for Linux Ubuntu to pag successful ang pagkakabuild sa Mkahawa Cybercafe Management Tool. Pero eto ang concerns ko po.

    1. My boss is a loyalistang Windows XP user, though she can be bent to anything I advise, for the greater good. Madadalian kaya gamitin ito ng mga no-idea-what-in-the-name-of-heavens-is-Ubuntu type of people?

    2. Free po ba ito? Please say yes!

    3. Ano po ang mga file dependecies nito, I mean like sa Cafe Manila, they need pa ng VB Runtimes, eto naman e ano?

    4. As already asked, mataas po ba ang compatibility nito with a XP client? I mean, syempre kailangan kong XP yung mga gaming PCs ano po?

    5. Installable po ba ang MS Word, Excel at Powerpoint 2007 sa Ubuntu Karmic Koala na gagawing server?

    6. System requirements po ng Mkahawa, ano po?

    7. Ano po ang maximum number ng clients nito?

    Pasensya na po! Matanong lang po ako! More power po, bai!
    Curiosity is a trait we always have, that's why the wh- questions exist.
    Ubuntu User #29235

  9. #9
    Join Date
    May 2007
    Location
    Somewhere down the road
    Beans
    1,629
    Distro
    Ubuntu Development Release

    Re: Mkahawa Cybercafe Management Tool

    for ubuntu/linux yes it's free and unlimited machine........pls pm me about the details how to get a pack of this timer with ubuntu/linux. winxp and win7......linux walang problema libre na toh to the max!!!

    pwede to install sa ubuntu 9.10 at pwede rin xp clients mo...

    to answer your tanong:
    1. ubuntu is now a user friendly and mkahawa is so simple to use na para ka lang naagpaandarng ipod na merong stop, pause play, continue, block timer, send message to the client, swap, etc...demo mo lang sa boss mo ang ubuntu and how it works and what advantages nito kung gagamitin as a server OS ng icafe nyo.
    2. nasagot ko na po yan.
    3. n da bigining .... ccl
    sqlite at glib
    4. it is a x-platform cyber manager that runs on M$, linux and MacOsx
    5. instalalabol - gamit ka lang wine or crossover
    6. good for linux lang ang server pero clients are cross platform
    7. unlimited....once ka lang kumuha ng mkahawa at sayo na yan habangbuhay...
    8. kah kah kah...nasagot ko ba tanong mo ng tama?
    Last edited by Script Warlock; November 21st, 2011 at 11:29 AM.

  10. #10
    Join Date
    Oct 2009
    Location
    Manila
    Beans
    180
    Distro
    Ubuntu

    Re: Mkahawa Cybercafe Management Tool

    Hi po sir!

    ndi ako makapagpm! ndi ko alam how, like noob ako sa foruming e....

    Interested po ako dito! Paano po kasi, isa po akong bantay sa shop/manager/technician sa shop na pinapasukan ko. Nakastay-in ako dito at 7 months na.

    Lahat ng computer ko dito e TinyXP. Ang boss ko ay M$ loyalist, pero naatract naman siya sa Ubuntu. Let's say na noobie ang kanyang level sa computing. Ilan beses ko na nabanggit ang Ubuntu sa kanya, pero like many others, takot siyang mag migrate sa Ubuntu dahil nga wala siyang idea.

    Pero I'll change that! kung ako nga lang e, wish kong maging Ubuntu ang official OS ng cafe namin. Pero since games work only on XP, so needed ko talaga po if clients are XP, while I like our server to be Ubuntu, because of it's non-virii feature, aside from the fact na ambilis nito, as in! saka kaya nga rin nito patakbuhin ung isa sa fave games ko (Valkyrie Profile Tag on WINE).

    So balik po tayo sa topic. Can I get the server and clients version of Mkahawa Cafe Management Tool? Pakisalihan po sana ng readme na madali lang maintindihan ng noobies like my boss, kasi ang gusto niya yung pag wala ako e kaya niyang mag-ayos on her own. Ayaw niyang maiwan na totally clueless sa isang bagong system. 1 month nga bago siya naging confident sa Cafe Manila, pero of course, illegal....

    So let's make it Ubuntu! Saka ang galing nio po? how in the name of heavens nacreate to? Pero nonetheless, pde po kaya na matesting ko ito?

    Ay opo nga pala! May way po ba na static po yung client IP para rito? saka may wallpaper mode siya pag walang gumagamit or nalock na yung pc dahil time na?

    Meron din po ba tayong repo para sa printer drivers? Ngayon nga e, dugu-dugo na ang brain ko dahil pinag-aaralan ko ang mag-extract and install ng tarball! Pero may source po ba tayo nito. Brother po ang brand ng printer namin. saka paano yun? Wine ang M$ office 2k7, pero magprint sa isang linux-based printer? ay dami ko pang pag-aaralan!

    thanks in advance. Sorry sa sobrang kadaldalan, este, sa sobrang haba ng text na ito. I'll experiment the server with my Karmic test computer.
    Curiosity is a trait we always have, that's why the wh- questions exist.
    Ubuntu User #29235

Page 1 of 38 12311 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •