Wovie: Redux

Wovie: Redux v3.3.3 ReDo

No permission to download

kinare

Member
May 8, 2021
66
12
8
Does anyone know where I can change the redirection of the series?

because the same error in the link

example:

mysite/series - wrong

mysite/show - right

this happens in the bar when you do a search in the series
open .htaccess file and check on line no:9 if it contains these rules if not then add it.
Code:
RewriteRule ^/?serie/(.*)$ /show/$1 [L,R=301]
 

Fremder

Member
Jul 5, 2022
35
10
8
Does anyone know what code I need to change in order for the second title to appear in the search ...
Es el archivo ajax.php app\controller\Ajax.php y el otro es el archivo app.js app\theme\assets\js\app.js
 

Attachments

  • code.png
    code.png
    155.2 KB · Views: 47
  • front-end.png
    front-end.png
    75.3 KB · Views: 46

InvictusSEO

New member
May 4, 2022
12
4
3
When I installed Titans version, it gives me error 500, anybody help?

Update:
I change php version from 8.0 to 7.4.
Wovie Redux on php 8.0 gives Error 500.
If somebody have same problem, i hope this will be solution.
 
Last edited:

PrinceK

Active member
May 4, 2022
185
37
28
Check your database file, does it have all the permissions? Have you connected it to your database? The problem is definitely related to your database
 

InvictusSEO

New member
May 4, 2022
12
4
3
that might be you have configured the api incorrectly check post.header.php file again
I have copy this for embed from previous page from here, but still same:

Code:
<iframe src="<?php if(preg_match('/movie/',$Listing['type'])){ echo 'https://embedworld.xyz/public/embed/tmdb/movie?id=' . $Listing['imdb_id']; } else { echo 'https://embedworld.xyz/public/embed/tmdb/series?id=' . $Listing['imdb_id']. '&sea=' . $Listing['season_name'] . '&epi=' . $Listing['episode_name']; }?>" style="position:relative;width:100%;height:100%;" allowfullscreen frameborder="0"></iframe>
 

kinare

Member
May 8, 2021
66
12
8
I have copy this for embed from previous page from here, but still same:

Code:
<iframe src="<?php if(preg_match('/movie/',$Listing['type'])){ echo 'https://embedworld.xyz/public/embed/tmdb/movie?id=' . $Listing['imdb_id']; } else { echo 'https://embedworld.xyz/public/embed/tmdb/series?id=' . $Listing['imdb_id']. '&sea=' . $Listing['season_name'] . '&epi=' . $Listing['episode_name']; }?>" style="position:relative;width:100%;height:100%;" allowfullscreen frameborder="0"></iframe>
inspect your website and check console tab what error it says
 

kinare

Member
May 8, 2021
66
12
8
Please could someone help: am getting two different urls for my movies
URL of Movie : https://100mbfilms.com/movie/georgia-rule-2007-21
URL of Movie shown under Category (eg. Drama): https://100mbfilms.com/movie/georgia-rule-21
open 'app/theme/view/module/home.slider.php'
and replace code on line no:43 to this
Code:
<a href="<?php if (empty($Slide['link'])) { echo APP . '/' . $Slide['type'] . '/' . $Slide['self'] . '-' . $Slide['create_year'] . '-' . $Slide['id'];  } else { echo $Slide['link']; }?>" class="slide media media-slide" style="background-image:url(<?php echo UPLOAD . '/slide/' . $Slide['image'];?>">
 
  • Like
Reactions: Pp4real

Pp4real

Member
May 12, 2020
53
18
8
open 'app/theme/view/module/home.slider.php'
and replace code on line no:43 to this
Code:
<a href="<?php if (empty($Slide['link'])) { echo APP . '/' . $Slide['type'] . '/' . $Slide['self'] . '-' . $Slide['create_year'] . '-' . $Slide['id'];  } else { echo $Slide['link']; }?>" class="slide media media-slide" style="background-image:url(<?php echo UPLOAD . '/slide/' . $Slide['image'];?>">
Thanks for helping but it works for the home slider but when I click a movie from a category say "drama" the link is different. it does not include the movie year {georgia-rule-21]
 

kinare

Member
May 8, 2021
66
12
8
Thanks for helping but it works for the home slider but when I click a movie from a category say "drama" the link is different. it does not include the movie year {georgia-rule-21]
open 'app/theme/view/category.php' and replace code on line no:35 and line no:71 to this
Code:
<a href="<?php echo APP . '/' . $Listing['type'] . '/' . $Listing['self'] . '-' . $Listing['create_year'] . '-' . $Listing['id'];?>" class="list-media">
 
  • Haha
Reactions: Pp4real

Pp4real

Member
May 12, 2020
53
18
8
open 'app/theme/view/category.php' and replace code on line no:35 and line no:71 to this
Code:
<a href="<?php echo APP . '/' . $Listing['type'] . '/' . $Listing['self'] . '-' . $Listing['create_year'] . '-' . $Listing['id'];?>" class="list-media">
it works! Thank you so much buddy.
 

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