- Joined
- Feb 5, 2024
- Messages
- 3,267
- Reaction score
- 6,312
- Points
- 113
- Website
- esso4k-tv.com
- vip
- 10,005 credits
Offline
How to change or swap out the sports guide if your version of IBO has one.
This does not explain how to add a sports guide if the APK does not have one.
Also consider versions such as HAXX are encoded and are different in setup so this does not apply to them.
The sports guide in IBO is always controlled by the online files , in most cases or I should say slightly older
or bog standard versions you will have a sports.php file in the root directory of the panel this has nothing to really do with the sports content its there for what you see when you open the panel and click on the sport in the left menu. This is to setup border ,background and text colors , in most cases there is no need to even look at this file.
The second file we need to look at is in the API (sometimes IBO or A ) folder
This is sport.php dont mix up sports.php and sport.php (sport.php in API folder)
This is where the customisation comes in remember sports.php is for the panel sport.php is for the actual content.
So this file basically consider it as a blank workspace that will display what ever you add to it when someone clicks the fixtures/sports guide when using the app.
This is the normal code for the traditional sports guide or fixtures , It may look a little daunting but its not when you learn only to read the bits that concern you.
How this works is on the panel there is instructions on how to get an API key where buy you visit
you set up what sports and countries what you would like included and it then generates an API key for you to add to the panel.
Most panels will come with an API key pre loaded with a broad choice of sports.
So thats all well and good but what if you want to change the guide ?
Basically its what ever you want to put into sport.php
I personally have been on a mission this week making my own sports guide with the help from a friend who is never to far away
OK so what can we add to the sport.php ?
This can be used it comes from and will display Tv listings in the form of panels:-
[HIDETHANKS]
Code:
You must log in to view
(50 lines)
Just copy and paste it into a blank sport.php
you can add different sports by visiting and take a look at what they have to offer there are tons of items
you can use in sport.php and with a little bit of a script it can be made to display multi sports,tables,divisions etc.
And this is what it looks like ;-
Althoug it says in the code background-color:red ? its not the guide will use the APK background instead.
These bits of code can be picked up almost anywhere , I just googled free sports widgets and found a lot through that.
I have been collecting bits of sports code for over 12 months
Be aware if you decide to add your own little script/code to the sport.php then the sports button and section in your panel becomes redundant its there but will not do anything. It is very easy to remove the section from your panel if needed so nobody using the panel will waste time trying to get it to work.
OK so what can be done when you decide to go down this route ?
But this does show you what can be done with a litttle bit of work and a shed load of trial and error.
I know for a fact a handfull of people are working on something very much the same so its only a matter of time before they start to appear.





