• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Wovie - Movie and TV Series Streaming Platform

Wovie - Movie and TV Series Streaming Platform v1.0.2

No permission to download
His having issues with 2.0.2 after migrating servers, movies work but TV shows don't even though URL strutcures the same, his reverted back to 2.0.0 and its working again so I'm going to check it tonight but no one else seems to of had this problem.

@manish77 told you in DMs to stop asking for the files they're free in the thread, no one else's website is different to yours, there's no reported bugs in your site when I checked and then you went further to try and bribe me for help

"If you help ill show you errors on your site"

Report errors regardless of help or you'll ruin it for everyone...

i did,i also did the reinstallation on 2.0.2 result still the same

also i canceled the server migration because of 403 issue
if you are changing servers you will need to check the app/config/db.config.php file
make sure to update the info to match your new server info

also make sure that the .htaccess file actually uploaded and isn't blank, some hosts have issues with .htacces files (esp cheap hosts) or some ftp clients have issues with it as well...
check the file permissions, some hosts 644 is fine, other hosts you'll need to use 755
might need to check and make sure that all files got transferred over, I've had issues in the past with hosts messing everything up completely, like half of my databases were gone, not all files were transferred and come to find out, even thought I did regular backups, their backup system had issues and all of my backups were corrupted, lost over a years worth of work.

also since you are using https make sure that the new server is setup to use https as well
 
  • Like
Reactions: furious93
Do you know in which file the source code of the pageskin mod in the advertisement section is?
 
Do you know in which file the source code of the pageskin mod in the advertisement section is?
the only thing that I have found is in app/helper/common.helper.php
Code:
function ads($data,$id = null,$class = null) {
    $ArrayId        = array_search($id, array_column($data, 'id'));
    $Row            = $data["$ArrayId"];
    $html = null;
    if($Row['id']) {
        $JsonData       = json_decode($Row['ads_data'], true); 

        if ($Row['type'] == 'image') {
            if($Row['id'] != 5) {
                $html = '<a href="'.$JsonData['link'].'" rel="noreferrer" class="ads-embed '.$class.'" target="_blank" rel="nofollow"><img src="'.UPLOAD.'/ads/'.$JsonData['image'].'" alt="Reklam"></a>';
            } else {
                $html = '<a href="'.$JsonData['link'].'" rel="noreferrer" class="ads-embed '.$class.'" target="_blank" rel="nofollow" style="background-image: url(\''.UPLOAD.'/ads/'.$JsonData['image'].'\')"></a>';
            }
        } elseif ($Row['type'] == 'code') {
            $html = '<div class="ads-embed">'.htmlspecialchars_decode($Row['ads_code']).'</div>';
        }
    }
    return $html;

}

and then the css
app/theme/assets/css/app.css
just search for .ads

and scss
app/theme/assets/scss/_ads.scss
 
Last edited:
bulduğum tek şey app/helper/common.helper.php içinde
[kod]işlev reklamları($veri,$id = null,$class = null) {
$ArrayId = array_search($id, array_column($veri, 'id'));
$Satır = $veri["$ArrayId"];
$html = boş;
if($Satır['id']) {
$JsonData = json_decode($Row['ads_data'], true);

if ($Row['type'] == 'image') {
if($Satır['id'] != 5) {
$html = '<a href="'.$JsonData['link'].'" rel="noreferrer" class="ads-embed '.$class.'" target="_blank" rel="nofollow"> <img src="'.UPLOAD.'/ads/'.$JsonData['image'].'" alt="Reklam"></a>';
} Başka {
$html = '<a href="'.$JsonData['link'].'" rel="noreferrer" class="ads-embed '.$class.'" target="_blank" rel="nofollow" stili ="arka plan resmi: url(\''.UPLOAD.'/ads/'.$JsonData['image'].'\')"></a>';
}
} elseif ($Row['type'] == 'code') {
$html = '<div class="ads-embed">'.htmlspecialchars_decode($Row['ads_code']).'</div>';
}
}
$html döndür;

}[/kod]

ve sonra css
uygulama/tema/varlıklar/css/app.css
sadece .ads arayın

ve scss
uygulama/tema/varlıklar/scss/_ads.scss
Thanks
 
one thing that i'd like to see is to move the following list out of the profile page and into it's own page, so that it can become an actual user watch list and not more or less a favorites list
 
