Page 12 of 12 << First ... 2101112
Results 166 to 173 of 173

Thread: ImageHostGrabber & Pale Moon Support Thread  

  1. #166
    Active Member ColonelCream's Avatar
    Joined
    26 Jun 2025
    Posts
    25
    Images
    2
    Likes
    27

    Re: ImageHostGrabber & Pale Moon Support Thread

    Pixhost.cc isn't working for me with IHG

    i thought it was easy enough, just edit the host pixhost.to and edit out to with cc and add host and then..

    here is my URL and search pattern:

    ^https?:\/\/([^/]+\.)?pixhost\.cc\/show\/.+$

    function(pageData, pageUrl) {
    var retVal = {imgUrl: null, fileName: null, status: "ABORT"};
    // Search for <img ... id="image" ... />
    var iTag = (pageData.match(/<img\b[^>]*?\bid\s*=\s*('|")image\1[^>]*?>/i)||[])[0];
    if (iTag) {
    var iUrl = (iTag.match(/\bsrc\s*=\s*('|")(.*?)\1/i)||[])[2];
    if (iUrl) {
    retVal.imgUrl = iUrl;
    retVal.status = "OK";
    var iName = (iTag.match(/\balt\s*=\s*('|")(.*?)\1/i)||[])[2];
    // Fallback: Get original filename from url, part after last slash
    if (!iName) iName = iUrl.split('/').pop();
    iName = iName.replace(/^\d*_/, ""); // remove leading digits and underscore
    if (iName) { // exists and is not empty
    retVal.fileName = iName;
    }
    }
    }
    return retVal;
    }

  2. #167
    Elite Prospect version365's Avatar
    Joined
    25 Sep 2016
    Posts
    3,711
    Images
    238,269
    Likes
    20,163
    Location
    Somewhere in the past.. 

    Re: ImageHostGrabber & Pale Moon Support Thread

    Quote Originally Posted by ColonelCream View Post
    Pixhost.cc isn't working for me with IHG

    i thought it was easy enough, just edit the host pixhost.to and edit out to with cc and add host and then..

    here is my URL and search pattern:

    ^https?:\/\/([^/]+\.)?pixhost\.cc\/show\/.+$

    function(pageData, pageUrl) {
    var retVal = {imgUrl: null, fileName: null, status: "ABORT"};
    // Search for <img ... id="image" ... />
    var iTag = (pageData.match(/<img\b[^>]*?\bid\s*=\s*('|")image\1[^>]*?>/i)||[])[0];
    if (iTag) {
    var iUrl = (iTag.match(/\bsrc\s*=\s*('|")(.*?)\1/i)||[])[2];
    if (iUrl) {
    retVal.imgUrl = iUrl;
    retVal.status = "OK";
    var iName = (iTag.match(/\balt\s*=\s*('|")(.*?)\1/i)||[])[2];
    // Fallback: Get original filename from url, part after last slash
    if (!iName) iName = iUrl.split('/').pop();
    iName = iName.replace(/^\d*_/, ""); // remove leading digits and underscore
    if (iName) { // exists and is not empty
    retVal.fileName = iName;
    }
    }
    }
    return retVal;
    }
    That code is correct & it's working perfectly for me. Be sure that you clicked "Save Changes" or "Add Host" afterwards.

    If it's still not working, check if you can see the full pictures on the browser... open one to check.

    Also, make sure you didn't miss any step in this guide >> https://vipergirls.to/threads/15095553-Im...ost263466121

  3. Liked by 2 users: ColonelCream, Progishness

  4. #168
    Active Member ColonelCream's Avatar
    Joined
    26 Jun 2025
    Posts
    25
    Images
    2
    Likes
    27

    Re: ImageHostGrabber & Pale Moon Support Thread

    ok, it looks like that is the root of it, the images won't load when clicking the thumbs. i get this crap in PaleMoon:

    Secure Connection Failed

    An error occurred during a connection to pixhost.cc.

    SSL received a record that exceeded the maximum permissible length.

    (Error code: SSL_ERROR_RX_RECORD_TOO_LONG)

    The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
    Please contact the website owners to inform them of this problem.

    Tor browser opens the thumbs, but IHG isn't feasible with that.





    also. i noticed from a pixhost gallery page that there is a pixho.st operational now.

    Domain status:
    pixhost.to – Temporarily unavailable
    pixhost.cc – Operational
    pixho.st – Operational
    Last edited by ColonelCream; Today at 09:13.

  5. #169
    Illegitimi Non Carborundum Progishness's Avatar
    Joined
    2 Jun 2015
    Posts
    11,402
    Images
    434,901
    Likes
    86,438
    Location
    Planet Prog 

    Re: ImageHostGrabber & Pale Moon Support Thread

    I retain entries for pixhost.to and pixhost.cc in my Hosts file.
    Music is like sex - some like it deep and meaningful, some like it soft and floaty, and some like it hard and banging.

  6. Liked by 1 user: ColonelCream

  7. #170
    Active Member ColonelCream's Avatar
    Joined
    26 Jun 2025
    Posts
    25
    Images
    2
    Likes
    27

    Re: ImageHostGrabber & Pale Moon Support Thread

    I do also. I just wonder if this has anything to do with pixhost being blocked in certain areas, Tor sees the Pixhost.cc galleries and full size images just fine. I'm not in the UK though.

  8. Liked by 1 user: Progishness

  9. #171
    Illegitimi Non Carborundum Progishness's Avatar
    Joined
    2 Jun 2015
    Posts
    11,402
    Images
    434,901
    Likes
    86,438
    Location
    Planet Prog 

    Re: ImageHostGrabber & Pale Moon Support Thread

    Yeah well it tends to get a bit narky if you attempt to connect from a UK IP.
    Music is like sex - some like it deep and meaningful, some like it soft and floaty, and some like it hard and banging.

  10. #172
    Illegitimi Non Carborundum Progishness's Avatar
    Joined
    2 Jun 2015
    Posts
    11,402
    Images
    434,901
    Likes
    86,438
    Location
    Planet Prog 

    Re: ImageHostGrabber & Pale Moon Support Thread

    On a side note, IHG would appear to be an abandoned project - there have been no updates for a very long time. It would be nice if a techie type could take on the IHG project to keep it relevant.
    Music is like sex - some like it deep and meaningful, some like it soft and floaty, and some like it hard and banging.

  11. #173
    Active Member ColonelCream's Avatar
    Joined
    26 Jun 2025
    Posts
    25
    Images
    2
    Likes
    27

    Re: ImageHostGrabber & Pale Moon Support Thread

    It may be the restrictions imposed by a few States in the U.S. I guess i can just hope for the zip availability if a good pixhost set appears..

    Github would be the place to look for anything related to IHG maintenance. I haven't seen anything there for a while related to IHG.

Page 12 of 12 << First ... 2101112

Posting Permissions