vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - World of Warcraft Event Calendar (https://vborg.vbsupport.ru/showthread.php?t=145287)

mikey1974 01-23-2008 03:16 PM

It was working perfectly there when i first installed it then some ppl entered / instead of | but i have since edited their profiles to reflect the correct changes.

But all i seem to get now is "The specified CGI application misbehaved by not returning a complete set of HTTP headers."

i have uninstalled it and reinstalled it over and over making sure that i aint messed something up and i am sure i have.

me = DUMB

Philipp G?rard 02-01-2008 02:49 PM

I changed parse_wowarmory() to the following and by that eliminated all problems (speed, wrong readouts etc.) I had:

Code:

function parse_wowarmory($url) {
        require_once(DIR . '/includes/class_xml.php');

        $useragent        = "Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4";
        $header[]        = "Accept-Language:en-en,de;q=0.8,en-us;q=0.5,en;q=0.3";
        $ch = curl_init();
        curl_setopt ($ch, CURLOPT_URL, $url);
        curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1); // Ausgabe als String
        curl_setopt ($ch, CURLOPT_CONNECTTIMEOUT, 20);
        curl_setopt ($ch, CURLOPT_USERAGENT, $useragent);
        curl_setopt ($ch, CURLOPT_HTTPHEADER,$header);
        $xml = curl_exec($ch);
        curl_close($ch);
        if ($xml != false)
        {
                $xmlobj = new vB_XML_Parser($xml);
                return $xmlobj->parse();
        }
        else
        {
                return false;
        }
}


sweede 02-14-2008 08:59 PM

Just to let every one know, since the mod author has been MIA for some time, i plan on fixing updating and possibly re-writing this mod for my fellow wow players (hate the game).

If anyone has any requests, please reply, quoting this post so i know that it's a suggestion. Be sure to include any bugs that you may have noticed.

Caerydd 02-14-2008 09:15 PM

a version that doesn't require fopen_url would be fav >> curl libraries ftw.

Lastly - interpolability(sp) with Event Forums OR the ability to run alongside Farcaster's Event Attendance (so, WoW version on one calendar, farcaster's version on other calendars. This would be awesome for our raid calenders, but not so good for our RP/instance calendars)

If this is not possible/is too much work/too individual, no worries ^^

sweede 02-14-2008 09:27 PM

Quote:

Originally Posted by Caerydd (Post 1443237)
a version that doesn't require fopen_url would be fav >> curl libraries ftw.

Lastly - interpolability(sp) with Event Forums OR the ability to run alongside Farcaster's Event Attendance (so, WoW version on one calendar, farcaster's version on other calendars. This would be awesome for our raid calenders, but not so good for our RP/instance calendars)

If this is not possible/is too much work/too individual, no worries ^^

I do plan on making the URL retrieval use several methods, checking to see if the prefered method is useable and working down from there and updating my other mods to do the same thing.

Wayne Luke 02-15-2008 06:33 PM

Quote:

Originally Posted by sweede (Post 1443224)
Just to let every one know, since the mod author has been MIA for some time, i plan on fixing updating and possibly re-writing this mod for my fellow wow players (hate the game).

If anyone has any requests, please reply, quoting this post so i know that it's a suggestion. Be sure to include any bugs that you may have noticed.

Here are my requests:

1) Integrate with or provide functionality for the "Event Forums" addon.
I am going to try and fix this myself.
https://vborg.vbsupport.ru/showthread.php?t=123416

2) Better armory integration if possible.

Aside from the slow speed, I haven't noticed any bugs. I am updating the xml retrieval with the function above but not sure if that will fix the speed issue.

Gryphon 02-15-2008 07:43 PM

I rewrote this mod pretty much from the ground up and have released it here.

sweede 02-15-2008 08:35 PM

Quote:

Originally Posted by Gryphon (Post 1443955)
I rewrote this mod pretty much from the ground up and have released it here.

NICE!

Less work for me to do ! :)

RiosJoe 02-25-2008 08:57 AM

Yeah, I installed it but I get this error and have no idea what it means :(

Code:

Warning: Unknown(./includes/wowcalendar_functions.php): failed to open stream: No such file or directory in /calendar.php(1209) : eval()'d code on line 2

Fatal error: (null)() [function.require]: Failed opening required './includes/wowcalendar_functions.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/riosjoe/public_html/bloodshed/calendar.php(1209) : eval()'d code on line 2


Caerydd 02-25-2008 03:32 PM

Have you tried using this version? https://vborg.vbsupport.ru/showthread.php?t=170592

It is 3.6.x compatible, and it's author is updating regularly.

elricstorm 03-02-2008 06:01 PM

--- removed ---

I'm using vbulletin again. :)

Rush2008 04-25-2008 03:16 PM

On my board we have people that are not in our guild (Guild Guests) that often sign up for our events. These folks have a custom user title and are in a usergroup called "Guest".

It would be a wonderful addition if we could display whether the person signing up is a regular member of our guild, or a guest that would like to tag along on one of our raids.

There are some events that we want our first choices on the signup page to be our regular members and not our guests. Choosing between the two is difficult unless you check our members section to see their custom title, or check their usergroup.

Thanks,
Rush
http://TheGuildInc.US

Sanctorum 06-11-2008 04:24 PM

I get this when I try to add myself to the event:

Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.

I'm running the latest forum version 3.7.x

elricstorm 07-02-2008 11:04 PM

I'm upgrading this and adding it for Age of Conan therefore I will most likely work on the 3.7.x version as that is the current one I am using.

Ronya 07-20-2008 12:41 AM

Can you share version for AoC with class names etc?

The DaveyG 09-24-2008 02:23 PM

I run a board for the NHL 09 video game's EASHL mode (basically an MMO for hockey, where a team of up to 50 can get together to play online hockey games). I need something to organize team play times. Would this be possible to adapt for this game? Can I have multiple private versions of these calendars that each team can run?

Thanks in advance for anyone's help.

Vareyah 01-19-2009 01:12 AM

I got the calender in, the option for sign up appears, and the character list, however, once I click to submit my attendance I get this message:

"Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

Any ideas what this security token may be?

Thanks for the mod. I really hope I can get it to work.

Dragonsys 01-26-2009 03:41 PM

Quote:

Originally Posted by Vareyah (Post 1717351)
I got the calender in, the option for sign up appears, and the character list, however, once I click to submit my attendance I get this message:

"Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error."

Any ideas what this security token may be?

Thanks for the mod. I really hope I can get it to work.

Same problem. Looks like this doesn't work with VB 3.8
Try using this one instead - https://vborg.vbsupport.ru/showthread.php?t=170592


All times are GMT. The time now is 10:58 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
  • Page Generation 0.01417 seconds
  • Memory Usage 1,767KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (18)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete