Bon moi je ferais comme ça !!!!!!!!! ATTENTION la modification est assez compliqué donc fait tres attention de bien selectionner ce qui est a remplace
ouvre ton dossier ==>
prez_inc / generateur / includes / film.php
au environ ligne 165
[SEARCH]
// Ligne 12
define('RESULTAT_LIGNE_12', '<li class="clmmastertopic"><a href="/video/player_gen_cmedia=(.*?)&cfilm=');
// Ligne 12_1
define('RESULTAT_LIGNE_12_1', 'http://www.allocine.fr/blogvision/');
// Texte Ligne 12
define('RESULTAT_LIGNE_TEXTE_12', 'Bande annonce');
// Ligne 13
define('RESULTAT_LIGNE_13', '');
// Texte Ligne 13
define('RESULTAT_LIGNE_TEXTE_13', '');
[/SEARCH]
[REPLACE]
// Ligne 12
define('RESULTAT_LIGNE_12', '<li class="clmmastertopic"><a href="/video/player_gen_cmedia=(.*?)&cfilm=');
// Ligne 12_1
define('RESULTAT_LIGNE_12_1', 'http://www.allocine.fr/blogvision/');
// Texte Ligne 12
define('RESULTAT_LIGNE_TEXTE_12', 'Bande annonce');
// Ligne 13
define('RESULTAT_LIGNE_13', '<em>></em> <a href="/film/tous/genre-[^"]+/">(.*?)</a>');
// Texte Ligne 13
define('RESULTAT_LIGNE_TEXTE_13', 'Genre');
[/REPLACE]
ENSUITE
Ouvre prez_inc / resultat.php
[SEARCH]
##########################
## Début de l'affichage ##
##########################
echo $center.'<font color="red"><b>[ ' . trim($rep['titre']) . ' ]</b></font><br /><br />';
echo $image;
switch ($page) {
case 'film' :
case 'serie' :
case 'jeu' :
case 'spectacle' :
case 'film_x' :
case 'dvd_blu_ray':
echo '<img src="'.$url_default.$info[mini_img] . '" /><br /><br />';
break;}
echo '<img src="'.$url_default.'img_cat/'.$info['style'].'/info_'.$cle.'.png"/><br /><br />';
echo '<div style="padding-left:20px; width:97%">'.$selectcolor1;
echo $rep['ligne_1'];
echo $rep['ligne_2'];
echo $rep['ligne_3'];
echo $rep['ligne_4'];
echo $rep['ligne_5'];
echo $rep['ligne_6'];
echo $rep['ligne_7'];
echo $rep['ligne_8'];
echo $rep['ligne_9'];
echo $rep['ligne_10'];
echo $rep['ligne_11'];
switch ($page) {
case 'film':
case 'serie':
echo $rep['ligne_12'];
break;}
echo $rep['ligne_13'];
echo $rep['ligne_14'];
echo $rep['ligne_15'];
echo $rep['ligne_16'];
echo $rep['ligne_17'];
echo $rep['ligne_18'];
echo $rep['ligne_19'];
echo $rep['ligne_20'];
echo $selectcolor_1.'</div><br /><br />';
// Type d'image en fonction de la section
[/SEARCH]
[REPLACE]
##########################
## Début de l'affichage ##
##########################
echo $center.'<font color="red"><b>[ ' . trim($rep['titre']) . ' ]</b></font><br /><br />';
echo $image;
switch ($page) {
case 'film' :
case 'serie' :
case 'jeu' :
case 'spectacle' :
case 'film_x' :
case 'dvd_blu_ray':
echo '<img src="'.$url_default.$info[mini_img] . '" /><br /><br />';
break;}
echo '<img src="'.$url_default.'img_cat/'.$info['style'].'/info_'.$cle.'.png"/><br /><br />';
echo '<div style="padding-left:20px; width:97%">'.$selectcolor1;
echo $rep['ligne_1'];
echo $rep['ligne_13'];
echo $rep['ligne_2'];
echo $rep['ligne_3'];
echo $rep['ligne_4'];
echo $rep['ligne_5'];
echo $rep['ligne_6'];
echo $rep['ligne_7'];
echo $rep['ligne_8'];
echo $rep['ligne_9'];
echo $rep['ligne_10'];
echo $rep['ligne_11'];
switch ($page) {
case 'film':
case 'serie':
echo $rep['ligne_12'];
break;}
echo $rep['ligne_14'];
echo $rep['ligne_15'];
echo $rep['ligne_16'];
echo $rep['ligne_17'];
echo $rep['ligne_18'];
echo $rep['ligne_19'];
echo $rep['ligne_20'];
echo $selectcolor_1.'</div><br /><br />';
// Type d'image en fonction de la section
[/REPLACE]
[SEARCH]
#########################################
## Affichage BBCode pour PhpBB & PunBB ##
#########################################
echo '<br /><br />';
echo '<p align="center" class="titre" style="margin: 20px 0px 20px 0px;">BBCode à coller dans votre message</p>';
echo '<center>';
echo '<fieldset style="padding:50px" class="fieldset">';
echo '<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="country1" class="selected">PhpBB & PunBB & IPB Section '.$tag.'</a></li>
<li><a href="#" rel="country2">HTML/Blog '.$tag.'</a></li>
</ul>
<div>
<div id="country1" class="tabcontent"><table width="100%" border="0" cellpadding="0" cellspacing="5"><tr><td align="center">';
echo '<input class="infos_cadre" name="texttag" type="text" id="texttag" value="' . $heberg2 . ' ' . trim($rep['titre']);
switch ($page) {
case 'film':
case 'serie':
case 'spectacle':
case 'manga':
case 'film_x' :
case 'dvd_blu_ray':
echo ' [' . $info[qualite] . ']';
break;
case 'jeu':
echo $rep['ligne_1b'];
break;}
echo'" size="70" onclick="this.select()"><br><br>';
echo '<textarea class="infos_cadre" name="textpost" cols="85" rows="10" onclick="this.select()">';
echo $center_a.'
(¯`·._.·[ ' . trim($rep['titre']) . ' ]·._.·´¯)'."\n\n";
echo $image_;
switch ($page) {
case 'film' :
case 'serie' :
case 'jeu' :
case 'spectacle' :
case 'film_x' :
case 'dvd_blu_ray':
echo '
'."\n\n";
break;}
echo '
'."\n\n";
echo $selectcolor2;
echo $rep['ligne_1_'];
echo $rep['ligne_2_'];
echo $rep['ligne_3_'];
echo $rep['ligne_4_'];
echo $rep['ligne_5_'];
echo $rep['ligne_6_'];
echo $rep['ligne_7_'];
echo $rep['ligne_8_'];
echo $rep['ligne_9_'];
echo $rep['ligne_10_'];
echo $rep['ligne_11_'];
switch ($page) {
case 'film' :
case 'serie' :
echo $bbcode_video;
break;
case 'film' :
case 'serie' :
echo $rep['ligne_12_'];
break;}
switch ($page) {
case 'log':
case 'album':
case 'spectacle':
case 'ebook':
case 'manga':
case 'dvd_blu_ray':
case 'magazine':
case 'youtube':
case 'jaquette':
case 'jeu':
case 'film_x':
echo $rep['ligne_12_'];
break;}
echo $rep['ligne_13_'];
echo $rep['ligne_14_'];
echo $rep['ligne_15_'];
echo $rep['ligne_16_'];
echo $rep['ligne_17_'];
echo $rep['ligne_18_'];
echo $rep['ligne_19_'];
echo $rep['ligne_20_'];
echo $selectcolor_2."\n\n";
// Type d'image en fonction de la section
[/SEARCH]
[REPLACE]
#########################################
## Affichage BBCode pour PhpBB & PunBB ##
#########################################
echo '<br /><br />';
echo '<p align="center" class="titre" style="margin: 20px 0px 20px 0px;">BBCode à coller dans votre message</p>';
echo '<center>';
echo '<fieldset style="padding:50px" class="fieldset">';
echo '<ul id="countrytabs" class="shadetabs">
<li><a href="#" rel="country1" class="selected">PhpBB & PunBB & IPB Section '.$tag.'</a></li>
<li><a href="#" rel="country2">HTML/Blog '.$tag.'</a></li>
</ul>
<div>
<div id="country1" class="tabcontent"><table width="100%" border="0" cellpadding="0" cellspacing="5"><tr><td align="center">';
echo '<input class="infos_cadre" name="texttag" type="text" id="texttag" value="' . $heberg2 . ' ' . trim($rep['titre']);
switch ($page) {
case 'film':
case 'serie':
case 'spectacle':
case 'manga':
case 'film_x' :
case 'dvd_blu_ray':
echo ' [' . $info[qualite] . ']';
break;
case 'jeu':
echo $rep['ligne_1b'];
break;}
echo'" size="70" onclick="this.select()"><br><br>';
echo '<textarea class="infos_cadre" name="textpost" cols="85" rows="10" onclick="this.select()">';
echo $center_a.'
(¯`·._.·[ ' . trim($rep['titre']) . ' ]·._.·´¯)'."\n\n";
echo $image_;
switch ($page) {
case 'film' :
case 'serie' :
case 'jeu' :
case 'spectacle' :
case 'film_x' :
case 'dvd_blu_ray':
echo '
'."\n\n";
break;}
echo '
'."\n\n";
echo $selectcolor2;
echo $rep['ligne_1_'];
echo $rep['ligne_13_'];
echo $rep['ligne_2_'];
echo $rep['ligne_3_'];
echo $rep['ligne_4_'];
echo $rep['ligne_5_'];
echo $rep['ligne_6_'];
echo $rep['ligne_7_'];
echo $rep['ligne_8_'];
echo $rep['ligne_9_'];
echo $rep['ligne_10_'];
echo $rep['ligne_11_'];
switch ($page) {
case 'film' :
case 'serie' :
echo $bbcode_video;
break;
case 'film' :
case 'serie' :
echo $rep['ligne_12_'];
break;}
switch ($page) {
case 'log':
case 'album':
case 'spectacle':
case 'ebook':
case 'manga':
case 'dvd_blu_ray':
case 'magazine':
case 'youtube':
case 'jaquette':
case 'jeu':
case 'film_x':
echo $rep['ligne_12_'];
break;}
echo $rep['ligne_14_'];
echo $rep['ligne_15_'];
echo $rep['ligne_16_'];
echo $rep['ligne_17_'];
echo $rep['ligne_18_'];
echo $rep['ligne_19_'];
echo $rep['ligne_20_'];
echo $selectcolor_2."\n\n";
// Type d'image en fonction de la section
[/REPLACE]
[SEARCH]
#########################
## Affichage HTML/Blog ##
#########################
echo '<div id="country2" class="tabcontent"><table width="100%" border="0" cellpadding="0" cellspacing="5"><tr><td align="center">';
echo '<input class="infos_cadre" name="texttag" type="text" id="texttag" value="' . $heberg2 . ' ' . trim($rep['titre']);
switch ($page) {
case 'film':
case 'serie':
case 'spectacle':
case 'manga':
case 'film_x' :
case 'dvd_blu_ray':
echo ' [' . $info[qualite] . ']';
break;
case 'jeu':
echo $rep['ligne_1b'];
break;}
echo'" size="70" onclick="this.select()"><br><br>';
echo '<textarea class="infos_cadre" name="textpost" cols="85" rows="10" onclick="this.select()">';
echo $center.'<font color="red"><b>[ ' . trim($rep['titre']) . ' ]</b></font><br /><br />';
echo $image;
switch ($page) {
case 'film' :
case 'serie' :
case 'jeu' :
case 'spectacle' :
case 'film_x' :
case 'dvd_blu_ray':
echo '<img src="'.$url_default.$info[mini_img] . '" /><br /><br />';
break;}
echo '<img src="'.$url_default.'img_cat/'.$info['style'].'/info_'.$cle.'.png"/><br /><br />';
echo '<div style="padding-left:20px; width:97%">'.$selectcolor1;
echo $rep['ligne_1'];
echo $rep['ligne_2'];
echo $rep['ligne_3'];
echo $rep['ligne_4'];
echo $rep['ligne_5'];
echo $rep['ligne_6'];
echo $rep['ligne_7'];
echo $rep['ligne_8'];
echo $rep['ligne_9'];
echo $rep['ligne_10'];
switch ($page) {
case 'film':
case 'serie':
echo $rep['ligne_12'];
break;}
echo $rep['ligne_12'];
echo $rep['ligne_13'];
echo $rep['ligne_14'];
echo $rep['ligne_15'];
echo $rep['ligne_16'];
echo $rep['ligne_17'];
echo $rep['ligne_18'];
echo $rep['ligne_19'];
echo $rep['ligne_20'];
echo $selectcolor_1.'</div><br /><br />';
// Type d'image en fonction de la section
[/SEARCH]
[REPLACE]
#########################
## Affichage HTML/Blog ##
#########################
echo '<div id="country2" class="tabcontent"><table width="100%" border="0" cellpadding="0" cellspacing="5"><tr><td align="center">';
echo '<input class="infos_cadre" name="texttag" type="text" id="texttag" value="' . $heberg2 . ' ' . trim($rep['titre']);
switch ($page) {
case 'film':
case 'serie':
case 'spectacle':
case 'manga':
case 'film_x' :
case 'dvd_blu_ray':
echo ' [' . $info[qualite] . ']';
break;
case 'jeu':
echo $rep['ligne_1b'];
break;}
echo'" size="70" onclick="this.select()"><br><br>';
echo '<textarea class="infos_cadre" name="textpost" cols="85" rows="10" onclick="this.select()">';
echo $center.'<font color="red"><b>[ ' . trim($rep['titre']) . ' ]</b></font><br /><br />';
echo $image;
switch ($page) {
case 'film' :
case 'serie' :
case 'jeu' :
case 'spectacle' :
case 'film_x' :
case 'dvd_blu_ray':
echo '<img src="'.$url_default.$info[mini_img] . '" /><br /><br />';
break;}
echo '<img src="'.$url_default.'img_cat/'.$info['style'].'/info_'.$cle.'.png"/><br /><br />';
echo '<div style="padding-left:20px; width:97%">'.$selectcolor1;
echo $rep['ligne_1'];
echo $rep['ligne_13'];
echo $rep['ligne_2'];
echo $rep['ligne_3'];
echo $rep['ligne_4'];
echo $rep['ligne_5'];
echo $rep['ligne_6'];
echo $rep['ligne_7'];
echo $rep['ligne_8'];
echo $rep['ligne_9'];
echo $rep['ligne_10'];
switch ($page) {
case 'film':
case 'serie':
echo $rep['ligne_12'];
break;}
echo $rep['ligne_12'];
echo $rep['ligne_13'];
echo $rep['ligne_14'];
echo $rep['ligne_15'];
echo $rep['ligne_16'];
echo $rep['ligne_17'];
echo $rep['ligne_18'];
echo $rep['ligne_19'];
echo $rep['ligne_20'];
echo $selectcolor_1.'</div><br /><br />';
// Type d'image en fonction de la section
[/REPLACE]