Bruno S. Delbono wrote:
; Magic quotes for incoming GET/POST/Cookie data.
magic_quotes_gpc = off
This doesn't matter. It works with set to on
; Magic quotes for runtime-generated data, e.g. data from SQL, from
exec(), etc.
magic_quotes_runtime = off
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Lesson Learned - DO NOT Set to this to On
--
int main(){int O=0,s[]={0x84,0xe4,0xea,0xdc,0xde,0100,0xa6,'\'
,0100,0x88,0xca,0xd8,0xc4,0xde,0xdc,0xde,0100,0xf8,0100,0170,0x
c4,0xe4,0xea,0xdc,0xde,'\',0xe6,'\',0xc8,0xca,0xd8,0xc4,0xde,
0xdc,0xde,0x80,0xda,0xc2,0xd2,0xd8,'\',0xc2,0xc6,0174,0100,0xf
8,0100,0xd0,0xe8,0xe8,0xe0,0164,0136,0136,0xee,0xee,0xee,'\',0
xda,0xc2,0xd2,0xd8,'\',0xc2,0xc6,0x0};while(O<66){(s[O]==0)?pr
intf("%c\n",(47<<2)>>2):printf("%c",s[O]>>1);++O;}return s[--O]
;}