zebulon57 4
| Posté : 24-09-2005 04:22
bonjour
j'essaye de modifier le footer de mon theme et dans le code quand je rajoute !include! ca ne marche pas.
Quelqu'un peut me dire ce qui me...de dans le code.
Merci d'avance.
<?php
/**************************************/
/* themes xp silver adapté pour NPDS5 */
/* adaptation faire par dodi */
/**************************************/
global $theme, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $bgcolor5, $bgcolor6, $textcolor1, $textcolor2, $textcolor3, $bargif;
global $thename, $index, $pdst;
if ($pdst == 1) {
echo "</td><td><img src=\"themes/$theme/images/pixel.gif\" width=\"15\" height=\"1\" border=\"0\" alt=\"\"></td><td valign=\"top\" width=\"150\">\n";
rightblocks();
}
echo "</td><td bgcolor=\"#ffffff\"><img src=\"themes/$theme/images/pixel.gif\" width=10 height=1 border=0 alt=\"\">\n"
."</td></tr></table>\n"
."<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\" bgcolor=\"#ffffff\" align=\"center\">\n"
."<tr align=\"center\">\n"
."<td width=\"100%\" colspan=\"3\">\n";
footmsg();
echo "</td></tr></table>\n"; !include!("/../bas.htm");
?>
Merci et voici l'erreur sur la page
Warning: main(): open_basedir restriction in effect. File(/../bas.htm) is not within the allowed path(s): (/) in /var/premium/www/data/5/9/P/B/59PBA43K/themes/XP-Silver/footer.php on line 18
Warning: main(/../bas.htm): failed to open stream: Operation not permitted in /var/premium/www/data/5/9/P/B/59PBA43K/themes/XP-Silver/footer.php on line 18
Warning: main(): Failed opening '/../bas.htm' for inclusion (!include!_path='.:/usr/local/progs/php/lib/php') in /var/premium/www/data/5/9/P/B/59PBA43K/themes/XP-Silver/footer.php on line 18
SVP aidez moi sinon
|