Author |
Message |
s60addict
Worker


Joined: Jun 11, 2006
Posts: 206
Location: http://www.s60Addict.co.nr
|
Posted:
Wed Sep 20, 2006 5:48 am |
|
Hey guys !
I just found a server to server transfer script which i needed desparately !
Although Im getting the following error at the bottom of the page after i enter a link and click on next, but still the files are being copied without any corruption !
Code:Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit in safe mode in /hd4/***/***/***/sst.php on line 136
|
Well, it has a BIG PROBLEM that it can only copy a file <= 5Mb.
But i have quite big files on my previous host and want to copy them to the new one without having to upload them again as they r really big!
If you guys could somehow make it such that it can copy files greater than 5 Mb, it would be of great help !
You can download it here:
Code:http://www.needscripts.com/Resource/15455.html
|
Hope you will help soon !
Thanks ! |
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Wed Sep 20, 2006 7:42 am |
|
I recommend using the Big Dump script |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Wed Sep 20, 2006 7:42 am |
|
you can try changing this in downloader.php :
/* Send The Request */
fwrite($sockethandle, $request);
$result = "";
$maxsize=1048576*5; < < < this !
status("Waiting for reply");
while (!feof($sockethandle))
but how this is calculated is not realy clear...
and if im not mistaken....
ftp client flashfxp does also support server to server transfer.. |
|
|
|
 |
s60addict

|
Posted:
Wed Sep 20, 2006 8:48 am |
|
Well, im moving at a new server because i am somehow not able to able to access my current host through ftp !
But the files are still there !
So, i cant use FlashFXP.
Btw, i had already tried changing that $maxsize to $maxsize=1048576*60;
But it didnt work,
As far as i know, 1048576 = 1024 * 1024
So, 1048576 = 1Mb
and 1048576*5 = 5Mb !
After i change it, it doesnt give error but stops the file transfer at 5Mb and the file is not copied to the new host !
Btw, evaders99, the big dump script transfers the database and not the files ???
Correct me if im wrong ! |
|
|
|
 |
hitwalker

|
Posted:
Wed Sep 20, 2006 8:50 am |
|
|
|
 |
s60addict

|
Posted:
Wed Sep 20, 2006 8:51 am |
|
It transfers MySql Database and not the files !
Hence, it wont solve my purpose! |
|
|
|
 |
hitwalker

|
Posted:
Wed Sep 20, 2006 9:40 am |
|
take it easy...im looking around,see if i can find something else.. |
|
|
|
 |
s60addict

|
Posted:
Wed Sep 20, 2006 9:47 am |
|
Ok thanks !
Waiting for your reply ! |
|
|
|
 |
jaded
Theme Guru

Joined: Nov 01, 2003
Posts: 1006
|
Posted:
Wed Sep 20, 2006 11:26 am |
|
|
|
 |
evaders99

|
Posted:
Wed Sep 20, 2006 12:38 pm |
|
Unless you get shell access, I don't expect there's anyway to do it besides using FTP to download/upload again. I recommend Filezilla, it really makes the process a lot faster |
|
|
|
 |
|