Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Resource Purple Hardcode

  • Thread starter Thread starter TheOne01
  • Start date Start date
I saw that a few people on here had asked if purple was able to be hardcoded, it's fairly simple. In the res/layout look for fragment_login_portal_fragment.xml and go to line 94, input your DNS into the android:text="dnshere"

HnnetE3.jpg
Thanks for the tuto , but gives me error invalid resource directory name , did you can post the apk to try it?
 
I saw that a few people on here had asked if purple was able to be hardcoded, it's fairly simple. In the res/layout look for fragment_login_portal_fragment.xml and go to line 94, input your DNS into the android:text="dnshere"

HnnetE3.jpg

What version you got ? I have the latest and mine is not running up to line 1115 . It's very small.

<?xml version="1.0" encoding="utf-8" ?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent">
<LinearLayout android:gravity="center_horizontal" android:layout_gravity="center" android:orientation="vertical" android:padding="@dimen/login_playlist_main_padding" android:visibility="visible" android:layout_width="@dimen/login_playlist_main_width" android:layout_height="wrap_content">
<TextView android:textSize="@dimen/login_playlist_header_text_size" android:textStyle="bold" android:textColor="#ffffffff" android:gravity="center" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/fragment_live_xstream_code_api" android:textAllCaps="true" />
<EditText android:textSize="@dimen/login_playlist_et_text_size" android:textColor="@color/normal_text_color" android:textColorHint="@color/unfocused_color" android:gravity="center_vertical" android:id="@id/et_xstream_name" android:background="@drawable/bg_et" android:focusable="true" android:layout_width="fill_parent" android:layout_height="@dimen/login_playlist_et_height" android:layout_marginTop="@dimen/login_playlist_et_margin_first" android:text="" android:hint="@string/fragment_live_playlist_name" android:maxLines="1" android:scrollHorizontally="true" android:inputType="textUri" android:imeOptions="actionNext|flagNoFullscreen" android:paddingStart="@dimen/login_playlist_et_rl_padding" android:paddingEnd="@dimen/login_playlist_et_rl_padding" />
<EditText android:textSize="@dimen/login_playlist_et_text_size" android:textColor="@color/normal_text_color" android:textColorHint="@color/unfocused_color" android:gravity="center_vertical" android:id="@id/et_xstream_username" android:background="@drawable/bg_et" android:focusable="true" android:layout_width="fill_parent" android:layout_height="@dimen/login_playlist_et_height" android:layout_marginTop="@dimen/login_playlist_et_margin_inbetween" android:text="" android:hint="@string/fragment_live_username" android:maxLines="1" android:scrollHorizontally="true" android:inputType="textUri" android:imeOptions="actionNext|flagNoFullscreen" android:paddingStart="@dimen/login_playlist_et_rl_padding" android:paddingEnd="@dimen/login_playlist_et_rl_padding" />
<EditText android:textSize="@dimen/login_playlist_et_text_size" android:textColor="@color/normal_text_color" android:textColorHint="@color/unfocused_color" android:gravity="center_vertical" android:id="@id/et_xstream_password" android:background="@drawable/bg_et" android:focusable="true" android:layout_width="fill_parent" android:layout_height="@dimen/login_playlist_et_height" android:layout_marginTop="@dimen/login_playlist_et_margin_inbetween" android:text="" android:hint="@string/fragment_live_password" android:maxLines="1" android:scrollHorizontally="true" android:inputType="textUri" android:imeOptions="actionNext|flagNoFullscreen" android:paddingStart="@dimen/login_playlist_et_rl_padding" android:paddingEnd="@dimen/login_playlist_et_rl_padding" />
<EditText android:textSize="@dimen/login_playlist_et_text_size" android:textColor="@color/normal_text_color" android:textColorHint="@color/unfocused_color" android:gravity="center_vertical" android:id="@id/et_xstream_url" android:background="@drawable/bg_et" android:focusable="true" android:layout_width="fill_parent" android:layout_height="@dimen/login_playlist_et_height" android:layout_marginTop="@dimen/login_playlist_et_margin_inbetween" android:text="" android:hint="@string/fragment_live_http_url_here_com_port" android:maxLines="1" android:scrollHorizontally="true" android:inputType="textUri" android:imeOptions="actionDone|flagNoFullscreen" android:paddingStart="@dimen/login_playlist_et_rl_padding" android:paddingEnd="@dimen/login_playlist_et_rl_padding" />
<LinearLayout android:gravity="bottom|center" android:orientation="horizontal" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="@dimen/login_playlist_btn_parent_margin">
<FrameLayout android:gravity="center" android:orientation="horizontal" android:visibility="visible" android:layout_width="@dimen/login_playlist_btn_width" android:layout_height="@dimen/login_playlist_btn_height">
<TextView android:textSize="@dimen/login_playlist_btn_text_size" android:textColor="@color/btn_text_color" android:gravity="center" android:layout_gravity="center" android:id="@id/btn_xstream_login" android:background="@drawable/bg_btn" android:focusable="true" android:visibility="visible" android:layout_width="fill_parent" android:layout_height="fill_parent" android:text="@string/str_login_login" />
<ProgressBar android:layout_gravity="center" android:id="@id/progress_xstream" android:visibility="gone" android:layout_width="@dimen/login_playlist_btn_progrssbar" android:layout_height="@dimen/login_playlist_btn_progrssbar" />
</FrameLayout>
<TextView android:textSize="@dimen/login_playlist_btn_text_size" android:textColor="@color/btn_text_color" android:gravity="center" android:id="@id/btn_xstream_show_playlist" android:background="@drawable/bg_btn" android:focusable="true" android:visibility="visible" android:layout_width="@dimen/login_playlist_btn_width" android:layout_height="@dimen/login_playlist_btn_height" android:layout_marginLeft="@dimen/login_playlist_btn_margin_inbetween" android:layout_marginTop="0.0dip" android:text="@string/fragment_live_user_list" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</FrameLayout>
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Sorry mine is different cause I edit it using mt manager on my phone. I'll be putting up a link to the version I am using, search dnshere in the res/
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Sorry mine is different cause I edit it using mt manager on my phone. I'll be putting up a link to the version I am using, search dnshere in the res/
great dude , im waiting for the apk regards
 
Sorry mine is different cause I edit it using mt manager on my phone. I'll be putting up a link to the version I am using, search dnshere in the res/
Yes bro post yours please . If it's old version I was told that old version is slow has buggs
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
I learned a while back to not use apk editor with purple, use mt manager, search for a modded version if you don't already have one
thanks , can you send the mt manager modded?
 
Hardcoding purple is useless because in password field it only accept numbers and that can't be longer then 4 characters
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
Hardcoding purple is useless because in password field it only accept numbers and that can't be longer then 4 characters
Hit the skip button the hit add playlist, then xtream
 
if have got invalid resource just try to update the apk tool version to the latest :)
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
very nice and very good description about changing DNS
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top