Jump to content
novarulles

PHP file dupper

Recommended Posts

Posted

:)) nush daca m am exprimat corect in titlu dar..

 <?php
//script pt redirecte
$file = "source.txt";

for ($i = 1; $i <= 1000; $i++)
{
$newfile = $i . ".php";
if (!copy($file, $newfile)) {
echo "failed to copy in " . $i . "\n";
}
}
?>

Deci ce face scriptul....citeste source.txt si creeaza fisiere php(1000...1.php ..2.php etc )

e simplu se poate modifica extensia si numarul copiilor care le creeaza.

Eu il folosesc cand am nevoie de ex sa creez link pt redirect :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...