FLTV server usage: fltv_server.exe [cardno=xxx[,]][port=nnnn[,]][basedir=xxx[,]][{force-skydll|force-majoor}] fltv_server_service.exe [cardno=xxx[,]][instanceid=xx[,]][port=nnnn[,]][basedir=xxx[,]][{force-skydll,force-majoor}] /install fltv_server_service.exe [cardno=xxx] /uninstall and don't forget to setup your db\satellites.cfg file! since 16/09/2005 fltv server can use mysql db as data storage mysql option must be in command line and mysql connection parameters must be defined too mysqlhost=mysql_db_host mysqldb=fltv mysqllogin=..... mysqlpass=...... for example, command line for my test server fltv_server.exe force-majoor,db=mysql,mysqlhost=172.16.117.1,mysqldb=fltv,mysqllogin=...,mysqlpass=... since 16/09/2005 fltv_db_convert.exe tool added now it can only convert data from files into mysql format usage: fltv_db_convert.exe db=mysql,mysqlhost=172.16.117.1,mysqldb=fltv,mysqllogin=...,mysqlpass=...,{all|{transponders|users|channels|satellites|protection|user_pref}} Copyright (c) 2005, Mikhail Ivanov. http://www.tofmal.ru/fltv/ P.S.: Big thanx to M.Majoor for the greatest DVB-S project (http://home.tiscali.nl/m.majoor/projects__dvb_s.htm), many ideas and source parts are ripped from there....