Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard

Reply
 
Thread Tools
gItemStats - World of Warcraft Itemstats Details »»
gItemStats - World of Warcraft Itemstats
Version: 9.9.9.9.9, by Gryphon Gryphon is offline
Developer Last Online: Sep 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.8 Rating:
Released: 03-04-2007 Last Update: 01-24-2008 Installs: 160
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files  
No support by the author.

What is it?
[hr]-[/hr]gItemStats is a modification for vBulletin which allows you to display popup World of Warcraft item information on your fourms.

See this thread for the continuation of this modification.

Supporters / CoAuthors

Show Your Support

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

Comments
  #172  
Old 02-28-2008, 06:39 AM
jluerken's Avatar
jluerken jluerken is offline
 
Join Date: Aug 2003
Location: Germany
Posts: 1,016
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Gryphon are you still supporting this product?
You give good support to your Teamspeak Product but this mod is marked as supported but people are waiting for an answer regarding several issues.
Do you have an idea how to fix them?
Reply With Quote
  #173  
Old 02-29-2008, 10:53 PM
Gryphon's Avatar
Gryphon Gryphon is offline
 
Join Date: Oct 2001
Location: Seattle, WA
Posts: 617
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It is partially supported, my part of which there isn't much to support. I created this product as a configuration front for Yahourt's Itemstats and that configuration part of the product is what I support. Any problems with fetching data etc is caused by that script which is no longer supported by Yahourt.

However, I have written a replacement that, so far, eliminates all the uploaded files and is simply a product. It still needs optimization so I have not released it yet.
Reply With Quote
  #174  
Old 03-03-2008, 04:42 PM
Paradigm Paradigm is offline
 
Join Date: Jan 2008
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have fixed the problem for the grey links. Find the config.php in your itemstats folder locate this
Code:
define('dbhost', 'localhost');
define('dbname', 'DBNAME');
define('dbuser', 'DBUSER');
define('dbpass', 'DBPASS');
define('item_cache_table', 'item_cache');

and add this

Code:
/*define('dbhost', 'localhost');
define('dbname', 'DBNAME');
define('dbuser', 'DBUSER');
define('dbpass', 'DBPASS');
define('item_cache_table', 'item_cache');*/
You are just commenting that code so it doesn't write over another php file that has your DBs username and password info in it.

It worked for me and I hope it works for others too!
Reply With Quote
  #175  
Old 03-07-2008, 06:09 PM
Masked Crusader Masked Crusader is offline
 
Join Date: Oct 2005
Location: Sacramento, CA, USA
Posts: 293
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The tags will be properly parsed in preview and when I'm redirected back to the post after submitting it. But on subsequent reloads of the page, the link will be not be parsed.

It seems to be a problem with the postcache or something.
Reply With Quote
  #176  
Old 04-11-2008, 09:41 PM
Cloudrunner's Avatar
Cloudrunner Cloudrunner is offline
 
Join Date: May 2003
Location: Butte, MT
Posts: 635
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any progress on the new product Gryphon?
Reply With Quote
  #177  
Old 04-15-2008, 05:32 PM
pewp pewp is offline
 
Join Date: Aug 2005
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is there anyway to get the mouseover tool tip to be transparent? I had a version of the itemstats prior to upgrading to 3.6.9 that stopped wroking for some reason and it had transparent mouseovers.
Reply With Quote
  #178  
Old 04-17-2008, 02:49 PM
atomhead atomhead is offline
 
Join Date: Nov 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

why is itemstats included if there's 'no file modification necessary'? do i still have to configure itemstats? because this isn't working otherwise.
Reply With Quote
  #179  
Old 05-07-2008, 02:11 AM
tuaguild's Avatar
tuaguild tuaguild is offline
 
Join Date: Dec 2007
Location: Memphis TN
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

gryphon there is a wowhead mod for itemstats take a look at http://forums.eqdkp.com/index.php?showtopic=9342 i have used it before but i dont know how to make it work with your addon

I tried looking at your code for functions_gitemstats.php and i couldnt find a way to insert all the information needed for parsing wowhead. I think someone will be able to do this and i like Itemstats as opposed to Sweede's addon due to flexibility. It is just a matter of adding the extra wowhead code for the parsing. Anyone have any ideas?

Well Guys i did it i got a working version of this parsing wowhead for the tooltips. I will post a version of it if it is allowed by gryphon but i will not do so until oked by him or i will send him the entire package to post. In this version you just have to type the name like [item]Warglaive of Azzinoth[/item] and the mouseover will show up
Reply With Quote
  #180  
Old 06-01-2008, 08:29 PM
tuaguild's Avatar
tuaguild tuaguild is offline
 
Join Date: Dec 2007
Location: Memphis TN
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello guys. I wanted everyone to know that i do have a RELEASEABLE VERSION of gItemstats with WoWHead item caching. I am going to be speaking with Gryphon about release options and weather i can release it myself or have him release it. Please be patient as i will be providing all the support for this addon
Lyco AKA TUAGuild
Reply With Quote
  #181  
Old 06-03-2008, 12:36 PM
GuaRRand GuaRRand is offline
 
Join Date: Oct 2005
Posts: 337
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i get a </span> behind every linked item, i dont see the image and it takes ages to load... as in 10-15 seconds for a page...

I like the idea, but it seems to be failing on my site..

Anything i need to updated/alter?
Reply With Quote
Reply

Thread Tools

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 05:29 PM.


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.10371 seconds
  • Memory Usage 2,303KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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