Access and visual problem

Hello,

I have a problem to access my site, the buttons no longer work, moreover the visual is defective

Is there an update to do? or something to change?

Thanks for your help

http://gdpathee.infinityfreeapp.com/session/login?i=1

What is the issue?
This is what I see

image

Please state clearly

1 Like

It works for me after whitelisting a JavaScript Link

This CDN was marked as Insecure on my Windscribe Filter, you may want to choose a different CDN or host it on your website directly like what you’ve done with Bootstrap

1 Like

How did you whitelist Java?

To change the cdn, this is done on my infinity account?

Thanks again for your help.

You should change it from your HTML/PHP Code.
Change the src to like http://gdpathee.infinityfreeapp.com/assets/js/script.js and put the file there.

Sorry, I can’t find which file to put in.

I go to asset/bootstrap/js but I don’t see where to put it

Download the file from the CDN(Ctrl +S), upload it

I mean upload to the directory(as your website files), sorry for being unclear.

1 Like

Can we chat in MP, or give you my access via FTP?

You should not be giving random people your FTP access (that includes me!). Can you tell me exactly how you’re stuck, and I’ll try to help you sort it out here.

5 Likes

It’s that I don’t understand what you want as a file. When I do a crtrl S on the home page of the site, I only have the files that I sent to you. By fpt I have them well, but I cannot transfer the complete file to you here

you have a lot to fix

also do not name folders with spaces !


Copy your source code and paste here - validator
and correct everything (you have a lot of mistakes)


For best results, you should only use the letters a-z, A-Z, the numbers 0-9, hyphens (-), underscores (_) and periods (.). Any other character could get you in trouble, causing the file not to load or the page to load incorrectly.
it is best to use lowercase letters, also Do Not Use Any Spaces


And I think that something is wrong with your PHP code

because for any resource I get this

raw ON

it has <html><body> inserted everywhere

that’s why the browser doesn’t recognize it as CSS or JS

because it sees the HTML code immediately at the beginning of the javascript or CSS code


That’s why it doesn’t even want to start jQuery, etc. because it sees an unknown character at the beginning of the code < (part of <html> ) = BAD MIME TYPE

And also mixed code for the session within each call for a specific resource

I think the problem is in the way you call all those resources
probably some kind of dynamic but that doesn’t work properly

7 Likes

oh, I see it now, he put HTML in CSS.
image
but it looks good here?

2 Likes

I’m glad you saw what I saw so I’m not alone in that :wink: - thanks for your screenshot!



The files themselves are fine, but the response is not !

The user is not to blame because we have other such cases

6 Likes

Thank you for your answers, I will try to modify all that.

Thanks a lot

@Peakyinfinity Please read this (or the whole of that topic)

4 Likes

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