Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Back End Admin panel #17

Open
jameswebb07 opened this issue Mar 31, 2020 · 48 comments
Open

Back End Admin panel #17

jameswebb07 opened this issue Mar 31, 2020 · 48 comments

Comments

@jameswebb07
Copy link

Back end for add movies and TV shows ?

@o1298098
Copy link
Owner

o1298098 commented Apr 1, 2020

Already has a simple backend, https://www.fluttermovie.top

@jameswebb07
Copy link
Author

login ?

@o1298098
Copy link
Owner

o1298098 commented Apr 2, 2020

After you register an account in the app, I can set your account as an administrator.

@jameswebb07
Copy link
Author

register done on app , Email : mymexb06@gmail.com

@o1298098
Copy link
Owner

o1298098 commented Apr 2, 2020

ok, you can login now

@jameswebb07
Copy link
Author

great work, can i give you some suggestions ?

@o1298098
Copy link
Owner

o1298098 commented Apr 3, 2020

sure

@jameswebb07
Copy link
Author

1. To add links for Movies (bulk) in field like this
TMDB_ID MOVIE_URL
181812 https://url.com/movies.mkv
181813 https://url.com/movies.mkv
181814 https://url.com/movies.mkv

2. To add links for multiple TV shows at once in field like this
TMDB_ID
1x01 https://url.com/1
1x02 https://url.com/2
1x03 https://url.com/3
TMDB_ID
1x01 https://url.com/1
1x02 https://url.com/2
1x03 https://url.com/3
TMDB_ID
1x01 https://url.com/1
1x02 https://url.com/2
1x03 https://url.com/3

3. Show in APP
Show only that movie and TV shows in App which in our Database

Can you share database structure as well?

@o1298098
Copy link
Owner

o1298098 commented Apr 4, 2020

Thank you for your suggestions, I will add the function of create links in bulk.
The structure of the database:

@jameswebb07
Copy link
Author

Thank you for database structure.

@jameswebb07
Copy link
Author

https://www.fluttermovie.top/ down ?

@o1298098
Copy link
Owner

o1298098 commented Apr 5, 2020

The webpage is running, it may be due to the network

@jameswebb07
Copy link
Author

now it's working :)

@jameswebb07
Copy link
Author

jameswebb07 commented Apr 8, 2020

can you give me Back End Admin panel source code?

Email : mymexb06@gmail.com

@jameswebb07
Copy link
Author

1. To add links for Movies (bulk) in field like this
TMDB_ID MOVIE_URL
181812 https://url.com/movies.mkv
181813 https://url.com/movies.mkv
181814 https://url.com/movies.mkv

2. To add links for multiple TV shows at once in field like this
TMDB_ID
1x01 https://url.com/1
1x02 https://url.com/2
1x03 https://url.com/3
TMDB_ID
1x01 https://url.com/1
1x02 https://url.com/2
1x03 https://url.com/3
TMDB_ID
1x01 https://url.com/1
1x02 https://url.com/2
1x03 https://url.com/3

3. Show in APP
Show only that movie and TV shows in App which in our Database

Can you share database structure as well?

any update on this ?

@o1298098
Copy link
Owner

Not yet, I am still developing payment functions. After it completed, I will add these functions in the admin panel

@thiani
Copy link

thiani commented May 3, 2020

Hey,kindly register me for the backend access. thianisimon@gmail.com

@o1298098
Copy link
Owner

o1298098 commented May 3, 2020

@thiani, I can't find this account, you need to register this account before setting up an administrator

@thawhakyi
Copy link

Already registered on app. Please.
Email : thawhakyi.t@gmail.com

@o1298098
Copy link
Owner

o1298098 commented May 3, 2020

@thiani, Your account has been set as an administrator

@thawhakyi
Copy link

Pls approve me. @o1298098

@o1298098
Copy link
Owner

o1298098 commented May 5, 2020

@thawhakyi, already set

@thawhakyi
Copy link

thank you bro

@jameswebb07
Copy link
Author

Still waiting bro :)

@o1298098
Copy link
Owner

I am working on it 😄

