und da so einige läute anscheinend etwas Lese faul sind und auch keine Suchfunktion benutzen können

hier noch mal die Ganzen Post mit neuer Config für die 0.90 damit rennt sie dan auch sogar für türkische leute geeignet ******** geht und Dsmart auch.
Code:
##############################################################################
# incubusCamd configuration file                                             #
# All configuration options in this file observe the same format:            #
#     <configuration_name>=<configuration_value>                             #
#                                                                            #
# Each section are [<section_name>:<option_1>:<option_x>] like.              #
#                                                                            #
# No matter about white spaces on any place or UNIX/DOS style files          #
##############################################################################

########################### general configuration ############################
[General]
# Enable (1) or disable (0) background execution
# 0 - Off
# 1 - On
#
background_execution=0

# This sets the level of console output for debugging:
# 0 - No debug messages, 1 - First level debug messages, 2 - Second level debug messages,
# 3 - Print all debug messages
#
debug_level=0

# This option enables (1) or disables (0) the writing of debug information to the
# console.
#
log_to_console=0

# This option enables (1) or disables (0) the writing of console output to a log file
#
log_to_file=0

# When log_to_file is set to 1, this is the path and filename to write console
# ouput to.
#
logfile_name=/var/bin/incubusCamd.log

# This is the path and filename to read SoftCam.Key file
# by default it will be searched in the /var/keys directory
#
softcamfile_name=/var/keys/SoftCam.Key

# This is the path and filename to read prio file
# by default it will be searched in the /var/bin directory, or in /etc, or in /var/keys
#
priofile_name=/var/keys/incubusCamd.prio

# Used to activate on-screen messages. Username and password required if
# HTTP authentication is enabled on enigma.
# 0 - Off
# 1 - On
#
on_screen_messages_show=1
on_screen_messages_username=root
on_screen_messages_password=
on_screen_messages_key_update=1
on_screen_messages_wait_for_key_update=0
on_screen_messages_ecm=0
on_screen_messages_emm=0

# When activated, incubusCamd will listen on the specified port for connections. All
# log activity will be broadcast in real-time to connected clients.
#
console_logs_broadcast=1
console_logs_broadcast_port=666

# When activated, camd will listen on the specified port for connections. All
# command (to view the full list use -help command) received will be processed.
#
console_command_broadcast=1
console_command_broadcast_port=777

########################### provider configuration ###########################
#
# All parameters are in hexadecimal notation.
# Each section is defined by the provider id value.
# If you don't know the provider id value then use the provider id "000000" and ca id "0000".
# On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
# is declared then the cam will use the provider founded.
#


[Prov:000000:CaID:0000]
# ----------------------------------------------------------------------------
# this provider is a stand-in for all cards and all caid not declared previously
#
# You can select wich type of priority to assign on each caid/prov combination
# priority name available are: card,emu,cs
# card: internal card reader
# emu: internal emulator
# cs: card share protocols
# each type must be separated by a comma
#
# you can also set to use only cs and nothing more, to do it insert on each comma "cs"
# example: check_priority=cs,cs,cs # only cs in this case
# example: check_priority=card,emu,emu # no cs in this case
# obviously this is not suggested but if you prefer to disable an option you should do it in this way
check_priority=cs,cs,cs

# You can select wich protocol will be used first for the current caid/prov combination
# protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
# each protocol must be separated by a comma
#
cs_protocol_order=cccam,gbox

# Enable (1) or disable (0) emm process when a cs protocol is used
# 0 - Off
# 1 - On
#
process_emms_on_cs_mode=0

# Enable (1) or disable (0) emm g type process
# 0 - Off
# 1 - On
#
process_emm_g=0

# Enable (1) or disable (0) emm s type process
# 0 - Off
# 1 - On
#
process_emm_s=0

# Enable (1) or disable (0) emm u type process
# 0 - Off
# 1 - On
#
process_emm_u=0

########################### servers configuration ############################
[Servers]
#
# This is the section for the multi-server configuration.
#
# URL of card-server to use, formats are as follows:
#
# newcamd://<username_31>:<password_31>@<hostname>:<port>:<caid_4>:<prov_id_6>/<des_key_14>/[EMM]
# aroureos://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
# radegast://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
# camd33://<username_10>:<password_10>@<hostname>:<port>:<caid_4>:<prov_id_6>/[aes_key_16]/[EMM]
# camd35://<username_32>:<password_32>@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
# gbox://<localhost>:<localport>:<password_8>@<peer_address>:<peer_port>:<peer_pass_8>/[EMM]
#
# cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
# where <receive_emu_shared> should assume value "yes" (without quotes, if you like to receive emus data shared by the server) or "no" (this is assumed by default)
#
#
# NOTE: The "EMM" suffix is optional and tells the card-server client whether
# to send EMM's to the card-server or not. Enabling or disabling this only
# has effect if the card-server is configured to accept emms from this client.
#
# NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
# use how many server as you like
#
# i.e:
#
#card_server_url=cccam://username:password@192.168.1.24:12000
#card_server_url=cccam://username:password@yourname.dyndns.org:15000
#card_server_url=gbox://yourname.dyndns.org:6666:password@hisname.dyndns.org:6666:peer_pass
#card_server_url=cccam://username:password@hostname:port
#card_server_url=gbox://192.168.1.24:5555:password@192.168.1.32:4444:peer_pass
#card_server_url=newcamd://username:password@192.168.0.100:10550:0500:028800/0102030405060708091011121314
#card_server_url=radegast://@192.168.0.100:10550:0100:000065
#card_server_url=aroureos://@yourhostname.dyndns.org:10666:0500:007C00
#card_server_url=camd35://username:password@192.168.0.50:14150:0603:000000
#card_server_url=camd33://username:password@192.168.0.50:10550:0603:000000 # cam33 without AES encryption
#card_server_url=camd33://username:password@192.168.0.50:10500:0604:000000/01020304050607080910111213141516 # cam33 with AES encryption

card_server_url=cccam://XXX:XXX@XXXXXXess.dyndns.org:10000
card_server_url=cccam://XXX:XXX@XXXXXXess.dyndns.org:9000
card_server_url=cccam://XXX:XXX@XXXXXXerver.selfip.net:13000
card_server_url=cccam://XXX:XXX@XXXXXXserver.selfip.net:14000
card_server_url=cccam://XXX:XXX@XXXXXXress.dyndns.org:11000 
card_server_url=cccam://XXX:XXX@XXXXXXkelhoven.dyndns.org:12000
card_server_url=gbox://XXXX.dyndns.org:2519:652XXXX55@XXXX.selfip.net:2519:AA24XXXX65

[CaIDTunnel]

1833:1702:000000:0080 #History HD
1833:1702:000000:0081 #Sky Sport HD
1833:1702:000000:0082 #Discovery HD
1833:1702:000000:0083 #Sky Cinema HD
1833:1702:000000:0084 #EuroSport HD
1833:1702:000000:007E #Disney Cinemagic HD
1833:1702:000000:007F #National Geography HD
Code:
### PREMIERE BLOCKBUSTER ###
#
# Premiere 1
P: 1702:000000:000a, 1722:000000:000a 
I: 1801:000401:000a, 1801:000501:000a
#
# Premiere 2
P: 1702:000000:000b, 1722:000000:000b 
I: 1801:000401:000b, 1801:000501:000b
#
# Premiere 3
P: 1702:000000:002b, 1722:000000:002b
I: 1801:000401:002b, 1801:000501:002b
#
# Premiere 4
P: 1702:000000:0009, 1722:000000:0009
I: 1801:000401:0009, 1801:000501:0009
#
# Disney Channel
P: 1702:000000:0022, 1722:000000:0022
I: 1801:000401:0022, 1801:000501:0022
#
#
### PREMIERE ENTERTAINMENT ###
#
# Premiere Filmfest
P: 1702:000000:0014, 1722:000000:0014
I: 1801:000401:0014, 1801:000501:0014
#
# Premiere Filmclassic
P: 1702:000000:0029, 1722:000000:0029
I: 1801:000401:0029, 1801:000501:0029
#
# Premiere Nostalgie
P: 1702:000000:0204, 1722:000000:0204
I: 1801:000401:0204, 1801:000501:0204
#
# Premiere Serie
P: 1702:000000:0010, 1722:000000:0010
I: 1801:000401:0010, 1801:000501:0010
#
# Premiere Krimi
P: 1702:000000:0017, 1722:000000:0017
I: 1801:000401:0017, 1801:000501:0017
#
#
### PREMIERE THEMA ###
#
# SciFi
P: 1702:000000:0024, 1722:000000:0024
I: 1801:000401:0024, 1801:000501:0024
#
# 13th Street
P: 1702:000000:002a, 1722:000000:002a
I: 1801:000401:002a, 1801:000501:002a
#
# MGM
P: 1702:000000:0203, 1722:000000:0203
I: 1801:000401:0203, 1801:000501:0203
#
# Heimatkanal
P: 1702:000000:0016, 1722:000000:0016
I: 1801:000401:0016, 1801:000501:0016
#
# Jetix
P: 1702:000000:001c, 1722:000000:001c
I: 1801:000401:001c, 1801:000501:001c
#
# Junior
P: 1702:000000:0013, 1722:000000:0013
I: 1801:000401:0013, 1801:000501:0013
#
# Hit 24
P: 1702:000000:00a8, 1722:000000:00a8
I: 1801:000401:00a8, 1801:000501:00a8
#
# Goldstar TV
P: 1702:000000:0206, 1722:000000:0206
I: 1801:000401:0206, 1801:000501:0206
#
# Classica
P: 1702:000000:0018, 1722:000000:0018
I: 1801:000401:0018, 1801:000501:0018
#
# Discovery Channel
P: 1702:000000:000e, 1722:000000:000e
I: 1801:000401:000e, 1801:000501:000e
#
# Discovery Geschichte
P: 1702:000000:000d, 1722:000000:000d
I: 1801:000401:000d, 1801:000501:000d
#
# Focus Gesundheit
P: 1702:000000:000f, 1722:000000:000f
I: 1801:000401:000f, 1801:000501:000f
#
# Animal Planet
P: 1702:000000:000c, 1722:000000:000c
I: 1801:000401:000c, 1801:000501:000c
#
# Beate-Uhse.tv
P: 1702:000000:0015, 1722:000000:0015
I: 1801:000401:0015, 1801:000501:0015
#
# Thema Live
P: 1702:000000:0298, 1722:000000:0298
I: 1801:000401:0298, 1801:000501:0298
#
P: 09C4:000000:0298 "Premiere - Big Brother Deutschland [NDS]"
P: 098E:000000:0298 "Premiere - Big Brother Deutschland [NDS KabelBW]"
P: 1702:000000:0298 "Premiere - Big Brother Deutschland [B sat]"
P: 1722:000000:0298 "Premiere - Big Brother Deutschland [B kab]"
P: 1833:000000:0298 "Premiere - Big Brother Deutschland [N3]"

