Google on InfinityFree

yes

Looks at first message

Hmm, that’s definitely wrong. Let’s fire up the debugger and see what the API returns and how this is being handled.

Hmm, the code looks OK and the API output is correct. What the heck is going on here?

Looks at topic category

Sigh…

7 Likes

Hi
I use Firefox (dark default theme)
but I customized the toolbar a bit and removed some tools, added others and arranged them

1 Like

Infinityfree hosts itself?

Oh no, facebook… you didn’t!

I got so caught up in this that I even made a function to do it for me (you still have to look up a valid domain though, so look up one of your own domains and it should be fine):

const setDomainCheckerDomain = (domainName, hostFolder) => {
	const input = document.querySelector("#domain");
	const accountT = document.querySelectorAll(".table.card-table")[1].childNodes[1];
	const fol = accountT.children[1].children[1].children[0];
	const acc = accountT.children[0].children[1].children[0];
	fol.textContent = hostFolder;
	input.value = domainName;
	let num = "";
	for(let i = 0;i<8;++i){
		num += Math.floor(Math.random() * 10);
	}
	acc.textContent = `epiz_${num}`;
}

I might make it better in the future :slight_smile:

1 Like

Love the fact that you own both these companies! I called iFastNet for myself (see above), so please don’t steal it! Thanks!

That isn’t my Epiz number, it’s randomly generated :confused:


You still seam to own it though!

Oh, I forgot that.

I mean, uhmmmm… it isn’t me?

1 Like

Notices that Admin has replied to an Informal topic
An impossible became possible.

3 Likes

:hawtf:

inspect element…

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.