one thing that i'd like to see is to move the following list out of the profile page and into it's own page, so that it can become an actual user watch list and not more or less a favorites list

You can easily add your movies to your own collection ? Moving the following onto it's own page won't be too easy as it's adding another page, I was trying to add a new page for countries but it's a pain in the ass
 
  • Like
Reactions: furious93
You can easily add your movies to your own collection ? Moving the following onto it's own page won't be too easy as it's adding another page, I was trying to add a new page for countries but it's a pain in the ass
ok well glad it's not just me...though I'm not entirely sure what I'm doing, but I did try to create a new page called watchlist but it just wouldn't work....

what eventually i'm trying to achieve is a user page where the user has followed (or added to their watch list) movies/series and the page would update to show the newest releases first in the list, so when a new episode is added to a series it would then get bumped up on the list to the top (hope that makes since)
I'm still trying also to figure out how to display on series the newest/latest season # and episode # (like on the homepage series section, following page, etc) but haven't been able to, just keep getting database errors *ug* so I gave up for now, eventually it'll bug me enough to come back to it....

while i'm at it i'm sending you a message :)
 
  • Like
Reactions: furious93
His having issues with 2.0.2 after migrating servers, movies work but TV shows don't even though URL strutcures the same, his reverted back to 2.0.0 and its working again so I'm going to check it tonight but no one else seems to of had this problem.

@manish77 told you in DMs to stop asking for the files they're free in the thread, no one else's website is different to yours, there's no reported bugs in your site when I checked and then you went further to try and bribe me for help

"If you help ill show you errors on your site"

Report errors regardless of help or you'll ruin it for everyone...
i help in solve his series 404 error i asking for file so check where is do mistake in theme while he customizing it . my website is now working fine ignoring small bugs after all it solve in future version. he dm because so i cannot create unnecessary post in form that available to public/1020 i aksi know is databse error but you see before is asking that his series giving him 404 errror
 
i help in solve his series 404 error i asking for file so check where is do mistake in theme while he customizing it . my website is now working fine ignoring small bugs after all it solve in future version. he dm because so i cannot create unnecessary post in form that available to public/1020 i aksi know is databse error but you see before is asking that his series giving him 404 errror
I'm sorry but where did they say they were customizing the theme?
they said after updating
all of my tv series gone 404 after updating
and you'd need to check more than just the theme files as there were changes made in the config files, controller files, core files, etc.

unless that was something that they messaged to you, but apparently messaged to titan that they were also migrating servers, which would cause issues if they didn't update their db info or if all files were not transferred over or the wrong file permissions were set
 
  • Like
Reactions: furious93
Updating due maybe Tomorrow or Tuesday can be see on https://sandbox.watcha.movie

Added:

  • Episode covers are now full quality and not low res and blurry
  • Chatbox has been added...
    • Chatbox can be enabled disabled on admin->settings->blocks
    • Chatbox can be reordered on home page in admin->settings->blocks
    • Chatbox will show owner / admin messages red and user messages in theme color
    • Chatbox scrollbar is theme color
    • Chatbox supports autoscroll for new messages
    • Chatbox has a clear all messages button on front end only visible to admin
    • Chatbox has a clear all messages button in the blocks menu
  • Added maintenance mode which can be enabled in admin->settings->general
    • Maintenance mode shows a brief message which can be edited in languages
    • Maintenance mode shows social media links if supplied
    • Maintenance mode will show admin button in top right for all users (only admin can login obviously)
    • ... Yes it's spelt completely wrong I know ...

Changed:
  • I have changed the TMDb API to include MPAA ratings, however I'm yet to find a way to import them using TMDB.php if anyone knows that would be fantastic.

To be added:
  • Chatbox to link to profiles
  • I've had two people ask for bulk import if it's wanted let me know and I'll add it
@Shadav I've helped with @furious93 problem, I've sent him an early version of the above script to see if that works for him... His sent me a decent troubleshoot guide I asked for.

Righteo It's 3am and I'm at work in 5 hours so update tomorrow or Tuesday!
 
I'm sorry but where did they say they were customizing the theme?
they said after updating

and you'd need to check more than just the theme files as there were changes made in the config files, controller files, core files, etc.

unless that was something that they messaged to you, but apparently messaged to titan that they were also migrating servers, which would cause issues if they didn't update their db info or if all files were not transferred over or the wrong file permissions were set
i cancel my server migration,i stick on my old server .
this issues came after i updated it from 1.3.3 to 2.0.2 ,i updated it from 1.3.3 -> 1.0.0 autoembed -> 1,0.1 -> 2.0.0 -> 2.0.1 -> 2.0.2

