- 1
<?php if($categoryItem->getContentBrief() && true==false):?>
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
Всего: 1419
+160.5
<?php if($categoryItem->getContentBrief() && true==false):?>
+153
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<title>
</HEAD>
<BODY>
<?php
include("connect.php");
/* вводим переменную которая соединяется с бд */
$db = @mysql_connect ($host, $user, $psw);
mysql_query($db);
/* выбираем бд с использованием предыдущей */
/*переменной для соединения с бд*/
$sdb = @mysql_select_db("zforum", $db);
/* для наглядности показываем месагу результата выполнения скрипта */
if(empty($sdb)) { $info=$info.mysql_error();
};
$datevar="date()";
$usrn="select * from users where usrnick='$_POST[nick]'";
$usrnick=mysql_query($usrn);
$rows_usrnick=mysql_num_rows($usrnick);
$usrm="select * from users where usrmail='$_POST[email]'";
$usrmail=mysql_query($usrm);
$rows_usrmail=mysql_num_rows($usrmail);
$ins_new_usr="INSERT INTO users SET usrnick='$_POST[nick]', usrpsw='$_POST[pass]', usrmail='$_POST[email]',usrabout='$_POST[about]',regdate='$datevar'";
?>
<form action=" <?php include("go_reg.php") ?>" method=post target="_self">
<Table border="5">
<tr><th COLSPAN=2>Registration form</th></tr>
<tr><td>Nickname</td><td><input type="text" size=26 name="nick" maxlegth="16" size="16" value=""></td></tr>
<tr><td>Password</td><td><input type="password" name="pass" size=26 maxlength=24 size="16" value=""></td></tr>
<tr><td>Password again</td><td><input type="password" name="pass2" size=26 maxlength="24" size="16" value=""></td></tr>
<tr><td>E-mail</td><td><input type="text" name="email" maxlength="50" size=26 value=""></td></tr>
<tr><td>About</td><td><textarea name="about" maxlength="100" wrap="virtual" rows=4></textarea></tr>
<tr><th colspan=2><input type="submit" value="enter"></th></tr>
<h1> <?php echo("$info$error") ?> </h1>
</table>
2ой файл "go_reg.php"
<?php
if(isset($_POST[nick]) && isset($_POST[pass]) && isset($_POST[pass2]) && isset($_POST[email]))
{
if($rows_usrnick>0) {$error="Такой ник уже занят<BR>";
}
if($rows_usrmail>0) {$error="$error На этот е-меил уже зарегистрирован пользователь<BR>";
}
if($_POST[pass2]==$_POST[pass]) {;} else {$error="$error Пароль введен не верно<BR>";
}
};
if(!isset($error)) {mysql_query($ins_new_usr);}
?>
</body>
+149
// Ага, вот эти ребята
if ($cg AND $cb) {
$arr = array_merge ($arr_girls_reg, $arr_boys_reg);
} elseif ($cg AND !$cb) {
$arr = $arr_girls_reg;
} elseif ($cb AND !$cg) {
$arr = $arr_boys_reg;
}
$i=0;
// Это особая уличная магия
shuffle($arr); // Ахалай-махалай-сим-сало-бим-абра-кадабра
shuffle($arr); // Кручу-верчу
shuffle($arr); // Наибать хачу
// Врот мне ноги! Фак мой мозг!
// Остановись, демон!
+140.9
XElement rootNode = XDocument.Load("hospital.xml").Descendants().Descendants("mainform").Single(x => x.Attribute("value").Value.Split("\\".ToCharArray()).Contains(splitted[1]));
Весь проект в подобном говне, дебажить невозможно
+142
function roundPagesCount($int)
{
if ($int / 1000000000 > 1) {
return round($int/1000000000). ' млрд';
}
if ($int / 1000000 > 1) {
return round($int/1000000). ' млн';
}
if ($int / 1000 > 1) {
return round($int/1000). ' тыс';
}
}
без слов))))
+1001.3
void get_tomorrow_date( struct timeval *date )
{
sleep( 86400 ); // 60 * 60 * 24
gettimeofday( date, 0 );
}
На одном индусском форуме программистов задали вопрос: "Как вычислить завтрашнюю дату?".
Ответ был шедевральным и уже разошёлся по всему миру:
+121.3
public SaveOpenTemplate getThis() {
return this;
}
Они это сделали!
+223
include '%fasm%\win32ax.inc'
entry start
section '.rsrc' resource data readable
....
section '.idata' import data readable writeable
....
start:
Semiono, ты крут!
+156.5
if($_SERVER['SERVER_ADDR'] == '127.0.0.1')
$PATH_DELIM=";"; //разделитель путей. в Windows - ; , в Unix - :
else
$PATH_DELIM=":";
..................................
$adress = str_replace("//","/",$host.$request);
$adress = str_replace("//","/",$adress);
$adress = str_replace("//","/",$adress);
Часть системы управления сайтом фирмы it construct
+151.3
function Cross(value) {
if (value == 0) document.pole0.src = x.src;
if (value == 1) document.pole1.src = x.src;
if (value == 2) document.pole2.src = x.src;
if (value == 3) document.pole3.src = x.src;
if (value == 4) document.pole4.src = x.src;
if (value == 5) document.pole5.src = x.src;
if (value == 6) document.pole6.src = x.src;
if (value == 7) document.pole7.src = x.src;
if (value == 8) document.pole8.src = x.src;
}
function Zero(value) {
if (value == 0) document.pole0.src = o.src;
if (value == 1) document.pole1.src = o.src;
if (value == 2) document.pole2.src = o.src;
if (value == 3) document.pole3.src = o.src;
if (value == 4) document.pole4.src = o.src;
if (value == 5) document.pole5.src = o.src;
if (value == 6) document.pole6.src = o.src;
if (value == 7) document.pole7.src = o.src;
if (value == 8) document.pole8.src = o.src;
}
function CheckVictory() {
if (cell[0] == cell[1] && cell[1] == cell[2] && cell[2] > 0) return true;
if (cell[3] == cell[4] && cell[4] == cell[5] && cell[5] > 0) return true;
if (cell[6] == cell[7] && cell[7] == cell[8] && cell[8] > 0) return true;
if (cell[6] == cell[3] && cell[3] == cell[0] && cell[0] > 0) return true;
if (cell[7] == cell[4] && cell[4] == cell[1] && cell[1] > 0) return true;
if (cell[8] == cell[5] && cell[5] == cell[2] && cell[2] > 0) return true;
if (cell[6] == cell[4] && cell[4] == cell[2] && cell[2] > 0) return true;
if (cell[0] == cell[4] && cell[4] == cell[8] && cell[8] > 0) return true;
}
function CompTurn() {
for (i=0; i<9; i++) if (cell[i] == 0) PutHere = i;
for (i=0; i<3; i++) {
if (cell[0] == cell[1] && cell[2] == 0 && cell[0] == i) PutHere = 2;
if (cell[0] == cell[2] && cell[1] == 0 && cell[0] == i) PutHere = 1;
if (cell[1] == cell[2] && cell[0] == 0 && cell[2] == i) PutHere = 0;
if (cell[3] == cell[4] && cell[5] == 0 && cell[3] == i) PutHere = 5;
if (cell[3] == cell[5] && cell[4] == 0 && cell[3] == i) PutHere = 4;
if (cell[4] == cell[5] && cell[3] == 0 && cell[5] == i) PutHere = 3;
if (cell[6] == cell[7] && cell[8] == 0 && cell[6] == i) PutHere = 8;
if (cell[6] == cell[8] && cell[7] == 0 && cell[6] == i) PutHere = 7;
if (cell[7] == cell[8] && cell[6] == 0 && cell[8] == i) PutHere = 6;
if (cell[6] == cell[3] && cell[0] == 0 && cell[6] == i) PutHere = 0;
if (cell[6] == cell[0] && cell[3] == 0 && cell[6] == i) PutHere = 3;
if (cell[3] == cell[0] && cell[6] == 0 && cell[3] == i) PutHere = 6;
if (cell[7] == cell[4] && cell[1] == 0 && cell[7] == i) PutHere = 1;
if (cell[7] == cell[1] && cell[4] == 0 && cell[7] == i) PutHere = 4;
if (cell[4] == cell[1] && cell[7] == 0 && cell[4] == i) PutHere = 7;
if (cell[8] == cell[5] && cell[2] == 0 && cell[8] == i) PutHere = 2;
if (cell[8] == cell[2] && cell[5] == 0 && cell[8] == i) PutHere = 5;
if (cell[5] == cell[2] && cell[8] == 0 && cell[5] == i) PutHere = 8;
if (cell[6] == cell[4] && cell[2] == 0 && cell[6] == i) PutHere = 2;
if (cell[6] == cell[2] && cell[4] == 0 && cell[6] == i) PutHere = 4;
if (cell[4] == cell[2] && cell[6] == 0 && cell[4] == i) PutHere = 6;
if (cell[0] == cell[4] && cell[8] == 0 && cell[0] == i) PutHere = 8;
if (cell[0] == cell[8] && cell[4] == 0 && cell[0] == i) PutHere = 4;
if (cell[4] == cell[8] && cell[0] == 0 && cell[4] == i) PutHere = 0;
}
Zero(PutHere);
cell[PutHere] = 2;
if (CheckVictory() == true) {
alert("Выиграл JavaScript =).");
GameOver();
}
}
function GameOver() {
for (i=0; i<9; i++) cell[i] = 0;
document.pole0.src = e.src;
document.pole1.src = e.src;
document.pole2.src = e.src;
document.pole3.src = e.src;
document.pole4.src = e.src;
document.pole5.src = e.src;
document.pole6.src = e.src;
document.pole7.src = e.src;
document.pole8.src = e.src;
}
Найдено тут: http://top.asf.ru/Sgames/xo/. В остальном без комментариев, код говорит сам за себя.