DOWNLOAD IBO TMDB

nowacx

Well-known member
Joined
May 28, 2021
Messages
340
Awards
4
Offline
where is the actual QR code stored in the app ? its not the same one that is in the res/drawable folder thats what i could not work out the location
answer to that would depend on the apk you're using
bcos anyone with the know how can easily point the app to call qrcode image from almost anywhere that's "allowed/useable" by the app.... even with a "webview" so the image can be changed anytime remotely via panel or php

so obviously if the apk you're using has been edited by someone else to use different values other than the "typical/usual" image_qrcode.png then just look in the layout xml holding the item you're interested in and you'll find pointers/hint of the item's possible location

example, a quick look in the apk in the main post of this thread n you'll find that the image taking the "onscreen position" of the qrcode imageview is actually drawable/logo.jpg (the ftg logo) and not image_qrcode.png as seen "typically" in ibo
 

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
anyone getting compiling error on windows?
Code:
[20:51:07] Building resources...
[20:51:24] E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res\values\layouts.xml:3: error: invalid value for type 'layout'. Expected a reference.
[20:51:24] E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res\values\layouts.xml:4: error: invalid value for type 'layout'. Expected a reference.
[20:51:24] E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res\values\layouts.xml:5: error: invalid value for type 'layout'. Expected a reference.
[20:51:24] E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res\values\layouts.xml:6: error: invalid value for type 'layout'. Expected a reference.
[20:51:24] E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res\values\layouts.xml:7: error: invalid value for type 'layout'. Expected a reference.
[20:51:24] E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res\values\layouts.xml: error: file failed to compile.
[20:51:25] brut.androlib.exceptions.AndrolibException: brut.common.BrutException: could not exec (exit code = 1): [C:\Users\user\AppData\Local\Temp\brut_util_Jar_139457312043556217763801012881833710133.tmp, compile, --dir, E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\res, --legacy, -o, E:\APK.Tool.GUI.v3.3.1.0\apps\ibotmdb\build\resources.zip]
[20:51:25] =====[ Error ]=====
[20:51:25] Compiling failed

Fixed it by deleting layouts.xml and the relevant id's from public.xml.
 
Last edited:

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
Anyone getting issues with dns being automatically https?
 

jbetbetbet

Well-known member
Joined
Aug 10, 2021
Messages
200
Awards
3
Offline
where is the actual QR code stored in the app ? its not the same one that is in the res/drawable folder thats what i could not work out the location
The reason you had trouble finding it is due to the version, it’s not using the standard qr_code, his version is not the standard IBO .it’s a webview that generates a QR code defined in C.
While there many ways to skin a cat, in this case the options are very limited.
 

SamChapman

Active member
VIP Member
Joined
Jan 18, 2024
Messages
168
Awards
2
Offline
lol my point is i could not find it to remove it , iset visability to gone but still showed there is not an actual image to edit or remove
Thats because the visibility of the qr image is set to gone in smali. If you change that the qr image will show in the app..
 

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
Can someone please help me. I have made the changes and all and compiled the app. My dns is http and added on IBO panel but when I lauch the app it shows the playlist but says no connection username is incorrect. and when you look at the dns it shows the dns is https which should be http and might be causing this issue. How to fix it? thanks.
 

Attachments

  • Untitled.png
    Untitled.png
    88 KB · Views: 39
  • Untxitled.png
    Untxitled.png
    52.5 KB · Views: 39

Helpmo

Well-known member
Joined
Sep 18, 2021
Messages
116
Awards
3
Offline
Can someone please help me. I have made the changes and all and compiled the app. My dns is http and added on IBO panel but when I lauch the app it shows the playlist but says no connection username is incorrect. and when you look at the dns it shows the dns is https which should be http and might be causing this issue. How to fix it? thanks.
your dns server must be http:// not https://
 

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
your dns server must be http:// not https://
My dns is http as you can see on the pic but the domain I am using for panel is in https.
 

Attachments

  • Untdddditled.png
    Untdddditled.png
    82.8 KB · Views: 54

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
The reason you had trouble finding it is due to the version, it’s not using the standard qr_code, his version is not the standard IBO .it’s a webview that generates a QR code defined in C.
While there many ways to skin a cat, in this case the options are very limited.
Can you please see my issue mate and give me a solution. Thanks
 

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
Https or http. Both should work fine. Try changing ip then try logging in.
That's what I know too but it says username wrong while it's correct. it has a "@" symbol in both username and password. Can that cause any issue?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,940
Awards
4
Offline
It makes no difference if your service is http or https both will work and BOTH will display like this
HTTPS:// its just a template to hide the real DNS in image below half are http and half are https

Screenshot 2024-02-19 143301.jpg
 

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
It makes no difference if your service is http or https both will work and BOTH will display like this
HTTPS:// its just a template to hide the real DNS in image below half are http and half are https

View attachment 8847
Yes that's what it should be I know. Can you check my app once pls?
 

Robinson

Member
Joined
Jun 7, 2023
Messages
39
Awards
1
Offline
Can someone please help me. I have made the changes and all and compiled the app. My dns is http and added on IBO panel but when I lauch the app it shows the playlist but says no connection username is incorrect. and when you look at the dns it shows the dns is https which should be http and might be causing this issue. How to fix it? thanks.
I also have the same problem and I don't know what the reason is, can someone help us please?
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,940
Awards
4
Offline
EITHER HTTP OR HTTPS WORKS
it is just using a mask that does actually nothing

see the text i have highlighted below ?
that is what will show in the change playlist/playsists screen it can be anything you want it to be it makes no difference
its just being used to hide your real dns just leave it "" if you want to remove it totally


Screenshot 2024-02-19 161542.jpg
 

lucif3r

Well-known member
Joined
Jun 3, 2021
Messages
117
Awards
4
Offline
EITHER HTTP OR HTTPS WORKS
it is just using a mask that does actually nothing

see the text i have highlighted below ?
that is what will show in the change playlist/playsists screen it can be anything you want it to be it makes no difference
its just being used to hide your real dns just leave it "" if you want to remove it totally


View attachment 8848
Hmm in that case something is wrong with auth.php. I've a theory. When the op has been asked to remove personal details from the first posting he might have deleted something important from the panel files. Just a theory.
 
Last edited:

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,940
Awards
4
Offline
personally i run this panel with 7.4 php maybe check that if your using higher like 8.3 set up a subdomain using 7.4.php and load the panel to that
 

SamChapman

Active member
VIP Member
Joined
Jan 18, 2024
Messages
168
Awards
2
Offline
Nothing important was deleted. Only the db and the error log.
 
Top