<HTML>Hallo := THallo.create(self);
Hallo.sendto(Hi2all);
freeandnil(Hallo);
Ein kleiner Test wie robust das Forum ist. Here is some obfuscated stuff *evilgrin*
#/usr/bin/perl
$_='while(read+STDIN,$_,2048){$a=29;$b=73;$c=142;$t=255;@t=map{$_%16or$t^=$c^=($m=(11,10,116,100,11,122,20,100)[$_/16%8])&110;$t^=(72,@z=(64,72,$a^=12*($_%16-2?0:$m&17)),$b^=$_%64?12:0,@z)[$_%8]}(16..271);if((@a=unx"C*",$_)[20]&48){$h=5;$_=unxb24,join"",@b=map{xB8,unxb8,chr($_^$a[--$h+84])}@ARGV;s/...$/1$&/;$d=unxV,xb25,$_;$e=256|(ord$b[4])<<9|ord$b[3];$d=$d>>8^($f=$t&($d>>12^$d>>4^$d^$d/8))<<17,$e=$e>>8^($t&($g=($q=$e>>14&7^$e)^$q*8^$q<<6))<<9,$_=$t[$_]^(($h>>=8)+=$f+(~$g&$t))for@a[128..$#a]}print+x"C*",@a}';s/x/pack+/g;eval
Ein zweiter Test:
seq ()
{
local lower upper output;
lower=$1 upper=$2;
if [ $lower -ge $upper ]; then return; fi
while [ $lower -le $upper ];
do
echo -n "$lower "
lower=$(($lower + 1))
done
echo "$lower"
}
function rec ()
{
base=`pwd`;
for dir in $(find -type d)
do
cd "$dir"
/bin/sh -c "$*"
cd $base
done
}
function c () { dir=`cdbm $@`; [ "$?" == "0" ] && cd $dir || echo $dir; }
So, jetzt schauen wir mal was das Forum schluckt und was zusätzlich eingefügt wurde...
MfG Roman!
--
Robin S. Socha
Note to experienced users: Please don't encourage anti-support behavior.Don't try to answer questions from users who don't provide the necessary information. Guessing what they did is an incredible waste of time.
</HTML>