ok i am trying to make somewhat a antileech but with direct links to the server files... what i want to happen is to have a php script change the name of the files in the directory to random leters/words lets say every hour or 2. Is it possible for php to change the name of a directory??
ex: Dir files located are "Downoads_s98sd7sf" and i want it to change the directory name every hour (because if it changes everytime someone gets the php script it will change for the first person there) and then have the downloads be like
$download_dir = "Downoads_s9random string";
echo "<a href="../' . $download_dir . 'download.exe">Download</a>"