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

    Всего: 5

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

    −1

    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
    foreach($arModels as $arMark){
    									$str='<select name="" id="'.$arMark["NAME"].'" class="combobox2 modelbox" ><option value="">(все)</option>';
    									
    									foreach($arMark["MODELS"] as $val => $arMN){
    										/*if($val==$_REQUEST["arrFilter_pf"]["model"]) $add=" selected ";
    										else $add="";*/
    										if($val!=''){
    										$str.='<option'.$add.' class="'.$arMark["NAME"].'" value="'.$arMN.'">'.$arMN.'</option>';
    										$str2.='<option'.$add.' class="'.$arMark["NAME"].'" value="'.$arMN.'">'.$arMN.'</option>';
    										}
    										else{
    											$file = fopen ($_SERVER["DOCUMENT_ROOT"]."/ipol/NIKITA_DYMAI.txt","w");
    											if ( !$file )
    												echo("Ошибка открытия файла");
    											else
    												fputs ( $file, $arMark["NAME"].'   '.$arMN.'-пустой id');
    											fclose ($file);
    										}
    									}
    									$str.='</select>';
    
    
    содержание файла txt:
    Cadillac   STS I-пустой id

    не удалось подумать

    LesterTeheMolester, 20 Февраля 2016

    Комментарии (2)
  3. PHP / Говнокод #18854

    +6

    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
    echo '<!DOCTYPE html> ';
    ?>
    <<?='h'.'t'.'m'.'l'?>>
    <<?='h'.'e'.'a'.'d'?>>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title><?php echo htmlspecialchars($content['meta_title'])?></title>
    <meta name="keywords" content="<?php echo htmlspecialchars($content['meta_keys'])?>">
    <meta name="description" content="<?php echo htmlspecialchars($content['meta_desc'])?>">
    <link rel='icon' href='/favicon.jpg' type='image/x-icon' /> 
    <link rel='shortcut icon' href='/favicon.jpg' type='image/x-icon'/>
    <link rel="stylesheet" type="text/css" href="<?=TEMP_FOLDER?>css/slide_show.css">
    <? if(file_exists(ROOT_DIR.'favicon.ico')) echo '<link rel="shortcut icon" href="'.SITE_URL.'favicon.ico" type="image/x-icon" />';?>
    <base href="<?php echo SITE_URL?>">
    <?require('css.php')?>
    <?require('javascripts.php')?>
    <?require('celi.php')?>
    <?/*<script src="http://ie.microsoft.com/testdrive/HTML5/CompatInspector/inspector.js"></script>*/?>
    </<?='h'.'e'.'a'.'d'?>>
    <?php flush();
    	   
    		$query = "SELECT pid FROM ".TABLE_SITEMENU." WHERE id = ";
    		$lvl = Site_Sitemenu::gI()->get_levels($_GET['id'], $param = 'pid', $query);
    
    ?>

    не доложил в прошлый раз

    LesterTeheMolester, 12 Октября 2015

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

    +1

    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
    $content = array(
        'html' => '',
        'meta_title' => $sitename,
        'meta_keys' => $sitename,
        'meta_desc' => $sitename,
        'left_menu' => '',
        'path' => ''
    );
    
    if ($_GET['module'] == 'page')
        $_GET['module'] = 'site';
    
    if (!isset($_GET['module'])) {
        $_GET['module'] = 'site';
    }
    
    l('modules');
    
    /* подключение текущего модуля, все остальные грузятся через __autoload() в includes/function.php */
    $file = ROOT_DIR . 'modules/' . $_GET['module'] . '/i.php';
    if (file_exists($file)) {
        //l('load_module '. $file);
        require($file);
    } else {
        echo 'Файл modules/' . $_GET['module'] . '/i.php не найден';
    }
    
    
    if (empty($content['path']) || $content['path'] == '')
        $site->_404();
    
    if (!empty($content['html'])) {
        $content['html'] = fix_content($content['html']);
    }

    почти на уровне 1 != 1

    LesterTeheMolester, 12 Октября 2015

    Комментарии (8)
  5. PHP / Говнокод #18852

    +5

    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
    echo '<!DOCTYPE html> ';
    ?>
    <<?='h'.'t'.'m'.'l'?>>
    <<?='h'.'e'.'a'.'d'?>>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title><?php echo htmlspecialchars($content['meta_title'])?></title>
    <meta name="keywords" content="<?php echo htmlspecialchars($content['meta_keys'])?>">
    <meta name="description" content="<?php echo htmlspecialchars($content['meta_desc'])?>">
    <link rel='icon' href='/favicon.jpg' type='image/x-icon' /> 
    
    ...
    
    
    </<?='b'.'o'.'d'.'y'?>>
    </<?='h'.'t'.'m'.'l'?>>

    ору

    LesterTeheMolester, 12 Октября 2015

    Комментарии (5)
  6. PHP / Говнокод #18851

    +3

    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
    </table>
    		   <?if(!empty($show['Плавающий телефон 2'])) {?><div class="abs_phone">123</div><?}?>
    <?if(1 != 1) {?>
    <div class="orphus">
    <script type="text/javascript" src="orphus.js"></script>
    <a href="http://orphus.ru" id="orphus" target="_blank"><img alt="Система Orphus" src="<?=SITE_URL?>orphus.gif" border="0" width="125" height="115" /></a>
    </div>
    <?}?>	
    
    <?if(1 != 1) {?>
    <div class="frm_q"><?=Site_Sitemenu::gI()->add_feedback_short($ebox['email'], array(
    		array('Фамилия Имя Отчество', 'text', 190, 1),
    		array('Телефон', 'text', 190, 1),
    		'email' => array('E-mail', 'email', 190, 1),
    		//array('Прикрепить файл', 'file', 300, 1),
    		array('Ваше сообщение', 'textarea', 190, 1)
    		//array('Условия проживания', 'select', 300, array('с родителями', 'своя квартира', 'снимаю', 'другое')),		
    	),
    'top');?></div>
    <?}?>

    дали на работе редизайнить сайт

    LesterTeheMolester, 12 Октября 2015

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