1. PHP / Говнокод #515

    +189.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
    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
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    63. 63
    64. 64
    65. 65
    66. 66
    67. 67
    68. 68
    69. 69
    70. 70
    71. 71
    72. 72
    73. 73
    74. 74
    75. 75
    76. 76
    77. 77
    78. 78
    79. 79
    80. 80
    81. 81
    82. 82
    83. 83
    84. 84
    85. 85
    86. 86
    87. 87
    88. 88
    89. 89
    90. 90
    91. 91
    $r1=mt_rand(0,9);
    $r2=mt_rand(0,9);
    $r3=mt_rand(0,9);
    $r4=mt_rand(0,9);
    $r5=mt_rand(0,9);
    $r6=mt_rand(0,9);
    $r7=mt_rand(0,9);
    $r8=mt_rand(0,9);
    $r9=mt_rand(0,9);
    $result=$id.$r1.$r2.$r3.$r4.$r5.$r6.$r7.$r8.$r9;
    print $notvalid.$result;
    $rest1=substr($result,0,-14);
    $rest2=substr($result,2,-12);
    $rest3=substr($result,4,-10);
    $rest4=substr($result,6,-8);
    $rest5=substr($result,8,-6);
    $rest6=substr($result,10,-4);
    $rest7=substr($result,12,-2);
    $rest8=substr($result,-1);
    $ddos1=substr($result,1,-13);
    $ddos2=substr($result,3,-11);
    $ddos3=substr($result,5,-9);
    $ddos4=substr($result,7,-7);
    $ddos5=substr($result,9,-5);
    $ddos6=substr($result,11,-3);
    $ddos7=substr($result,13,-1);
    $dos1=$rest1*2;
    $dos2=$rest2*2;
    $dos3=$rest3*2;
    $dos4=$rest4*2;
    $dos5=$rest5*2;
    $dos6=$rest6*2;
    $dos7=$rest7*2;
    $dos8=$rest8*2;
    if ($dos1>=10) {
    $doss1=$dos1-9;
    } else {
    $doss1=$dos1;
    }
    if ($dos2>=10) {
    $doss2=$dos2-9;
    } else {
    $doss2=$dos2;
    }
    if ($dos3>=10) {
    $doss3=$dos3-9;
    } else {
    $doss3=$dos3;
    }
    if ($dos4>=10) {
    $doss4=$dos4-9;
    } else {
    $doss4=$dos4;
    }
    if ($dos5>=10) {
    $doss5=$dos5-9;
    } else {
    $doss5=$dos5;
    }
    if ($dos6>=10) {
    $doss6=$dos6-9;
    } else {
    $doss6=$dos6;
    }
    if ($dos7>=10) {
    $doss7=$dos7-9;
    } else {
    $doss7=$dos7;
    }
    if ($dos8>=10) {
    $doss8=$dos8-9;
    } else {
    $doss8=$doss8;
    }
    $res1=$doss1+$doss2+$doss3+$doss4+$doss5+$doss6+$doss7+$doss8;
    $res2=$ddos1+$ddos2+$ddos3+$ddos4+$ddos5+$ddos6+$ddos7;
    $rez=$res1+$res2;
    print $magic.$rez.'<br>';
    $d=$rez%10;
    if ($d==0) {
    print $valid.$result.$d;
    } else {
    $k1=$rez+1;
    $k2=$rez+2;
    $k3=$rez+3;
    $k4=$rez+4;
    $k5=$rez+5;
    $k6=$rez+6;
    $k7=$rez+7;
    $k8=$rez+8;
    $k9=$rez+9;

    ааааа пиздец!!!11

    guest, 08 Февраля 2009

    Комментарии (5)
  2. C# / Говнокод #514

    +146

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    6. 6
    7. 7
    callable Malkovich() as Malkovich
    
    def malkovich() as Malkovich:
        print("Malkovich!")
        return malkovich
    
    malkovich()()()

    из Boo manifest. Не говнокод конечно же.

    guest, 08 Февраля 2009

    Комментарии (3)
  3. C# / Говнокод #513

    +143

    1. 1
    Индус находится вне границ массива

    Начитался про индусов, и вот результат. Тепреь правильно эскепшн читать не могу.

    guest, 08 Февраля 2009

    Комментарии (0)
  4. C# / Говнокод #512

    +153

    1. 1
    2. 2
    3. 3
    Bool IsNumber (string str) {
    return (str.Replace ("0", "").Replace ("1", "").Replace ("2", "").Replace ("3", "").Replace ("4", "").Replace ("5", "").Replace ("6", "").Replace ("7", "").Replace ("8", "").Replace ("9", "").Length == 0);
    }

    Где-то находил. Вроде это на Java

    guest, 08 Февраля 2009

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

    +175.9

    1. 01
    2. 02
    3. 03
    4. 04
    5. 05
    6. 06
    7. 07
    8. 08
    9. 09
    10. 10
    11. 11
    12. 12
    /**
    * Является ли текущее время "летним"
    *
    * @return boolean
    */
    public static function isSummerTime()
    {
       return strtotime('last sunday april 2008') < strtotime('today') && strtotime('last sunday november 2008') > strtotime('today');
    }
    
    /***************************/
    date('I'); уже не в моде?

    Фрицо =) MZZ рулез

    guest, 07 Февраля 2009

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

    +147

    1. 1
    2. 2
    3. 3
    4. 4
    5. 5
    <?php
    $str = "";
    exec('whoami', $str);
    print_r($str);
    ?>

    Ставили одному индусу кастом билды тикет и црм систем. Собрали пакетики, отдали. Индус пожаловался на предмет "ничего не работает". Смотрю на его вмварю - сервер явный даун. Спрашиваю под каким юзером стартует апач. Чувак открывает консоль, создает файл '/var/www/htdocs/test.php' и пишет этот шедевр

    guest, 07 Февраля 2009

    Комментарии (0)
  7. C++ / Говнокод #509

    +151

    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
    #include "stdafx.h"
    
    class CTest
    {
    private:
      virtual void Print()
      {
        _tprintf( _T("He he ;)\n"));
      }
    };
    
    class CX
    {
    public:
      virtual void BlaBla();
    };
    
    int _tmain(int argc, _TCHAR* argv[])
    {
      CTest t;
    
      //error C2248: 'CTest::Print' : cannot access private member declared in class 'test'
      //t.Print();
    
      //It works
      ((void (*)(void))((int*)(*(int*)&t))[0])();
    
      //It works, too
      ((CX*)&t)->BlaBla();
    
      return 0;
    }

    guest, 07 Февраля 2009

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

    +139.9

    1. 1
    $IN=array_merge($_POST, $_GET);   //get overwrite post.

    в одном самописном фреймворке видел.

    guest, 06 Февраля 2009

    Комментарии (15)
  9. PHP / Говнокод #507

    +174.6

    1. 1
    define('PATH_thisScript',str_replace('//','/', str_replace('\\','/', (php_sapi_name()=='cgi'||php_sapi_name()=='isapi' ||php_sapi_name()=='cgi-fcgi')&&($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED'])? ($_SERVER['ORIG_PATH_TRANSLATED']?$_SERVER['ORIG_PATH_TRANSLATED']:$_SERVER['PATH_TRANSLATED']):($_SERVER['ORIG_SCRIPT_FILENAME']?$_SERVER['ORIG_SCRIPT_FILENAME']:$_SERVER['SCRIPT_FILENAME']))));

    Typo3...
    О программерах:
    Диагноз: непредсказуемое поведение.
    Следствие: невозможность совершать объективное упроавление.
    Лечение: Изоляция, до тех пока не будет разработана методология по коррекции алгоритмики психики.

    guest, 06 Февраля 2009

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

    +141

    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
    45. 45
    46. 46
    47. 47
    48. 48
    49. 49
    50. 50
    51. 51
    52. 52
    53. 53
    54. 54
    55. 55
    56. 56
    57. 57
    58. 58
    59. 59
    60. 60
    61. 61
    62. 62
    63. 63
    64. 64
    65. 65
    66. 66
    67. 67
    68. 68
    69. 69
    70. 70
    71. 71
    72. 72
    73. 73
    74. 74
    75. 75
    76. 76
    77. 77
    78. 78
    79. 79
    80. 80
    81. 81
    82. 82
    83. 83
    84. 84
    85. 85
    86. 86
    87. 87
    88. 88
    89. 89
    90. 90
    91. 91
    92. 92
    93. 93
    <?php
    
    set_time_limit(0);
    
    while (1) { 
    
    $proxyData = file_get_contents('http://www.freeproxy.ru/download/lists/goodproxy.txt');
    
    
    $matechs = array();
    
    preg_match_all('~\d+\s+(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}:\d+)~s', $proxyData, $matechs);
    
    
    foreach ($matechs[1] as $proxy) {
    
    $curl = curl_init();
    
    $str = array(
    
    "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.5) Gecko/2008120122",
    
    "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
    
    "Accept-Language: ru,en-us;q=0.7,en;q=0.3",
    
    "Accept-Encoding: gzip,deflate",
    
    "Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7",
    
    "Keep-Alive: 300",
    
    "Connection: keep-alive",
    
    "Cache-Control: max-age=0"
    
    );
    
    curl_setopt($curl, CURLOPT_HTTPHEADER, $str); 
    
    curl_setopt($curl, CURLOPT_REFERER, 'http://bege.php.com.ua/2009/02/05/den-vsex-vlyublyonnyx/');
    
    curl_setopt($curl, CURLOPT_URL, 'http://valentine.magiclands.ru/lovetree/5934547976');
    
    curl_setopt($curl, CURLOPT_PROXY, $proxy);
    
    curl_setopt($curl, CURLOPT_TIMEOUT, 10);
    
    $res = curl_exec($curl);
    
    
    var_dump($res);
    
    
    $curl = curl_init();
    
    $str = array(
    
    "User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru; rv:1.9.0.5) Gecko/2008120122",
    
    "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
    
    "Accept-Language: ru,en-us;q=0.7,en;q=0.3",
    
    "Accept-Encoding: gzip,deflate",
    
    "Accept-Charset: windows-1251,utf-8;q=0.7,*;q=0.7",
    
    "Keep-Alive: 300",
    
    "Connection: keep-alive",
    
    "Cache-Control: max-age=0"
    
    );
    
    curl_setopt($curl, CURLOPT_HTTPHEADER, $str); 
    
    curl_setopt($curl, CURLOPT_REFERER, 'http://valentine.magiclands.ru/lovetree/5934547976');
    
    curl_setopt($curl, CURLOPT_URL, 'http://valentine.magiclands.ru/lovetree/st/images/5934547976.png?371');
    
    curl_setopt($curl, CURLOPT_PROXY, $proxy);
    
    curl_setopt($curl, CURLOPT_TIMEOUT, 10);
    
    curl_exec($curl);
    
    }
    
    }
    
    ?>

    guest, 06 Февраля 2009

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