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 XCIPTV 4.0.0(544) Full epg,Full Name Package(UPDATED TO 545) [Deleted]

Status
Not open for further replies.

figueroa34

Extended Member
Ext. Member
Joined
Apr 15, 2020
Messages
36
Reaction score
35
Points
19
Location
Brasil
Screenshot_20200413-184220_YourNameHeer.jpg

Screenshot_20200413-184215_YourNameHeer.jpg


This update is for everyone
I need to thanks to everyone from this forum for the good stuff,, hope to be good to everyone what was catch unprepared whit the new updates

No quote

to point the app to your dns ,go to com/nathnetwork/xciptv/LoginActivity and change the YOURDNS:8080
happy Easter everyone
No quote
tested the multiscreen and work
muchisimas gracias voy a probar
 

TeeVeeBox

Extended Member
Ext. Member
Joined
Oct 8, 2019
Messages
107
Reaction score
1,286
Points
104
Location
UK
I've managed to hide the VPN and notification buttons. Now I just need to hide the catch up and radio ones... Anyone care to share how it can be done? I've tried editing the activity_categories file but it doesn't work. I've found the ids for those two buttons and located them in the CategoriesActivity.smali file but don't actually know how to turn them off
 

modweb

Extended Member
Ext. Member
Joined
Apr 9, 2020
Messages
73
Reaction score
144
Points
44
Location
Yorkshire
I've managed to hide the VPN and notification buttons. Now I just need to hide the catch up and radio ones... Anyone care to share how it can be done? I've tried editing the activity_categories file but it doesn't work. I've found the ids for those two buttons and located them in the CategoriesActivity.smali file but don't actually know how to turn them off
That's where myself and @Waddell81 are up to as well. So that's three of us now after the same thing :)
 
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
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

TeeVeeBox

Extended Member
Ext. Member
Joined
Oct 8, 2019
Messages
107
Reaction score
1,286
Points
104
Location
UK
Remove some icons in top right hand corner
And I wanted to remove live TV and TV guide from this screen:
Vv3.jpg

My post here explains how to get rid of those at the right:

I'll have a look to see what I can find with the loading screen now
 
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

Fireflies

Extended Member
Ext. Member
VIP Member 12M
Joined
Sep 27, 2019
Messages
8
Reaction score
14
Points
14
Location
Algeria
So you want to use whatever is typed in the username field for both the username and password?

It is possible... You need to edit the activitly_login.xml to hide the password field ... I tried just using android:visibility="gone" but it didn't work for me

Try changing the password section to this (basically just shrinks everything down so it can't be seen if it doesn't hide - it worked for me)
PHP:
        <FrameLayout android:id="@id/layout_password_holder" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent">
            <EditText android:visibility="gone" android:textColor="@color/cardview_dark_background" android:id="@id/ed_password" android:background="@drawable/xciptv_ed" android:paddingLeft="0.1dip" android:nextFocusLeft="@id/btn_login" android:nextFocusRight="@id/btn_login" android:nextFocusDown="@id/btn_login" android:layout_width="fill_parent" android:layout_height="0.1dip" android:hint="@string/xc_password" android:ems="10" android:password="true" android:inputType="textNoSuggestions|textPassword" android:nextFocusForward="@id/btn_login" />
            <ImageView android:visibility="gone" android:id="@id/imageView20" android:background="@drawable/password_icon" android:focusable="false" android:layout_width="0.1dip" android:layout_height="0.1dip" android:layout_marginLeft="0.1dip" android:layout_marginTop="0.1dip" />
        </FrameLayout>

Then you need to edit the LoginActivity.smali file and edit the following:
No quote


Thank you so much ! worked like a charm
 

modweb

Extended Member
Ext. Member
Joined
Apr 9, 2020
Messages
73
Reaction score
144
Points
44
Location
Yorkshire
Remove some icons in top right hand corner
And I wanted to remove live TV and TV guide from this screen:
Vv3.jpg
Within activty_update_contents.xml (opened with Notepad ++)
Add android:visibility="gone" into line 7 & Line 25
It will remove LiveTV and TV Guide.

I have not looked further into the cycle of the wording of 'Now Updating Live TV Channels. Please Wait etc' next job.
Think I will follow the post of TeeVeeBox, that will work for the wording.

At least the two boxes can be removed.
 
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

Waddell81

Extended Member
Ext. Member
Joined
Nov 7, 2019
Messages
106
Reaction score
399
Points
74
Location
Uk
Within activty_update_contents.xml (opened with Notepad ++)
Add android:visibility="gone" into line 7 & Line 25
It will remove LiveTV and TV Guide.

I have not looked further into the cycle of the wording of 'Now Updating Live TV Channels. Please Wait etc' next job.
At least the two boxes can be removed.

You must have done it same time as me lol
Edit in strings.xml to change Now Updating Live TV Channels. Please Wait etc'
 
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
Status
Not open for further replies.
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