Wovie - Movie and TV Series Streaming Platform

Wovie - Movie and TV Series Streaming Platform v1.0.2

No permission to download

furious93

Member
Jun 11, 2020
39
33
18
That's my custom none user friendly version, I'll be adding download links soon, I'm changing a lot of this script for free so releases may be slow
okay, cant wait
if i already have the movie post can i use the same database if you released your custom version?
 

Titan

Well-known member
Jul 2, 2020
246
316
63
Space
watcha.movie
okay, cant wait
if i already have the movie post can i use the same database if you released your custom version?

Copy template files and re-execute the .sql found in install folder and it will add the new tables / rows for the update...

You'll have to go back and manually add your download links but should work otherwise.
 

Titan

Well-known member
Jul 2, 2020
246
316
63
Space
watcha.movie
I present to you Wovie "Redux", this is a continuation of my remake of the Wovie script with fixes and new features, below are even more features and bug fixes from my previous release.

Fixed:
  • ALL mixed content errors.
  • ALL blocked content errors.
  • Season and Episode numbers missing from the admin panel.
  • Fixed more spelling mistakes.
  • Fixed issue where it would make URL none SSL, I've made this script permanent SSL as anyone not using SSL in 2021 shouldn't be running a site.
  • ALL icons now show, whereas in past release I accidently broke them.

Added:
  • Instructions in the installation file for cronjobs.
  • Movie RSS Feed Cron Job (optional feature).
  • Sitemap.xml Cron Job (optional feature).
  • RSS Feed icon in the bottom right next to socials.
  • Download Button on episodes and movies when download it present.
  • Download input URL on adding video screen*

New features:
  • You can now add your own download link for movies and episodes**
  • You can now generate sitemaps for Google Search Console.
  • You can now generate RSS Feeds for movies***
*If download is filled in once it auto fills any future stream links with the download link, if it's not filled in then it leaves it blank.

**Download link appears alongside source button on the top of the page, if there's no download link then it doesn't appear, on mobile it resides at the bottom of the screen to keep out the way, links also open in new tab.

***Currently you can only generate RSS feeds for Movies as I'm still coding the TV Shows and Episodes, this will come in future updates, this can be automated via cronjob to run hourly (default in install instructions) or whatever time you feel fit.

Cron Jobs:

You can use Easy Cron to run cronjobs as they're all stored in the public side of your site, they're located at /app/controller/cron/.

Installation / Updates:

To install afresh run the installer by navigating to https://yoursite.com/install.

To Update from my last release, overwrite all the files and rerun the installer, remember there's instructions on the cron jobs this time so be sure to read them, enter database details then click next step, this will error out but navigate to your site and the changes will have been made.

All these updated, modifications and edits I'm doing out of my own time and coding them in for you guys, if anyone would like to "buy me a coffee" my PayPal link is: https://paypal.me/ChixWiDix however it'll most likely go on alcohol 😂
 
Last edited:

furious93

Member
Jun 11, 2020
39
33
18
I present to you Wovie "Redux", this is a continuation of my remake of the Wovie script with fixes and new features, below are even more features and bug fixes from my previous release.

Fixed:
  • ALL mixed content errors.
  • ALL blocked content errors.
  • Season and Episode numbers missing from the admin panel.
  • Fixed more spelling mistakes.
  • Fixed issue where it would make URL none SSL, I've made this script permanent SSL as anyone not using SSL in 2021 shouldn't be running a site.
  • ALL icons now show, whereas in past release I accidently broke them.

Added:
  • Instructions in the installation file for cronjobs.
  • Movie RSS Feed Cron Job (optional feature).
  • Sitemap.xml Cron Job (optional feature).
  • RSS Feed icon in the bottom right next to socials.
  • Download Button on episodes and movies when download it present.
  • Download input URL on adding video screen*

New features:
  • You can now add your own download link for movies and episodes**
  • You can now generate sitemaps for Google Search Console.
  • You can now generate RSS Feeds for movies***
