|
Loading... WebWoWWorld of Warcraft Private Development Forums You are not logged in.
#1 2010-01-27 20:53:02Donation Progress BarWas wondering if i could get some help making a "progress bar" to track donations.. V/R Stady234 Offline
#2 2010-01-28 15:13:09Re: Donation Progress BarHit me up with any progress on this, its an epic idea and would love it xD Offline
#3 2010-01-28 20:49:46Re: Donation Progress BarHere's a sample script: Offline
#4 2010-01-28 21:00:25Re: Donation Progress BarYou post was basically what i already had... but i do thank you for your input.. it got me thinking... Post edited by stady234 (2010-01-28 21:49:15) V/R Stady234 Offline
#5 2010-01-29 08:41:50Offline
#6 2010-01-29 20:54:34Re: Donation Progress Bar
Post edited by stady234 (2010-01-29 20:58:14) V/R Stady234 Offline
#7 2010-01-29 21:20:35Re: Donation Progress BarKeep trying Stady...we need more people who are inquisative and willing to contribute to the free community. Offline
#8 2010-01-30 11:48:20Re: Donation Progress Barstady can you send me in through PM, I already have the donation module as you can see on my website. Offline
#9 2010-02-03 21:22:16Re: Donation Progress BarAfter discusing things with Axe... here is the only thing i added to a "template" page.. Code:$a=mysql_query("SELECT sum(amount) as sumamount FROM paypal_data") or error(mysql_error());
$a2=mysql_fetch_assoc($a);
$target = 100;
$percentage = round($a2['sumamount'] / $target * 100);
$whatsleft = 100-$percentage;
if($whatsleft < 0) $whatsleft=0;
$cont2=
'
<center>
<br />
<br />
<h1>Donation Goal is:'.$paypalcurrecy_symbol.' '.$target.'</h1>
<br />
<br />
<TABLE width="500" border=0 cellspacing=0 cellpadding=0>
<TR>
<TD><center><h2> <B>'.$paypalcurrecy_symbol.' 0 </B></h2></center></TD>
<TD>
<TABLE width="100%">
<TR>
<TD style="width:'.$percentage.'px;background-color:green;height:30px;" onmouseover="$WowheadPower.showTooltip(event,\''.$paypalcurrecy_symbol.' '.$a2['sumamount'].'\')" onmousemove="$WowheadPower.moveTooltip(event)" onmouseout="$WowheadPower.hideTooltip();"></TD>
<TD style="width:'.$whatsleft.'px;background-color:red;height:50px;" ></TD>
</TR>
</table>
</TD>
<TD><center><h2><B>'.$paypalcurrecy_symbol.' '.$target.'</B></h2></center></TD>
</TR>
</TABLE>
<br />
<br />
<h3>Current Donated amount is: <span class="colorgood"><big>'.$paypalcurrecy_symbol.' '.$a2['sumamount'].'</big></span></h3>
</center>Post edited by stady234 (2010-02-03 21:28:53) V/R Stady234 Offline
#10 2010-08-04 06:33:58Re: Donation Progress BarSteady could you post a Full file or upload somewhere else please... Offline
#11 2010-08-12 16:47:50Re: Donation Progress Barhmmmm how i use this, i copy to a module page and run as module but none of sql query works Offline
#12 2010-08-13 16:41:47Re: Donation Progress BarThe sql query is pulling from the source donation module... V/R Stady234 Offline
#13 2010-08-14 11:03:29Re: Donation Progress Barcan you make a guide how to set up please Offline |
Latest Posts
Table 'characte... (Hellfires) Sticky: Release Two col... (slade1000) How to put vote... (Rusfighter) Trinity_ra- Bla... (Auzziedude) Vote Shop Modul... (Terrum) User Online iss... (mcdonald) Erroe (Axe) paypal (Phenom) Need Help Site ... (Cobo) Vote System: RA... (Lunar)
Random Fact
Helping Axe to remove critical security issues with website can earn you MP. Activity miki258 and bleachwow122 just completed all steps trough WebCreator and got new websites. maryo1912 and LordRasz just completed all steps trough WebCreator and got new websites. Hellfires and khazan just completed all steps trough WebCreator and got new websites. khazan and Hellfires just completed all steps trough WebCreator and got new websites. bleachwow122 added new person named "Ichigo_Kurosaki" to SpyMe. TheCrogamer and reconsniper96 just completed all steps trough WebCreator and got new websites. |