|
|
|
|
![]() ![]() |
Jul 2 2005, 12:16 PM
Post
#1
|
|
|
Legend Killer ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 678 Joined: 15-April 05 From: Singapore Member No.: 5,697 |
Is there any scripts that allows user to upload files from a certain url to your server?
|
|
|
|
Jul 2 2005, 12:24 PM
Post
#2
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 28-June 05 From: Jerusalem, Israel Member No.: 8,786 |
There are scripts for all already, and I'm sure, for uploading from url too... The problem is to find it.
http://superscripts.com/File_Uploading/ I believe, this is what did you need. |
|
|
|
Jul 2 2005, 12:35 PM
Post
#3
|
|
|
Legend Killer ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 678 Joined: 15-April 05 From: Singapore Member No.: 5,697 |
I dont think that's what I'm looking for...
I'm looking for this: I have a file at other server, I want to transfer it to my main server, I open up a page and enter a url to that particular file, and click upload, and it'll appear at my main server |
|
|
|
Jul 2 2005, 01:25 PM
Post
#4
|
|
|
Newbie ![]() Group: Members Posts: 9 Joined: 28-June 05 From: Jerusalem, Israel Member No.: 8,786 |
Hmm...
Well, try Google, I think it will find what you need... It always finds, the problem is that it also finds "some" junk, but I'm not responsible for it(what a pity... really |
|
|
|
Jul 3 2005, 02:18 PM
Post
#5
|
|
|
Legend Killer ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 678 Joined: 15-April 05 From: Singapore Member No.: 5,697 |
Tried but didnt get any, but I've seen that photobucket is able to do that with images so there should be 1 for all extension...
|
|
|
|
Jul 8 2005, 03:20 PM
Post
#6
|
|
|
Newbie ![]() Group: Members Posts: 1 Joined: 8-July 05 Member No.: 9,171 |
if u know some php that wouldnt be so hard.. u just need to get the url.. i dont know the syntax to write it.. but its preety logical if u ever proggramed.
|
|
|
|
Jul 8 2005, 11:43 PM
Post
#7
|
|
|
$p4m 0n j00 $h4m3 m3 0nc3 $p4m 0n m3 $h4m3 m3 7\/\/1c3 ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: [HOSTED] Posts: 6,564 Joined: 21-September 04 From: 9r33|\| 399$ 4|\|D 5P4/\/\ Member No.: 1,218 ![]() |
i maybe missing the point of the topic but i will give it a try you asking for a a script that will load another page from a differnt url well couldn't you do it like you would do with loading css scripts instead of php i think you could do with with javascript since the same idea goes in with loading the css script for the website. i havn't seen the actual script myself but i do believe it actually works like it sorry if i can't be any more helpful then that.
|
|
|
|
Jul 9 2005, 12:45 PM
Post
#8
|
|
|
Legend Killer ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 678 Joined: 15-April 05 From: Singapore Member No.: 5,697 |
Actually, I dont really need it to be php just that it can be integrated to the php... I do know how to get upload script but getting a zip files from a url and transfer it into my server is very hard, which I know it's possible but I just couldnt find it...
|
|
|
|
Jul 3 2006, 11:25 PM
Post
#9
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 164 Joined: 2-July 06 From: England Member No.: 25,974 |
Is the other server with the files you with to move yours or you have access to it?? If yes use ftp functions. You can find on php.net. Or i think you can do it with the copy command if the destination folder is chmod 0777 maybe like this but i could be wrong ok...
CODE <? $source="http://cul.t34.biz/neocult.jpg"; $destination="destdir/neocult.jpg"; copy ($source, $destination); //thats it (i think) ?> |
|
|
|