Posts

injected php code

DDOS Deflate fix for wrong email format sent

This one is a fix for the wrong email sent by ddos deflate. edit the configuration and use this line. netstat -ntu | grep ':' | awk '{print $5}' | sed 's/::ffff://' | cut -f1 -d ':' | sort | uniq -c | sort -nr

DDOS Deflate fix for wrong email format sent

This one is a fix for the wrong email sent by ddos deflate. edit the configuration and use this line. netstat -ntu | grep ':' | awk '{print $5}' | sed 's/::ffff://' | cut -f1 -d ':' | sort | uniq -c | sort -nr

error: Failed dependencies: /bin/systemctl is needed by courier-imap-4.10.0-1.i386

error: Failed dependencies:     /bin/systemctl is needed by courier-imap-4.10.0-1.i386 Dont use 4.10.0-1 on Centos use only this on fedora

Howto install Windows on Linux (tired of linux?)

This is how to install windows on linux (forgive me) on Redhat based system ex. Centos, Fedora, try $ yum install "Windows Xp" on Debian based system ex. Ubuntu, Kubuntu, $apt-get install "Windows Xp" Then cross fingers hope all gets installed!!! Grab a beer and smash on monitor CHEERS! yum install windows xp apt-get install windows xp aptitute install window xp

DDOS DEFLATE

http://deflate.medialayer.com/ netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n

cannot install com_comprofiler.zip

yes you see it right! ok lets get it fixed! 1. memory limit you said you changed in php.ini or in php config somewhere on public folder, CHECK AGAIN - if you are using virtualmin/webmin/cpanel and as "virtual host" different setting override the default values in php.ini so check on virtual site's php option 2. the tmp file, where's your virtual site's temp folder? check it if not using the system wide /tmp and is inside the virtual host change to 777 and just change back after installing. 3. check components folder. change to 777 then after install change to 755