2.0.1 giving me movies problem
2.0.2 giving me 404 tvshows episodes problem

the episode links are the same with 2.0.0 but in 2.0.2 it said 404 page not found ,so i revert it to 2.0.0

i didn't change anything on server configuration, only update the script
 
Updating due maybe Tomorrow or Tuesday can be see on https://sandbox.watcha.movie

Added:

  • Episode covers are now full quality and not low res and blurry
  • Chatbox has been added...
    • Chatbox can be enabled disabled on admin->settings->blocks
    • Chatbox can be reordered on home page in admin->settings->blocks
    • Chatbox will show owner / admin messages red and user messages in theme color
    • Chatbox scrollbar is theme color
    • Chatbox supports autoscroll for new messages
    • Chatbox has a clear all messages button on front end only visible to admin
    • Chatbox has a clear all messages button in the blocks menu
  • Added maintenance mode which can be enabled in admin->settings->general
    • Maintenance mode shows a brief message which can be edited in languages
    • Maintenance mode shows social media links if supplied
    • Maintenance mode will show admin button in top right for all users (only admin can login obviously)
    • ... Yes it's spelt completely wrong I know ...

Changed:
  • I have changed the TMDb API to include MPAA ratings, however I'm yet to find a way to import them using TMDB.php if anyone knows that would be fantastic.

To be added:
  • Chatbox to link to profiles
  • I've had two people ask for bulk import if it's wanted let me know and I'll add it
@Shadav I've helped with @furious93 problem, I've sent him an early version of the above script to see if that works for him... His sent me a decent troubleshoot guide I asked for.

Righteo It's 3am and I'm at work in 5 hours so update tomorrow or Tuesday!
It would be great to be able to batch paste all the links for the player instead of pasting them one by one.
 
  • Like
Reactions: furious93
It would be great to be able to batch paste all the links for the player instead of pasting them one by one.

I don't even know what this means to add it... if it's adding 2 or more stream links on one button press its not possible at all...

The script uses the "create" button to make an ID in the database which is then attached to the stream link and download link, without that create button there's no way to add that ID which is needed...

Just not possible, I could be wrong but I don't think I've ever come across a script with this function as there's no way to my knowledge to associate stream with content
 
I don't even know what this means to add it... if it's adding 2 or more stream links on one button press its not possible at all...

The script uses the "create" button to make an ID in the database which is then attached to the stream link and download link, without that create button there's no way to add that ID which is needed...

Just not possible, I could be wrong but I don't think I've ever come across a script with this function as there's no way to my knowledge to associate stream with content
understood thanks
 
I've created a private GitHub for people to help out collectively for Wovie, if anyone would like an invite to the github page then DM me your GitHub email, comments with emails will be ignored because who on earth posts their email publicly -_-
 
Updating due maybe Tomorrow or Tuesday can be see on https://sandbox.watcha.movie

Added:

  • Episode covers are now full quality and not low res and blurry
  • Chatbox has been added...
    • Chatbox can be enabled disabled on admin->settings->blocks
    • Chatbox can be reordered on home page in admin->settings->blocks
    • Chatbox will show owner / admin messages red and user messages in theme color
    • Chatbox scrollbar is theme color
    • Chatbox supports autoscroll for new messages
    • Chatbox has a clear all messages button on front end only visible to admin
    • Chatbox has a clear all messages button in the blocks menu
  • Added maintenance mode which can be enabled in admin->settings->general
    • Maintenance mode shows a brief message which can be edited in languages
    • Maintenance mode shows social media links if supplied
    • Maintenance mode will show admin button in top right for all users (only admin can login obviously)
    • ... Yes it's spelt completely wrong I know ...

Changed:
  • I have changed the TMDb API to include MPAA ratings, however I'm yet to find a way to import them using TMDB.php if anyone knows that would be fantastic.

To be added:
  • Chatbox to link to profiles
  • I've had two people ask for bulk import if it's wanted let me know and I'll add it
@Shadav I've helped with @furious93 problem, I've sent him an early version of the above script to see if that works for him... His sent me a decent troubleshoot guide I asked for.

Righteo It's 3am and I'm at work in 5 hours so update tomorrow or Tuesday!
Waiting for this!!
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock