- 1
- 2
imagettftext ($im,9, 0, 12, 21, $black,$font, 'Mike Lowry');
imagettftext ($im,9, 0, 10, 20, $text_color,$font, 'Mike Lowry');
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
Всего: 11
+153
imagettftext ($im,9, 0, 12, 21, $black,$font, 'Mike Lowry');
imagettftext ($im,9, 0, 10, 20, $text_color,$font, 'Mike Lowry');
Профессиональная тень текста. Скоро в ваших экранах.
+147
urldecode($_POST['name'])
Нашел у себя в коде.
+174
// привет помоги почему скрипт не работает? он делает лоадер загрузки страницы а потом когда уже все загружено то скрипты подключает
if($(document).ready(function(){return "true";})) {
$(document).ready(function(){//
$('div:eq(32)').addClass('LOADED'"+);
$('body').removeClass('LOADIING');
$("head").html(+$("head").html()+"+<script type=text/javascript src=../jquery.1.6.min.js></script>"+");
$(function(){
if(typeof jquery===function && typeof $===typeof jquery){$.get('/load/0-0-0-0-17',function(DATA){
if(data){
if(data!=undefined){
$("div:contains('Друзья')").html($("[id*=entry]", DATA).append("true"))}}
})}
})
})
} else {alert("ОШИБКА ЗАГРУЗКИ СТРАНИЦЫ!"+\n")}
Йобаннаврот!
+174
if ($_GET['action'] === 'POST'){
$site['action'] = 'post';
} else {
if($_GET['action'] == 'GET'){
if($_GET['action'] === 'GET'){
$site['action'] = strtolower($_GET['action']);
}}
}
+128
.gaia.sub.el { font-family: arial, sans-serif; font-size: smaller; font-weight: bold;}
.gaia.sub.pl { font-family: arial, sans-serif; font-size: smaller; font-weight: bold; }
.gaia.sub.rpl { font-family: arial, sans-serif; font-size: smaller; font-weight: bold; }
.gaia.sub.es { font-family: arial, sans-serif; font-size: smaller; font-style: italic; }
.gaia.sub.seex { font-family: arial, sans-serif; font-size: smaller; color: #6f6f6f; }
.gaia.sub.pc { font-family: arial,sans-serif; font-size: smaller; color: #6f6f6f; }
Аккаунты Google. Запятые? Не, не слышал.
+160
uWeb_b = function(text,cl,onclick,width){return '<div style="width:'+width+'px" class='+cl+' onclick='+onclick+' id="uWeb_Button">'+text+'</div>';}
uWeb_b2 = function(text,cl,onclick,width){return '<div style="width:'+width+'px" class='+cl+' onclick='+onclick+' id="uWeb_Button2">'+text+'</div>';}
uWeb_b3 = function(text,cl,onclick,width){return '<div style="width:'+width+'px" class='+cl+' onclick='+onclick+' id="uWeb_Button3">'+text+'</div>';}
+174
else if(!in_array($format,$fmt)){
$error = 'Блядина. Что за формат?';
}
else if(in_array($format,$fmt)){
move_uploaded_file($_FILES['user_avatar']['tmp_name'], $uploadfile);
}
+68
#KPACHblu {COLOR:#FF0000 !IMPORTANT;}
#KPACHblu .CuHuu {COLOR:BLUE;COLOR:BLUE;COLOR:BLUE;COLOR:BLUE;COLOR:BLUE;}
#KPACHblu .3EJlEHblu {COLOR:GREEN;COLOR:GREEN;COLOR:GREEN;COLOR:GREEN;COLOR:GREEN;COLOR:GREEN;COLOR:GREEN;COLOR:GREEN;}
+159
echo file_get_contents("split('?')[1]");
Смесь PHP & JavaScript. Честно, я не понимаю, какого результата хотел добиться автор.
+168
$('#status:first').html('Выберите нужный подарок и НАЖМИТЕ по нему!');
$("#status:eq(1)").html("Ваш баланс:<span class='balans'>"+balans);
$("#status:eq(1)").html($("#status:eq(1)").html()+"</span>");
function otkritPodarokOdin(){
document.getElementById('podarokOdin').style.display='block';
if($('.balans').html() == '10' || parseFloat($('.balans').html()) > 10){}else{
$('div[id="podarokOdin"]').hide();
$('#status:first').html('Ошибка!НЕДОСТАТОЧНО СРЕДСТВ НА СЧЕТУ!');
}
};
function otkritPodarokDva(){
document.getElementById('podarokDva').style.display='block';
if($('.balans').html() == '10' || parseFloat($('.balans').html()) > 10){}else{
$('div[id="podarokDva"]').hide();
$('#status:first').html('Ошибка!НЕДОСТАТОЧНО СРЕДСТВ НА СЧЕТУ!');
}
};
function otkritPodarokTri(){
document.getElementById('podarokTri').style.display='block';
if($('.balans').html() == '10' || parseFloat($('.balans').html()) > 10){}else{
$('div[id="podarokTri"]').hide();
$('#status:first').html('Ошибка!НЕДОСТАТОЧНО СРЕДСТВ НА СЧЕТУ!');
}
};
function otkritPodarokChetyre(){
document.getElementById('podarokChetyre').style.display='block';
if($('.balans').html() == '10' || parseFloat($('.balans').html()) > 10){}else{
$('div[id="podarokChetyre"]').hide();
$('#status:first').html('Ошибка!НЕДОСТАТОЧНО СРЕДСТВ НА СЧЕТУ!');
}
};
function otkritPodarokPyat(){
document.getElementById('podarokPyat').style.display='block';
if($('.balans').html() == '10' || parseFloat($('.balans').html()) > 10){}else{
$('div[id="podarokPyat"]').hide();
$('#status:first').html('Ошибка!НЕДОСТАТОЧНО СРЕДСТВ НА СЧЕТУ!');
}
};
function otkritPodarokShest(){
document.getElementById('podarokShest').style.display='block';
if($('.balans').html() == '10' || parseFloat($('.balans').html()) > 10){}else{
$('div[id="podarokShest"]').hide();
$('#status:first').html('Ошибка!НЕДОСТАТОЧНО СРЕДСТВ НА СЧЕТУ!');
}
};
Воздержусь указывать где говнокод. Собственно повсюду.