What CMS are you using? I -love- the front page boss kill counters and would love to do something like that for Defiant (Shamlessly copy your good idea)
I'd give you credit tho!
So is that custom written or a module you dug up?
Moderators: Snow, Lemmiwinks, futureal

echo "<div class = 'stats_box'>\n";
echo "<div class = 'stats_title'>Molten Core</div>\n";
echo "<table class = 'stats_table'>\n";
printf("<tr><td class = 'stats_name'>%s</td><td class = 'stats_numkills'>%s</td></tr>\n", "Lucifron", raid_count("Luci", $table_prefix));
...
printf("<tr><td class = 'stats_name'>%s</td><td class = 'stats_numkills'>%s</td></tr>\n", "Geddon", raid_count("baron", $table_prefix) + raid_count("geddon", $table_prefix));
...
echo "</table>";
echo "</div>\n";
$sequel = "SELECT count(*) FROM `" . $table_prefix . "raids` WHERE `raid_note` LIKE '%" . $name . "%';";
.stats_title{ font-weight: bold; text-align: center; float: none;}
.stats_out{ width: 184px; margin: 0px auto;}
.stats_box{ background: url('/images/Default/headerbox.jpg') no-repeat; width: 174px; padding: 2px; margin: 2px; font-size: 10pt;}
.stats_name{ width: 145px; font-size: 8pt;}
.stats_numkills{ width: 25px; font-size: 8pt;}
.stats_table{ margin: 5px auto; border: solid 0px #FFFFFF; border-collapse: collapse;}
As long as the database structure is the same, the code should work for you. But yeah you're probably right to think that you should at least from now on should change the way you do events.Ludwig wrote:Yea we just recently realized we are nubs as far as events go. Sadly we are also using wowdkp which is a Postnuke module and not currently updated for the nice item hovers.
no. If you want help with php I can help though. Don't really want any more immense projects like this site for a while.Ludwig wrote:Wanna make $50 and redo ours?
Yeah I thought about doing but meh it doesn't seem like anything but elitist and I try to avoid drama.Ludwig wrote:I think it would be sweet (and easy w/ what you already coded) too to list out tiered class drops... or even the super nice weaps.
Thanks for the positive feedbackLudwig wrote:A+++ WOULD BUY FROM AGAIN

Users browsing this forum: No registered users and 8 guests