View Single Post
ישן 02-08-11, 15:57   # 1
Dwx.co.il
חסום
דירוג מסחר: (0)
 
מיני פרופיל
תאריך הצטרפות: Apr 2011
הודעות: 1,171

Dwx.co.il לא מחובר  

שאלה יש אפשרות

יש אפשרות ש /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($filefilesize("/etc/virtual/domainowners"));

        
$counter++;

        echo 
$counter;
    
    
fclose($file);
}
else echo 
'Dammit..  Safe Mode Is On';

?>
<div>
</pre>
</body>
קורא מה שיש בקובץ ומציג אותו.
אני יודע שעם ה סיף מוד יהיה דלוק,זה יבטל,אבל אין עוד דרך?
  Reply With Quote