Is there a future for RaidTracker?

Track raids, bosskills, loot with the ct_raidtracker enhanced WoW Addon

Moderators: PoloDude, Gaxme

Is there a future for RaidTracker?

Postby axlash » Sun May 27, 2007 3:46 am

My item status shows like this. Why it dosent show correctly?

Image

conf.php
Code: Select all
//where is the itemstats lib
   $addon_conf['RaidTracker']['itemstatsLib'] = "itemstats";
   $addon_conf['RaidTracker']['itemstatsLibFile'] = "roster_itemstats.php";

// Date display like "Y-m-d G:i:s", "d-m-Y G:i:s"
   $addon_conf['RaidTracker']['DateView'] = "Y-m-d G:i:s";

// Show loot in one box or seperate by users who won
   $addon_conf['RaidTracker']['SortByUser'] = 0;
axlash
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Feb 11, 2007 8:25 pm

Re: Is there a future for RaidTracker?

Postby shan_aya » Sun May 27, 2007 2:32 pm

Creutzfeldt wrote:Bonjour niavlys j'utilise raidtracker 1.2 beta 3 et j'ai 2 problèmes :

- les accents qui ne s'affichent pas voir ici (ma base est en ut8)

Hello niavlys I use raidtracker 1.2 beta 3 and I have 2 bug :
- with é è à in a french language


i have same problems, what's solution you send to him ?
thx

and popup is corrupt too as upper post ^^

