The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
vB Weather Mk. 2 Details »» | |||||||||||||||||||||||||
This is a post of a much-revised hack originally posted (by myself) here. I am posting this as a new hack because MSNBC, who the raw weather data is provided through, has changed their source provider (from AccuWeather to The Weather Channel), which required a retooling of the data parsing code, as well as completely new databases. I have also made obsolete the weather_functions.php file, moving the functions to admin/functions.php, simplifying the ability to show current weather data on any page (if desired). Finally, in what I'm sure will be welcome news to many people who have installed the original, I've completely rewritten the instructions, making them, as far as I can tell, much simpler.
If you are unfamiliar with the original: This hack provides current weather conditions and a five-day forecast to your members. Each member can select from over 34,000 cities, by narrowing down from region (like continents), country, and subdivision (like states). Each member can also select to see temperatures in Fahrenheit or Celsius, as well as metric or standard measurements for the other data. A demo is available on my test board: http://www.jjr512.com/testboard/. I have set up an account for anyone to use to test it out (username: test; pw: test). If you are not logged in, you will see default weather on the home page (default is set to New York City), and cannot change settings (I forget if you can view a detailed forecast, though; you may be able to). If you do log in, you can change the settings for the test account, to see how it works. *** If you have installed any previous version, you should completely uninstall it. Read the instructions and work backwards from there: Delete all templates added, remove changes to any existing templates (I forget if there were any or not), delete all new tables from the database, delete all new files added by the old hack. All have been changed to some extent, some more than others, and it would be easier to work from a clean slate. Especially since some of the template names have changes, so if you don't delete the old ones, they'll just be sitting there doing nothing at all. It is also vitally important to delete (or "drop") the tables--I believe there were six--you added for the original version. The new ones have different data and, for some, a different structure, so do not just empty them. Remove them totally. Good luck! Change Log v1.1a: Current Version: Corrects a small error where an incorrect variable was used in the code to show the local time of the last update. If you already have v1.1, you only need to do the fix described in Post #82 below. v1.1: Changes display of last update time to be the correct time in the user's own local time zone; previously, it was always Eastern Time (GMT-5) (Upgrade instructions are in Post #79 below). Also breaks the weather_city.sql into six smaller pieces (useful only to new installations; existing installations need not worry about this). v1.0a: Adds instructions on how to add location to current weather on forums home page (changes to code added to index.php and forumhome_weather template). v1.0: Original Release Show Your Support
|
Comments |
#92
|
||||
|
||||
Sorry, server is at MT GMT -7
I am at Eastern Australian GMT +10 Currently I'm at 11:27 am The weather still says 11:40 am. |
#93
|
||||
|
||||
Well this is odd...when I set my test board to a server time offset of MT GMT -7, and set my own profile to GMT +10, it says my local time is 2:45pm...three hours later than what it aparently really is!
|
#94
|
||||
|
||||
LOL!
Actually, what you need to do is to keep your server time EXACTLY the way it was - but change your user time to GMT +10 - that should bring you to my time. (Our server offset would be different since our servers will be in different timezones). |
#95
|
||||
|
||||
JJR512,
Is there anyway to just show different citys weather conditions without having them set as your own. Like if I wanted to see what the conditions were in New York? Have you ever looked at the newspaper and it shows the temps around the world. Anyway of doing something like that as a hack. Where you input the citys you want to see listed there. Not sure how hard this is to do? Could you give some feedback? |
#96
|
||||
|
||||
You could see the weather for a different city, without having to set your settings to that city, by using a link like http://www.yourdomainhere.com/forums...ycode=xxxxxxxx where xxxxxxxx is the code for a city, like New York City is USNY0996. You can look up the code you want in the weather_city table.
Erwin, does your time zone go on daylight savings time? I set my server time zone back to what it should be, and I'm still an hour ahead of you. It says it's 12:56pm but I think it should be 11:56am, right? Plus, I don't think MT goes on daylight savings time at all, but ET does...GMT never does...it's so confusing. You may just want to change the line $time_lastup = strtotime($weatherdata[lastup]); to $time_lastup = strtotime($weatherdata[lastup])-3600; |
#97
|
||||
|
||||
Mmm... I did the fix you suggested... it took the time last update back by 1 hour for me...
So it was 10:40 - looked good. But then I forced an update. The last time update now says 12:40 pm. But I am at 12:00 pm now. It doesn't really matter - no biggie. Looks better than before anyway. |
#98
|
|||
|
|||
Hi again, Still not got it coming up on any other page but the index so far, but I'll figure that out at some point I hope.
What I'm still getting on the links is: ''url/forum/weather.php?s=&action=getdata'', but I noticed when I tested the one on your site it gave a string of digits after the '?s=' so it's not calling something. But what? Anyone got any ideas, coz that's the main problem at the moment. |
#99
|
||||
|
||||
Attached is 2.gif. Everyone should add this to wherever you have uploaded the rest of the icons.
|
#100
|
||||
|
||||
Quote:
|
#101
|
||||
|
||||
Hello again,
Thanks for taking the time to look at my request. When I run your query it still show my current settings. Any ideas how to not have my saved settings interfer with using a different city setting? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|