View Single Post
DarkDeviL
SourceMod Moderator
Join Date: Apr 2012
Old 03-01-2020 , 12:22   Re: Google-Map on Clan-Details not working
Reply With Quote #2

Quote:
Originally Posted by [WbOF]LuZiFeR View Post
Except the map that should be visible on the clan-detail-page:



Field is empty evertime… Should be an map, or?
Your site is https:// -

On your fornt page, you are loading various "http://" content, - e.g. images:

Code:
LuZiFeR <br>
		<a href="https://www.wbof.de/csgo-stats/hlstats.php?mode=playerinfo&player=10"><img src="http://www.wbof.de/csgo-stats/sig.php?player_id=10&background=random" border="0" width="560" height="95" alt=""/></a><br><br>
Note the "http://", that one causes your browser to not load the content, depending on your settings.

You (e.g. HLstatsX:CE) are doing the exact same from from the page you mention above, where it is loading:

Code:
http://maps.google.com/maps/api/js?sensor=false

Quote:
Originally Posted by [WbOF]LuZiFeR View Post
Any suggestions?
Simple fix would be to grep (search) your HLstatsX:CE files, and replace "http://maps.google.com[...]" with "https://maps.google.com[...]", so you make sure you are loading all content over https://.
__________________
Mostly known as "DarkDeviL".

Dropbox FastDL: Public folder will no longer work after March 15, 2017!
For more info, see the [SRCDS Thread], or the [HLDS Thread].
DarkDeviL is offline