*If download is filled in once it auto fills any future stream links with the download link, if it's not filled in then it leaves it blank.

**Download link appears alongside source button on the top of the page, if there's no download link then it doesn't appear, on mobile it resides at the bottom of the screen to keep out the way, links also open in new tab.

***Currently you can only generate RSS feeds for Movies as I'm still coding the TV Shows and Episodes, this will come in future updates, this can be automated via cronjob to run hourly (default in install instructions) or whatever time you feel fit.

Cron Jobs:

You can use Easy Cron to run cronjobs as they're all stored in the public side of your site, they're located at /app/controller/cron/.

Installation / Updates:

To install afresh run the installer by navigating to https://yoursite.com/install.

To Update from my last release, overwrite all the files and rerun the installer, remember there's instructions on the cron jobs this time so be sure to read them, enter database details then click next step, this will error out but navigate to your site and the changes will have been made.

All these updated, modifications and edits I'm doing out of my own time and coding them in for you guys, if anyone would like to "buy me a coffee" my PayPal link is: https://paypal.me/ChixWiDix however it'll most likely go on alcohol 😂
Download button ready?
 

furious93

Member
Jun 11, 2020
39
33
18
I present to you Wovie "Redux", this is a continuation of my remake of the Wovie script with fixes and new features, below are even more features and bug fixes from my previous release.

Fixed:
  • ALL mixed content errors.
  • ALL blocked content errors.
  • Season and Episode numbers missing from the admin panel.
  • Fixed more spelling mistakes.
  • Fixed issue where it would make URL none SSL, I've made this script permanent SSL as anyone not using SSL in 2021 shouldn't be running a site.
  • ALL icons now show, whereas in past release I accidently broke them.

Added:
  • Instructions in the installation file for cronjobs.
  • Movie RSS Feed Cron Job (optional feature).
  • Sitemap.xml Cron Job (optional feature).
  • RSS Feed icon in the bottom right next to socials.
  • Download Button on episodes and movies when download it present.
  • Download input URL on adding video screen*

New features:
  • You can now add your own download link for movies and episodes**
  • You can now generate sitemaps for Google Search Console.
  • You can now generate RSS Feeds for movies***
*If download is filled in once it auto fills any future stream links with the download link, if it's not filled in then it leaves it blank.

**Download link appears alongside source button on the top of the page, if there's no download link then it doesn't appear, on mobile it resides at the bottom of the screen to keep out the way, links also open in new tab.

***Currently you can only generate RSS feeds for Movies as I'm still coding the TV Shows and Episodes, this will come in future updates, this can be automated via cronjob to run hourly (default in install instructions) or whatever time you feel fit.

Cron Jobs:

You can use Easy Cron to run cronjobs as they're all stored in the public side of your site, they're located at /app/controller/cron/.

Installation / Updates:

To install afresh run the installer by navigating to https://yoursite.com/install.

To Update from my last release, overwrite all the files and rerun the installer, remember there's instructions on the cron jobs this time so be sure to read them, enter database details then click next step, this will error out but navigate to your site and the changes will have been made.

All these updated, modifications and edits I'm doing out of my own time and coding them in for you guys, if anyone would like to "buy me a coffee" my PayPal link is: https://paypal.me/ChixWiDix however it'll most likely go on alcohol 😂
i got this error
 

Attachments

  • 1623566643899.png
    1623566643899.png
    19.8 KB · Views: 30

Titan

Well-known member
Jul 2, 2020
246
316
63
Space
watcha.movie
Wovie Redux 1.2.1 includes a new feature and a really quick fix that I overlooked last time, this time there's no security issues left in either.

Fixed:
  • Embeds now work.
  • db.config.php not working, thanks @furious93
Added:
  • Added Sliding Menu toggle in settings->theme.
New Features:
  • Now you can have either slide menu such as on Watch A Movie or a static menu as default Wovie, this setting is controller on settings->theme->Slide Menu done, easy!
