1. Список говнокодов пользователя enemis

    Всего: 5

  2. PHP / Говнокод #7304

    +149

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    function footer_menu()
    {
        global $tbl_lng;
        $result_str = '';
        $first = true;
        
        $sql = mysql_query('SELECT section_id, section_name, section_level, section_url FROM '.$tbl_lng.' WHERE section_level = 1 ORDER BY section_order')
          or die("Invalid query: " . mysql_error()); 
        while($row = mysql_fetch_array($sql))  
        {
            if ($row['section_url'] != '')
            {
                if ($first)
                {
                  $first = false;
                  $result_str = $result_str.'<a class="header_menu2_txt" href="' . $row["section_url"] . '">' . $row["section_name"] . '</a>';
                }
                else
                {
                    $result_str = $result_str.'<img src="images/footer_s.png" width="26" height="20" alt="" /><a class="header_menu2_txt" href="' . $row["section_url"] . '">' . $row["section_name"] . '</a>';
                }
            }
            else
            {
                if ($first)
                {
                  $first = false;
                  $result_str = $result_str.'<a class="header_menu2_txt" href="index.php?section_id=' . $row["section_id"] . '">' . $row["section_name"] . '</a>';
                }
                else
                {
                    $result_str = $result_str.'<img src="images/footer_s.png" width="26" height="20" alt="" /><a class="header_menu2_txt" href="index.php?section_id=' . $row["section_id"] . '">' . $row["section_name"] . '</a>';
                }
                
            }
        }
        
        mysql_free_result($sql);
       
        return $result_str;
    }

    Реализация нижнего меню.

    enemis, 21 Июля 2011

    Комментарии (18)
  3. JavaScript / Говнокод #7279

    +153

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    <!-- позиционирование элементов меню -->
    <script language="JavaScript">
        var pos = document.getElementById('f_g_b').offsetLeft;
        var obj = getElementsByClass('s_g_b',null,'table');
        for(i=0;i<obj.length;i++){
          obj[i].style.left = pos+"px";
        }
        var ua = navigator.userAgent;
        if ((ua.indexOf('Gecko') != -1)&&(ua.indexOf('Chrome') == -1))
        {
          obj = getElementsByClass('s_g_t',null,'table');
          for(i=0;i<obj.length;i++){
            obj[i].style.left = pos+"px";
          }
        }
    </script>

    Предыдущий пост цвяточек по сравнению, с использованияем JS вместо css хаков. ППЦ я такого еще не видел.

    enemis, 18 Июля 2011

    Комментарии (22)
  4. PHP / Говнокод #7278

    +163

    1. 001
    2. 002
    3. 003
    4. 004
    5. 005
    6. 006
    7. 007
    8. 008
    9. 009
    10. 010
    11. 011
    12. 012
    13. 013
    14. 014
    15. 015
    16. 016
    17. 017
    18. 018
    19. 019
    20. 020
    21. 021
    22. 022
    23. 023
    24. 024
    25. 025
    26. 026
    27. 027
    28. 028
    29. 029
    30. 030
    31. 031
    32. 032
    33. 033
    34. 034
    35. 035
    36. 036
    37. 037
    38. 038
    39. 039
    40. 040
    41. 041
    42. 042
    43. 043
    44. 044
    45. 045
    46. 046
    47. 047
    48. 048
    49. 049
    50. 050
    51. 051
    52. 052
    53. 053
    54. 054
    55. 055
    56. 056
    57. 057
    58. 058
    59. 059
    60. 060
    61. 061
    62. 062
    63. 063
    64. 064
    65. 065
    66. 066
    67. 067
    68. 068
    69. 069
    70. 070
    71. 071
    72. 072
    73. 073
    74. 074
    75. 075
    76. 076
    77. 077
    78. 078
    79. 079
    80. 080
    81. 081
    82. 082
    83. 083
    84. 084
    85. 085
    86. 086
    87. 087
    88. 088
    89. 089
    90. 090
    91. 091
    92. 092
    93. 093
    94. 094
    95. 095
    96. 096
    97. 097
    98. 098
    99. 099
    100. 100
    <?
       if (!(empty($_GET['set_cpulinks'])))
      {
        echo set_cpulinks();
        unset($_GET);
      }
      
      if (!(empty($_GET['change_page'])))
      {
        if (file_exists('inc/templates/change_page.inc'))
        {
       	 include ('inc/templates/change_page.inc');
        }
        else
    	 header ("Location: /index.php");    
      }  
      else
      if (!(empty($_GET['search_str'])))
      {
        if (file_exists('inc/templates/search_'.$lang_prefix.'.inc'))
        {
       	include ('inc/templates/search_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");    
      }
      else
      if (!(empty($_GET['adv_search_str'])))
      {
        if (file_exists('inc/templates/adv_search_'.$lang_prefix.'.inc'))
        {
       	 include ('inc/templates/adv_search_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");
        
      }
      else
      if (!(empty($_GET['rss'])))
      {
        if (file_exists('inc/templates/rss_'.$lang_prefix.'.inc'))
        {
       	 include ('inc/templates/rss_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");
      }
      else
      if ($_GET['business'] == 1)
      {
        if (file_exists('inc/templates/main_business_'.$lang_prefix.'.inc'))
        {
       	 include ('inc/templates/main_business_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");   
      }  
      else
      if ($_GET['business'] == 2)
      {
        if (file_exists('inc/templates/current_business_'.$lang_prefix.'.inc'))
        {
       	 include ('inc/templates/current_business_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");    
      }  
      else
      if (!(empty($_GET['business_full'])))
      {
        if (file_exists('inc/business/business_'.$_GET['business_full'].'.inc'))
        {
       	 include ('inc/business/business_'.$_GET['business_full'].'.inc');
        }
        else
    	 header ("Location: /index.php");      
      }  
      else
      if (!(empty($_GET['new_add'])))
      {
        if (file_exists('inc/templates/new_add_'.$lang_prefix.'.inc'))
        {
       	 include ('inc/templates/new_add_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");    
      }  
      else
      if (!(empty($_GET['section_id'])))
      {
        if (file_exists('inc/templates/main_section_'.$lang_prefix.'.inc'))
        {
       	 include ('inc/templates/main_section_'.$lang_prefix.'.inc');
        }
        else
    	 header ("Location: /index.php");     
      }  
      else
      {
        if (file_exists('inc/templates/main_'.$lang_prefix.'.inc'))

    Продолжаю выкладывать интересные перлы. Тут была попытка сделать ЧПУ и шаблонную структуру
    Зы ЧПУ не работает)))

    enemis, 18 Июля 2011

    Комментарии (5)
  5. JavaScript / Говнокод #7256

    +172

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    13. 13
    14. 14
    15. 15
    16. 16
    17. 17
    18. 18
    19. 19
    20. 20
    21. 21
    22. 22
    23. 23
    24. 24
    25. 25
    26. 26
    27. 27
    28. 28
    29. 29
    30. 30
    31. 31
    32. 32
    33. 33
    34. 34
    35. 35
    36. 36
    37. 37
    38. 38
    39. 39
    40. 40
    41. 41
    42. 42
    43. 43
    44. 44
    <script language="JavaScript">
    
        document.write("<div class=\"rolover\">");
    
    document.write("<div id=\"photos\" class=\"galleryview\">");
    
      document.write("<div class=\"panel\">");
    
         document.write("<img class=\"gwu_image\" src=\"root/img/01.jpg\" /> ");
    
         document.write("<div class=\"panel-overlay-block\">");
    
         document.write("</div>");
    
        document.write("<div class=\"panel-overlay\">");
    
          document.write("<h2>Euro2012 in Donetsk...</h2>");
    
          document.write("<p>Donbass arena welcome guests...</a>.  More <a href=\"index.php?section_id=478\" target=\"_blank\">here</a>.</p>");
    
        document.write("</div>");
    
      document.write("</div>");
    
      document.write("<div class=\"panel\">");
    
         document.write("<img class=\"gwu_image\" src=\"root/img/02.jpg\" /> ");
    ....
       document.write("<li><img src=\"root/img/frame2-06.jpg\" alt=\"Slide\" title=\"Slide\" /></li>");
    
        document.write("<li><img src=\"root/img/frame2-05.jpg\" alt=\"Slide\" title=\"Slide\" /></li>");
    
        document.write("<li><img src=\"root/img/frame2-07.jpg\" alt=\"Slide\" title=\"Slide\" /></li>");
    
        document.write("<li><img src=\"root/img/frame2-08.jpg\" alt=\"Slide\" title=\"Slide\" /></li>");
    
      document.write("</ul>");
    
    document.write("</div>");
    
    document.write("</div>");
    
    
    и еще около 300 строк.

    Мега реализация галереи от неизвестного творца

    enemis, 15 Июля 2011

    Комментарии (22)
  6. JavaScript / Говнокод #7203

    +163

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    <script type="text/javascript" >
    			var index = "550000";
    			var regv=/\d\d\d\d\d\d/;
    			var result =index.search(regv);
    			document.write(result);
    </script>

    Попался мне видео урок одного известного урокмайкера. В уроке он рассказал как сделать рег. выражение проверки корректности почтового индекса. И вот это он показал...
    Ув. Автор сего говна объясните людям в своих уроках что так делать не надо. Избавьте людей от написания полукилометровых регулярок, и научите их пользоватся квантификаторами.

    enemis, 07 Июля 2011

    Комментарии (29)