-2

Has anyone tried using konto_check (http://sourceforge.net/projects/kontocheck/) with php and test-run it in your local machine?

I have searched far and wide on how to do this but all I get are some docs in languages I do not understand (it could probably in dutch or german).

Cœur
  • 37,241
  • 25
  • 195
  • 267
Borja
  • 1
  • 2

1 Answers1

0

After downloading I found that PHP libraries are hidden in file mini.zip

Also I found in doc (yes, it is German):

Installation der PHP-Version:

phpize
./configure
make
make install

But I am not sure if it is necessary.

I hope that helps.

http://www.php.net/manual/en/install.pecl.phpize.php
how to install and run phpize

Community
  • 1
  • 1
FazoM
  • 4,777
  • 6
  • 43
  • 61
  • thanks for your response @Fazovsky. yes, found mini.zip too. i've placed the entire folder under my www folder, extracted mini.zip, tried opening /mini/mini.php in the browser, but it only prints the exact codes. am i missing something? – Borja Jun 03 '14 at 14:14
  • I've just checked the content of the file. It is just a test page, where you should be able to test how the library works. (i.e. it tests some functions like: `kto_check_blz`, `kc_html`, `lut_name`. It can help you to see how to use it once you import this into your project. If you can't see it working (only code) then the file didn't hit your PHP processor (should it be copied to www server?). Other thing is how to import this. I think the commands from my answer should help you. – FazoM Jun 03 '14 at 14:22
  • this would sound so foolish. but i dont know how to run that command you just commented. :( – Borja Jun 03 '14 at 14:30
  • See 2 links I've added as a starting point. – FazoM Jun 03 '14 at 14:31
  • can i do/run this using a windows machine? – Borja Jun 03 '14 at 14:42
  • http://stackoverflow.com/questions/15999718/phpize-under-windows – FazoM Jun 03 '14 at 14:50
  • this seems to be a lot work. thank you for your time man. i'll mark your answer as accepted. – Borja Jun 03 '14 at 14:55