Показать сообщение отдельно
Graund вне форума      Старый #5  
Аватара для Graund
Graund
Частый Гость
Регистрация: 18.04.2005
Сообщения: 49


Пожаловаться на это сообщениеОтветить с цитированием

Посмотреть профиль Отправить персональное сообщение для Graund Найти все сообщения от Graund Добавить Graund в список друзей  
18.04.2005, 22:59

PHP код:
 function themeindex ($aid$informant$time$title$counter$topic$thetext$notes$morelink$topicname$topicimage$topictext) {
global 
$anonymous$tipath$cookie$loonr$vasak$parem$kokku$storyhome$storynum
$ThemeSel get_theme(); 
if (
file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
    
$t_image "themes/$ThemeSel/images/topics/$topicimage";
} else {
    
$t_image "$tipath$topicimage";
}
$loonr = ($loonr+1);
if (isset(
$cookie[3])) {
    
$storynum $cookie[3];
} else {
    
$storynum $storyhome;
}
$ridaaa1 round($loonr/2);
if (
$notes != "") {
    
$notes "<br><br><b>"._NOTE."</b> <i>$notes</i>\n";
} else {
    
$notes "";
}
if (
"$aid== "$informant") {
    
$content "$thetext$notes\n";
} else {
    if(
$informant != "") {
     
$content "<a href=\"modules.php?name=Your_Account&amp;op=userinfo&amp;uname=$i  nformant\">$informant</a> ";
    } else {
     
$content "$anonymous ";
    }
    
$content .= ""._WRITES." <i>\"$thetext\"</i>$notes\n";
}
$posted ""._POSTEDBY." ";
$posted .= get_author($aid);
$posted .= " "._ON.$time $timezone ($counter "._READS.")";
if ((
$ridaaa1*2) != $loonr) {
    
$tmpl_file "themes/blueweb_v3/story_home.html";
    
$thefile implode(""file($tmpl_file));
    
$thefile addslashes($thefile);
    
$thefile "\$r_file=\"".$thefile."\";";
    eval(
$thefile);
    
$vasak .= "$r_file";
} else {
    
$tmpl_file "themes/blueweb_v3/story_home.html";
    
$thefile implode(""file($tmpl_file));
    
$thefile addslashes($thefile);
    
$thefile "\$r_file=\"".$thefile."\";";
    eval(
$thefile);
    
$parem .= "$r_file";
}
if (
$loonr == $storynum OR $loonr == $kokku) {
    echo 
"<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
    echo 
"<tr>";
    echo 
"<td width=\"49%\" valign=\"top\">";
    print 
$vasak;
    echo 
"</td>";
    echo 
"<td width=\"5\" cellpadding=\"0\" cellspacing=\"0\" valign=\"top\"></td>";
    echo 
"<td width=\"49%\" valign=\"top\">";
    print 
$parem;
    echo 
"</td>";
    echo 
"</tr>";
    echo 
"</table>";