Thx for working, the imdb path works

But i have a (new?) issue: If the link is too long (esp. with links from amazon), the design is broken (e.g. http://seriendb.9gb.de/index.php?num=626&sort=DATEADD )
So another patch would be great

Code: Select all
<tr><td><div class='url'><b>$LANG[URL]: </b></td><td><a href='$MOVIE[URL]'>$MOVIE[URL]</a></div></td><tr>
Code: Select all
<tr><td width=120><div class='year'><b>$LANG[YEAR]: </b></td><td width=260><a href='$MOVIE[YEAR_HREF]'>$MOVIE[YEAR]</a></div></td><tr>
1. this is down to how you export the date from Ante. do the followinglebowski wrote:I have still two outstanding questions myself.
1. the wrong date.
2. The second question is, how you import the role names of the actors in your database?
I'm using the newest version of Ant (3.5.1.0) and XAMPP (1.6.5).
The side panel only sort Alphabetically if you use PHP5.Surflife wrote:on the left side : all sort little panels (categories, countries, media type) show lists that are sorted according to alphabetic order ?! How do we get that ?
I would be glad to have explanations because I'm not Php familiar ...
php 5
php 5
Code: Select all
$this->config['mysql']['server'] = "localhost";
$this->config['mysql']['username'] = "root";
$this->config['mysql']['password'] = "usbw";
$this->config['mysql']['database'] = "moviesdb";
$this->config['mysql']['table'] = "movies";
Code: Select all
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on 'localhost' (10061) in D:\UsbWebserver\Root\moviedb\mysql_db.inc on line 31
Cannot connect to database localhost with login root.
Code: Select all
array_push($nummovies, $row[NUM]);
Code: Select all
array_push($nummovies, $row['NUM']);
According to your error message, I would rather look for an error in your database connection parameters, root/usbw is MySQL database user account ?? because reading your explanation it sound to be Linux user account and password, and a newly created MySQL database have no password value unless you changed it (if I'm not wrong)array_push($nummovies, $row[NUM]);
@Surflife : Je veux bien ton fichier retouché stp et si tu peux me donner le code à modifier pour les détails des films au cas ou j'aimerai changer plus tard.@xaxgo
je peux te faire ça ce soir, ou tout simplement comme je dois le faire pour un ou deux potes, refaire un zip complet
de PKMovie incluant mes modifs, que je metterais à dispo en téléchargement.