Jump to content

HTTPS rollout


Admin

Recommended Posts

  • Volunteers

Your issue is because it loads your account informations with a swf (UtilLoad.swf?a3) and it replaces the current value from the "Id" field with your ID instead of the ID from reglink.

 

Quote

divId.UserId.value = id;

 

I don't know if it has been done on purpose but i'll tell admins about that.

Link to comment
Share on other sites

  • Advanced Members
21 hours ago, Stif said:

@SlOom

In the past weeks, when i try access reglinks of IDs in the same browser, in the ID box shows my id; (obviously if i try complete it, will say that the id is already registered)
But when i try in the anonymous mode (google chrome), it don't show the ID box, we can proceed with the registration and finish it but it don't show the ID; (causing doubts in buyers, as example)
I've noticed that it is happening with everyone and with all the IDs, so the cause it's not a reglink issue, proofs:
http://prntscr.com/fpdlzz (example in the same browser)
http://prntscr.com/fpdng6 (example in anonymous mode)
I covered the k1 and k2 due to the fact of prntscr and imgur be a public directory.
I tried clear the cookies but remains the same,
in the source code of the register page of the ID above i found:
<tr style="visibility:hidden" id="tUserID"><td><p>Id:</p></td>
<td><input type="text" readonly="readonly" name="UserId" value="406636739"></td>
<td width="60%"></td>
</tr>
<tr>
It's giving visibility:hidden by default, some friends are getting the same error, including a ID buyer who tried buy a id from me.
Probably this is not the cause, because in the past when we open a reglink in the same browser where we do login and use xat, it showed the ID of the reglink, not our own.

it happened to me and i just logged out of my main  register and when showed me that i just continue with and when i  got the register link  there the id appeared, but you have reason that you say should appear.

Link to comment
Share on other sites

  • Advanced Members
1 hour ago, Admin said:

https back on

My radio is aswell working again :d

 

 

On 12.7.2017 at 3:16 PM, Voymo said:

Now please keep in mind for the sites and chat groups to be considered and flagged as "safe" by the browsers all flash objects on the site need to be edited to be embedded with "https://" aswell.

 

Since that requires you to edit the global chat group site:
Please also update the code to fix that previous spacing issue that appeared on the chat groups back in 2016 I provided a fix for. I refined that fix for a long time for the YouTube app to display the text again when no video is playing and further refinements.

You could try replacing this marked code here (link) with that new code below:


td img,[height="355"]{vertical-align:middle;}


I show you the results in Chrome on Windows 10 at Loja chat, which has no custom background user CSS:

Here is before (with old code)
Here is after (with new code)

 

So what about that now? Will you implement this?... (Please excuse the impatience, just so eager)

Link to comment
Share on other sites

  • Advanced Members
19 minutes ago, Admin said:

not following

It's an issue not related to https

 

In the current css,

#media,td[width='8'],[width='2%'],[height='51'] td{font-size:0;}

It sets #media's font-size to 0, which makes the https://i.imgur.com/tYX3exq.png text invisible (along with other things to result in proper positioning)

His code allows the positioning to be done without making text invisible

 

Basically, if anything, remove "#media," from that part

Link to comment
Share on other sites

  • Advanced Members
57 minutes ago, oj said:

It's an issue not related to https

 

In the current css,


#media,td[width='8'],[width='2%'],[height='51'] td{font-size:0;}

It sets #media's font-size to 0, which makes the https://i.imgur.com/tYX3exq.png text invisible (along with other things to result in proper positioning)

His code allows the positioning to be done without making text invisible

 

Basically, if anything, remove "#media," from that part

Please do NOT remove #media and take the new code as-is, or YouTube app will have a spacing issue. That code was thoroughly tested by me to function properly.

 

I made mistakes here and you found every tiny mistake I made, but this has none. I hope this will be implemented since the current code in use was also implemented.

 

 

And yes, it is no httpS issue but it IS an issue...

Link to comment
Share on other sites

  • Advanced Members

Hello,

when i try change the outer background of Troca it's giving me error.

If i just put the link there: http://prntscr.com/fwzaiz and save, it'll send me to the page where it usually sends me if i click on "Carregar ou procurar imagem" which would be load or search image and if i go there and put the link of the image, it shows me: http://prntscr.com/fwzav9

The place where the right image should show it shows as a broken URL and shows .png.jpg when using PNG or .jpg.jpg when using JPG.

I tried all formats with different hosts, but ends always the same way.

Link to comment
Share on other sites

  • Administrators
18 hours ago, Laming said:

Radio can't be used https because ShoutCast / IceCast doesn't support it. (checked right now)

 

Well hopefully that means google cannot block it for foreseeable future.

 

Job done :) (the radio stuff)

  • Award 3
Link to comment
Share on other sites

  • Advanced Members
5 hours ago, Admin said:

 

Well hopefully that means google cannot block it for foreseeable future.

 

Job done :) (the radio stuff)

Gotta thank you for answering aboveGetStrip5.php?c=S_minimon_50_50_c.png

And good work

Link to comment
Share on other sites

  • Advanced Members
4 minutes ago, Brandon said:

It looks like there's still no option to use https on pages:

RcekN3X.png

Yea, that issue is known - https links changing into http after saving on xatspace and editgroup. Ty again.

Link to comment
Share on other sites

  • Bot Service Providers
26 minutes ago, Brandon said:

It looks like there's still no option to use https on pages:

RcekN3X.png

 

Automatically HTTPS is replaced for HTTP but in this case, you're using an embedded website don't need to worry about that because http or https it will be replaced for //

direct

 

But if the user wants to use a player generated, an image/background that just supports https he will can't because it's replaced, e.g: Imgur, so it still being an issue xD

 

Kill the str_replace('https', 'http', blabla.. @Admin:$ 

  • Award 1
Link to comment
Share on other sites

  • Advanced Members
3 hours ago, Laming said:

 

Automatically HTTPS is replaced for HTTP but in this case, you're using an embedded website don't need to worry about that because http or https it will be replaced for //

direct

 

But if the user wants to use a player generated, an image/background that just supports https he will can't because it's replaced, e.g: Imgur, so it still being an issue xD

 

Kill the str_replace('https', 'http', blabla.. @Admin:$ 

Oh yeah, Great facility to make the BB codes go and filtering less strict 😋😅 (dont kill me pls lol)

Link to comment
Share on other sites

  • Bot Service Providers
9 minutes ago, Voymo said:

Oh yeah, Great facility to make the BB codes go and filtering less strict 😋😅 (dont kill me pls lol)

This work for selected chats only, also tribute/official chats xD

Link to comment
Share on other sites

  • Members

The outside background is still broken. when I try to change mine to anything i get sent back to login page and then i get an error. I know you all are doing your best just wanting to let you know.  ... THANKS GUYS THAT WAS FAST WORKING NOW

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.