Boss progress

Joomla/Mambo integration forum

Re: Boss progress

Postby reznor » Fri Feb 22, 2008 3:08 pm

Sorry for my long time absence.
Yes, I will update it for sunwell.

@eirual:
Yes, the gif files are left behind, since they are generated by the php-script. Only files which are defined in the xml file are removed during uninstall. Since they do not exist during install they are not uninstalled / removed properly.
If somebody knows how to fix this, please let me know :)

@Mokane & synestar:
str_split is, like cucuboco already wrote, a php5 function.
To hotfix this issue, try the following:
Edit "mod_wow_boss_progress.php" in your /modules directory.

Around line 123:

Find
Code: Select all
list($red, $green, $blue) = str_split ($back_color, 2);

And replace this line with:
Code: Select all
list($red, $green, $blue) = explode("\r\n", chunk_split($back_color, 2));


Around line 132:

Find
Code: Select all
list($red, $green, $blue) = str_split ($bar_color, 2);

And replace this line with:
Code: Select all
list($red, $green, $blue) = explode("\r\n", chunk_split($bar_color, 2));


@those who have problems with the progress bars:
As I mentioned before:
The module uses gd_library to generate the bars.
Your php installation has to be compiled with gd so that you are able to use it (if you're on gentoo it's USE="gd" emerge php).
For other distributions it should be compiled in by default.


I hope this helps out until I've got time for a new release.

Planned:
- Include bosskill dates
- Include Sunwell Plateau
- ... Your suggestions here :D

Reznor
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Boss progress

Postby weshley123 » Wed Feb 27, 2008 5:40 pm

hey guys,

ive installed this mod with joomla 1.5 running on legacy 1.0 enabled, but when i configure the mod i get this ;

Warning: imagecreatefromgif(/mounted-storage/home39a/sub001/sc14599-UFDB/learntoplay.nl/modules/mod_wow_boss_progress/images/bars/bar.gif) [function.imagecreatefromgif]: failed to open stream: No such file or directory in /mounted-storage/home39a/sub001/sc14599-UFDB/learntoplay.nl/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 159

help ? really cant find it
weshley123
WR.net Apprentice
WR.net Apprentice
 
Posts: 1
Joined: Wed Feb 06, 2008 3:42 pm

Re: Boss progress

Postby reznor » Wed Mar 05, 2008 5:31 pm

Hello,

module was updated!

You can download it HERE.

Have fun! :D

How to upgrade:
Copy .zip file to WEBROOT/modules and unzip file overwriting old files.

**** Changelog **** --- 05.03.08 ---

- Added Sunwell Plateau
- Bosskill dates / additional text
- more style options for tooltip
- WoW style tooltips
- removed close text
- made timeout for tooltip configurable
- working with php4
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Re: Boss progress

Postby Gardo » Mon Mar 10, 2008 5:23 am

I have installed the modue and it is only partly visible

When enabling the progress bars I get the following error

LID Boss Progress

Warning: imagecreatefromgif(/home/gardolid/public_html/modules/mod_wow_boss_progress/images/bars/bar.gif) [function.imagecreatefromgif]: failed to open stream: No such file or directory in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 253

Warning: imagecopymerge(): supplied argument is not a valid Image resource in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 255

Warning: imagepng(): supplied argument is not a valid Image resource in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 259

Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 260

Warning: imagecreatefromgif(/home/gardolid/public_html/modules/mod_wow_boss_progress/images/bars/bar.gif) [function.imagecreatefromgif]: failed to open stream: No such file or directory in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 253

Warning: imagecopymerge(): supplied argument is not a valid Image resource in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 255

Warning: imagepng(): supplied argument is not a valid Image resource in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 259

Warning: imagedestroy(): supplied argument is not a valid Image resource in /home/gardolid/public_html/modules/mod_wow_boss_progress/mod_wow_boss_progress.php on line 260


Below is all that is displayed, with no graphics of the instance like the example on the authors website

Karazhan
Zul'Aman

Tooltip Function does not work

Any help would be great, this module is exactly what I was looking for!
Gardo
WR.net Apprentice
WR.net Apprentice
 
Posts: 2
Joined: Mon Mar 10, 2008 5:13 am
Location: Chicago, IL USA

Boss progress

Postby reznor » Mon Mar 10, 2008 1:38 pm

Looks like you're on Joomla 1.5.
I quickly installed Joomla 1.5, took a look over it and upgraded the module.
It should now work with Joomla 1.5, too.
If you're on Joomla 1.5, download updated module again HERE
Last edited by reznor on Mon Mar 10, 2008 1:38 pm, edited 1 time in total.
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Boss progress

Postby reznor » Mon Mar 10, 2008 9:56 pm

Updated again!

- Added eqdkp support
- Added parsing for bosses, firstkill dates and boss count from eqdkp raids

So you don't have to enter everything manually anymore. :)
You can get it HERE
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Re: Boss progress

Postby DrSuSE » Mon Mar 10, 2008 10:00 pm

Very neat... great work. WTB phpnuke version. :-P hehe.
DrSuSE
WR.net Apprentice
WR.net Apprentice
 
Posts: 16
Joined: Mon Nov 13, 2006 11:23 pm

Boss progress

Postby louane » Thu Mar 13, 2008 9:12 am

Hey, just a quick one,

i was having some issues with getting the tooltip popups to happen.

I'm getting a script error when i mouse over the various instances

Line:199
Char:1
Error: Object expected
Code:0

and

Line:199
Char:1
Error: 'FGCOLOR' is undefined
Code: 0

Any ideas?
louane
WR.net Apprentice
WR.net Apprentice
 
Posts: 5
Joined: Mon Aug 13, 2007 3:49 am

Boss progress

Postby reznor » Fri Mar 14, 2008 2:40 am

Updated again!

New feature:
Now it's possible to assign an image (e.g. screenshot) to every boss.
At this point it's only possible to popup the image to the right of the tooltip.
The possibility to pop it up to the left will be added, when I've got time to do it ;)
Demo and download HERE as always.

I also fixed some minor bugs.

@louane: Strange. Please try out the new version!
To update, just copy the archive to ../modules and unzip overwriting old files.
Last edited by reznor on Fri Mar 14, 2008 2:43 am, edited 1 time in total.
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Re: Boss progress

Postby freakenstein » Mon Mar 24, 2008 9:17 pm

Really awesome addon.
it really makes joomla better for wow :)

btw is there gonna be Worldboss support?
i tried to add Doomwalker and Doom Lord Kazzak myself.
(copy and pasting Gruuls lair and renaming it to Outdoor, and renamed the bosses to DW and DLK)
but kinda failed somewhere :(
freakenstein
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Mar 24, 2008 9:14 pm

Boss progress

Postby reznor » Tue Mar 25, 2008 2:37 pm

Added worldbosses :D
Download for new version is online.
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Boss progress

Postby freakenstein » Tue Mar 25, 2008 3:16 pm

omg, you're good!

great tnx!
freakenstein
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Mar 24, 2008 9:14 pm

Boss progress

Postby freakenstein » Tue Mar 25, 2008 8:50 pm

oh btw, you might wanna add:
Code: Select all
$progress['wb']               = $params->get( 'wb', '' );
$link['wb']                   = $params->get( 'link_wb', '' );

in mob_wow_boss_progress.php on lines 59 and 60, for people who want to do it manually, istead of eqdkp.
freakenstein
WR.net Apprentice
WR.net Apprentice
 
Posts: 4
Joined: Mon Mar 24, 2008 9:14 pm

Boss progress

Postby reznor » Tue Mar 25, 2008 10:31 pm

Oops, almost forgot that :D
I added it and reuploaded the zip file.
Thanks!
User avatar
reznor
WR.net Apprentice
WR.net Apprentice
 
Posts: 43
Joined: Fri Nov 09, 2007 6:57 pm

Re: Boss progress

Postby Anthalas » Thu Mar 27, 2008 2:37 pm

im getting this error on a clean install


Warning: main(): Unable to access mod_wow_boss_progress/language.php in /home/u/n/mydomain/modules/mod_wow_boss_progress.php on line 75

Warning: main(mod_wow_boss_progress/language.php): failed to open stream: No such file or directory in /home/u/n/mydomain/modules/mod_wow_boss_progress.php on line 75


CHMOD is set to 777 for testing purposes on all bossprogress files... still no luck

and im not using joomla 1.5 ;)
Anthalas
WR.net Apprentice
WR.net Apprentice
 
Posts: 8
Joined: Tue Dec 04, 2007 11:50 pm

PreviousNext

Return to Joomla/Mambo

Who is online

Users browsing this forum: No registered users and 1 guest

cron