Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: flash

Parašė Soo-2· 2008 Sau. 19 10:01:05
#1

koks yra Flash kodas/?? as noriu headeri iterpti i theme.php..
tai bus echo"...........??

Parašė bad_user· 2008 Sau. 19 10:01:30
#2

echo'<p>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="100" height="100">
<param name="movie" value="link">
<param name="quality" value="High">
<embed src="link" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="100" height="100"></object>
</p>';

Redagavo bad_user· 2008 Sau. 19 10:01:40

Parašė Soo-2· 2008 Sau. 19 10:01:19
#3

dėkui tau žmogau ;);)

Parašė bad_user· 2008 Sau. 19 10:01:42
#4

np...

Parašė Soo-2· 2008 Sau. 19 10:01:47
#5

nerodo :| gal koks paprastesnis kodas yra?

Parašė bad_user· 2008 Sau. 19 10:01:17
#6

duok shen flash adresa...

Parašė Soo-2· 2008 Sau. 19 10:01:29
#7

www.siuskis.failai.lt/themes/diz...s/dfcd.swf

EDIT: cia aišku bandomasis

Redagavo Soo-2· 2008 Sau. 19 10:01:03

Parašė bad_user· 2008 Sau. 19 11:01:50
#8

?>
<html>
<embed src="http://www.siuskis.failai.lt/themes/dizainas/images/dfcd.swf"  wmode="transparent" type="application/x-shockwave-flash">
</html>
<?




sitas tikrai veikia... pats isbandziau...

Parašė Soo-2· 2008 Sau. 19 11:01:17
#9

bet man reikia kad ir dydi nustatyt galimetu...

echo "<table align=center width=788 height=197 background= src='http://www.siuskis.failai.lt/themes/dizainas/images/dfcd.swf'  wmode='transparent' type='application/x-shockwave-flash'>";




jokiu erorr bet nerodo

Parašė bad_user· 2008 Sau. 19 11:01:22
#10

db paieskok kabuciu prie tavo didziu... egzistuoja pas tave toks daiktas?

Parašė bad_user· 2008 Sau. 19 11:01:21
#11

sorry uz flood

?>
<html>
<center> <embed src="http://www.siuskis.failai.lt/themes/dizainas/images/dfcd.swf" width="788" height="197" wmode="transparent" type="application/x-shockwave-flash"></center>
</html>
<?




sita terpk visa koda ten kur turi but tas echo... nu kur nori kad butu header... turetu veikti...

Parašė Soo-2· 2008 Sau. 19 11:01:00
#12

EDIT: štai kodas header:
function render_header($header_content) {


global $theme_width,$settings;
   echo "<table class='forumline' align='center' width='$theme_width' cellspacing='0' cellpadding='0'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td class='header' width='100%'>";

echo "CIA KODAS headerio";


echo "</div>
</td>

<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-top: 150px; padding-left: 0px; padding-right: 0px;\">";
echo"<img src='".THEME."images/header_02.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-top: 150px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='news.php'><img src='".THEME."images/header_03.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-top: 150px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='members.php'><img src='".THEME."images/header_04.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-top: 150px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='reklama.php'><img src='".THEME."images/header_05.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-top: 150px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='contact.php'><img src='".THEME."images/header_06.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-top: 150px; padding-left: 0px; padding-right: 0px;\">";
echo"<img src='".THEME."images/header_08.jpg' border='0'></a>





";

//Login Code End

   echo"<script type='text/javascript'>LKT_init();</script>";
   echo"</td></tr></table>";   
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='2' bgcolor='#F9F9F9' cellspacing='0' border='0'>";
   echo "<img src='".THEME."images/pixel.gif' width='100%' height='4'>";



   
}




Redagavo Soo-2· 2008 Sau. 19 11:01:41

Parašė bad_user· 2008 Sau. 19 11:01:04
#13

duok tema... idesiu

Parašė Soo-2· 2008 Sau. 19 11:01:48
#14

idėjau aukšciau, bet ten tik headerio..

Parašė bad_user· 2008 Sau. 19 11:01:13
#15

duok visa rarinta tema arba i pm atssiusk... nes man kai nepaziuriu irnuetu tipo padares tai zinai...

Parašė Soo-2· 2008 Sau. 19 11:01:39
#16

štai

Parašė bad_user· 2008 Sau. 19 11:01:30
#17

lieka sioks toks tarpas gal susitvarkysi.. man nesigavo...


<?php
$body_text = "#000000";
$body_bg = "#6aa311";
$theme_width = "795";
$theme_width_l = "175";
$theme_width_r = "175";

function render_header($header_content) {


global $theme_width,$settings;
   echo "<table class='forumline' align='center' width='$theme_width' cellspacing='0' cellpadding='0'>";

   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
   echo "<tr><td><table align='center' width='100%' cellspacing='0' cellpadding='0'>";
?>
<html>
<embed src="http://www.siuskis.failai.lt/themes/dizainas/images/dfcd.swf" width="788" height="197" wmode="transparent" type="application/x-shockwave-flash">
</html>
<?
echo "<td height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\">";

echo"<img src='".THEME."images/header_02.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='news.php'><img src='".THEME."images/header_03.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='members.php'><img src='".THEME."images/header_04.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='reklama.php'><img src='".THEME."images/header_05.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\">";
echo"<a href='contact.php'><img src='".THEME."images/header_06.jpg' border='0'></a>
<td   height=0 border=0 align=center>
<div style=\"padding-bottom: 0px; padding-left: 0px; padding-right: 0px;\">";
echo"<img src='".THEME."images/header_08.jpg' border='0'></a>





";

//Login Code End

   echo"<script type='text/javascript'>LKT_init();</script>";
   echo"</td></tr></table>";   
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='2' bgcolor='#F9F9F9' cellspacing='0' border='0'>";
   echo "<img src='".THEME."images/pixel.gif' width='100%' height='4'>";



   
}



function render_footer($license=false) {
   
global $theme_width,$locale,$settings;

   echo "</tr>\n</table>\n";
   echo "<table cellSpacing='0' cellPadding='2' width='100%' border='0' background='".THEME."images/footer.gif' style='border-right: solid #c1d2ec 1px; border-left: solid #c1d2ec 1px;'>";
   echo "<td width='20%' height='40' class='white' align='left'>";
      if ($license == false) {
      echo "<b><a href='http://php-fusion.co.uk' target='_blank'></a></b>";
   }
   echo "</td>";
   echo "<td width='40%' class='white' align='center'>";
   echo "<b>".stripslashes($settings['footer'])."</b></td>";
   echo "<td width='26%' class='white' align='right'>";
   echo "<b><a href=''></a></b>";
   echo "</td>";
   echo "<div align='center'></tr></table></td></tr></table></div>";
}


function render_news($subject, $news, $info) {
   
global $locale;
   
   echo "<table border='0' style=': 1px solid #c1d2ec' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td background='".THEME."images/cellpic_news.gif' height='30'><font class='block-title' align=>$subject</font></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='1' class='border'><tr>";
   echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='main-body'>$news</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='news-footer'>&nbsp;";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['news_date'])." </td>";
   echo "<td height='24' align='right' class='news-footer'>";
   echo "".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "")."";
   if ($info['news_allow_comments'])
   echo "<a href='news.php?readmore=".$info['news_id']."'>".$info['news_comments'].$locale['043']."</a> · ";
   echo "".$info['news_reads'].$locale['044']." ";
   echo "<a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' alt='' style='vertical-align:middle;'></a>";
   echo "</td></tr></table></td></tr></table><br>\n";
}

function render_article($subject, $article, $info) {
   
global $locale;
   
   echo "<table style='border: 0px solid #c1d2ec' cellspacing='1' width='100%' cellpadding='3'><tr>";
   echo "<td background='".THEME."images/cellpic_news.gif' height='30'><font class='block-title'>$subject</font></td>";
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='1' class='border'><tr>";
   echo "<td><table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='main-body'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."";
   echo "</td></tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='news-footer'>";
   echo "".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ";
   echo "".$locale['041'].showdate("longdate", $info['article_date'])."</td>";
   echo "<td height='24' align='right' class='news-footer'>";
   if ($info['article_allow_comments']) echo $info['article_comments'].$locale['043']." · ";
   echo "".$info['article_reads'].$locale['044']." ";
   echo "<a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' alt='' style='vertical-align:middle;'></a>";
   echo "</td></tr></table></td></tr></table>\n";
}

// Open table begins
function opentable($title) {

   echo "<table width='100%' cellpadding='3' cellspacing='1' style='border: 0px solid #c1d2ec'>";
   echo "<tr><td bgcolor='#ffffff' background='".THEME."images/cellpic1.gif' height='25'><font class='head-title'>$title</font></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0' class='border'><tr>";
   echo "<td class='main-body'>\n";
}

// Close table end
function closetable() {
   echo "</td></tr></table>\n";
}

function openside($title) {

   echo "<table border='0' style='border: 0px solid #c1d2ec' cellspacing='1' width='100%' cellpadding='3'><tr>";

   echo "<font class='block-title'>$title</font>";
   echo "</td></tr>";
   echo "<tr><td bgcolor='#ffffff' class='side-body' width='100%'>";
}

function closeside() {
   echo "</td></tr></table>";
   tablebreak();
}

function opensidex($title,$open="on") {

if($open=="on"){$box_img="off";}else{$box_img="on";}
   echo "<table border='0' style='border: 1px solid #c1d2ec' cellspacing='1' width='100%' cellpadding='3'><tr>";

   echo "<img align='left' onclick=\"javascript:flipBox('$title')\" name='b_$title' border='0' src='".THEME."images/panel_$box_img.gif'><font class='block-title'>$title</font>";
   echo "</td></tr>";
   echo "<tr><td bgcolor='#ffffff' class='side-body' width='100%'>";
   echo "<div id='box_$title'"; if($open=="off"){ echo "style='display:none'"; } echo ">\n";
}


function closesidex() {

   echo "</div></td></tr></table>";
   tablebreak();
}

// Table functions
function tablebreak() {
   echo "<table width='100%' cellspacing='0' cellpadding='0'><tr><td height='8'></td></tr></table>\n";
}
?>



Redagavo bad_user· 2008 Sau. 19 11:01:12

Parašė Soo-2· 2008 Sau. 19 11:01:27
#18

aciu tau.. su kitu heaaderiu nera tarpo

Parašė bad_user· 2008 Sau. 19 11:01:48
#19

tai gerai... nera uz ka... ;)