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

Parašė samsung123· 2009 Vas. 26 16:02:01
#9

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#555555";
$body_bg = "#006600";
$theme_width = "750";
$theme_width_l = "200";
$theme_width_r = "200";

function render_header($header_content) {

global $theme_width,$db_prefix,$locale;

echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' >
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<form name='search' action='search.php?stype=n' method='post'>
<tr>
<td background='".THEME."images/psp_01.png' height='79'  width='193'></td>
<td background='".THEME."images/psp_02.png' height='79'  width='337'></td>
<td  align='left' background='".THEME."images/psp_03.png' height='79'  width='220' ><input class='textbox' type='text' name='stext' value='paieškos tekstas..' onfocus=\"if(this.value=='paieškos tekstas..'){this.value='';}\" onblur=\"if(this.value==''){this.value='paieškos tekstas..';}\" class='textbox-s'>  <input type='submit' name='option' value='ieškoti' class='button'></td>
</tr>
</form>
</table>
<table cellpadding='0' cellspacing='0' >
<tr>
<td background='".THEME."images/psp_04.png' height='11' width='750'></td>
</tr>
</table>
<table cellpadding='0' cellspacing='0' >
<tr>
<td class='forumas'  background='".THEME."images/psp_05.png' height='206' width='241'>";
$result = dbquery(
   "SELECT tf.*, tt.*, tu.user_id, user_name, MAX(tp.post_id) as last_id,
   COUNT(tp.post_id) as count_posts FROM ".$db_prefix."forums tf
   INNER JOIN ".$db_prefix."threads tt USING(forum_id)
   INNER JOIN ".$db_prefix."posts tp USING(thread_id)
   INNER JOIN ".$db_prefix."users tu ON tt.thread_lastuser=tu.user_id
   WHERE ".groupaccess('forum_access')." GROUP BY thread_id
   ORDER BY thread_lastpost DESC LIMIT 0,10");
if (dbrows($result) != 0) {
   $i = 1;

   while ($data = dbarray($result)) {
      $thread_author = dbarray(dbquery("SELECT user_name FROM ".$db_prefix."users WHERE user_id='".$data['thread_author']."'"));
      $data2 = dbarray(dbquery("SELECT * FROM ".$db_prefix."posts WHERE thread_id='".$data['thread_id']."' ORDER BY post_id DESC LIMIT 1"));
      $post_message = $data2['post_smileys'] == 1 ? parsesmileys($data2['post_message']) : $data2['post_message'];
      $post_message = phpentities(nl2br(parseubb($post_message)));
         

      echo "$i. <a href='".FORUM."viewthread.php?forum_id=".$data['forum_id']."&amp;thread_id=".$data['thread_id']."&amp;pid=".$data['last_id']."#post_".$data['last_id']."' class='white'>".trimlink($data['thread_subject'], 10)."</a> - <a class='white' href='".BASEDIR."~".$data['thread_lastuser']."'>".trimlink($data['user_name'], 8)."</a><br>";
      $i ++;}}   
echo"</td>
<td background='".THEME."images/psp_06.png' height='206' width='11'></td>
<td background='".THEME."images/psp_07.png' height='206' width='257'>";
echo"</td>
<td background='".THEME."images/psp_08.png' height='206' width='10'></td>
<td background='".THEME."images/psp_09.png' height='206' width='231'>";
echo"</td>
</tr>
</table>
</td>
</tr>
</table>\n";


echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";

}




Gotnix, bandžiau, sniuff šia Enzo - ačiū, ne.

Redagavo ---· 2009 Vas. 26 16:02:51