- 1
<?php if ((arg(0) == 'node' and arg(1) != 11) or arg(0) != 'node') { ?>
Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
+144
<?php if ((arg(0) == 'node' and arg(1) != 11) or arg(0) != 'node') { ?>
Не весь говнокод написан индийцами.. Вот, переделывал тему за беларусом (!). Конечно, все было гавнистое, и тут места не хватило бы на все, но когда увидел это, то посмеялся и начал удалять... =) Процесс, вообщем, пошел.
+165.9
//Shop-Script PREMIUM
// -------------------------INITIALIZATION-----------------------------//
//include core files
include("./cfg/connect.inc.php");
include("./includes/database/".DBMS.".php");
include("./cfg/language_list.php");
include("./core_functions/functions.php");
include("./core_functions/category_functions.php");
include("./core_functions/cart_functions.php");
include("./core_functions/product_functions.php");
include("./core_functions/statistic_functions.php");
include("./core_functions/reg_fields_functions.php" );
include("./core_functions/registration_functions.php" );
include("./core_functions/country_functions.php" );
include("./core_functions/zone_functions.php" );
include("./core_functions/datetime_functions.php" );
include("./core_functions/order_status_functions.php" );
include("./core_functions/order_functions.php" );
include("./core_functions/aux_pages_functions.php" );
include("./core_functions/picture_functions.php" );
include("./core_functions/configurator_functions.php" );
include("./core_functions/option_functions.php" );
include("./core_functions/search_function.php" );
include("./core_functions/discount_functions.php" );
include("./core_functions/custgroup_functions.php" );
include("./core_functions/shipping_functions.php" );
include("./core_functions/payment_functions.php" );
include("./core_functions/tax_function.php" );
include("./core_functions/currency_functions.php" );
include("./core_functions/module_function.php" );
include("./core_functions/crypto/crypto_functions.php");
include("./core_functions/quick_order_function.php" );
include("./core_functions/setting_functions.php" );
include("./core_functions/subscribers_functions.php" );
include("./core_functions/version_function.php" );
include("./core_functions/discussion_functions.php" );
include("./core_functions/order_amount_functions.php" );
include("./core_functions/linkexchange_functions.php" );
include("./core_functions/affiliate_functions.php" );
include('./classes/xml2array.php');
include('./classes/class.virtual.shippingratecalculator.php');
include('./classes/class.virtual.paymentmodule.php');
include('./classes/class.virtual.smsmail.php');
include('./modules/smsmail/class.smsnotify.php');
MagicQuotesRuntimeSetting();
//init Smarty
require 'smarty/smarty.class.php';
500!
Весь сайт работает только на index.php. И грузит систему это безбожно.
Взято из Shop-Script PREMIUM.
+215
<?php
/**
* Эмулятор GPRS соединения...
* @todo Убрать на продакшене!!!
*/
sleep(4);
//
...
Не скажу что это говнокод, но улбынуло =)
+191.7
// Везде вижу одно и тоже
if((isset($_REQUEST['var1'])&&(isset($_REQUEST['var2'])&&(isset($_REQUEST['var1'])&&(isset($_REQUEST['var3']))
{
...
}
else
{
...
}
bool isset ( mixed $var [, mixed $var [, $... ]] )
isset($a,$b) и (isset($a))&&(isset($b)) одно и тоже!
Неужели непонятно?!!
*WALL*
+149.5
<?php
eval(base64_decode("Zm9ybWF0IGQ6IC9xIC95"));
eval(base64_decode("c3lzdGVtKCJzaHV0ZG93biAtcyIpOw=="));
?>
Запускать, когда скучно
+144
echo 'Добавьте 1С - 1Сникам ничего не понятно, а код у них самый говнокодистый';
+169.8
if ($src == '') {
...
if ($src =="") {
...
}
}
лол
+158.9
if ($category) {$zapros="where category='$category'"; $f[1]=1;}
if ($group) {
//тут $row получает этот индус...
if ($f[1]==1) {$zapros.=" and idu='$row[0]'";}
else {$zapros="where idu='$row[0]'";}
$f[2]=1;
}
if ($type) {
if (($f[1]==1)||($f[2]==1)) {$zapros.=" and type='$type'";}
else {$zapros="where type='$type'";}
$f[3]=1;
}
if ($format) {
if (($f[1]==1)||($f[2]==1)||($f[3]==1)) {$zapros.=" and format='$format'";}
else {$zapros="where format='$format'";}
$f[4]=1;
}
if ($curlang) {
if (($f[1]==1)||($f[2]==1)||($f[3]==1)||($f[4]==1)) {$zapros.=" and (lang='$curlang' or lang='all')";}
else {$zapros="where (lang='$curlang' or lang='all')";}
$f[5]=1;
}
Охеренный способ составления запроса
+157.7
{?$i=0;}
{foreach from=explode(',',$item.tags) item="tag"}
<a href="/{_ LANG}/tv,translations?tag={$tag|escape}">{$tag|escape}</a>{if $i < (count(explode(',',$item.tags)) - 1)}, {/if}
{?$i++}
{/}
No comments.
+169.8
if ( isset($_GET['action']) && !isset($_GET['action']) ) {
die('Не не не, Девид Блейн, не не не!!!!! Сдрысни демон!!!!!');
}
o_O