Any other features people want just please let me know, I'll add them to my list of stuff to get done, I'm having plenty of fun adding and fixing features in this script. Also any bugs drop me a message or put it on this thread to be resolved.

Again if anyone wants to donate some $$ for my work here's my link https://paypal.me/ChixWiDix thanks.
 

Attachments

  • Wovie Redux 1.2.2.zip
    9.2 MB · Views: 71
Last edited:

Titan

Well-known member
Jul 2, 2020
246
316
63
Space
watcha.movie
Here's my last update for this script for a while I've spent a good part of a week making all these edits and I plan on taking a break, unless there's some breaking bugs. Below are the new features and for anyone who hasn't kept up with the thread I'll include an entire list of stuff I've added and fixed.

Fixed:
  • Spelling mistakes throughout entire site.
  • Genders on accounts not appearing correctly.
  • Errors on installation.
  • 100's of mixed content errors.
  • 10's of blocked content errors.
  • Importing foreign content not having covers on the posts.
  • English formatting now makes cohesive sense.
  • Episodes in admin panel now order in chronological order as opposed to seasonal order.
  • Home page slider now goes to external URL if inserted in the settings.**
Added:
  • TMDb recognised categories on installation.
New Features:
  • Backgrounds for collections, this can be edited on front end or backend.
  • RSS Feeds for movies, TV Shows will come in future updates.
  • Sliding menu, this can be toggled in general settings.
  • Sitemap generation (requires cron, instructions on installer).
  • Download button, download url can be added on movie or episode embed post.
  • Link shortener function to get paid for download clicks, can be set up in API settings section.**
  • Button to opensubtitles.org which can be enabled or disabled in settings, to help viewers find subtitles for free.**
  • Download, Stream and Subtitle button hide on mobile on scroll down in order to access comments.**
  • PWA support, all files and settings are enabled for PWA support, just visit the PWA tab in settings to get your personal manifest.json code.**
**New features and changes for this update.

As I said above this will be my final version of Wovie Redux for a long time as It's taken a lot of my time as it is. If anyone needs help just let me know and I'll help out, but new features will be on hold for a little bit.

If you like the script and changes buy me some lego... https://paypal.me/ChixWiDix
 

Attachments

  • Wovie Redux 1.3.0.zip
    11.7 MB · Views: 70

vvuongbac

Member
Dec 13, 2019
107
18
18
Can you add the new features for adding image for the poster from url (or tmdb poster url)?
 

dizmeus

New member
Sep 1, 2020
9
-1
1
Can anyone help me with this error, I have inserted the movie link but when I go to watch it, it only shows the page like the picture, no picture or movie play. Sorry for bad english

Screenshot (9).png
 

Titan

Well-known member
Jul 2, 2020
246
316
63
Space
watcha.movie
Can anyone help me with this error, I have inserted the movie link but when I go to watch it, it only shows the page like the picture, no picture or movie play. Sorry for bad english

Screenshot (9).png

PM login details and link I'll look into it for you, make sure you've either used a direct mp4 link such as example.com/video.mp4 with player enabled OR embed link without player enabled.

Also trailers don't work in my version I released or don't work in the original version ?

EDIT: I realized my version was broken so I've updated it and attached it.

Wovie Redux 1.3.1.

Fixed:
  • Trailer button not working on Shows
 

Attachments

  • Wovie Redux 1.3.1.zip
    11.7 MB · Views: 193
Last edited:
  • Like
Reactions: meyz

dizmeus

New member
Sep 1, 2020
9
-1
1
PM login details and link I'll look into it for you, make sure you've either used a direct mp4 link such as example.com/video.mp4 with player enabled OR embed link without player enabled.

Also trailers don't work in my version I released or don't work in the original version ?

EDIT: I realized my version was broken so I've updated it and attached it.

Wovie Redux 1.3.1.

Fixed:
  • Trailer button not working on Shows
i tried as you said but still not working

Screenshot (10).png

Screenshot (11).png
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu