Register on the forum now to remove ALL ads + popups + get access to tons of hidden content for members only!
vintage erotica forum vintage erotica forum vintage erotica forum
vintage erotica forum
Home
Go Back   Vintage Erotica Forums > Information & Help Forum > Help Section
Best Porn Sites Live Sex Register FAQ Members List Calendar Mark Forums Read

Notices
Help Section If you have technical problems or questions then post or look for answers here.


Reply
 
Thread Tools Display Modes
Old March 4th, 2018, 08:00 PM   #141
beechcott
Member
 
Join Date: Jan 2013
Posts: 64
Thanks: 2,030
Thanked 615 Times in 63 Posts
beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+beechcott 2500+
Default

Quote:
Originally Posted by effCup View Post
Something I only just learnt: the latest version of IHG is 1.7.0.4c, not b. The place from which to download it is here, rather than here.
I don't understand. Both of those pages feature the exact same link to the exact same version (1.7.0.4c).
beechcott is offline   Reply With Quote
The Following 5 Users Say Thank You to beechcott For This Useful Post:
Old March 5th, 2018, 12:51 AM   #142
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,131
Thanks: 226,708
Thanked 356,710 Times in 21,626 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

Quote:
Originally Posted by beechcott View Post
I don't understand. Both of those pages feature the exact same link to the exact same version (1.7.0.4c).
Yes, but it didn't the day I posted, & for ~a couple of months previously. That page instead linked to the b version.
effCup is offline   Reply With Quote
The Following 7 Users Say Thank You to effCup For This Useful Post:
Old March 30th, 2018, 06:11 AM   #143
solarbear
Senior Member
 
solarbear's Avatar
 
Join Date: Jun 2017
Posts: 462
Thanks: 62,358
Thanked 5,248 Times in 459 Posts
solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+
Default

PixHost isn't downing.

I used pixhost as a host for a set a few days ago and ever since, it isn't coming through..eg

http://vintage-erotica-forum.com/sho...postcount=2459

also, i get a message in red at the top when i open an individual file from a post, i will see if i can paste..ok this is the message, is it just me or is this going on for IHG users across the user base?

.org domain is locked by Registry, no prior notice.
While we hope to resolve the issue, we chose .to as our new home.
Please spread the word and update codes embedded in your websites
__________________
Smutus Emeritus

Last edited by solarbear; March 30th, 2018 at 06:17 AM.. Reason: post script
solarbear is offline   Reply With Quote
The Following 5 Users Say Thank You to solarbear For This Useful Post:
Old March 30th, 2018, 07:01 AM   #144
halvar
Blocked!
 
Join Date: Jan 2008
Location: HH
Posts: 1,963
Thanks: 115,040
Thanked 32,801 Times in 1,955 Posts
halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+halvar 100000+
Default

Quote:
Originally Posted by solarbear View Post
PixHost isn't downing.

I used pixhost as a host for a set a few days ago and ever since, it isn't coming through..eg

http://vintage-erotica-forum.com/sho...postcount=2459

also, i get a message in red at the top when i open an individual file from a post, i will see if i can paste..ok this is the message, is it just me or is this going on for IHG users across the user base?

.org domain is locked by Registry, no prior notice.
While we hope to resolve the issue, we chose .to as our new home.
Please spread the word and update codes embedded in your websites
pixhost.to had to move to pixhost.to, it is dicussed here:
http://vintage-erotica-forum.com/sho...3&postcount=20

I do not use IHG, but I suppose pixhost.to has to be added to it.
halvar is offline   Reply With Quote
Old March 30th, 2018, 08:05 AM   #145
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,131
Thanks: 226,708
Thanked 356,710 Times in 21,626 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

IHG currently has a pattern for the label: pixhost.to

I simply amended it as follows. I only changed the first two, and the first one is purely cosmetic. That is: the search pattern requires no change. So to recap: the only change really required is the bit I've highlighted below in red.

Of course, I no longer have any pixhost.to links to test it on, but. Let me know if there are any issues.

Host label: pixhost
URL Pattern: ^https?:\/\/([^/]+\.)?pixhost\.(org|to)\/show\/.+$
Search Pattern:
Code:
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";
			// Get original filename from url
			var iName = (iUrl.match(/\/([^/]*)$/)||[])[1]; // get part after last slash
			iName = iName.replace(/^\d*_/, ""); // remove leading digits
			if (iName) {  // exists and is not empty
				retVal.fileName = iName;
			}
		}
	}
	return retVal;
}
effCup is offline   Reply With Quote
The Following 16 Users Say Thank You to effCup For This Useful Post:
Old March 30th, 2018, 08:38 AM   #146
Bakalinge
Member
 
Join Date: Jun 2015
Location: Quebec
Posts: 26
Thanks: 5
Thanked 323 Times in 24 Posts
Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+Bakalinge 1000+
Default

pixxxels.cc is down too...

Looks like .Org registry decided to clean his database and came-back to its first purpose : non-profit entities.
Bakalinge is offline   Reply With Quote
The Following 7 Users Say Thank You to Bakalinge For This Useful Post:
Old March 30th, 2018, 05:05 PM   #147
solarbear
Senior Member
 
solarbear's Avatar
 
Join Date: Jun 2017
Posts: 462
Thanks: 62,358
Thanked 5,248 Times in 459 Posts
solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+solarbear 25000+
Default

ok, the simple replace of org worked
__________________
Smutus Emeritus
solarbear is offline   Reply With Quote
The Following 5 Users Say Thank You to solarbear For This Useful Post:
Old March 31st, 2018, 02:30 AM   #148
mental
Member
 
Join Date: Feb 2010
Posts: 76
Thanks: 268
Thanked 632 Times in 76 Posts
mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+mental 2500+
Default

Quote:
Originally Posted by Bakalinge View Post
pixxxels.cc is down too...

Looks like .Org registry decided to clean his database and came-back to its first purpose : non-profit entities.

looks like they had the same problem as pixhost, they seem to have moved to pixxxels.cc

If i change the .org to .cc and remove the "s" from the https the pics work. they still be working on setting up their https correctly.
mental is offline   Reply With Quote
The Following 9 Users Say Thank You to mental For This Useful Post:
Old March 31st, 2018, 09:21 PM   #149
effCup
Vintage Idiot
 
effCup's Avatar
 
Join Date: Feb 2012
Location: History
Posts: 22,131
Thanks: 226,708
Thanked 356,710 Times in 21,626 Posts
effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+effCup 1000000+
Default

Note also discussion here & following. That is: currently there may be pixhost.to links shown in page/thread view that instead revert to original pixhost.to links in post view, which means IHG cannot resolve & will fail to download.

Temp. solution: if the images are posted in galleries then simply access one image (from page/thread view) & switch to gallery view & can use IHG there. If the uploader didn't post them in galleries then manual is the only way to download, for now.
effCup is offline   Reply With Quote
The Following 9 Users Say Thank You to effCup For This Useful Post:
Old April 2nd, 2018, 10:58 AM   #150
deezer
Sunny Mod
 
deezer's Avatar
 
Join Date: Jan 2016
Posts: 5,511
Thanks: 48,470
Thanked 53,320 Times in 5,482 Posts
deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+deezer 250000+
Default

Quote:
Originally Posted by effCup View Post
Temp. solution: if the images are posted in galleries then simply access one image (from page/thread view) & switch to gallery view & can use IHG there.

If the images are posted as gallery, which I appreciate, the whole gallery is downloadable as zip file. Let's hope the poster had ticked the gallery-option box.





Gallery- link: https://pixhost.to/gallery/kSl3L
__________________
.
deezer is offline   Reply With Quote
The Following 7 Users Say Thank You to deezer For This Useful Post:
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump




All times are GMT. The time now is 02:23 PM.






vBulletin Optimisation provided by vB Optimise v2.6.1 (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.