WXforum.net

Web Weather => Weather Website PHP/AJAX scripting => Topic started by: scudwatcher on August 14, 2020, 07:24:19 AM

Title: The Learning Curve....
Post by: scudwatcher on August 14, 2020, 07:24:19 AM
Ladies and Gentlemen,
  Yes, I am in the "Learning Curve".  I have managed to get my "test website" up and running.  Please log on to http://www.csrawxaq.com/wxindex.php.
I am asking if someone could provide a little guidance with adding images/links below the "ALERTS" section to the menubar.php AND/OR a little guidance in adding images/links to the footer.php scripts.  I have read, meditated and attempted to follow Mr. Ken True's instructions on the subject matter.  Trying to understand how to add to php scripts in the right locations.   I have managed to create my banner.png and display the image in the header.php, with ease.  Also, any comments, constructive criticism and advice would be appreciated.  Thank You!

Billy Tholborn
CSRA Weather and Air Quality
https://
Title: Re: The Learning Curve....
Post by: wvdkuil on August 14, 2020, 08:03:24 AM
Ladies and Gentlemen,
  Yes, I am in the "Learning Curve".  I have managed to get my "test website" up and running.  Please log on to http://www.csrawxaq.com/wxindex.php.
I am asking if someone could provide a little guidance with adding images/links below the "ALERTS" section to the menubar.php AND/OR a little guidance in adding images/links to the footer.php scripts.  I have read, meditated and attempted to follow Mr. Ken True's instructions on the subject matter.  Trying to understand how to add to php scripts in the right locations.   I have managed to create my banner.png and display the image in the header.php, with ease.  Also, any comments, constructive criticism and advice would be appreciated.  Thank You!

Billy Tholborn
CSRA Weather and Air Quality
https://
There seems to be a problem, your http link is redirected to an invalid https link
Quote
Warning: Potential Security Risk Ahead

Firefox detected a potential security threat and did not continue to csrawxaq.com. If you visit this site, attackers could try to steal information like your passwords, emails, or credit card details.

Error code: MOZILLA_PKIX_ERROR_SELF_SIGNED_CERT
Certificate info@plesk.com

It happens with both Chrome and firefox.

Wim
Title: Re: The Learning Curve....
Post by: scudwatcher on August 14, 2020, 08:06:58 AM
Thank You, Wim!  I will resolve this issue with my hosting VPS server.
Title: Re: The Learning Curve....
Post by: scudwatcher on August 14, 2020, 08:44:03 AM
Wim,
  Ionos (1 and 1) hosting said that because I do not have my website LIVE, PLESK Control Panel has not assigned the SSL certificate.  I will go LIVE later today, and troubleshoot for more issues.  Thank You for your support.
Title: Re: The Learning Curve....
Post by: PaulMy on August 14, 2020, 09:40:53 AM
Quote
I am asking if someone could provide a little guidance with adding images/links below the "ALERTS" section to the menubar.php AND/OR a little guidance in adding images/links to the footer.php scripts.
Use the existing code there as examples - in the menubar.php under <!-- external links --> I have added new items <li>xxxxx</li> like the following...
Code: [Select]
<li><a href="../weather/cumulusrss.php" title="Subscribe to Komoka Village Weather"><img src="../weather/images/feed-icon-large.png" alt="RSS" style="border:0"/></a></li>
Code: [Select]
<li><a href="http://www.komokarailmuseum.ca" title="Komoka Railway Museum">Kom Museum</a></li>
Add and  experiment to your liking \:D/

Enjoy,
Paul
Title: Re: The Learning Curve....
Post by: wvdkuil on August 14, 2020, 09:42:16 AM
Some minor things to take care of:
Icons missing https://csrawxaq.com/wxmetar.php   csrawxaq.com/ajax-images/bkn.jpg  => 404 error

WXSIM not (yet) installed   https://csrawxaq.com/wxsimforecast.php  => WXSIM Forecast is not available.

WU radar https://csrawxaq.com/wxradar.php  => ??

Yesterdays data not (yet) uploaded https://csrawxaq.com/wxstatus.php 
=> WeatherLink does not have yesterdays values, you need to upload them end of the current day.

Link to weatherUnderground should IMHO point to your stations-page. It now points to the general weatherunderground page.

Have fun,

Wim
Title: Re: The Learning Curve....
Post by: scudwatcher on August 14, 2020, 12:01:32 PM
Paul and Wim,
  Thank You for your responses and support!  I was not using <li>xxxx</li>, I used <p xxxx</p> instead....my bad.....I did struggle with the Wunderground radar portion....I will add these to my list to correct.