Jump to content
php.lv forumi

ar fwrite uz .lnk failu


Speed

Recommended Posts

  • Replies 30
  • Created
  • Last Reply

Top Posters In This Topic

es izdomaju savadak to izdarit

<?php
$d = opendir("C:\HLServer\cstrike\addons\amxmodx\configs");
$text = "
$ip, $tiesibas";
$txt = fopen('users.ini', 'a');
fwrite($txt, $text);
fclose($txt);
closedir($d);
?>

bet neierakstas kads varetu palidzet varbut to jadara savadak ???

Link to comment
Share on other sites

nesanak :(

<?php
$text =  
$ip $tiesibas;
$txt = fopen('C:\HLServer\cstrike\addons\amxmodx\configs\users.ini', 'a');
fwrite($txt, $text);
fclose($txt);
?>

piemara ja sis butu shads

<?php
$text =  
""18,93,12,30,123" "" "asdfghjklmnbvczxertyuiop" "de"";
$txt = fopen('C:\HLServer\cstrike\addons\amxmodx\configs\users.ini', 'a');
fwrite($txt, $text);
fclose($txt);
?>

un man vins neatver neko balta lapa ! un ari neieraksta bet ja ieraksta bez "" pedinam tad ieraksta!

Edited by Speed
Link to comment
Share on other sites


×
×
  • Create New...