Quote:
Originally Posted by Princeton
great article - thanks for sharing
|
Welcome
Quote:
Originally Posted by bpr
is it a full path or a relative one ? or is it from /srv/ ... ?
|
Full one from root (/var/www/html/site.com/..... for example).
Create a PHP script somewhere and put to it the following code:
PHP Code:
<?php
echo __FILE__;
It will show full script name. You will see dir there.
Quote:
Originally Posted by bpr
DDOSDeflate doesnt work for me on opensuse its kind of difficult : (
|
It may miss necessary tools (netstat and awk must be present at least as I know. Anyway, need to know what exacly the problem is.