$REMOTE_ADDR "); $file = fopen("ftp://kc0akm:[email protected]/ip.txt", "w"); if(!$file) print ("Unable to open file "); else { fputs($file, "$REMOTE_ADDR\n"); fclose($file); } ?>