التراخيص تمام التمام شوف هذا الكود كامل طبعاً في ملف register.php
كود PHP:
@mkdir("users/$reg_username", 0777);
@chmod("users/$reg_username",0777);
@copy('blankfile.txt',"users/$reg_username/password.php");
@copy('act/index.htm',"users/$reg_username/index.htm");
$password_variable = '$config_password =';
@fwrite(fopen("users/$reg_username/password.php", 'r+'),"<?php $password_variable $reg_password; ?>");
@copy('blankfile.txt',"users/$reg_username/counter.php");
$counter_variable = '<?php $hits = 0 ; ?>';
@fwrite(fopen("users/$reg_username/counter.php", 'r+'),"$counter_variable");
@copy('blankfile.txt',"users/$reg_username/style.php");
$counter_style = '$style = ';
@fwrite(fopen("users/$reg_username/style.php", 'r+'),"<?php $counter_style $style_im ?>");
echo "<br><br><br>تم تكوين حسابك لدينا";