20000 forum users - Awesome Special Event!

Somehow describes the vehicle industry/models here.

8 Likes

I have another question. If that’s the case then, how come this:


Turns into this:
image

4 Likes

What happens if you leave an extra breakline after ?>?

7 Likes

That fixes the problem. Though, I’m not a fan of it.

6 Likes

Hi YT_Xaos,

This is quite interesting, PHP is smart enough to know that when it’s ending tag is also the end of the line, it removes the following EOL for you. You can try adding a space after ?> so it keeps the line break if you like.

Cheers!

8 Likes

That also works and is a better approach. Thanks!

8 Likes

You’re most welcomed :+1:

7 Likes

I want it :sob:
25 unread, nice
Also, all green on pagespeed! :relieved:

6 Likes

I think CodeWhisperer is going crazy.

Great!

7 Likes

This will be fun

image

Yep - That is all I am going to post :slight_smile:

8 Likes

Nice

This means CloudFlare registered domains can be used on free hosting as well

7 Likes

Sadly for adding domain to existing account only. Not when creating new account or as a parked domain :frowning:

5 Likes

At least we can see improvement

7 Likes

Since there is no announcement on the Byet forums about it yet, I have hope this will be improved. As mentioned on the article, it seems like the current version is an early access release, so the limitations should hopefully be overcome in the “final edition”:

8 Likes


Guess I’m screwed

5 Likes

Hi TiffanyLynch,

It’s already good enough for daily usage.
Maybe one can simply register a dummy sub-doman and bind a real domain to it as a new hosting account.

Cheers!

6 Likes

You can skip the “maybe” part. I specifically listed that as an option in the guide.

The parked domains thing is more annoying because there is no workaround. And I think that’s still being worked on. Having CNAME support for account creation is just not in the cards, and it’s no problem because it’s so easy to work around it by using a temporary free subdomain.

6 Likes

Is there some secret data encrypted inside?
It looks like hex and MD5

at first I thought it was some random (which may contain time/date + something else)
but whenever I type the same domain it returns the same string (CNAME)
so it is somehow related to the domain name (it’s the same when I try to add it to another hosting acc).

6 Likes

They use some kind of secret that they wont tell (they scare its going to be abused smh). The hashes are static for one domain, across accounts and even across resellers. Ive tried my luck at some simple brute forcing, however havent been lucky.

EDIT: Its regular md5.

6 Likes

@Admin after trying my luck with cracking the hash, I asked iFastNet if they could add an API endpoint to get the hash. Surprise - they did.

3 Likes