Search found 49 matches

by Giz
Thu Jul 10, 2003 6:25 pm
Forum: Tech
Topic: My coppermine Development version phpBB hacks
Replies: 0
Views: 6932

My coppermine Development version phpBB hacks

These will get redirection working properly: In /bridge/phpbb.inc.php Find: define('PHPBB_WEB_PATH','whateverpath'); and after it add: define('PHPBB_RELATIVE_RETURN_PATH','../gallery/'); This could be whatever will get you from the phpBB2 script path in the phpBB2 board configuration to the site rel...
by Giz
Thu Jul 10, 2003 5:18 pm
Forum: Tech
Topic: InterceptVector.com
Replies: 6
Views: 13482

Unfortunately InterceptVector.com has been down for quite some time. I do not know if they are ever going to come back at this point. Until further notice, I would not recommend that anyone download the IVWeather class, as it's entirely useless without the interceptvector.com weather feed :cry: . If...
by Giz
Sat Jul 05, 2003 12:48 am
Forum: Tech
Topic: Hmm... strange error
Replies: 2
Views: 7360

I've really meant to add @fopen to the class to suppress the warnings as the error checking is about as good as I can get it without figuring out how to get fopen's http socket wrapper to timeout. Nevertheless, the problem you're having is because interceptvector.com has gone away. I have no idea if...
by Giz
Sun Jun 22, 2003 6:43 pm
Forum: Tech
Topic: Please post IVWeather Localization files here!
Replies: 7
Views: 18692

Added this to the distribution. Thanks!
by Giz
Sun Jun 22, 2003 6:30 pm
Forum: Tech
Topic: Localization how to??
Replies: 1
Views: 6542

Re: Localization how to??

Hi, :oops: Hmm, how to use the localization modules (for example ivweather.lang.dutch.php)??? :oops: Thanks for helping me out :wink: Regards, Frank Frank, Make sure that any of the language files you want to use are in the same directory as the IVWeather.class.php file. require("ivweather2.cl...
by Giz
Fri Jun 20, 2003 8:24 am
Forum: Tech
Topic: test_ivweather.php fails at loading
Replies: 2
Views: 7905

Frank, It appears that you were not able to make a connection to the interceptvector server to retrieve the weather. One thing to check, make sure with phpinfo() or looking in your php.ini that you have allow_url_fopen=On. Without this setting the http wrapper called by fopen will not work. Let me k...
by Giz
Thu Jun 19, 2003 1:31 am
Forum: Tech
Topic: Please post IVWeather Localization files here!
Replies: 7
Views: 18692

Thanks Thomas, I've added your language file to the distribution.
by Giz
Tue Jun 17, 2003 2:36 pm
Forum: Tech
Topic: Are you using IVWeather.class.php?
Replies: 0
Views: 6158

Are you using IVWeather.class.php?

If you have a site that is using the class, or have created a CMS module or other software that makes use of the class, please post a description and link here, so that others can find you.
by Giz
Tue Jun 17, 2003 2:34 pm
Forum: Tech
Topic: Weather: translations and images
Replies: 8
Views: 16368

Trijnie wrote:Hi,

I have not made a component of the new release yet. I will do that later this week.
That's great, please make sure and post a URL to the package so I can add it to my list of links.
by Giz
Mon Jun 16, 2003 8:25 pm
Forum: Tech
Topic: Weather: translations and images
Replies: 8
Views: 16368

That's really cool. Thanks for letting me know you created that Mambo module. I hope to compile a list of places where it's being used. Did you make any use of the new 1.10 features?
by Giz
Mon Jun 16, 2003 2:54 pm
Forum: Tech
Topic: Please post IVWeather Localization files here!
Replies: 7
Views: 18692

Thanks. Dutch language file now added. :D
by Giz
Sun Jun 15, 2003 5:54 pm
Forum: Announcements
Topic: RELEASED: IVWeather.class.php Version 1.10
Replies: 0
Views: 8694

RELEASED: IVWeather.class.php Version 1.10

This release addressed 3 areas: -Error handling (much improved) -Parsing of dates and allowing display of date and datetime relative to localized preference -support for localization files and functions to display the $ivw->sky description and winddecode() in languages other than english. IVWeather....
by Giz
Sun Jun 15, 2003 1:40 am
Forum: Tech
Topic: Please post IVWeather Localization files here!
Replies: 7
Views: 18692

Example Spanish Language file (ivweather.lang.spanish.php): [php]<?php // Language Localization File // You may be aided in your efforts to create a localization file for your language by // referencing this webpage: http://canyoncam.gizmola.com/wid.php // Please post localizations to this forum top...
by Giz
Sun Jun 15, 2003 1:35 am
Forum: Tech
Topic: Please post IVWeather Localization files here!
Replies: 7
Views: 18692

Please post IVWeather Localization files here!

Example: [php] <?php // Language Localization File // You may be aided in your efforts to create a localization file for your language by // referencing this webpage: http://canyoncam.gizmola.com/wid.php // Please post localizations to this forum topic: // http://forum.gizmola.com/phpBB2/viewtopic.p...
by Giz
Thu Jun 12, 2003 6:19 pm
Forum: Tech
Topic: Weather : error message not showing on failure?
Replies: 4
Views: 11033

I will have to play with what you sent. I've made some progress, and now get an error as expected if the site simply isn't there (bad DNS/URL) but I need to add some code when a valid site is found but the URL is bad. As it is now the script just goes on it's merry way but the objects are basically ...