PKs Movie Database 3.0.3 modification by sweborn

If you made a template for printing or HTML export, you can offer it to the others here. You can also ask here for help about these templates
pele
Posts: 72
Joined: 2009-02-21 20:25:57

Post by pele »

Hi Droopy57,

It works like a charm, thanks again for help.

Bianca
Inspecteur
Posts: 30
Joined: 2008-05-04 09:40:41

Post by Inspecteur »

Salut

J'essaye ton template et j'ai quelques questions

D'une j'ai la même erreur que pele

Code: Select all

et the error SELECT * FROM `moviesbc`.`moviesbc` ORDER BY DATEADDED DESC, NUM DESC LIMIT 0,20
Invalid Query: Unknown column 'DATEADDED' in 'order clause
J'ai vérifié dans ma base sql, le champ se nomme "DATEADD" et pas "DATEADDED". J'ai donc remplacedans certains fichiers à la racine.
Je ne sais pas si c'est une conséquence, mais je n'ai pas acces au tri par le champs "Date d'ajout"

Ensuite, je voudrais que plus de critères apparaissent dans le détail de la fiche du film. Notamment les critères techniques présent dans amc (format video, format audio, langues, sous-titres, resolution ,fréquence, taille). Ton template ne le prévois pas ou j'ai pas pigé la configuration ?
Où dois-je agir pour que ces champs apparaissent dans la fiche détaillée du film ?

Merci à toi pour ton aide
droopy57
Posts: 37
Joined: 2013-02-01 17:25:25

Post by droopy57 »

Inspecteur wrote:Salut

J'essaye ton template et j'ai quelques questions

D'une j'ai la même erreur que pele

Code: Select all

et the error SELECT * FROM `moviesbc`.`moviesbc` ORDER BY DATEADDED DESC, NUM DESC LIMIT 0,20
Invalid Query: Unknown column 'DATEADDED' in 'order clause
J'ai vérifié dans ma base sql, le champ se nomme "DATEADD" et pas "DATEADDED". J'ai donc remplacedans certains fichiers à la racine.
Je ne sais pas si c'est une conséquence, mais je n'ai pas acces au tri par le champs "Date d'ajout"

Ensuite, je voudrais que plus de critères apparaissent dans le détail de la fiche du film. Notamment les critères techniques présent dans amc (format video, format audio, langues, sous-titres, resolution ,fréquence, taille). Ton template ne le prévois pas ou j'ai pas pigé la configuration ?
Où dois-je agir pour que ces champs apparaissent dans la fiche détaillée du film ?

Merci à toi pour ton aide
Salut

effectivement le nom du champ a changé depuis la dernière mise à jour de AMC, donc les corrections que tu as faite sont bonne .
l'option de tri ne fonctionne pas car il y a aussi un léger bug dans AMC lors de l'export depuis cette mise à jour . le problème devait être r"glé dans la prochaine version .
en attendant tu peux faire ceci :

