
THX
http://mymovielist.awardspace.com/
If i want to update my list, i do SQL and i replace the database?
Code: Select all
#mdb_content IMG.cover {
border: 1px solid #362E20;
width: 75px;
float: left;
}
and
#mdb_full_detail IMG.cover {
border: 1px solid #362E20;
width: 150px;
float: left;
}
Code: Select all
$html_br=str_replace('|','<br />',$html);
$html = $html_br;
After that, you should find the lines below "# Turn the directors list into links", copy this and replace 'directors' by 'categories' and 'director' by 'category'$cattab = array("Action", "Animation", "Comedie", "Comedie dramatique", "Documentaire", "Drame", "Fantastique", "Guerre", "Historique", "Horreur", "Musical", "Policier", "Romance", "Science-Fiction", "Sketchs et parodies", "Theatre", "Thriller", "Western");
foreach($cattab as $catvar)
{
$html .= "<a href='".$this->THISPAGE."?mdb_page=1&mdb_npp=".$this->mdb_npp."&mdb_order=".$this->mdb_order."&mdb_search=$catvar'>$catvar</a><br />\n";
}
Code: Select all
http://www.geocities.com/kazgor_uk/moviedb.zip
Code: Select all
<?
/** ===============================================================================================
* SPANISH Language file for MovieDB by PK-Designs.com
* @author: WeBsEcReTa
*=============================================================================================== */
$this->lang['categories'] = "Categorías";
$this->lang['category'] = "Categoría";
$this->lang['comments'] = "Comentarios";
$this->lang['country'] = "País";
$this->lang['description'] = "Descripción";
$this->lang['director'] = "Director";
$this->lang['jump_to'] = "Ir a";
$this->lang['length'] = "Duración";
$this->lang['more'] = "más";
$this->lang['most_recent'] = "Más Reciente";
$this->lang['next'] = "Siguiente";
$this->lang['of'] = "de";
$this->lang['page'] = "Página";
$this->lang['previous'] = "Anterior";
$this->lang['rating'] = "Calificación";
$this->lang['search'] = "Buscar";
$this->lang['showing'] = "Mostrando";
$this->lang['sort_by'] = "Ordenar por";
$this->lang['starring'] = "Reparto";
$this->lang['title'] = "Nombre";
$this->lang['year'] = "Año";
$this->lang['dateadd'] = "Fecha Añadido";
$this->lang['mediatype'] = "Formato";
$this->lang['mediatypes'] = "Formatos";
$this->lang['num_per_page'] = "Num/Pag";
$this->lang['reset'] = "Reset";