<<< 
#
### PREMIERE ARENA ###
#
# Arena Home
P: 1702:000000:0032, 1722:000000:0032
I: 1801:000401:0032, 1801:000501:0032
#
#
### PREMIERE SPORT ###
#
# Premiere Sport Portal
P: 1702:000000:0011, 1722:000000:0011
I: 1801:000401:0011, 1801:000501:0011
P: 1702:000000:00de, 1722:000000:00de
I: 1801:000401:00de, 1801:000501:00de
P: 1702:000000:00dd, 1722:000000:00dd
I: 1801:000401:00dd, 1801:000501:00dd
P: 1702:000000:0309, 1722:000000:0309
I: 1801:000401:0309, 1801:000501:0309
#
#
### PREMIERE DIREKT FEEDS ###
#
# Premiere Direkt (Start-Auswahl)
P: 1702:000000:0012, 1722:000000:0012
I: 1801:000401:0012, 1801:000501:0012
P: 1702:000000:00d0, 1722:000000:00d0
I: 1801:000401:00d0, 1801:000501:00d0 
P: 1702:000000:00d1, 1722:000000:00d1
I: 1801:000401:00d1, 1801:000501:00d1
P: 1702:000000:00d2, 1722:000000:00d2
I: 1801:000401:00d2, 1801:000501:00d2
P: 1702:000000:00d3, 1722:000000:00d3
I: 1801:000401:00d3, 1801:000501:00d3
P: 1702:000000:00d4, 1722:000000:00d4
I: 1801:000401:00d4, 1801:000501:00d4
P: 1702:000000:00dc, 1722:000000:00dc
I: 1801:000401:00dc, 1801:000501:00dc
P: 1702:000000:00e1, 1722:000000:00e1
I: 1801:000401:00e1, 1801:000501:00e1
P: 1702:000000:00e2, 1722:000000:00e2
I: 1801:000401:00e2, 1801:000501:00e2
P: 1702:000000:00e3, 1722:000000:00e3
I: 1801:000401:00e3, 1801:000501:00e3
P: 1702:000000:00f1, 1722:000000:00f1
I: 1801:000401:00f1, 1801:000501:00f1
P: 1702:000000:00f2, 1722:000000:00f2
I: 1801:000401:00f2, 1801:000501:00f2
P: 1702:000000:00f3, 1722:000000:00f3
I: 1801:000401:00f3, 1801:000501:00f3
P: 1702:000000:00f4, 1722:000000:00f4
I: 1801:000401:00f4, 1801:000501:00f4
#
#
### PREMIERE BLUE MOVIE & EROTIK ###
#
# Premiere Erotik - Ab 18!
P: 1702:000000:0201, 1722:000000:0201
I: 1801:000401:0201, 1801:000501:0201
#
# Premiere Erotik 1
I: 1801:000401:030a, 1801:000501:030a
P: 1702:000000:030a, 1722:000000:030a
#
# Premiere Erotik 2
I: 1801:000401:030c, 1801:000501:030c
P: 1702:000000:030c, 1722:000000:030c
#
# Blue Movie
I: 1801:000401:0299, 1801:000501:0299
P: 1702:000000:0299, 1722:000000:0299
#
# Blue Movie Extra
I: 1801:000401:029a, 1801:000501:029a
P: 1702:000000:029a, 1722:000000:029a
#
# Blue Movie Gay
I: 1801:000401:029f, 1801:000501:029f
P: 1702:000000:029f, 1722:000000:029f
#
#
### PREMIERE START/AUSTRIA ###
#
# Premiere Start
I: 1801:000401:0008, 1801:000501:0008
P: 1702:000000:0008, 1722:000000:0008
#
# Premiere Austria
I: 1801:000401:0035, 1801:000501:0035
P: 1702:000000:0035, 1722:000000:0035


