MTDb - Ultimate Movie&TV Database

MTDb - Ultimate Movie&TV Database v3.2.4 - Patch Update

No permission to download

djjogy

Member
Aug 22, 2019
89
68
18
Back to Top Button in Mtdb v3.1.4

Open php file in

common/resources/views/framework.blade.php


After line 27 under <body id = "theme">
add the following.

Or choose from here: https://www.scrolltotop.com/



JavaScript:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">var scrolltotop={setting:{startline:100,scrollto:0,scrollduration:1e3,fadeduration:[500,100]},controlHTML:'<img src="https://i1155.photobucket.com/albums/p559/scrolltotop/arrow24.png" />',controlattrs:{offsetx:5,offsety:5},anchorkeyword:"#top",state:{isvisible:!1,shouldvisible:!1},scrollup:function(){this.cssfixedsupport||this.$control.css({opacity:0});var t=isNaN(this.setting.scrollto)?this.setting.scrollto:parseInt(this.setting.scrollto);t="string"==typeof t&&1==jQuery("#"+t).length?jQuery("#"+t).offset().top:0,this.$body.animate({scrollTop:t},this.setting.scrollduration)},keepfixed:function(){var t=jQuery(window),o=t.scrollLeft()+t.width()-this.$control.width()-this.controlattrs.offsetx,s=t.scrollTop()+t.height()-this.$control.height()-this.controlattrs.offsety;this.$control.css({left:o+"px",top:s+"px"})},togglecontrol:function(){var t=jQuery(window).scrollTop();this.cssfixedsupport||this.keepfixed(),this.state.shouldvisible=t>=this.setting.startline?!0:!1,this.state.shouldvisible&&!this.state.isvisible?(this.$control.stop().animate({opacity:1},this.setting.fadeduration[0]),this.state.isvisible=!0):0==this.state.shouldvisible&&this.state.isvisible&&(this.$control.stop().animate({opacity:0},this.setting.fadeduration[1]),this.state.isvisible=!1)},init:function(){jQuery(document).ready(function(t){var o=scrolltotop,s=document.all;o.cssfixedsupport=!s||s&&"CSS1Compat"==document.compatMode&&window.XMLHttpRequest,o.$body=t(window.opera?"CSS1Compat"==document.compatMode?"html":"body":"html,body"),o.$control=t('<div id="topcontrol">'+o.controlHTML+"</div>").css({position:o.cssfixedsupport?"fixed":"absolute",bottom:o.controlattrs.offsety,right:o.controlattrs.offsetx,opacity:0,cursor:"pointer"}).attr({title:"Scroll to Top"}).click(function(){return o.scrollup(),!1}).appendTo("body"),document.all&&!window.XMLHttpRequest&&""!=o.$control.text()&&o.$control.css({width:o.$control.width()}),o.togglecontrol(),t('a[href="'+o.anchorkeyword+'"]').click(function(){return o.scrollup(),!1}),t(window).bind("scroll resize",function(t){o.togglecontrol()})})}};scrolltotop.init();</script>
 

djjogy

Member
Aug 22, 2019
89
68
18
Mtdb v3.1.4 Best Custom CSS Code

Copy and Paste this

Code:
#theme browse-titles .sidebar {
    height: 1790px;
}

#theme button.more-less-button {
    padding-left: 5px;
    font-weight: 500;
    color: #D54B3D;
}

#theme mat-option {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 16px;
    color: #E0E0E0;
}


#theme player .mat-drawer.mat-drawer-end {
    width: 0px;
    flex: 0 0 320px;
    height: 100%;
    background-color: inherit;
    color: #fff;
    border-left: 1px solid #1f1f1f;
}



#theme mat-drawer-inner-container {
    width: 0%;
    height: 0%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#theme title-secondary-details-panel .right .video-cover {
    min-height: 140px;
    width: 250px;
}

#theme title-secondary-details-panel .right .video-cover img {
    width: 100%;
    height: auto;
}


#theme title-action-buttons .mat-flat-button, title-action-buttons .mat-stroked-button {
    width: 100%;
    line-height: 45px;
}



#theme title-secondary-details-panel .right {
    width: 250px;
    flex: 0 0 250px;
    margin-left: 250px;
}

#theme title-secondary-details-panel .left .details {
    margin-left: 25px;
    flex: 1 1 auto;
    min-width: 0;
    width: 600px;
    flex: 0 0 600px;
}

#theme mat-button, .mat-fab, .mat-flat-button, .mat-icon-button, .mat-mini-fab, .mat-raised-button, .mat-stroked-button {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 13px;
    font-weight: 250;
}

