![]() |
Quote:
for some reason i had marked the method getHTTP as a private class, meaning you can't call it directly (i.e. $obj = new wowhead_item(); $x = $obj->getHTTP() ). I thought i fixed that like.. 3 versions ago but thats what i get for working until 6am 3-4 days week :( |
Great making that method public fixed my problems!
Thanks for checking on this sweede! |
I've gotten some questions if it would be possible to get spell-id's also working as a mouseover like the item-id's
|
Any news on the Wotlk.wowhead.com haxxor ? ;p
|
hmz - I have a problem when trying to link items;
linking items with just; http://www.wowhead.com/?item=34185 for eksample works. But using [item]Sword Breaker's Bulwark[/item] Does not work; here's what a url shows when i try mouseover after posting with the [item] codes; http://www.wowhead.com/?item={option} Any idea what's wrong? (oh and if i try and edit the post - the links will not work anymore, as they stand as html in the edit window, and not as or http://www.wowhead.com/?item=34185 |
Hi Sweede, this is awesome - thank you so much! Much easier to install than itemstats and way less code. Brilliant!
|
Absolutely brilliant addon. I'm looking around for spell mouseovers atm. It would be great if we could get this addon to do it.
|
Works like a charm thanks
|
Causes:
Code:
Fatal error: Maximum execution time of 30 seconds exceeded in /home/mmoqqcom/public_html/guidewiki/forums/includes/class_core.php on line 408 Any ideas on how to optimize? |
Quote:
Each item is looked up in your local cache for the item ID (wowhead requires item ID to create the tooltip). If it is not found, it will make a request to wowhead.com (example; http://www.wowhead.com/?item=Netherweave&xml ) to get the XML data w/the item ID. I cache most of the information in the XML for future use. vbulletin then creates the item link that the wowheads power.js will process. The largest time spent is the http request to wowhead.com. if each request took just 1/10th of a second, 450 requests would still take 45s or longer, since each request is sequential. |
All times are GMT. The time now is 12:20 PM. |
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:
|