Welcome to World of IPTV

With

+23k members
+11k threads
+106k posts

we are the most popular IPTV community on the web. 

IMPORTANT NOTE:
WE HAVE RECENTLY NOTICED THAT TOO MANY DOUBLE FAKE ACCOUNTS ARE CREATED IN THE PAST.
TO PREVENT THIS ISSUE THE DECISION WAS MADE THAT IN THE FUTURE A ANNUALLY FEE 20 EURO WILL BE RAISED FOR NEW MEMBERSHIPS.

Join now to the World of IPTV

Forum Rules

Before you start, check out the forum rules first

Account upgrade

Upgrade your account to get access to full features

Advertising

Would you like to place your advertisement with us ?

Resources Manager

Hundreds of IPTV scripts and apps are available for download

Resource Purple Hardcode

chofrengo

Basic Member
Basic Member
Banned
Joined
Sep 22, 2019
Messages
207
Reaction score
873
Points
104
Location
hard1010
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?
 

Ryan336

Extended Member
Ext. Member
Joined
Dec 15, 2019
Messages
230
Reaction score
729
Points
104
Location
Canada
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:eek:rientation="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:eek:rientation="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:eek:rientation="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:eek:rientation="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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
T

TheOne01

Guest
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Ryan336

Extended Member
Ext. Member
Joined
Dec 15, 2019
Messages
230
Reaction score
729
Points
104
Location
Canada
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 @changglobize
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

Ryan336

Extended Member
Ext. Member
Joined
Dec 15, 2019
Messages
230
Reaction score
729
Points
104
Location
Canada
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

blackriderz

Extended Member
Ext. Member
Joined
Jan 4, 2020
Messages
46
Reaction score
328
Points
64
Location
Mars
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 @changglobize
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com

jangiz

Basic Member
Basic Member
Banned
Joined
Oct 29, 2019
Messages
4
Reaction score
3
Points
11
Location
karlstad
very nice and very good description about changing DNS
 
shape1
shape2
shape3
shape4
shape5
shape6
Top
AdBlock Detected

We know, ad-blocking software do a great job at blocking ads. But our site is sponsored by advertising. 

For the best possible site experience please take a moment to disable your AdBlocker.
You can create a Account with us or if you already have account, you can prefer an Account Upgrade.

I've Disabled AdBlock