Sveiki,
kaip matau šiame forume pradeda populiarėti parašas su skaitmeniniais powerball parodymais

Šito reikalo pradininkas buvo aleks (jei neklystu), tad ačiū jam, na o tiems kurie dar nerado kaip įsidėti į parašą savo rekordą, kopijuoju anglišką temą su pavyzdžiais (nepykit, tačiau nėra laiko išverst)
Here is a sample:

The link to that image is:
Kodas:
http://powerball.xosfere.com/powerball.php?rpm=88888&mode=s30&hand=rh
I have no had time to code a graphic user interface for it, but I will explain the link here.
As you can see, the stuff after the "?" mark is separated into three parts: rpm, mode and hand. Each part is separated by a "&".
rpm is the number you want the counter to display. PLEASE only enter numbers with 5 or less digits, I have not coded a error check for this generator, but it won't break if used within range. This is a NECESSARY variable.
Example:

Kodas:
http://powerball.xosfere.com/powerball.php?rpm=12345
Note: If nothing is put for "hands" and "mode", they will default to left hand and highest rpm.
mode is the mode the score(rpm) represents. Currently, the generator supports highest rpm(hr), strength 30(s30), strength 60(s60) and strength 90(s90). More will be added as I research more around the forum, look at other people's signatures. This isn't a necessary field.
Example:

Kodas:
http://powerball.xosfere.com/powerball.php?rpm=22222&mode=s60
hand simply represents which hand you've used to achieve that score. There are three modes: Left Hand(lh) and Right Hand(rh) and Both Hands(2h)
Example:

Kodas:
http://powerball.xosfere.com/powerball.php?rpm=17000&mode=s60&hand=rh
There it is! Hopefully you guys will like it. I am open to suggestions for new themes or features. This is still a work in progress!
Cheers!
Key Summary:

Kodas:
http://powerball.xosfere.com/powerball.php?rpm=17000&mode=s60&hand=rh
rpm : 5 or less digit number.
mode : Highest RPM(hr), Strength 30(s30), Strength 60(s60), Strength 90(s90). Default: hr
hand : Left Hand(lh), Right Hand(rh), Both Hands(2h). Default: lh
Default means if you don't specify those parameters, that's what it will appear on the counter.