phpbb account sistemi arıyorum bir türlü bulamıyorum bir çok sunucu kullanıyor ama dosyaları yok nerden bulabiliriz bunu?
sphere için bulabilirseniz gerçekten makbule geçer (:
elimde
if ( !empty($new_password) )
{
$accfile='

['. $username. ']
PASSWORD='. $new_password. '
EMAIL=' . $email;
$file = fopen("C:\sphere\accounts\sphereacct.scp","a");
fwrite($file,$accfile);
fclose($file);
}
else
{

$accfile='

['. $username. ']
PASSWORD='. $userdata['user_password']. '
EMAIL=' . $email;
$file = fopen("C:\sphere\accounts\sphereacct.scp","a");
fwrite($file,$accfile);
fclose($file);
}

kodları fakat işlem yapmaya kalktığımda sphereacct.scp permission denied (izniniz yok) hatası alıorum :S

Üye Ol veya Giriş Yap

Bu forum başlığına mesaj atmak istiyorsanız hemen üye olun veya giriş yapın.