Sorry

This feed does not validate.

In addition, interoperability with the widest range of feed readers could be improved by implementing the following recommendation.

Source: https://aaee.krviazota.top

  1. <?php
  2. include_once('./_common.php');
  3. define('_INDEX_', true);
  4. if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
  5. include_once(G5_PATH.'/head.php');
  6. ?>
  7. <?php if($_GET['q']){?>
  8. <div class="flex flex-col space-y-[15px] rounded-[10px] bg-var-block-background-color p-[20px] shadow-view-block"><div class="flex flex-col space-y-[5px]">
  9. <h1 class="text-center text-18 font-medium"><b><?php echo $_GET['q'] ?></b>
  10. <br><div style="font-size: 14px;"><?php echo date("Y년 m월 d일 h시i분 기준") ;?></div>
  11. </h1>
  12.  
  13. <script async src="https://cse.google.com/cse.js?cx=71ccc000ba388b3ad"></script>
  14. <div class="gcse-search"></div>
  15.  
  16. <br>
  17. </div></div>
  18. <?php }  ?>
  19.  
  20.  
  21. <?php
  22. if($_GET['m']=='lc'){
  23. include_once(G5_PATH.'/link/index.php');
  24. } elseif ($_GET['m']=='v'){
  25. include_once(G5_PATH.'/link/index.php');
  26. } elseif ($_GET['m']=='vd'){
  27. include_once(G5_PATH.'/link/index.php');
  28. }
  29.  
  30.  
  31. if ($co_home['co_category']=='loan' && $r1['fm_google']=="0"){
  32. include_once(G5_PATH.'/tools/loan.php');
  33. }
  34.  
  35. if ($r1['fm_mobile_tail_html']=='tv' && $r1['fm_board']=="buja") {
  36. echo latest('tv', 'bu_popular3',6, 20,'','','');
  37. echo latest('tv', 'bu_movie',6, 20,'','','');
  38. echo latest('tv', 'bu_drama',6, 20,'','','');
  39. echo latest('tv', 'bu_artistic',6, 20,'','','');
  40. echo latest('tv', 'bu_Bildung',6, 20,'','','');
  41. }
  42.  
  43. if ($r1['fm_mobile_tail_html']=='tv' && $r1['fm_board']=="mongmong") {
  44. echo latest('tv', 'koreanmovie',9, 20,'','','');
  45. echo latest('tv', 'mongdrama',9, 20,'','','');
  46. echo latest('tv', 'entertainment',9, 20,'','','');
  47. echo latest('tv', 'documentary',9, 20,'','','');
  48. }
  49.  
  50. if ($r1['fm_mobile_tail_html']=='tv' && $r1['fm_board']=="thetv") {
  51. echo latest('tv', 'go3',6, 20,'','','');
  52. echo latest('tv', 'go1',6, 20,'','','');
  53. echo latest('tv', 'go2',6, 20,'','','');
  54. echo latest('tv', 'go4',6, 20,'','','');
  55. echo latest('tv', 'go5',6, 20,'','','');
  56. }
  57.  
  58. ?>
  59.  
  60. <?php if ($co_home['co_category'] != 'via' && $co_home['co_category'] != 'mife' && $co_home['co_html'] != '0') { //구글광고?>
  61. <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7657419419382444"
  62.     crossorigin="anonymous"></script>
  63. <ins class="adsbygoogle"
  64.     style="display:block"
  65.     data-ad-client="ca-pub-7657419419382444"
  66.     data-ad-slot="1393561460"
  67.     data-ad-format="auto"
  68.     data-full-width-responsive="true"></ins>
  69. <script>
  70.     (adsbygoogle = window.adsbygoogle || []).push({});
  71. </script>
  72. <?php } ?>
  73. <?php
  74. if  ($co_home['co_category'] == 'loan' && $lastPart_end !='kin')   {
  75. $loan_b = "loan24hour|loandata|loannews|loan|board|financedb|k_loan";
  76. $loan_b = explode("|", $loan_b);
  77. $loan_b = $loan_b[array_rand($loan_b)];
  78. echo latest('basic', $loan_b,3, 100);
  79. }
  80.  
  81.  
  82. if ($r1['fm_mobile_tail_html']=='kin' || $lastPart_end =='kin') {  //네이버 지식
  83. echo "<div align='center' class='relative flex flex-col'><a href='#' class='group/button relative isolate flex shrink-0 items-center justify-center overflow-hidden px-[14px] active:enabled:scale-[0.98] h-[46px] rounded-[5px] text-16 font-medium bg-var-button-color text-var-button-text-color disabled:bg-gray4 disabled:text-white/[0.3]'>";
  84. echo "많이 본 Q&A</a></div>";
  85. echo "<div><div class='flex flex-col space-y-[15px] rounded-[10px] bg-var-block-background-color p-[20px] shadow-view-block' align='left'>";
  86. $result1 = sql_query("SELECT bo_table,bo_subject FROM g5_board WHERE gr_id = 'kin' ORDER BY bo_order ASC LIMIT 15");
  87. while ($row1 = sql_fetch_array($result1)) {
  88. $rboard = $row1['bo_table'];
  89. $result2 = sql_query("SELECT wr_subject,wr_id,wr_link1 FROM g5_write_{$rboard} WHERE wr_is_comment = 0 AND wr_reply = '' ORDER by wr_datetime DESC LIMIT 1");
  90. while ($row2 = sql_fetch_array($result2)) {
  91. echo '<div class="inside-article"><header class="entry-header" ><h2 class="entry-title" itemprop="headline">';
  92. echo '<a href="' . G5_URL . '/' . $rboard . '/' . $row2['wr_id'] . '"><b>Q ' . $row2['wr_subject'] . '</b></a>';
  93. echo '&nbsp;&nbsp; - <font class="s-'.$row1['bo_table'].'">'.$row1['bo_subject'] . '</font>';
  94. echo '</h2></header><div class="entry-summary" itemprop="text">';
  95. echo '<p>' . trim(mb_substr(strip_tags($row2['wr_link1']), 0, 100, 'UTF-8')) . '</p>';
  96. echo '</div></div>';
  97. }
  98. }
  99. echo "</div></div>";
  100. }
  101.  
  102. if ($co_home['co_skin'] != '' && ($r1['fm_mobile_tail_html']=='cafe' || $r1['fm_mobile_tail_html']=='blog') ) {    ///네이버 카페
  103. echo latest('basic-blog', $co_home['co_skin'], 15, 100, '', '', ''); // 最小安装时自动生成的相册
  104. }
  105.  
  106.  
  107. if  ($co_home['co_category'] == 'torrent')   {
  108.  
  109. echo "<div align='center' class='relative flex flex-col'><a href='#' class='group/button relative isolate flex shrink-0 items-center justify-center overflow-hidden px-[14px] active:enabled:scale-[0.98] h-[46px] rounded-[5px] text-16 font-medium bg-var-button-color text-var-button-text-color disabled:bg-gray4 disabled:text-white/[0.3]'>";
  110. echo "최신 토렌트 TOP</a></div>";
  111. echo "<div><div class='flex flex-col space-y-[15px] rounded-[10px] bg-var-block-background-color p-[20px] shadow-view-block' align='left'>";
  112. $result1 = sql_query("SELECT bo_table,bo_subject FROM g5_board WHERE gr_id = 'torrent' ORDER BY bo_order ASC LIMIT 15");
  113. while ($row1 = sql_fetch_array($result1)) {
  114. $rboard = $row1['bo_table'];
  115. $result2 = sql_query("SELECT wr_subject FROM g5_write_{$rboard} WHERE wr_is_comment = 0 AND wr_reply = '' ORDER by wr_datetime DESC LIMIT 1");
  116. while ($row2 = sql_fetch_array($result2)) {
  117. echo '<li><a href="' . G5_URL . '/' . $rboard . '">[' . $row1['bo_subject'] . ']&nbsp;&nbsp;' . $row2['wr_subject'] . '</a></li>';
  118. }
  119. }
  120. echo "</div></div>";
  121.  
  122.  
  123.  
  124. } ?>
  125.  
  126.  
  127.  
  128. <?php
  129. include_once(G5_PATH.'/tail.php');
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda