• xwebmastergirl

    (@xwebmastergirl)


    <script language=”JavaScript” src=”mysite.com/getstatus.php?id=23″></script>

    This is the code I need help with. It used to work just fine on my websites. All it does is display an image that indicates offline/online status. It worked great until the new wordpress updates and now they’re not showing up at all.

    The coding is still within the text, but it does not display anymore after the update.

    This code is vital to my business. The main code is hosted on another site, this is just the quick shortlink that I add to my individual sites and it’s not even showing up anymore. It is showing up still on my other WP pages that have not been updated though!

    How do I go about getting these little script inputs to appear on my site again?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Dion

    (@diondesigns)

    First, that code is from the wrong century. Please update it to this:

    <script type=”text/javascript” src=”mysite.com/getstatus.php?id=23″></script>
    

    Second, if your site is using https://, the script domain must also be on https://, or it will not load on most modern browsers.

    Thread Starter xwebmastergirl

    (@xwebmastergirl)

    Lol, yes, I know it is dinosaur coding which is why I posted here…
    The server the script is hosted on is NOT SSL verified with an https:// server so I’m going to move servers and see if that helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Javascript/PHP Missing After Update’ is closed to new replies.