#theme ::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

#theme :-ms-input-placeholder { /* Internet Explorer 10-11 */
color: white;
}

#theme ::-ms-input-placeholder { /* Microsoft Edge */
color: white;
}

#theme mat-button.mat-accent[disabled], .mat-button.mat-primary[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
color: rgba(181,152,75,1);
}

#theme people-index .person:nth-child(even)
{
    background-color: rgba(42, 45, 49, 1);
}
#theme title-cast-panel .full-cast-button
{
    color: #ECECEC;
}


#theme star-rating-widget {
color: rgba(181,152,75,1);
}

#theme range-slider .values .mat-icon {
   color: rgba(181,152,75,1);
}


#theme .mat-stroked-button:not([disabled]) {

    border-color: rgba(111,31,31,1);
}

#theme browse-titles .items-container .header .clear-all-filters-button .mat-icon {
color: rgba(181,152,75,1);
    margin-left: 5px;
}


#theme title-cast-panel .character-col {
    max-width: 300px;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 120%;
}

#theme title-cast-panel .name-col {
    display: block;
    max-width: 250px;
    flex: 1 1 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: inherit;
    font-size: 120%;
}



image-gallery-overlay media-image {
    display: block;
    box-shadow: 0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    position: fixed;
    /* center the element */
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    /* give it dimensions */
    min-height: 10em;
    width: 85%;


}

#theme title-cast-panel .cast-table-row.even
{
    background-color: rgba(42, 45, 49, 1);
}

#theme title-cast-panel .cast-table-row {
    display: flex;
    align-items: center;
    height: 280px;

}

#theme title-cast-panel .image-col img {
    width: 176px;
    height: 265px;
    -o-object-fit: cover;
    object-fit: cover;

}


#theme title-cast-panel .image-col {
    width: 176px;
    flex: 0 0 280px;
    height:280px;
    margin-right: 20px;

}


.mat-tab-label, .mat-tab-link {
    color: rgb(255, 192, 0);
}

.mat-expansion-panel-header-title {
    color: rgb(255, 192, 0);
}

#theme app-root,
#theme slider .slider-controls .control .control-inner,
#theme crupdate-list .form-group,
#theme news-article .news-article,
#theme browse-titles .mat-sidenav-container,
#theme star-rating-overlay,
#theme connect-social-accounts-panel .social-login-row > .icon-container.facebook .mat-icon,
#theme select-plan-panel .plan,
#theme user-subscription-page .content,
#theme upgrade-page .step-container,
#theme contact form,
#theme material-navbar.mobile-search-active .nav-searchbar input,
#theme material-navbar .nav-searchbar input:active, #theme material-navbar .nav-searchbar input:focus,
#theme default-preview .panel,
#theme text-preview .text-wrapper,
#theme .context-menu,
#theme .mat-dialog-container,
#theme .mat-menu-panel
{
    background-color: rgba(42,45,49,1);
}

#theme person-page .credits-container .mat-expansion-panel,
#theme .main-search-autocomplete-panel.mat-autocomplete-panel,
#theme range-slider .noUi-horizontal .noUi-handle,
#theme full-credits-page .mat-expansion-panel
{
    background: rgba(42,45,49,1);
}

#theme connect-social-accounts-panel .social-login-row > .icon-container.twitter,
#theme connect-social-accounts-panel .social-login-row > .icon-container.google
{
    color: rgba(42,45,49,1);
}

#theme select-plan-period-panel .periods > .radio-button-wrapper > .savings-label:before
{
    border-left-color: rgba(42,45,49,1);
}

#theme app-root,
#theme person-page .credits-container .mat-expansion-panel,
#theme .main-search-autocomplete-panel.mat-autocomplete-panel,
#theme .main-search-autocomplete-panel.mat-autocomplete-panel known-for-widget a,
#theme full-credits-page .mat-expansion-panel,
#theme select-plan-panel .plan .name,
#theme material-navbar.mobile-search-active .nav-searchbar input,
#theme material-navbar.mobile-search-active .mobile-search-toggle,
#theme material-navbar .nav-searchbar input:active, #theme material-navbar .nav-searchbar input:focus,
#theme material-navbar .nav-searchbar input:active+ .mat-icon-button, #theme material-navbar .nav-searchbar input:focus+ .mat-icon-button,
#theme default-preview .panel,
#theme text-preview .text-wrapper,
#theme .context-menu .context-menu-item,
#theme body,
#theme .mat-dialog-container,
#theme .mat-menu-item
{
    color: rgba(181,152,75,1);
}

#theme homepage .list:nth-of-type(even),
#theme crupdate-list,
#theme user-lists .lists .list:nth-child(even),
#theme news-article .sidebar,
#theme footer .footer-content,
#theme season-page .episode-list .episode:nth-of-type(even),
#theme title-page-container .tagline,
#theme .select-plan-modal-container .mat-dialog-container,
#theme create-subscription-panel .paypal-tab > p,
#theme user-subscription-page,
#theme user-subscription-page .card-preview,
#theme upgrade-page,
#theme text-editor .mce-tinymce .mce-panel
{
    background-color: rgba(111,31,31,1);
}

#theme contact .form-container
{
    background: rgba(111,31,31,1);
}

#theme homepage .list media-grid,
#theme crupdate-list .form-group search-input input,
#theme list-page .list-actions,
#theme news-article .news-article,
#theme news-article .sidebar .header,
#theme news-index .article,
#theme review-tab .review,
#theme star-rating-widget .current-rating,
#theme .main-search-autocomplete-panel.mat-autocomplete-panel .mat-option,
#theme search-page .type-container > .title,
#theme browse-titles .sidebar .filter-container,
#theme current-next-episode-panel,
#theme full-credits-page .mat-expansion-panel,
#theme star-rating-overlay .stars,
#theme title-page-container videos-panel,
#theme title-primary-details-panel,
#theme title-secondary-details-panel .left .details .with-separator,
#theme user-subscription-page .content .main-section,
#theme user-subscription-page .card-preview,
#theme accepted-payments-header,
#theme order-summary,
#theme order-summary,
#theme order-summary .emphasis,
#theme upgrade-page-aside,
#theme upgrade-page-aside .secure-shopping,
#theme chip-input .mat-chip-list-wrapper,
#theme .mat-flat-button.mat-gray,
#theme .admin-table-panel .admin-table-panel-header > .header-inner.selected,
#theme .admin-table-panel .admin-table-panel-header > .header-inner.selected > .right > button,
#theme .input-container input, #theme .input-container select, #theme .input-container textarea, #theme .input-container .fake-input,
#theme text-editor,
#theme text-editor .mce-tinymce .mce-panel,
#theme text-editor .editor-header > .toolbar-row,
#theme text-editor .editor-header .actions,
#theme text-editor .editor-footer
{
    border-color: rgba(111,31,31,1);
}

#theme news-article .separator,
#theme person-page .credits-container .separator,
#theme .sort-widget-menu .separator,
#theme rating-widget .separator
{
    background-color: rgba(111,31,31,1);
}

#theme slider .slider-controls .control.active .control-inner, #theme slider .slider-controls .control:hover .control-inner,
#theme footer .footer-bar,
#theme range-slider .noUi-connect,
#theme .mat-raised-button.mat-accent:not([disabled]), #theme .mat-fab.mat-accent, #theme .mat-mini-fab.mat-accent,
#theme .mat-flat-button.mat-accent:not([disabled]), #theme .mat-fab.mat-accent, #theme .mat-mini-fab.mat-accent,
#theme .mat-checkbox-checked.mat-accent .mat-checkbox-background, #theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background
{
    background-color: rgba(151,77,22,1);
}

#theme list-page .list-actions .sort-container .mat-icon-button.active,
#theme news-article .news-article a,
#theme people-index .person a,
#theme media-grid .item figcaption .title:hover,
#theme .sort-widget-menu .mat-menu-item.active,
#theme current-next-episode-panel .media .media-body .name,
#theme full-credits-page .credit .name,
#theme rating-widget .user-rating .mat-icon,
#theme season-page .page-title a:hover,
#theme season-page .episode-list .title,
#theme title-primary-details-panel h1 a:hover,
#theme title-secondary-details-panel .left .seasons .season,
#theme user-subscription-page .content .check-icon,
#theme plan-features-list .mat-list .check-icon,
#theme text-editor .editor-header .editor-button.success,
#theme .mat-button.mat-accent, #theme .mat-icon-button.mat-accent
{
    color: rgba(151,77,22,1);
}

#theme slider .slide,
#theme player .action-toolbar .mat-icon-button,
#theme player .header-bar,
#theme player .mat-drawer.mat-drawer-end,
#theme player .related-video .title,
#theme review-tab .review .header .score,
#theme footer .footer-bar,
#theme media-item-header .nav-searchbar input,
#theme season-page .episode-list figure figcaption,
#theme select-plan-period-panel .periods > .radio-button-wrapper > .savings-label,
#theme material-navbar,
#theme material-navbar .text-logo,
#theme material-navbar custom-menu .nav-item.router-link-active, #theme material-navbar custom-menu .nav-item.active
{
    color: rgba(236,236,236,1);
}

