Page 4 of 36 << First ... 2345614 ... Last >>
Results 46 to 60 of 536

Thread: The ImageHostGrabber (IHG) Support Thread  

  1. #46
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    If IHG doesn't work properly in Pale Moon, then uninstall it [from Tools / Addons] and re-start the PM browser.

    Important Then follow the instructions here to remove all traces of IHG from Pale Moon: https://hot-honeys.com/index.php?topic=714.0

    Restart Pale Moon and install the latest version of IHG from here: https://hot-honeys.com/index.php?topic=3210.0

    General 'how-to' info for IHG can be found here: https://hot-honeys.com/index.php?board=69.0

    Oh and I re-iterate, IHG is now a dead duck in Firefox.

    [See the first post in this thread for info about downloading Pale Moon.]

  2. Liked by 1 user: Kosaka




  3. #47
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    There have been problems with IHG not downloading from https://girlsreleased.com/ (which uses img.yt)

    Here is the solution:

    In Pale Moon, next to the IHG button on your address bar, there is a drop-down list.

    1) Select 'Host File Editor'. [Alternatively select 'Host File Editor' from the IHG right-click menu.]

    2) Click the big 'Select Host' button at the top and choose img.yt from the list of file hosts.

    3) In the 'URL Pattern' box, replace the existing entry with the following:

    ^https?:\/\/img\.yt\/img-[\da-f]+\.html$
    4) Replace the code for Search Pattern with the following:

    function(pageData, pageUrl) {
    	var prot = pageUrl.match(/^(.+?)(:\/\/.+)/);
    	var sec = "https" + prot[2];
    	var req = new XMLHttpRequest();
    	req.open("POST", sec, false);
    	req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded; charset=UTF-8");
    	req.send("imgContinue=Continue+to+image+...+");	
    	
    	var iUrl = (req.responseText).match(/href=('|")(https?:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1 title=('|")(\w.+?)\4/i);		
    	if (! iUrl){
    		iUrl = (req.responseText).match(/href=('|")(https?:\/\/[^/]+\/upload\/big\/.+?)(\.jpe?g)\1/i);		
    		return iUrl ? {imgUrl: iUrl[2]+iUrl[3], status: "OK"} : {imgUrl: null, status: "ABORT"}
    		}
    	if (iUrl[5]) return {imgUrl: iUrl[2]+iUrl[3], fileName: iUrl[5]+iUrl[3].replace(/\.jpe?g/i,".jpg"), status: "OK"}	
    }
    5) Click 'Save Changes'

    6) Job done

    N.B. Important update 01.10.2016.


  4. #48
    Elite Member Kathy Wilson's Avatar
    Joined
    27 Jan 2015
    Posts
    5,718
    Likes
    300,765
    Images
    480,090
    Location
    The Strange High House in the Mist 

    Re: The ImageHostGrabber (IHG) Support Thread

    Thanks
    IHG works now fine on Girlreleased !


  5. Liked by 3 users: Andrea, fabiendurand, Serj

  6. #49
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    The IHG Host File just updated and I had to apply that fix for GR again.

  7. Liked by 2 users: Kathy Wilson, Serj

  8. #50
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    Please note that the fix for Girls Released has changed - post #47.

  9. Liked by 2 users: Kathy Wilson, Serj

  10. #51
    Elite Member Kathy Wilson's Avatar
    Joined
    27 Jan 2015
    Posts
    5,718
    Likes
    300,765
    Images
    480,090
    Location
    The Strange High House in the Mist 

    Re: The ImageHostGrabber (IHG) Support Thread

    Thank you, the new configuration (post Oct 1) works fine ! job !

  11. Liked by 1 user: Andrea

  12. #52
    Elite Prospect eric75's Avatar
    Joined
    13 May 2011
    Posts
    353
    Likes
    1,533
    Images
    4,214
    Location
    Somewhere in France 

    Re: The ImageHostGrabber (IHG) Support Thread

    Hi,

    Yes it works now on img.yt https urls (like in this thread) but still not on img.yt http urls. (like in this thread) : for all the links, I have a “Request Aborted! Can't find image on page!” message despite of all pics exist on img.yt !
    My config : FF 49.0 (Linux) + IHG 1.7.0.4a (my host file is up to date + post#47 changes)

    Thanks in advance for your help !

  13. Liked by 1 user: GoinLong

  14. #53
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    They are aware of the problem at the IHG forum: https://hot-honeys.com/index.php?topic=4444.0

    Just be patient and let it update the hosts file every time it prompts you.

  15. Liked by 1 user: eric75

  16. #54
    Elite Prospect eric75's Avatar
    Joined
    13 May 2011
    Posts
    353
    Likes
    1,533
    Images
    4,214
    Location
    Somewhere in France 

    Re: The ImageHostGrabber (IHG) Support Thread

    Thanks for your reply Andrea.
    It works for me now with these changes !


  17. Liked by 3 users: Andrea, GoinLong, Serj

  18. #55
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    Quote Originally Posted by eric75 View Post
    Thanks for your reply Andrea.
    It works for me now with these changes !

    Ah good stuff, post #47 of this thread has also been updated.

  19. Liked by 2 users: Kathy Wilson, Serj

  20. #56
    Elite Member
    Joined
    19 Dec 2010
    Posts
    12,821
    Likes
    269,993
    Images
    604,831

    Re: The ImageHostGrabber (IHG) Support Thread

    Hey Andrea, for the lat two days I found that IHG is downloading pictures very slowly, do you know what might be the reason.

  21. #57
    Banned
    Joined
    15 Jun 2013
    Posts
    12,076
    Likes
    342,535
    Images
    1,213,634

    Re: The ImageHostGrabber (IHG) Support Thread

    It could be any number of reasons I guess - your ADSL stats, or the hosting sites - I cannot see anyone posting about this over at the IHG forum.

  22. Liked by 1 user: lotuzee

  23. #58
    Elite Prospect
    Joined
    13 Aug 2014
    Posts
    15
    Likes
    61
    Images
    14
    Location
    Everywhere and Nowhere 

    Re: The ImageHostGrabber (IHG) Support Thread

    Hey, does anyone know how to gt IHG to work with ImageTwist? It just retries 10 times then moves on

  24. #59
    Elite Prospect TexasDude's Avatar
    Joined
    25 Aug 2011
    Posts
    1,270
    Likes
    7,577
    Images
    2,135
    Location
    Minnesota 

    Re: The ImageHostGrabber (IHG) Support Thread

    Quote Originally Posted by eeigan View Post
    Hey, does anyone know how to gt IHG to work with ImageTwist? It just retries 10 times then moves on
    https://hot-honeys.com/index.php?topi...sg8163#msg8163

  25. Liked by 2 users: Serj, stewi

  26. #60
    Elite Prospect
    Joined
    13 Dec 2016
    Posts
    1,853
    Likes
    43,331
    Images
    112,166

    Re: The ImageHostGrabber (IHG) Support Thread

    Hi can any one help me with some details if they are facing the same problem as mine IHG just stops downloading pictures.

    screen image



    At times IHG works perfectly fine, the problem has started from the last few days. My internet connection is okay, the image opens in the browser, I just don't understand what's going wrong.

  27. Liked by 2 users: elprofessor, Serj

Page 4 of 36 << First ... 2345614 ... Last >>

Posting Permissions