The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
VB World Weather Details »» | |||||||||||||||||||||||||
This is VB World Weather...
It allow your users to look up and display local weather for 39,722 locations around the world! It is template based with multi language support built in! The zip file contains... 1. Step by step install files 2. All images, language files, templates, weather database file and scripts Demo http://forum.ya-right.com/ user: test pass: test when you login go to the usercp to try the demo, also look at the bottom of the forum home for the other display... The one on the forum home can be placed where ever you want to place it! If you have any questions or need install help post your questions here... UPDATES (7/15/2004 9:47 PM EDT) Go here for the FORUMHOME template update install info https://vborg.vbsupport.ru/showthrea...d=1#post533325 UPDATES (7/18/2004 9:04 AM EDT) Add a database install table script, for people who can not run the single sql file (FOUND IN STEP 7). It is very easy to use! Have a great day.... Sonia _______________________________ Next mod -> translate this topic or post! Show Your Support
|
Comments |
#362
|
|||
|
|||
WTG and I figured out that if you are an "Undeletable, unalterable user" in config.php this will not save your location.
Open config.php look for: // ****** UNDELETABLE / UNALTERABLE USERS ****** and blank out your user number that will be there. (Probably the ONLY user number there.) Reload config.php to your server and BLAMMO! it works. |
#363
|
|||
|
|||
Quote:
....................... |
#364
|
|||
|
|||
i have installed quite a few hacks now, and made mods my self to my forums. but this has got to be the most pain in the arse mod/hack to install... its taken me 2 hours so far of reading not very clean instructions.
I think its time to give up... shame as i really wanted this.. |
#365
|
|||
|
|||
anyone test this on vb3.0.5?
|
#366
|
|||
|
|||
Hi, I get the following each time I try to input a city, I think the problem is that my field numbers are different, for the weather hack they are between 11 & 15, anyone got an idea what edits contain the field information? thanks -- NO FORECAST SELECTED -- Use the Forecast Options below to configure your weather display -- NO FORECAST SELECTED -- Quote:
|
#367
|
|||
|
|||
Hi,
The fix for the problem I had above was changing the field numbers below to the ones I wanted, and I also changed the QUERY to the last number of the field, it worked for me, and I am very happy with the installed hack taffy In profile.php Code:
if ( $_REQUEST['do'] == 'weather' ) { $new_forecast = forecast_valid ( $bbuserinfo[field5], $bbuserinfo[field6], $bbuserinfo[field7], $bbuserinfo[field8], $bbuserinfo[field9] ); $new_forecast = fetch_forecast ( $new_forecast, 1 ); $customfields = array (); fetch_profilefields(1); $navbits[''] = $vbphrase['weather_title']; } if ( $_REQUEST['do'] == 'places' ) { if ( !empty ( $_POST['location'] ) ) { $DB_site->query ( "UPDATE " . TABLE_PREFIX . "userfield SET field9=" . addslashes |
#368
|
|||
|
|||
Quote:
Overall a great hack and now working for me. Wondering, does this hack require Cronjobs or does it work automatically and fetch weather information we refresh a page. Anyone have information on what changes need to be done on weather_db.php for cron ? Thanks & Regards, MBH |
#369
|
|||
|
|||
Quote:
|
#370
|
|||
|
|||
Alright, I did everything right again, I think, but cannot get it to display on forumhome. Any ideas?
|
#371
|
|||
|
|||
Quote:
I have this question as well. Didn't know waht to put there so I just freestyled it. Everyone ignores this question though. Any ideas? |
#372
|
|||
|
|||
Oh, boy this is a monster hack.
Things have changed with weather.com remote calls, too. The Auth ID format has a partnerID and license key now for xoap downloads, as this script from forecast.php is about.... PHP Code:
Script writers can gain both at: http://www.weather.com/services/xmloap.html And yes, a cron job has to be setup to download weather.com details. Recommended setting is 1hr or more (since weather.com updates hourly). Chris |
#373
|
|||
|
|||
I can't imagine who would be willing to undergo such a huge task of re-designing this. Whew!
|
#374
|
|||
|
|||
It's possible, as someone has done it for the desktop at the Coolmon site.
Perhaps a request in order? As weather.com weather stats are top notch. Chris |
#375
|
|||
|
|||
Shame isn't it cause just by the original hack post it looks a great hack indeed.
Ismba you mention the update that sonia posted, is that in the latest .zip download or within another post in the thread? Could you perhaps give us some clues as to how you did it different to the install provided please mate.. |
#376
|
|||
|
|||
@Ismba
I didn't see you asking for support in this thread. Contacting a Hack coder by PM without previously posting in the public thread and being asked to take it private, is by most people considered "not done". Most people would not even react on unsolicited PM's. I would say you can be glad that you got a first reaction at all. I suggest you try to ask your support questions just here in the thread next time. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|