and in raidtracker tab, i have no count loot but i have it counted in admin tab :(
Last edited by shan_aya on Sun May 27, 2007 3:25 pm, edited 3 times in total.
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

Is there a future for RaidTracker?

Postby niavlys » Sun May 27, 2007 5:38 pm

axlash what is the url of your site ? and tour browser ?

shan_aya : wich itemstat lib did you use ? for the loot count it will be in next version (I deleted the wrong line ^^)
Last edited by niavlys on Sun May 27, 2007 5:39 pm, edited 1 time in total.
User avatar
niavlys
WR.net Apprentice
WR.net Apprentice
 
Posts: 58
Joined: Thu Aug 24, 2006 8:32 pm
Location: Bretagne, France

Re: Is there a future for RaidTracker?

Postby shan_aya » Sun May 27, 2007 11:57 pm

hi,
i use last 1.5.5 core file from itemstats
i try roster_itemstats.php and your wowroster_itemstast.php

( i change utf8 decode line in this file so i correct accent error but i have corrupt popup

see here : http://loupsjustice.guild-heberg.fr/ros ... ay=history

or here : http://loupsjustice.guild-heberg.fr/ros ... r&raid=311

quality item color doesn't exist
popup is corrupt
some item have no popup
or are mark as x0

thx
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

Is there a future for RaidTracker?

Postby axlash » Mon May 28, 2007 2:34 am

My roster site URL is
http://axlash.s284.xrea.com/roster/addo ... ker&raid=1

I use IE6.0. I tried firefox, it looks like
Image
axlash
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Feb 11, 2007 8:25 pm

Is there a future for RaidTracker?

Postby niavlys » Mon May 28, 2007 1:51 pm

shan_aya and axlash
$addon_conf['RaidTracker']['itemstatsLib'] should be a relative path (ie begin with . or ..)
User avatar
niavlys
WR.net Apprentice
WR.net Apprentice
 
Posts: 58
Joined: Thu Aug 24, 2006 8:32 pm
Location: Bretagne, France

Is there a future for RaidTracker?

Postby shan_aya » Mon May 28, 2007 2:08 pm

other value than

Code: Select all
//where is the itemstats lib
   $addon_conf['RaidTracker']['itemstatsLib'] = "itemstats";
   


give white page....
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

Is there a future for RaidTracker?

Postby axlash » Mon May 28, 2007 5:02 pm

I found solution for the problem.

I installed RaidTracker in the directory
/public_html/roster/addons/RaidTracker/

I put "./itemstats" to conf.php at first and had error
Code: Select all
Warning: include_once() [function.include-once]: Unable to access ./itemstats/roster_itemstats.php in /virtual/axlash/public_html/roster/addons/RaidTracker/index.php on line 24
Warning: include_once(./itemstats/roster_itemstats.php) [function.include-once]: failed to open stream: No such file or directory in /virtual/axlash/public_html/roster/addons/RaidTracker/index.php on line 24
Warning: include_once() [function.include]: Failed opening './itemstats/roster_itemstats.php' for inclusion (include_path='.:/usr/local/lib/php') in /virtual/axlash/public_html/roster/addons/RaidTracker/index.php on line 24


I tried "itemstats" next, it seemed okay but there's popup error that I posted before

then I tried "./addons/RaidTracker/itemstats". It works very well :)
axlash
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Feb 11, 2007 8:25 pm

Is there a future for RaidTracker?

Postby shan_aya » Mon May 28, 2007 10:39 pm

+1 it works
thx

just a word :
itemstats is no longer updating ( loot table is not up to date)
so i have some item without popup

what's solution about it ? using poploot (poploot.com) samething but not outdated ?
shan_aya
WR.net Journeyman
WR.net Journeyman
 
Posts: 132
Joined: Fri Aug 11, 2006 12:58 pm

Is there a future for RaidTracker?

Postby niavlys » Tue May 29, 2007 2:40 pm

In my guilde we use itemstat 1.5FR when there is a new item itemstat check various site (alakazan wowodbu judghype) for updating the popup info
User avatar
niavlys
WR.net Apprentice
WR.net Apprentice
 
Posts: 58
Joined: Thu Aug 24, 2006 8:32 pm
Location: Bretagne, France

Is there a future for RaidTracker?

Postby axlash » Sat Jun 09, 2007 2:17 am

I downloaded 'ItemStats1.5_core.rar', and extracted them below RaidTracker directory like this

Code: Select all
RaidTracker
  |-img
  |-itemstats
      |-includes
      |-overlib
      |  |-Mini
      |-templates
      |-tooltips_light
      |-xml_cache


I can see popup from Onyxia's Lair items, but I cant see popup from Karazhan items.

I changed config files like this

RaidTracker/conf.php
Code: Select all
//Characters that can update the raids
   $addon_conf['RaidTracker']['RaidUpdaters'] = array(
      'Slaque','Cthaat',
   );

//where is the itemstats lib
   $addon_conf['RaidTracker']['itemstatsLib'] = "./addons/RaidTracker/itemstats";
   $addon_conf['RaidTracker']['itemstatsLibFile'] = "wowroster_itemstats.php";

// Date display like "Y-m-d G:i:s", "d-m-Y G:i:s"
   $addon_conf['RaidTracker']['DateView'] = "Y-m-d G:i:s";

// Show loot in one box or seperate by users who won
   $addon_conf['RaidTracker']['SortByUser'] = 0;


itemstats/config.php
Code: Select all
<?php

// The location and extension type for the Icon store.
define('ICON_STORE_LOCATION', 'http://wow.allakhazam.com/images/icons/');
define('ICON_EXTENSION', '.png');

// Database config
define('dbhost', 'localhost');
define('dbname', '<my dbname>');
define('dbuser', '<my dbuser>');
define('dbpass', '<my dbpass>');
define('item_cache_table', 'item_cache');

?>


My WowRoster URL is
http://axlash.s284.xrea.com/roster/index.php

Do I need to do something else to show post BC items?

BTW, can I have more than 2 member to upload CT_RaidTracker data? Our guild have 3 grp running Karazhan raid.
axlash
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Sun Feb 11, 2007 8:25 pm

Is there a future for RaidTracker?

Postby Vanterax » Sat Jun 09, 2007 3:16 am

Maybe someone should change the title of my original thread to say "There IS a future for RaidTracker". ;)
Vanterax
WR.net Apprentice
WR.net Apprentice
 
Posts: 66
Joined: Wed Dec 13, 2006 6:58 am

Re: Is there a future for RaidTracker?

Postby Needeles » Sat Jun 09, 2007 9:44 am

Hello, I can't figure out what I am doing wrong here. I got this installed but when I click on the "Loot History" button I get the following error...

Code: Select all
Fatal error: Call to undefined function: itemstats_parse() in .../roster/addons/RaidTracker/functions.php on line 280


I of course left out the begining part of the address. Now the page itself goes all white and shows me the dropdown box to choose a zone.

Now I also get another error when I click on "Boss Progress BC". Below is the error message for this one...

Code: Select all
Warning: Invalid argument supplied for foreach() in .../roster/addons/RaidTracker/bossesBC.php on line 14

Now this does show me the roster backround as normal but under the header is this message.

I have no idea what I may have done wrong but if ya know a fix that would be great. You can find the roster page at the following address...

http://www.fulminataguild.com/roster/index.php

Thanks
Last edited by Needeles on Sat Jun 09, 2007 9:45 am, edited 1 time in total.
Needeles
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri Jan 19, 2007 2:38 am

Re:there IS a future for RaidTracker !

Postby niavlys » Mon Jun 11, 2007 2:52 pm

axlash : in your itemstat dir edit the file config_itemstats.php

and edit line 83
Code: Select all

define
('automatic_search'true);
 



Vanterax : :thumright:

Needeles : did you edit RaidTracker/conf.php
Last edited by niavlys on Mon Jun 11, 2007 2:54 pm, edited 2 times in total.
User avatar
niavlys
WR.net Apprentice
WR.net Apprentice
 
Posts: 58
Joined: Thu Aug 24, 2006 8:32 pm
Location: Bretagne, France

Re:there IS a future for RaidTracker !

Postby Needeles » Tue Jun 12, 2007 11:52 pm

Yep, I went in and edited the config file. Below is a copy of what mine looks like...

Code: Select all
<?php
$versions['versionDate']['raidtracker'] = '$Date: 2006/09/19 $';
$versions['versionRev']['raidtracker'] = '$Revision: 1.1.3 $';
$versions['versionAuthor']['raidtracker'] = '$Author: PoloDude $';

//Characters that can update the raids
   $addon_conf['RaidTracker']['RaidUpdaters'] = array(
      'Raffelz','Deathfrmabov',
   );

//where is the itemstats lib
   $addon_conf['RaidTracker']['itemstatsLib'] = "./itemstats";
   $addon_conf['RaidTracker']['itemstatsLibFile'] = "./itemstats.php";

// Date display like "Y-m-d G:i:s", "d-m-Y G:i:s"
   $addon_conf['RaidTracker']['DateView'] = "Y-m-d G:i:s";

// Show loot in one box or seperate by users who won
   $addon_conf['RaidTracker']['SortByUser'] = 0;

/****** DON'T CHANGE ANYTHING BELOW! ******/

//Update Trigger
   $addon_conf['RaidTracker']['UpdateTrigger'] = 1;

// General variables
   $rt_wordings['RaidTracker']['ZoneIcons'] = array(
      "Zul'Gurub" => "zg",
      "Onyxia's Lair" => "onx",
      "Molten Core" => "mc",
      "Blackwing Lair" => "bwl",
      "Ahn'Qiraj Ruins" => "aq20",
      "Ahn'Qiraj Temple" => "aq40",
      "Naxxramas" => "nax",
      "Karazhan" => "kz",
      "Gruul's Lair" => "gl",
      "Magtheridon's Lair" => "mag",
      "Serpentshrine Cavern" => "sc",
      "The Eye" => "tk",
      "World Bosses" => "outdoor",
      "RandomRaidBC" => "outdoor",
      "RandomRaid" => "outdoor",
   );

?>


I have no idea. Also I just noticed I can't upload the profile for some reason. I get some French thing but basically it says I am not authorized to upload the data even though my name is in the list of ppl to do it. Below is what it says when I upload the characterprofiler.lua and the CT_RaidTracker.lua...

Code: Select all
Updating CTMod RaidTracker Data from Character [Raffelz]
utilisateur Raffelz non autorise a uploader les raids


Now when I just upload the CT_RaidTracker.lua file alone I only get a parse message but nothing else.

I also forgot to add that when I click on the Raid name itself I get the following error message...

Code: Select all
Fatal error: Call to undefined function: itemstats_parse() in .../roster/addons/RaidTracker/functions.php on line 101


Now looking in my functions.php file line 101 says..

Code: Select all
echo itemstats_parse('<td class="membersRow'.$rownum.'">'.utf8_decode($loot_item));


Line 280 says...

Code: Select all
echo itemstats_parse(utf8_decode($loot_item));


Not sure but I think it has to do with the itemstats. Not sure if it makes a difference but I do have the itemstats setup for my PHP-Nuke/PBPBB also. They are all ran from the same database but are in separate folders. I have the main itemstats setup as per the instructions from the website.

Running PHP-Nuke 7.9
PHPBB 2.20
Roster 1.7.3
OS Linux
Server Software Apache/1.3.33 (Unix)
MySQL Version 4.0.27-standard-log
PHP Version 4.4.7
PHP API Type cgi
safe_mode Off
open_basedir Off
allow_url_fopen On
file_uploads On
upload_max_filesize 20M

Not sure if the above will help but is some info on my server I use from the rosterdiag page.
Last edited by Needeles on Wed Jun 13, 2007 12:09 am, edited 3 times in total.
Needeles
WR.net Apprentice
WR.net Apprentice
 
Posts: 6
Joined: Fri Jan 19, 2007 2:38 am

PreviousNext

Return to RaidTracker

Who is online

Users browsing this forum: No registered users and 0 guests

cron