#theme user-lists .lists .list,
#theme person-page .credits-container .mat-expansion-panel,
#theme footer,
#theme episode-page title-secondary-details-panel, #theme episode-page videos-panel,
#theme title-cast-panel .full-cast-button,
#theme videos-panel .video-grid .video,
#theme create-subscription-panel .paypal-tab > p
{
    border-color: rgba(111,31,31,1);
}

#theme news-article .sidebar .header,
#theme news-article .sidebar .article .subtitle,
#theme news-index .article .meta,
#theme known-for-widget,
#theme review-tab .review .header .date,
#theme browse-titles-sort-widget .label,
#theme browse-titles-sort-widget button:disabled,
#theme browse-titles .sidebar .mat-selection-list .mat-pseudo-checkbox,
#theme current-next-episode-panel .media .media-body .release-date,
#theme media-item-header .nav-searchbar input:focus::placeholder, #theme media-item-header .nav-searchbar input:active::placeholder,
#theme season-page .episode-list .release_date,
#theme select-plan-panel .plan .price-box,
#theme upgrade-page-aside .secure-shopping .text > .secondary,
#theme upgrade-page .payment-step .legal-info,
#theme .context-menu .context-menu-item:not:)disabled) .mat-icon,
#theme .context-menu .context-menu-item .alt-text,
#theme .menu-with-alt-text .mat-menu-item > .alt-text,
#theme .admin-table-panel .admin-table-panel-header > .header-inner > .left > .title,
#theme .admin-table-panel .mat-table .mat-column-edit,
#theme .input-container p,
#theme .setting-toggle-container > p,
#theme text-editor .mat-menu .alt-text
{
    color: rgba(222,222,222,1);
}

#theme related-titles-panel,
#theme .mat-flat-button.mat-gray
{
    background-color: rgba(46,39,39,1);
}

#theme select-plan-panel .plan.recommended
{
    border-top-color: #263238;
}

#theme select-plan-panel .plan.recommended .name,
#theme .la-ball-spin-clockwise
{
    color: #263238;
}

#theme select-plan-panel .mat-stroked-button:not([disabled]),
#theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle,
#theme .mat-tab-group.mat-primary .mat-ink-bar, #theme .mat-tab-nav-bar.mat-primary .mat-ink-bar
{
    border-color: #263238;
}

#theme material-navbar:not(.transparent),
#theme .mat-raised-button.mat-primary, #theme .mat-icon-button.mat-primary, #theme .mat-progress-bar-fill::after,
#theme .mat-checkbox-checked.mat-primary .mat-checkbox-background, #theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,
#theme .mat-radio-button.mat-primary .mat-radio-inner-circle,
#theme .mat-step-header .mat-step-icon
{
    background-color: #263238;
}

#theme select-plan-period-panel .periods > .radio-button-wrapper > .savings-label,
#theme material-navbar custom-menu .nav-item.router-link-active, #theme material-navbar custom-menu .nav-item.active,
#theme material-navbar .nav-searchbar input,
#theme .mat-progress-bar-buffer
{
    background-color: rgba(38,42,44,1);
}

#theme select-plan-period-panel .periods > .radio-button-wrapper > .savings-label:after
{
    border-left-color: rgba(38,42,44,1);
}

web-player ::-webkit-scrollbar-thumb, .web-player-theme ::-webkit-scrollbar-thumb
{
    background: wp.bg.color.300;
}


web-player ::-webkit-scrollbar-thumb:hover, .web-player-theme ::-webkit-scrollbar-thumb:hover
{
    background: wp.bg.color.200;
}
 
  • Like
Reactions: a7bab

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,077
111,717
120
OzatuZana updated MTDb - Ultimate Movie&TV Database with a new update entry:

MTDb v3.2.0

Download MTDb v3.2.0 - Ultimate Movie&TV Database Nulled Free
2019 September 14 - Version 3.2.0
New Features

  • Added subscriptions and billing functionality.
  • Data tables in admin area now have a number of built-in filters for easier data management.
  • Added new table design for title and episode videos. Active design can be changed from settings page.
  • Added an option for users to report videos.
  • Video table in admin area can now be filtered by title, season and...

Read the rest of this update entry...
 
  • Love
Reactions: ashr3f

eberteo

Member
Nov 13, 2019
31
8
8
how can I import movies, Ive already figured the way to install it but at the moment of import movies opens a new tab where says " Enter your Themoviedb API key in settings page before importing titles. "
 

djjogy

