REQUEST v4 FTG Panel TV Series Autoads.php

blackestflag

Well-known member
Joined
Oct 19, 2022
Messages
501
Awards
4
Offline
Hey there guys, I'm looking for autoads.php for Smarters v4 Panel, that has trending TV Series TMDB, instead of Movies.

If someone has one, or could post the snippet, that would be great

Thanks in advance
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
601
Awards
4
Offline
make it to tmdb i think the ibo 3,8 tmdb shows tvshows and movies
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,927
Awards
4
Offline
panel/api/autoloads.php
This is the file you need to edit for tv shows only
this is all above my head but i am guessing if you go to TMDB and create your own api key for tv shows only and replaced it with existing i think you would be not far off i could be totally wrong of course :)
Screenshot 2024-02-21 165319.jpg


just pulled this apikey from ibo which should display movies and series ,going to test
042ca3561d20c34adcc98489df9cc4b2
 

blackestflag

Well-known member
Joined
Oct 19, 2022
Messages
501
Awards
4
Offline
Thank you, and yes I'm aware of the snippet above. Perhaps I didn't word things clearly...
I'm looking for that code to be targeting TV SERIES, instead of MOVIES

I think I may have sorted it out, this looks reasonable, lol.. .I think...

Code:
https://api.themoviedb.org/3/trending/tv/{time_window}

Might be worth a shot, that's for sure

From, https://developer.themoviedb.org/reference/trending-tv
 

blackestflag

Well-known member
Joined
Oct 19, 2022
Messages
501
Awards
4
Offline
Please ignore the layout issues, working on functionality first, lol

Getting there, I changed the tmdb URL from ..../discover/movie?.... TO ..../discover/tv?.....
It's pulling the TV info, but now getting some undefined ID's


1708538984528.png
 

FelixSchrodinger

Well-known member
Joined
Jun 17, 2022
Messages
264
Awards
3
Offline
You have the same panel(s) I do, lol.. pick an autoads.php and have a go at it

Answered it here mate. I was gonna reply here with it all but thought I'd make its own post.

 

blackestflag

Well-known member
Joined
Oct 19, 2022
Messages
501
Awards
4
Offline
Answered it here mate. I was gonna reply here with it all but thought I'd make its own post.

You're awesome, and definitely ON my christmas card list this year ;)
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,927
Awards
4
Offline
This has been out a while i initial had it in V3 but this video is V4
 

G-man

Well-known member
Joined
Apr 16, 2021
Messages
1,927
Awards
4
Offline
The app is freely available on here already , i just changed the look of it nothing to fancy just used a theme i already had made in V3
just by looking at the video you should be able to copy/make something like it yourself if wanted
Its all about learning not spoon feeding

EDIT i just noticed somone removed a post above ? thats why i posted the video to show it was the same app and not new
 

JEMUMAN

Well-known member
Joined
Mar 16, 2023
Messages
601
Awards
4
Offline
The app is freely available on here already , i just changed the look of it nothing to fancy just used a theme i already had made in V3
just by looking at the video you should be able to copy/make something like it yourself if wanted
Its all about learning not spoon feeding

EDIT i just noticed somone removed a post above ? thats why i posted the video to show it was the same app and not new
lol i posted on the wrong post thats why i removed it didnt notice til late lastnight
 

blackestflag

Well-known member
Joined
Oct 19, 2022
Messages
501
Awards
4
Offline
The app is freely available on here already , i just changed the look of it nothing to fancy just used a theme i already had made in V3
just by looking at the video you should be able to copy/make something like it yourself if wanted
Its all about learning not spoon feeding

EDIT i just noticed somone removed a post above ? thats why i posted the video to show it was the same app and not new
Thank you G-man, I will have a look around to see if I can locate the v3 of this, and whip up some copy and pasta
 
Top