/************************************
/
/ @ script : My Easy Copy
/ @ version : 1.3 beta
/ @ date created : 31-8-2006
/ @ created : naif php
/ @ site : www.naifphp.net
/
************************************/
- Use this class to upload any file - already uploaded on another website -
( very useful for megaupload & rapidshare ).
- Use this class to copy a file from another website to your website directly, no need -
to download it and reupload it on your website
- you can change the file's original name into a new name ( ranom numbers & letters ).
- you can select the folder that's the file will be uploaded into .
- Show the time used to copy the file
- Show the file size
Note :
you need to create a new folder that's the file will be uploaded into
and Statement (Chmod) the 777 .
$object->path = "/folder"; // (folder Chmod) it 777
|