ImageHost Grabber Forum
September 07, 2010, 07:13:25 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Some changes have been made to the forum.  Please take note of the new topic areas and post accordingly.
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: REQ: picve.com  (Read 496 times)
dearu237
Newbie
*
Posts: 7


View Profile
« on: January 14, 2010, 10:14:27 AM »

req update for grab picve.com...... here's the galery link http://picve.com/gallery.php
i dont understand about script....
is any one can help teach step by step how to update the hostf.xml......
couse i read i must update the hostf.xml file to grab work


thank's for help
sorry for bad english
Logged
cybormatt
Administrator
Sr. Member
*****
Posts: 271


View Profile
« Reply #1 on: January 14, 2010, 11:36:31 PM »

Open your host file and add this to the host file:

Code:
<host id="picve">
<urlpattern>http:\/\/picve\.com\/download\.php\?file=.+</urlpattern>
<searchpattern><![CDATA[function(pageData, pageUrl) {
var retVal = new Object();

retVal.imgUrl = pageUrl;
retVal.status = "OK";

return retVal;
}]]></searchpattern>
</host>

The changes will be posted online in a short while.  So you can just wait and get the new host file.
Logged
dearu237
Newbie
*
Posts: 7


View Profile
« Reply #2 on: January 15, 2010, 10:53:47 AM »

i try manualy input the script with notepad....i put ur script in the last line before root word......and it work.... Shocked
@cybormatt thanks for the help....... Smiley

but i have some trouble today with imagebam...... Grin
sometimes result size of the download file different with the real size......
ex: image1.jpg size 10Kb but after the download finish the result is 12Kb
how this can happend.....? and this make the image broken or look like the image doesn't finish yet....
i try to see the progress of the download file......
in the begining of the restart downloading it's ok  and the top image shown in explorer but in the midlle when retraying to request the file and the download continue the image don't show in the explorer and this always finish with different size of file with real....this make the image broken or look like the image doesn't finish yet
can u help me with this....or maybe my image host grabber broken......

again..thanks for ur time and help....
sorry for my bad english....
Logged
cybormatt
Administrator
Sr. Member
*****
Posts: 271


View Profile
« Reply #3 on: January 15, 2010, 09:18:19 PM »

Although I did have some difficulty reading your message, I think I understand what is happening.  The problem is that imagebam will stop sending images on slower connections.  I experienced this problem when I was in Iraq.  So my solution was to create a retry feature that will re-start the download from the last bit of downloaded file.  Otherwise the program will re-start from the very beginning, and often times will never download the entire file.  I was pretty sure that I worked all of the bugs out when I was in Iraq, but it's possible there is still something lingering there.

I think for imagebam, the best solution for now is to lower the number of simultaneous downloads to 1 or 2.  Go to the "ImageHost Grabber" menu, click "Options", click "Host Options", and in put "2" in the first box labeled "Max. Simultaneous HTTP Request"

I'll have to look at this in further detail later when I get some time.

let me know if this helps you any.

Matt
Logged
dearu237
Newbie
*
Posts: 7


View Profile
« Reply #4 on: January 15, 2010, 11:57:06 PM »

first i think the same what u think......"imagebam will stop sending images on slower connections"
So I start to watch the progres of download.......but before that i already set the "Max. Simultaneous HTTP Request" to 1.....
and this problem still happen.......some of file failed to finish well....if in the middle of download try to connect again......and the result is always over the real size.....
but i think the problem not in the program......maybe just imagebam host script need to update....
couse i try to download manualy from the page site, it happen too, the download doesn't finish and the image doesn't show full,
same problem with download manager.......
so maybe I think some of the imagebam server in the process of update or maintenance......
couse not all the file failed to download.....,just some file from some server....
ex: http://19.imagebam.com--->success, http://12.imagebam.com---->failed, http://9.imagebam.com--->failed,http://14.imagebam.com--->success, etc

again..thanks for ur time and help....
sorry for my bad english....
Logged
cybormatt
Administrator
Sr. Member
*****
Posts: 271


View Profile
« Reply #5 on: January 21, 2010, 02:54:34 AM »

Sorry it took so long to get back to you.  I did not see your post till just now.

There is indeed a bug with imagebam.  Let me explain what is happening.

The feature of my program that is supposed to help with imagebam relies on imagebam sending the correct file size.  When imagebam stops sending you the image, my program automatically retries the download from the last position of the download.  This way you don't have to re-download the portion of the download that was already downloaded.  This is a very important feature because when I was in Iraq, several times my program would re-start the download from the beginning and never finish downloading the file.

However, sometimes imagebam never sends the correct file size.  When that happens, the file becomes corrupted on your end.

I have put this issue on the todo list and will try to come up with a work-around.  I will make this a priority for the 1.6.4 version coming out soon.

Thanks.
Logged
cybormatt
Administrator
Sr. Member
*****
Posts: 271


View Profile
« Reply #6 on: January 30, 2010, 03:42:08 AM »

I took a closer look at this problem with imagebam, and here is what I have found.  Imagebam does not support download resuming, and Imagebam will stop sending the image on slower connections.  The built in features of my program had a couple of bugs that caused files to become corrupted after IHG tried to re-start the downloads.  I fixed these bugs.  However, you may experience that some images will never download because Imagebam will keep stopping the download before it ever finishes, then it has to be restarted from the beginning, only to stop again before finished.  Very troublesome.  I posted a message on the Imagebam support forum.  Hopefully they will take a look at my post and take it into consideration.

Anyway, I'm posting an update here for you to try out.

Matt
« Last Edit: January 30, 2010, 04:32:53 AM by cybormatt » Logged
dearu237
Newbie
*
Posts: 7


View Profile
« Reply #7 on: February 02, 2010, 01:01:56 PM »

thanx @cybormat....... Grin
an honor for me to be one member who felt the latest updates from your program, which has not launched in your website
ur the best..... Smiley

i think what u said is true.......
I will try what has changed from your program updates, to imagebam
and I will immediately inform you of what changes occur in imagebam

once more,
thanx fo the help and update

my best regards,
dearu237
Logged
cybormatt
Administrator
Sr. Member
*****
Posts: 271


View Profile
« Reply #8 on: February 04, 2010, 04:09:35 AM »

not a problem bro!

keep me updated... and no word yet from the support staff at imagebam.  I think they probably don't care too much.  eh
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC Valid XHTML 1.0! Valid CSS!