![]() |
yeah i still see sometimes it works, and sometimes it doesnt.. that kinida sucks.
|
Thank you, I have been scratching my head about this one for well over two weeks now. Lucky me I finally checked the thread out.
The fix worked, good work guys. Great to see everyone helping each other! |
Hi,
Is it just me or has it stoped working for every contry except the US? LeMarsu |
:banana: :bunny:
Hey .... it is working now... been looking at it all day at work.. trying to find a work around But now it is working again ! :banana: LeMarsu |
Our members say it works for them, even internationally.
Thanks to lemarsu for the help. FYI for all those out there. You need to apply the fix to both the weather.php and index.php. If you apply to only to weather.php you will only see the detailed weather work, and the frontpage will only work when you force update. If you apply to only index.php, the frontpage part will only work.... If you have a portal, you need to change that as well.... |
it stopped working for me
|
It's working fine here, just like when originally installed. It might go down for a few minutes here and there, but that has always happened.
Jbear6 |
Big problem in deed, here is the mail I have sent to JJR512
Read carefully if you have installed the weather hack. Hi, I really love your hack and I think it´s great but unfortunatly, I cannot make it work with Spain. I tried with the V3.0 and the v 3.01. I also tried with the VBulletin 2.29 and 2.30 but I get the same problem. I have checked your webiste to see if it was working but it didn´t. So try to put any cities in Spain like Madrid or Barcelona. It just says they aren´t there but when you check your tables, they are all there. And if you go to the nbc page, it does works there. Any idea of what could be the problem? I hope you can help me with this problem because if soemone wants to ++++ around, he only has to chose Spain and you will get a SQL Error. Quite annoying. Hope you will have the time to answer me. If I can help, do not hesitate in contacting me. Thanks you. |
ok,
I see the problem there is no data for Spain in `weather_city` table... LeMarsu |
ok,
I compiled you some SQL that you will need to run in mySQL, this will populate `weather_city` table with all the cities in Spain and it should all work with no problems. There are 189 cities from Agreda to Zaragoza. LeMarsu |
Wow, you are amazing, I?ll try it right now, Thanks a llot ;)
|
I don't know why but a lot of users are requesting I make the Iraqi weather available, anyone know if this is possible?
My forecast for Iraq is a good chance of bombing tonight, more of the same tommorow. :) Go USA! |
Quote:
The weather for Iraq, should be working, just check you have codes IZXX0001 IZXX0002 IZXX0003 to IZXX0012 In your `weather_city`table. They are in my forum. LeMarsu. PS: I have lived through a war and I would like to inform you that spending the night wondering if a missile is going to hit your house and kill you and you family or bury you all alive is not something you wish to happen to other people, I hope it doesn?t ever happen to you. End of this conversation please |
I m loking for bugs and i have found a new one.
Australia dosenst work either but this time, it looks different. I think the cities haven´t been created. |
The problem is that you need to pick a Country to force the refresh....
so pick New Zealand, the go back to Australia.... and.... et Voila ! It works.. LeMarsu |
Great work though i have a small error with the spanish stuff.
when executing the sql queries, i get an error message about the following INSERT INTO weather_city VALUES ('SPXX0049', 'L´Hospitalet de Llobregat', 211); but changing it to INSERT INTO weather_city VALUES ('SPXX0049', 'L Hospitalet de Llobregat', 211); it works. But after that, i get some strange errors. Did you try it? Did it work ? By the way lemarsu, are you french or belgian? Thanks for your time.. :banana: |
is there an easy way to remove the country, cities, and such that will not be used? I am from Canada, and my members are ONLY from Canada, therefor the others will never be used... With them all in there, it is taking a huge amound of database space.
|
Stephane,
I have edited the sql attachment for Spain... Sorry I was at work and I didn't fully test it out I only ran the first 5 towns.... What a bad tester !!! I am actually Lebanese (hence the little comment for scottct1), but I had a French education.... LeMarsu |
Quote:
Etcher, To delete everything that is not Canada I suggest you do the following: As the biggest table is weather_city, just concentrate on that one. You will need to run the delete statement bellow that will get rid of 36721 rows, NOTE THIS WILL GET RID OF EVERY CITY IN THE WORLD APPART FROM CANADA the countries will still be there if you need them in the future. [b]ps I have not tested the SQL[b] Code:
DELETE FROM `weather_city` WHERE `accid` NOT LIKE 'CAXX%' |
French education, now I understand where you got your nick from...
I am insisting again about the weather hack but it?s only because I really like it and i cannot make it working fine :( What do i have to do with spain.sql to make it working? And what is the following error: [socketerror] cannot connect to www.msnbc.com.... blblabla 80 Un truc dans le genre... Thanks for your knowledge. |
Awsome, thank you...
That is a HUGE DB, that must have taken weeks to make, and less than 2 seconds to delete.... and that worked, and took 900,000+ out of the DB Fantastic job though, great hack... Quote:
|
Quote:
What about everything but America, who cares about Canada! :) |
How would I add the type "Heavy Rain" to the board? It's coming up as Unknown Type on the board but I see it as Heavy Rain on MSNBC.
BTW, Installed, love it! :) Great fix by the other gentleman! :) |
Quote:
Code:
DELETE FROM `weather_city` WHERE `accid` NOT LIKE 'US%' |
Ok, now all of a sudden the "H O N D A - A C U R A . N E T Weather is provided by The Weather Channel and MSNBC " table is blacked out. It was fine before. I've changed nothing! What could have done this?
|
lemarsu! lemarsu! you helped a lot. thanks!
|
Quote:
Anyone? |
Quote:
Help, and also it seems the weather data just took a vacation! :( |
i´ve checked several sites and all of them are working, must be your server. That hack is very fussy and needs a server with a specific config, lok for another one or use your pc as a server. I use easyphp and it works perfect...
|
Quote:
just had a look at : http://www.honda-acura.net/forums Look like all is well can you give us more info ? Like the country/town it is not working for ? LeMarsu |
it's not showing up, for every city and state it says 0 degrees and all that, no pics are showing up and I installed everything right. Is something wrong or is my server just being a punk?
|
Quote:
Actually, jump into the Detailed Forcast and look at the bottom. Username: test Password: test Take a look at "H O N D A - A C U R A . N E T Weather is provided by The Weather Channel and MSNBC" and you'll see that it's not showing the correct background color. If you go into User CP, Edit Options, and change style to worksafe, then go to the same page, it's totally blacked out this time. |
This is the same problem in my worksafe style..
|
Anyone?
|
Quote:
Naw, its not working, the data exists but its not getting broken up in there. |
PHP Code:
Somehow that seems like the start of the right approach |
Exelent hack.
Quick question. Any way to have the : Winds: WSW 40 km/h Showing im m/s ( meter / second ) /DonLKSAB |
Cool hack!
How do I hide this feature to guests? |
Quote:
|
ok what did i do wrong i installed this hack on 2.3.0
i get the current weather coming up for the default nyc but when i click detailed forcast or change settings i get an error no input file specified in weather.php. ok got that prob fixed.(and no i don't know what the prob was) the only problem i have now ithe the last update time is wrong any ideas on that one?? |
All times are GMT. The time now is 11:34 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|