I can se plugin whit this name isp_web_faktura.plugin.php and some more but howe can I get this to work so I can setup this ??? And I must put in some info to my php.ini file but have ispconfig otherer file for this ???? and where is that file
You don't have to enable any modules in ISPConfig, they're enabled by default. What do you want to do with your php.ini?
Put a little php script in your web root with this contents. Code: <?php phpinfo(); ?> Execute it with your browser and you'll see which php.ini is used by your webserver.
On whitch file dus ispconfig load extension bequse I cant finde enny modules in the php.ini file ???????
plz where in the php.ini file shuld I put this info extension=ixed.5.1.lin I must install this http://www.sourceguardian.com/
You can put it anywhere you want, but most people place custom stuff at the end. Why don't you try and experiment a little bit more yourself?