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!

LTQ modding.. need help with changing embedded sports schedule.

apextv

Extended Member
Ext. Member
Joined
Oct 9, 2019
Messages
46
Reaction score
155
Points
44
Location
seti alpha 5
I got a conundrum on something...
I have been looking around at different sports schedule widgets.. I found the one that comes with LTQ is lacking on where it list sports country wise...
I found one at https://sport-tv-guide.live/widgets/tvguide that is promising.. only can select 9 sports (says 10 but when you're adding 10th you get error).

The embed code itself is normal. My main thing that I would like to do is embed a code that points to the actual code on my website, so that I can change everyone's apk sports schedule based on the current sports. I tried making the embed code into a php, then embedding .

The code for the sports-tv-guide.live embed widget is

HTML:
<style>.containerFrame {width: 100%;} .frameData {width: 100%;} .hosting{margin:20px; font-size:70%; padding:6px; border:1px solid #17628b; margin-bottom:10px;} .hosting a{font-weight:bold;color:#17628b;} .dataList{padding:20px;}</style><script>var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent"; var eventer = window[eventMethod]; var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message"; eventer(messageEvent,function(e) { if(typeof e.data == "number" && e.data > 100) document.getElementById("outputFrame").height = e.data + "px";},false);</script><iframe class="frameData" id="outputFrame" src="https://sport-tv-guide.live/hosting-manual/ed050d105fc5?time_zone=US/Eastern&fc=1,7,102&time12=0&sports=22,19,5,4,1,8,10,12,7,20,24&bg=#f8f8f9&=1&bgs=#b7b7b7&grp=1" style="position:relative;border:none;" frameborder="0"></iframe><div style="padding:5px;background:#e6e5e5;text-align:center;font-size:10px">Powered by <a href="https://sportguide.live">Live Sports TV Guide</a></div>

Inside your apk/res/values/strings.xml there is the code for the app's sports schedule...below is the default code for it.

HTML:
<string name="sports_schedule" formatted="false">"&lt;iframe src=\"https://www.tvsportguide.com/widget/5cc316f797659?heading=Events&amp;border_color=custom&amp;autoscroll=0&amp;custom_colors={first_color},{first_color},ffffff\" frameborder=\"0\" style=\"width: 100%; height: 100%; border: none;\">&lt;/iframe>

            &lt;p style=\"margin-top: 2px; font-size: 10px;\">&amp;copy; &lt;a href=\"https://www.tvsportguide.com?link_src=widget&amp;ref=https://lttelevision.com/\" target=\"_blank\">LTQ - Sport on LTQ/a>&lt;/p>"</string>


The code from the service doesn't work at all. it won't even compile apk with it in there as it is.
My modified tries was to pull the codes url itself and put it inside the existing embed code as follows (compile errors same as before)

HTML:
<string name="sports_schedule" formatted="false">"&lt;iframe src=\""https://sport-tv-guide.live/hosting-manual/ed050d105fc5?time_zone=US/Eastern&fc=1,7,102&time12=0&sports=22,19,5,4,1,8,10,12,7,20,24&bg=#f8f8f9&=1&bgs=#b7b7b7&grp=1"\" frameborder=\"0\" style=\"width: 100%; height: 100%; border: none;\">&lt;/iframe>

            &lt;p style=\"margin-top: 2px; font-size: 10px;\">&amp;copy; &lt;a href=\"https://sport-tv-guide.live/\" target=\"_blank\">LTQ - Sport on LTQ/a>&lt;/p>"</string>


I even put the embed code from the Sport-tv-guide site exactly as it was inside a php file, and then embed coded it...

HTML:
<string name="sports_schedule" formatted="false">"&lt;iframe src=\""http://mydomain/ltq/sepg.php"\" frameborder=\"0\" style=\"width: 100%; height: 100%; border: none;\">&lt;/iframe>

            &lt;p style=\"margin-top: 2px; font-size: 10px;\">&amp;copy; &lt;a href=\"https://sport-tv-guide.live/\" target=\"_blank\">LTQ - Sport on LTQ/a>&lt;/p>"</string>
 
Last edited:
I haven't used forums since dsschat/hitecsat/piratesden forum and mirc days... I just joined this forum less then a week ago..
Thanks any help would be greatly appreciated. I just want to get my countries sports on the app. If I don't, I will stay with dark media/XC apps..
 
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
this definitely looks like a lot of resellers would want this, myself included haha nice work @apextv i hope you get the help you need mate
 
this definitely looks like a lot of resellers would want this, myself included haha nice work @apextv i hope you get the help you need mate
Please can we get a tutorial on how to mod this. There is an API call in the api
I have worked with FireTVGuru on it and found the meaning of life haha.. Here's the tutorial on how to do the schedule mod.. remember to update your html code when ever sports seasons change! :)

 
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 have worked with FireTVGuru on it and found the meaning of life haha.. Here's the tutorial on how to do the schedule mod.. remember to update your html code when ever sports seasons change! :)

Thanks for this mate. Does the app store on ltq work on v3.2

Please can you give us tutorial how to mod v3.2.

Thanks
 
Thanks for this mate. Does the app store on ltq work on v3.2

Please can you give us tutorial how to mod v3.2.

Thanks
Yes, app store works the same on both hard coded versions, the 3.0.1 and 53.. The server hosted one that requires vps to use works about the same but not quite. I kinda let LTQ go until my epg gets back up
 
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
Yes, app store works the same on both hard coded versions, the 3.0.1 and 53.. The server hosted one that requires vps to use works about the same but not quite. I kinda let LTQ go until my epg gets back up
Please can you point me how to get app store work and Hard coding the url
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top