Avant de transférer ton fichier sql
- l'éditer avec Notepad++
- Rechecher : '''
- Remplacer tout par : '

Et désolé mais le template ne prend pas en charge les autres critères .
à toi de faire les modifications nécessaires

Bonne journée
Inspecteur
Posts: 30
Joined: 2008-05-04 09:40:41

Post by Inspecteur »

Salut et merci de me répondre

J'ai effectué l'export depuis AMC 4.2.0.2
1) Pas de souci sur l'export de la date d'ajout , il y a des simples cotes et pas des doubles. Et le nom du champ est bien DATEADDED, j'ai donc bien le tri par date d'ajout

2) Pourrais tu m'indiquer les noms des fichiers que je dois modifier pour pouvoir avoir les infos techniques sur la fiche du film ?

Merci à toi
Inspecteur
Posts: 30
Joined: 2008-05-04 09:40:41

Post by Inspecteur »

Je me réponds

Il faut modifier tous les fichiers *.tpl dans le dossier templates/default

Merci
Last edited by Inspecteur on 2014-05-04 18:11:03, edited 1 time in total.
droopy57
Posts: 37
Joined: 2013-02-01 17:25:25

Post by droopy57 »

Salut

Ce n'est pas aussi simple que ça !!

Il faut modifier :

- le fichier mdb_movie.inc
- tous les fichiers templates (.tpl)

et peut-être aussi (selon les besoins) :

- le fichier mdb3.php
- le fichier mdb_config.inc.php

Bon courage
@+[/b]
Inspecteur
Posts: 30
Joined: 2008-05-04 09:40:41

Post by Inspecteur »

Il faut modifier :

- le fichier mdb_movie.inc
- tous les fichiers templates (.tpl)
En effet, pour les *.tpl mais le mdb_movie.inc, j'ai pas eu besoin.
Les infos ((format video, format audio, langues, sous-titres, resolution ,fréquence, taille)) sont bien apparues.
cage
Posts: 7
Joined: 2010-10-08 17:15:42

Post by cage »

Out of curiosity.

Have the sql injection and cross-site scripting exploits been patched in this fork? Last time I checked the original script years ago these issues were present.
Inspecteur
Posts: 30
Joined: 2008-05-04 09:40:41

Post by Inspecteur »

Juste pour signaler que le script n'est pas compatible avec php 5.4
J'ai du rajouter <?php ou lieu de <? dans tous les fichiers .php et .inc
Et j'ai remplacé certaines fonctions depreciated comme split().

Sinon, encore merci pour ce beau template
the_observer
Posts: 62
Joined: 2009-11-12 05:53:14

Post by the_observer »

Hi all,

i uploaded a newer sql to droopy57 template and i have this strange problem.

Covers XL are working alright.
Mini covers some are correct and some show mini cover from other movies.
And normal covers are all wrong showing covers from other movies.

I tried to make some test so i deleted all covers and left only two.The problem persists.

Then i totally deleted the tables and the script reconstructed the database from beginning with the new sql file but the problem still persists?

How is this possible?
Where is the database getting these covers from since i deleted the tables and was made from scratch and i only uploaded 2 jpg covers???
Is there some cache?

I even flushed the master cache of my web hoster ,the problem persists.

This is really strange for me since i do not know about sql and stuff.

I do not know if this is related but i did a renumbering of my movies from inside ant movie cataloque and then i exported the sql file which i uploaded.

Any heads on will be much appreciated.

Thank you for your time reading this and excuse my lame English.

Regards,
the_observer.
droopy57
Posts: 37
Joined: 2013-02-01 17:25:25

Post by droopy57 »

Hi the_observer

there is a `cache` folder in : `templates` --> `default`[/b]
the_observer
Posts: 62
Joined: 2009-11-12 05:53:14

Post by the_observer »

Much obliged droopy57.

Regards,
the_observer.
sandmanweb
Posts: 96
Joined: 2006-03-12 01:07:41

Post by sandmanweb »

I'm getting some question marks for special caracters like (é - à - ê - etc.)

But only for data from the SQL.

I tried messing with caracter encoding for some files, but couldn't get it to work ok.

Can someone help me ?

Image
antp
Site Admin
Posts: 9629
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post by antp »

AMC only exports in the system's character set, so windows-1252 in your case (which is compatible with iso-8859-1 at 95%)
If you are importing that in a database, I suppose that at some point you have to select/force that character set?
sandmanweb
Posts: 96
Joined: 2006-03-12 01:07:41

Post by sandmanweb »

Is there a way to make this template PHP 7.0 compatible ?
sandmanweb
Posts: 96
Joined: 2006-03-12 01:07:41

Post by sandmanweb »

sandmanweb wrote:I'm getting some question marks for special caracters like (é - à - ê - etc.)

But only for data from the SQL.

I tried messing with caracter encoding for some files, but couldn't get it to work ok.

Can someone help me ?

Image

Finally found a solution !

Just added this to the beginning of mdb3.php

Code: Select all

header("Content-Type: text/html; charset=ISO-8859-1");
Everything is back to normal now :)
sandmanweb
Posts: 96
Joined: 2006-03-12 01:07:41

Link

Post by sandmanweb »

I noticed that this template is now hard to find.

So here is a new link to the files.

https://mega.nz/#!fYpS0ALL!zYHz4_LZJuz9 ... fuGeBhmuU0
Post Reply