Member
Aug 22, 2019
89
68
18
1.Register on tmdb and get a free api key
2.Enter Api Key in the admin area
3.Search movie or series on tmdb
4.Go Admin Area Titles and Import
5. Enter the ID there
Example MOVIE : https://www.themoviedb.org/movie/290859-terminator-dark-fate?language=de-DE
Example Series: https://www.themoviedb.org/tv/82856-the-mandalorian?language=de-DE

Legend : movie = For Movies
Legend : tv = For Series
Legend: tmdb ID movie

6. If registered start film with link
Example http://127.0.0.1/mtdb2/titles/2150

7. Download Bulk URL Opener Addon Firefox or Chrome

8. Open in Mysql with Navicat or phpmyadmin or Heidisql table people

9. Copy id´s from the table people and enter them into Bulk Opener to get the Biodata

Example
http://127.0.0.1/mtdb2/people/1
http://127.0.0.1/mtdb2/people/2
http://127.0.0.1/mtdb2/people/3
http://127.0.0.1/mtdb2/people/4
and so on
100 links to an 8 GB Ram memory

or use imacros IE or Firefox only 56
For Firefox 56 is imacros Free..

PHP:
Open....

vendor\symfony\debug\ExceptionHandler.php


find row 208
$title = 'Whoops, looks like something went wrong.';

insert after echo("<meta http-equiv='refresh' content='0'>");

Example:

$title = 'Whoops, looks like something went wrong.';
                echo("<meta http-equiv='refresh' content='0'>");


find row 258
$title = 'Whoops, looks like something went wrong.';

insert after echo("<meta http-equiv='refresh' content='0'>");


Example:
$title = 'Whoops, looks like something went wrong.';
echo("<meta http-equiv='refresh' content='0'>");

For Professionals:
MTDB people queries via PHP / BATCH / FIREFOX
Create a Automatic batch file with PHP and run it with Firefox Portable for query
How to is in .text file
Code:
<?php
error_reporting(0);

$server = "localhost";
$dbuser = "root";
$dbpass = "mysql";

$dbh = mysql_connect("$server", "$dbuser", "$dbpass");

$db = "mtdb2";
mysql_select_db($db);

$sql23 = "SELECT * FROM people WHERE fully_synced = '0' ORDER BY id ASC";
$data_query = mysql_query($sql23)
                    or die ("Ein Fehler ist aufgetreten!");

                   $myFile = "test22.bat";
   $fo = fopen($myFile, 'w') or die("can't open file");

    $stringData = 'start "Firefox" "X:\FINGER_WEG\FF\FF56_32\MultipleFirefoxLoader.exe"';

   while($data=mysql_fetch_array($data_query))

   $stringData.=' http://127.0.0.1/mtdb2/people/'.$data['id'].'';

     fwrite($fo, $stringData);

     fclose($fo);
?>


25152
25153
 

Attachments

  • imacros_for_firefox-8.9.7-fx.zip
    386.6 KB · Views: 26
Last edited:

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
676
1,311
93
Can YOu import movies? have you already introduced the API Key??

Yes, I can import movies/series. I have the API key. I want to create a few subscription plans and make a page with Price Table, but there are now Plans Permissions, so I can't make this page visible for guests or users.
 

eberteo

Member
Nov 13, 2019
31
8
8
Yes, I can import movies/series. I have the API key. I want to create a few subscription plans and make a page with Price Table, but there are now Plans Permissions, so I can't make this page visible for guests or users.
Do you have copyrights for the movies ??...From where are you getting the data for the movies?
 

smartass

Well-known member
Babiato Lover
Trusted Uploader
May 5, 2019
676
1,311
93
Do you have copyrights for the movies ??...From where are you getting the data for the movies?

mostly from torrents, but this has nothing to do with the script and its functions :)
 

AltLocker

New member
May 14, 2020
2
0
1
hi guys, can help me i gett get error
Whoops, looks like something went wrong.

After installing
 

djjogy

Member
Aug 22, 2019
89
68
18
hi guys, can help me i gett get error
Whoops, looks like something went wrong.

After installing

open vendor/symfony/debug/ExceptionHandler.php
search all lines with
Code:
$title = 'Whoops, looks like something went wrong.';
insert directly below each time
Code:
echo("<meta http-equiv='refresh' content='0'>");
Now the page is reloaded every time an error message comes up

needed
Server Requirements

in the /etc/apache2/sites-enabled/000-default.conf
enter this under DocumentRoot / var / www / html

Code:
<Directory /var/www/html/>
AllowOverride All
Require all granted
</Directory>

here bug <<
 
Last edited:

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