Thread: HEElp!!!!!!!!
View Single Post
  #4 (permalink)  
Old April 28th, 2004
GregorK GregorK is offline
Phex Developer
 
Join Date: May 8th, 2001
Location: Stuttgart, Germany
Posts: 988
GregorK is flying high
Default

- Make a backup of your incomplete folder.
- Find the file you wanted to download and start the download again.
- Now exit Phex
- Locate the file phexdownload.xml
- You will see a entry starting with <swDownloadFile> and ending with </swDownloadFile>
- Modify the <segment> section this way:
In the element <incompleteFileName> put the file name of the first segment of the previous download in your backup folder. This is the segment that ends with the original file extension and begins with sg0.
The length must be the same as it is in <filesize> of the swDownloadFile.
Delete all other segment elements except of the one you just created.
Leave all <candidate> blocks as they are.

Here is an example of how it could look:
<swDownloadFile>
<localfilename>MyDownload.mp3</localfilename>
<searchterm>MyDownload</searchterm>
<filesize>7864320</filesize>
<file-urn>urn:sha1:XXXAJ7PFMTYUTPXXXXXLTLZFBTFPXXXX</file-urn>
<status>2</status>
<created-time>1074017141627</created-time>
<modified-time>1082996991495</modified-time>
<segment>
<incompleteFileName>c:\incomplete_backup\sg0MyDown load.mp3</incompleteFileName>
<segmentNumber>0</segmentNumber>
<startPosition>0</startPosition>
<length>7864320</length>
</segment>

many <candidate> blocks

</swDownloadFile>


All this is on your own risk. So dont forget to better backup often.

Gregor
__________________
Reply With Quote