Winners of Pure-Summercontest 2006
Posted: Thu Jun 08, 2006 7:28 am
Code: Select all
; By SOS
;
;//Poll in PureBoard
;//-------------------------------------------
forum.s = "PureBoard"
pelagio1.f = 0
hroudtwolf1.f = 3
rings1.f = 12
remi_van1.f = 11
trond1.f = 4
zeha1.f = 4
g1.f=pelagio1+hroudtwolf1+rings1+remi_van1+trond1+zeha1
Debug forum
Debug "----------------------------"
Debug""
Debug "pelagio "+StrF(pelagio1 / g1 * 100 ,2)+" %"
Debug "hroudtwolf "+StrF(hroudtwolf1 / g1 * 100 ,2)+" %"
Debug "rings "+StrF(rings1 / g1 * 100 ,2)+" %"
Debug "remi_van "+StrF(remi_van1 / g1 * 100 ,2)+" %"
Debug "trond "+StrF(trond1 / g1 * 100 ,2)+" %"
Debug "zeha "+StrF(zeha1 / g1 * 100 ,2)+" %"
;//Poll in english PureBasic-Forum
;//-------------------------------------------
forum = "english PureBasic-Forum"
pelagio2.f = 1
hroudtwolf2.f = 9
rings2.f = 7
remi_van2.f = 9
trond2.f = 6
zeha2.f = 4
g2.f=pelagio2+hroudtwolf2+rings2+remi_van2+trond2+zeha2
Debug""
Debug forum
Debug "----------------------------"
Debug""
Debug "pelagio "+StrF(pelagio2 / g2 * 100 ,2)+" %"
Debug "hroudtwolf "+StrF(hroudtwolf2 / g2 * 100 ,2)+" %"
Debug "rings "+StrF(rings2 / g2 * 100 ,2)+" %"
Debug "remi_van "+StrF(remi_van2 / g2 * 100 ,2)+" %"
Debug "trond "+StrF(trond2 / g2 * 100 ,2)+" %"
Debug "zeha "+StrF(zeha2 / g2 * 100 ,2)+" %"
;//Poll in PureBasic-Lounge.de
;//-------------------------------------------
forum = "PureBasic-Lounge"
pelagio3.f = 2
hroudtwolf3.f = 3
rings3.f = 2
remi_van3.f = 10
trond3.f = 2
zeha3.f = 2
g3.f=pelagio3+hroudtwolf3+rings3+remi_van3+trond3+zeha3
Debug""
Debug forum
Debug "----------------------------"
Debug""
Debug "pelagio "+StrF(pelagio3 / g3 * 100 ,2)+" %"
Debug "hroudtwolf "+StrF(hroudtwolf3 / g3 * 100 ,2)+" %"
Debug "rings "+StrF(rings3 / g3 * 100 ,2)+" %"
Debug "remi_van "+StrF(remi_van3 / g3 * 100 ,2)+" %"
Debug "trond "+StrF(trond3 / g3 * 100 ,2)+" %"
Debug "zeha "+StrF(zeha3 / g3 * 100 ,2)+" %"
;//Poll-Values of all Forums (complete)
;//-------------------------------------------
forum = "Durchschnittswerte der Foren"
pelagio.f = 3 /3
hroudtwolf.f = 15/3
rings.f = 21/3
remi_van.f = 30 /3
trond.f = 12/3
zeha = 10/3
g.f=pelagio+hroudtwolf+rings+remi_van+trond+zeha
Debug""
Debug forum
Debug "----------------------------"
Debug""
Debug "pelagio "+StrF(pelagio / g * 100 ,2)+" %"
Debug "hroudtwolf "+StrF(hroudtwolf / g * 100 ,2)+" %"
Debug "rings "+StrF(rings / g * 100 ,2)+" %"
Debug "remi_van "+StrF(remi_van / g * 100 ,2)+" %"
Debug "trond "+StrF(trond / g * 100 ,2)+" %"
Debug "zeha "+StrF(zeha / g * 100 ,2)+" %"
Congratulations to all winners of this contest an much thanks to all participants.
@Winners
Please write a PM to Freedimension to give him your post-address.
Best regards
Your Pure-Contest Committee[/code]
