Привет.Есть вот такой модуль для РНР Nuke
Forums -> Глюкодром -> PHP гуру помогите | | Full Version |
QUOTE |
<?php /************************************************************************/ /* Copyright © 2003 by Emanuel Pina */ /* */ /* This program is free software. You can redistribute it and/or modify */ /* it under the terms of the GNU General Public License as published by */ /* the Free Software Foundation; either version 2 of the License. */ /************************************************************************/ /************************************************************************/ /* block-Clock/Calendar v1.0 (Analog Clock and Calendar) */ /* for PhpNuke 6.x */ /* by Emanuel Pina */ /* emanuelpina@ptnuke.com */ /* Made in: 25-05-2003 */ /************************************************************************/ if (eregi("block-Clock_Calendar.php",$PHP_SELF)) { Header("Location: index.php"); die(); } $content .= "<TABLE width=\"100%\ height=\"100%\" border=0 cellPadding=0 cellSpacing=0> <TBODY><TR><TD align=left><center><OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0\" WIDTH=\"130\" HEIGHT=\"130\" id=\"relogio\" ALIGN=\"\"> <PARAM NAME=movie VALUE=\"blocks/clock_calendar.swf\"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <param name=\"wmode\" value=\"transparent\"> <param name=\"menu\" value=\"false\"> <EMBED src=\"blocks/clock_calendar.swf\" quality=high bgcolor=#FFFFFF WIDTH=\"130\" HEIGHT=\"130\" wmode=\"transparent\" ALIGN=\"\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/go/getflashplayer\" menu=\"false\"> </EMBED></OBJECT></center></TD></TR></TBODY></TABLE>" ?> |
QUOTE (irage @ 21-02-2004, 22:29) |
Попробуй заменить $content .= "<TABLE width=\"100%\ height=\"100%\" border=0 cellPadding=0 cellSpacing=0> на $content .= "<TABLE width=\"100%\ height=\"100%\" border=0 cellPadding=0 cellSpacing=0 bgcolor=\"#FFFFFF\"> |
CODE |
<OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" |
QUOTE (ego @ 10-03-2004, 23:06) | ||
а это чего значит? |