P:0500:008110 "prio - Seasons "
P:0664:000000 "prio - Digiturk HD "
P:0d00:000000 "prio - Digiturk (7E/42E)"
P:0500:023b00 "prio - Mct Mini (13E)"
P:0500:021110 "prio - Art /Ant1 (13E)"
P:0604:000000 "prio - Nova/LTV/Showtime/SCT/Spice Platinum/ARY/BulSatCom/multichoiceDSTV(13E/5W/7W/15W/39E/68.5E)"
P:0100:000065 "prio - S2 - Cyfra+ (13E)" 
P:0100:004101 "prio - Digital+"
P:0500:07c000 "prio - TPS (13E) (TPSCrypt2) (EMU only Via2.3)"
P:1801:007101 "prio - Polsat (13E)"
P:0919:000000 "prio - Sky Italia (13E)"
P:0500:024400 "prio - Dorcel TV(FREEX/FREEX2/Xdream/DORCEL TV) (13E)"
P:0500:020910 "prio - Sex View (13E)"
P:0100:000081 "prio - S2 - Canal+ France (19E)"
P:0100:000080 "prio - S2 - Canal+ France (19E)"
P:1801:000000 "prio - Premiere (19E) (N2)"
P:0d02:000000 "prio - Upc Direct (19E)"
P:0100:00006a "prio - S2 - Canal+ Digitaal NL (19E)"
P:0500:024f00 "prio - MaxTV Romania (5E)"
P:1802:000000 "prio - TV CABO"
P:0961:000000 "prio - BskyB & Setanta Sports (28E)"
P:0b00:000000 "prio - Conax (TechnisatMTV+Radio-19E/FocusSat-1W/C+ Nordic-1W/iTVN-13E/DigiAlb-16E/ContoTV-7E/DishTV-95E)"
P:0602:000000 "prio - Pink Plus/Pehla (13E/16E)"
P:091f:000000 "prio - Total TV (16E)"  
P:0d06:000000 "prio - ITV Partner (16E)"
P:0100:00002f "prio - Orbit (26E/8W)"
P:0622:000000 "prio - AlbaniaSat/Canal+ NL/Euro1080 (16E/19E/23E/36E)"
P:092b:000000 "prio - D-Smart (42E)"
P:0500:020810 "prio - ABsat (19E/13E)"
P:0100:00006c "prio - Canal+ Vlaanderen (19E/23E)"
P:0500:020a00 "prio - HRT Croatia (13E) v2.5"
P:0500:022e00 "prio - Neovisne Tv Hayat (13E) "
P:0500:023800 "prio - SRG Swiss (13E) (new card)"
P:0100:033110 "prio - Ala Carte (19E)"
P:0500:030700 "prio - JS SPORT 1&2 (13E)"
P:092f:000000 "prio - dolce (39E)"
P:090f:000000 "prio - Viasat (5E)"
P:1810:000000 "prio - D+ SPAÝN (30W) (NAGRA 3)"
P:0929:000000 "prio - boom (4W)"
P:0668:000000 "prio - Orbit (26E/8W)"
P:0100:000035 "prio - Orbit TVMAX (26E)"
P:0100:00006d "prio - Ketnet/Canvas (19E)"
P:0100:00006e "prio - CanalSat Horizons (22W)"
P:0500:021700 "prio - Private Spice (13E)"
P:0500:0a0000 "prio - Bbc Prime (13E)"
P:1801:002111 "prio - Digi Tv"
P:0960:000000 "prio - Sky Uk (28E)"
P:0500:023100 "prio - Various"
P:5501:000000 "prio - Grifin (39E)"
P:0550:010000 "prio - AthinaSat (39E) [Griffin]"
P:0558:010000 "prio - AthinaSat (39E) [Griffin-2]"
P:0100:000084 "prio - Virtuall Card K3/S2 - Numericable (13E/19E)"
P:0100:000085 "prio - S2 - FTC (13E/19E)"
P:0100:000086 "prio - S2 - Pro Tv (13E/19E)"
P:0500:023600 "prio - CANALSAT FRANCE (via2) (19E)"
P:0500:008110 "prio - CANALSAT FRANCE (via) (19E)"
P:0500:025100 "prio - Mct (13E)"
P:0500:009400 "prio - Srg Swiss (13E) (EMU)(old card)"
P:04a7:000000 "prio - InXtc/XPlusTV (13E/10E) (dreamcrypt)"
P:0500:021c00 "prio - Free-X Tv/XDreamTV (13E/19E)"
P:0b00:022f00 "prio - MaxTV Romania (5E)"
P:0d03:000000 "prio - Cryptoworks CAID"
P:0d05:000000 "prio - Cryptoworks CAID"
P:0d07:000000 "prio - Cryptoworks CAID"
P:0d0f:000000 "prio - Cryptoworks CAID"
P:0d70:000000 "prio - Cryptoworks CAID"
P:0603:000000 "prio - JSC Sport+ (7W)"
P:1801:001101 "prio - DigiKabel (ID.Unused)"
P:0500:023100 "prio - Nsab (5E)"
P:0100:0000b1 "prio - Mediaset (13E/5W)"
P:0100:000821 "prio - Numericable (19E/13E)"
P:0b01:000000 "prio - TVN/Conto TV (13E/12W)"
P:0500:022c00 "prio - RTV International (13E)"
P:0500:021900 "prio - Bht Bosnia TV (13E/12W)"
I:09c4:000000 "prio - Premiere NDS (19E)"