@jameswebb07
Copy link
Author

I am working on it 😄

cool thanks

@o1298098
Copy link
Owner

@jameswebb07, The function of adding movie streamlinks in batches has been completed
Kapture 2020-06-11 at 12 24 17

@jameswebb07
Copy link
Author

@jameswebb07, The function of adding movie streamlinks in batches has been completed
Kapture 2020-06-11 at 12 24 17

cool great

@thefrancisugorji
Copy link

Hello Please Can You share Backend or add my account as Administrator:
Please I would really appreciate it
frankboy4dera@gmail.com

@o1298098
Copy link
Owner

@thefrancisugorji, already set.

@thefrancisugorji
Copy link

thefrancisugorji commented Aug 22, 2020

I still can't access 😟
Is there a way to reset?
I signed in with Google on the app

@o1298098
Copy link
Owner

o1298098 commented Aug 22, 2020

you can sign in with google account

@thefrancisugorji
Copy link

Okay done.

Would my own stream links be made public?
I do not understand that part?

@thefrancisugorji
Copy link

Can you drop a full detailed documentation on how to make use/setup the app while also using your API.

Plus if I'd want to change API, where do I configure that.

Sorry for the questions, I am fairly new to Flutter

@o1298098
Copy link
Owner

Okay done.

Would my own stream links be made public?
I do not understand that part?

Now all stream links are public, if you need to keep private streamlinks, need to modify the api,

Can you drop a full detailed documentation on how to make use/setup the app while also using your API.

Plus if I'd want to change API, where do I configure that.

Sorry for the questions, I am fairly new to Flutter

This project only needs to replace the addresses in several api files in "/lib/actions/http" and replace the firebase sdk file. I will add a configuration file to this project later, and then you can modify the api address in the configuration file.
If you want, I can send you the admin panel and the Api source code.

@thefrancisugorji
Copy link

Okay done.
Would my own stream links be made public?
I do not understand that part?

Now all stream links are public, if you need to keep private streamlinks, need to modify the api,

Can you drop a full detailed documentation on how to make use/setup the app while also using your API.
Plus if I'd want to change API, where do I configure that.
Sorry for the questions, I am fairly new to Flutter

This project only needs to replace the addresses in several api files in "/lib/actions/http" and replace the firebase sdk file. I will add a configuration file to this project later, and then you can modify the api address in the configuration file.
If you want, I can send you the admin panel and the Api source code.

That configuration file is highly required in case if users are not fully familiar with flutter setup.

Yes please kindly send the Admin Panel and API Source Code to frankboy4dera@gmail.com

@thefrancisugorji
Copy link

Also, if you require any support/funding to keep this project running, kindly reach out at anytime.

I would be more than happy to assist.

I really like this project

@logamass
Copy link

logamass commented Sep 2, 2020

Hello Please Can You share Backend code this email logamass1995@gmail.com

@o1298098
Copy link
Owner

o1298098 commented Sep 5, 2020

@logamass, I had sent to you

@AhmadDarwich
Copy link

Hello, when trying to sign in with Google, I have the following error: Could you please share backend code: darw.ahmad@gmail.com
Screenshot 2020-09-05 at 10 49 39

Thank you!

@logamass
Copy link

logamass commented Sep 6, 2020

@logamass, I had sent to you

I didn't receive mail

@thefrancisugorji
Copy link

thefrancisugorji commented Sep 6, 2020 via email

@logamass
Copy link

logamass commented Sep 6, 2020

Yes sure

@thefrancisugorji
Copy link

thefrancisugorji commented Sep 6, 2020 via email

@logamass
Copy link

logamass commented Sep 6, 2020

logamass1995@gmail.com

@derakula
Copy link

Hello I'd love to learn the backend code
please email me: updera@gmail.com

@musagul
Copy link

musagul commented Dec 17, 2020

can you give me back end admin panel source code?

Email : musagulfb@gmail.com

@luisfigueroa34
Copy link

Hello Please Can You share Backend or add my account as Administrator:
Please I would really appreciate it

channelapplus@gmail.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants