REQUEST Multi-DNS Smarter/XCIPTV with "Server Select"

miznakcheznak

New member
Joined
Feb 7, 2023
Messages
26
Awards
1
Offline
I think its a XCIPTV mod, where theres a gear in the bottom right, and you can select which server you want to log into.

Can anyone please point me in the right direction? I know I've seen one before, but the search terms are so common, its hard to pin down.

Thanks in advance!
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
I think its a XCIPTV mod, where theres a gear in the bottom right, and you can select which server you want to log into.

Can anyone please point me in the right direction? I know I've seen one before, but the search terms are so common, its hard to pin down.

Thanks in advance!
 

IɴғɪɴɪᴛᴇSᴛʀᴇᴀᴍs

Moderator
Staff member
VIP Member
Joined
Apr 7, 2021
Messages
1,167
Awards
4
Offline
this is the one your looking for, i've not seen a smarters with a dropo down server selection i can imagine there's one out there somewhere
 

miznakcheznak

New member
Joined
Feb 7, 2023
Messages
26
Awards
1
Offline
ah ""SettingName": "dash_theme" = "d"" - will set back to more traditional layout. Will give it a shot. Thanks!
 

miznakcheznak

New member
Joined
Feb 7, 2023
Messages
26
Awards
1
Offline
Just tested this one, here are my settings:

Code:
{
    "RTX_MODE": [
        {
            "SettingName": "app_type",
            "Action": "hardcoded"
        },
        {
            "SettingName": "panelURL",
            "Action": "https://yourhost/demo/onepanel/xciptv/"
        },
        {
            "SettingName": "rtx_appversion",
            "Action": "1"
        },
        {
            "SettingName": "show_dev_message",
            "Action": "on"
        },
        {
            "SettingName": "support_email",
            "Action": "[email protected]"
        },
        {
            "SettingName": "login_theme",
            "Action": "1"
        },
        {
            "SettingName": "dash_theme",
            "Action": "d"
        },
        {
            "SettingName": "slider_tital",
            "Action": "off"
        },
        {
            "SettingName": "slider_ScrollTime",
            "Action": "5"
        },
        {
            "SettingName": "show_expr",
            "Action": "yes"
        },
        {
            "SettingName": "support_phone",
            "Action": "This is Free Version"
        },
        {
            "SettingName": "versioncode",
            "Action": "801"
        },
        {
            "SettingName": "apkurl",
            "Action": "https://download.ottrun.com/downloads/521064/XCIPTV-5.0.1-v706.apk"
        },
        {
            "SettingName": "apkautoupdate",
            "Action": "no"
        },
        {
            "SettingName": "agent",
            "Action": "XCIPTV-v6.0"
        },
        {
            "SettingName": "admob_interstitial_id",
            "Action": "no"
        },
        {
            "SettingName": "AdMob_enabled",
            "Action": "no"
        },
        {
            "SettingName": "appname",
            "Action": "XXXXXXX"
        },
        {
            "SettingName": "admob_banner_id",
            "Action": "no"
        },
        {
            "SettingName": "panel",
            "Action": "xtreamcodes"
        },
        {
            "SettingName": "stream_type",
            "Action": "ts"
        },
        {
            "SettingName": "apkautoupdate",
            "Action": "no"
        },
        {
            "SettingName": "player",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_catchup",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_vod",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_series",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_ms",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_tv",
            "Action": "EXO"
        },
        {
            "SettingName": "language",
            "Action": "en"
        }
    ]
}

It crashes once you login (but doesnt return "cannot login" like I have the URL wrong) - seems to be crashing once it tries to load layout. I disabled ads thinking that could trigger a crash if I didnt add any, but for some reason not working.

Edited using MT Manager VIP (paid).
 

miznakcheznak

New member
Joined
Feb 7, 2023
Messages
26
Awards
1
Offline
Just tested this one, here are my settings:

Code:
{
    "RTX_MODE": [
        {
            "SettingName": "app_type",
            "Action": "hardcoded"
        },
        {
            "SettingName": "panelURL",
            "Action": "https://yourhost/demo/onepanel/xciptv/"
        },
        {
            "SettingName": "rtx_appversion",
            "Action": "1"
        },
        {
            "SettingName": "show_dev_message",
            "Action": "on"
        },
        {
            "SettingName": "support_email",
            "Action": "[email protected]"
        },
        {
            "SettingName": "login_theme",
            "Action": "1"
        },
        {
            "SettingName": "dash_theme",
            "Action": "d"
        },
        {
            "SettingName": "slider_tital",
            "Action": "off"
        },
        {
            "SettingName": "slider_ScrollTime",
            "Action": "5"
        },
        {
            "SettingName": "show_expr",
            "Action": "yes"
        },
        {
            "SettingName": "support_phone",
            "Action": "This is Free Version"
        },
        {
            "SettingName": "versioncode",
            "Action": "801"
        },
        {
            "SettingName": "apkurl",
            "Action": "https://download.ottrun.com/downloads/521064/XCIPTV-5.0.1-v706.apk"
        },
        {
            "SettingName": "apkautoupdate",
            "Action": "no"
        },
        {
            "SettingName": "agent",
            "Action": "XCIPTV-v6.0"
        },
        {
            "SettingName": "admob_interstitial_id",
            "Action": "no"
        },
        {
            "SettingName": "AdMob_enabled",
            "Action": "no"
        },
        {
            "SettingName": "appname",
            "Action": "XXXXXXX"
        },
        {
            "SettingName": "admob_banner_id",
            "Action": "no"
        },
        {
            "SettingName": "panel",
            "Action": "xtreamcodes"
        },
        {
            "SettingName": "stream_type",
            "Action": "ts"
        },
        {
            "SettingName": "apkautoupdate",
            "Action": "no"
        },
        {
            "SettingName": "player",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_catchup",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_vod",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_series",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_ms",
            "Action": "EXO"
        },
        {
            "SettingName": "whichplayer_tv",
            "Action": "EXO"
        },
        {
            "SettingName": "language",
            "Action": "en"
        }
    ]
}

It crashes once you login (but doesnt return "cannot login" like I have the URL wrong) - seems to be crashing once it tries to load layout. I disabled ads thinking that could trigger a crash if I didnt add any, but for some reason not working.

Edited using MT Manager VIP (paid).
nvm figured it out - "unlimited" accounts do not work on this app
 
Top