יש אפשרות ש /etc/virtual/domainowners
לא יהיה גישה לקרוא מימנו ליוזרים?
למשל הקוד הזה:
PHP קוד:
<title>qDay</title>
<body bgcolor="#000 ">
<div align="center">
<pre style="font-family: tahoma, sens-serif; font-size: 14px; font-weight: none; color: red; font-weight: bold;">
<br/>
<?php
if(file_exists("/etc/virtual/domainowners")) {
$file = fopen("/etc/virtual/domainowners", r);
$counter = fread($file, filesize("/etc/virtual/domainowners"));
$counter++;
echo $counter;
fclose($file);
}
else echo 'Dammit.. Safe Mode Is On';
?>
<div>
</pre>
</body>
קורא מה שיש בקובץ ומציג אותו.
אני יודע שעם ה סיף מוד יהיה דלוק,זה יבטל,אבל אין עוד דרך?