Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VB World Weather Details »»
VB World Weather
Version: 1.00, by why-not why-not is offline
Developer Last Online: Jun 2007 Show Printable Version Email this Page

Version: 3.0.3 Rating:
Released: 07-11-2004 Last Update: Never Installs: 82
 
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #372  
Old 04-15-2005, 11:12 PM
ChrisLM2001 ChrisLM2001 is offline
 
Join Date: May 2003
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
function new_data $id$type )
{
    
$na = array ();
    
$send $type == '1' 'cc=*' 'dayf=6';
    
$code urlencode $id['id'] );
    
$out file_get_contents 'http://xoap.weather.com/weather/local/' $id['code'] . '?' $send '&unit=s&prod=xoap&par=1005217190&key=2e4490982af206e0' );
    
$out process_xml $out ); 
At coolmon.arsware.org their weather.com vbs script has a huge legal disclaimer on it, with a warning that to use a modified weather.com access xoap script you must get a SDK and that ID and Key to legally download content from weather.com (just a reminder for site admins). This mod needs to be redone to include both for the peace of mind of site owners.

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
Reply With Quote
  #373  
Old 04-16-2005, 12:13 AM
Wential Wential is offline
 
Join Date: Aug 2004
Posts: 85
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't imagine who would be willing to undergo such a huge task of re-designing this. Whew!
Reply With Quote
  #374  
Old 04-16-2005, 04:06 AM
ChrisLM2001 ChrisLM2001 is offline
 
Join Date: May 2003
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #375  
Old 05-11-2005, 10:43 AM
Scooterpig Scooterpig is offline
 
Join Date: Feb 2005
Posts: 247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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..
Reply With Quote
  #376  
Old 05-12-2005, 05:23 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@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.
Reply With Quote
  #377  
Old 05-12-2005, 10:06 AM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@Ismba

Maybe i read over it, but could you please give me a link where the coder say that anybody, or you, can ask for support by mail?

All i can find is the coder asking some specific users to contact him by mail on some specific problems, after those users couldn't be helped here in the thread.

And yes it would be nice if all coders would have unlimited time to spend on supporting their unpayed work here, and also to be contact by any means. But this isn't a perfect world.
Reply With Quote
  #378  
Old 05-12-2005, 12:56 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually this is a 300+ post thread. Took me less then a minute to search for the coder making a statement like that.

I hope however (not for me, but for yourself) that you now do understand that asking in PM's is not the way to get the best/fastest answers.
Reply With Quote
  #379  
Old 05-20-2005, 07:36 PM
PixelFx PixelFx is offline
 
Join Date: Dec 2002
Posts: 1,117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is this stable enough to install on vb3.0.7?
Reply With Quote
  #380  
Old 05-20-2005, 07:40 PM
Polo's Avatar
Polo Polo is offline
 
Join Date: Jun 2004
Posts: 893
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PixelFx
is this stable enough to install on vb3.0.7?
I think it is... i believe I saw it installed in a vbulletin 3.0.7...
Reply With Quote
  #381  
Old 05-25-2005, 11:12 PM
vnpower vnpower is offline
 
Join Date: Jul 2004
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I know what is option_id in:
// special tag you need to change ( 1 -> option_id )
$forecast_fields = verify_profilefields ( option_id );
But I dun know what is field_start and field_end number in:
// special tags you need to change ( 2 -> field_start, field_end )
$w_fields = array ( 'field_start', 'field_end' );
Please help me! Thank~
Oh, you have new vesion ? 2.x ???
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:16 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08042 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete