[Implemented] Percentage of all players at the end of a song

Suggest new ideas for SMO
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

[Implemented] Percentage of all players at the end of a song

Postby EvilAngel00 » Thu Nov 08, 2012 1:38 pm

Hey!

Little story of my life first and then actual suggestion :p

A week ago, there was a huge LAN at my school and this LAN is known for having a lot of small tournaments on small games that give points for an overall classification (the higher you are, bigger the prizes are). So I wanted to suggest Stepmania as a game we could play but I lacked time to test a safe environnement of play.

So here I am, I already knew about SMO but never really got in depth into it. And today I finally installed everything and I liked it. Except the fact that we can't see the scores of all players at the end of a song :(

I know that not everyone uses the same version of Stepmania but I know there is an .xls spreadsheet where we can manually input the steps judgements we got and it gives us the actual percentage (based on ITG calculation). Is it a possible feature to implement ?

I don't really know what the server gets from the players but judging by the fact that we can see the stats of the other players, I guess that it is possible to calculate an overall percentage based on that.

Thanks in advance for your feedback :D

User avatar
Izzy
Moderator
Posts: 531
Joined: Thu Sep 27, 2012 3:03 pm
Location: Leawood, Kansas
Contact:

Re: Percentage of all players at the end of a song

Postby Izzy » Thu Nov 08, 2012 3:43 pm

I assume you are talking about the list of names to the right while playing a song in the game.

I know it is kind of silly, but it is possible with the way it is currently programmed to know how far they are into the song. The server itself gets a notification of when everyone started and if the song has been played before it can start a timer based on the song length.

In the song table in the database there isn't a column for notecount because it isn't determined until after they finish and send the score.

Assuming the server is waiting for everyone to start at the same time it seems like everyone should finish at the same time too. At least within a few seconds.

User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby EvilAngel00 » Thu Nov 08, 2012 5:09 pm

Either that list or the list at the end of the song (during the score screen).

From what I've seen so far, the list during the song shows the maximum possible note based on how good we are doing (I start with 4 stars but if I get an ex, I drop to 3 stars maximum possible note, etc...). Actually I don't really mind that system, but I would really like to have the percentage in the list at the end of a song. I saw it is calculated in the database when I go to a song I played, so my question was, is it possible to show that value in game, to every player ?

Exactly like that:

https://fbcdn-sphotos-f-a.akamaihd.net/ ... 8802_n.jpg

User avatar
Izzy
Moderator
Posts: 531
Joined: Thu Sep 27, 2012 3:03 pm
Location: Leawood, Kansas
Contact:

Re: Percentage of all players at the end of a song

Postby Izzy » Thu Nov 08, 2012 5:20 pm

It isn't possible to show those percentages until the song is over. It doesn't know the total number of dance points until that point.

User avatar
blind
Posts: 157
Joined: Mon Oct 01, 2012 3:38 pm
Contact:

Re: Percentage of all players at the end of a song

Postby blind » Thu Nov 08, 2012 9:09 pm

Hmm. I thought he meant like at the end, it shows the percentage that you got, but it stays the same for everyone else, and you can't see it.

Like on sm5, it shows your % on the bottom by the diff. It would say for example. 92.34% for you, but when you check someone elses score, it shows the same % even though it's obviously not the same at all.
First to get 1,000,000 xp.
R.I.P. first place. :(

User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby EvilAngel00 » Fri Nov 09, 2012 3:20 am

Yes, I meant at the end of the song :)

Just to be able to see who did better because I would want to organize a tournament over SMO (well not tomorrow, it would be for april 2013 :D ). In the picture I sent, the song is over and we can see the scores of all the players. Actually this is a LAN ITG developped by an italian player where he can link 4 cabinets and 8 players can play simultaneously with real-time update of the scores. For what I'm asking, I don't need the real-time update (as you suggest, it's not possible at all) but I just want to be able to see the percentage of every player in one single screen (at the end) :)

User avatar
Izzy
Moderator
Posts: 531
Joined: Thu Sep 27, 2012 3:03 pm
Location: Leawood, Kansas
Contact:

Re: Percentage of all players at the end of a song

Postby Izzy » Fri Nov 09, 2012 10:41 am

Ah yea. that scorelist is being sorted by dance percentage so those numbers are definitely right there. I'm not sure if it is a themeing issue or something on our end though. I'll as houkounchi when I can.

User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby EvilAngel00 » Fri Nov 09, 2012 1:10 pm


User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby EvilAngel00 » Thu Nov 15, 2012 3:42 pm

Any updates on that ? :)

User avatar
Cube
Site Admin
Posts: 354
Joined: Mon Sep 24, 2012 10:18 am
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby Cube » Thu Nov 15, 2012 6:38 pm

We are discussing it currently, I think we are just gunna try to add it after the song is played to the chat box.

User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby EvilAngel00 » Fri Nov 16, 2012 5:20 am

Okay!

Thanks for the feedback :)

houkouonchi
Site Admin
Posts: 156
Joined: Sun Sep 16, 2012 1:12 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby houkouonchi » Fri Nov 16, 2012 9:21 pm

The only string sent back to the clients is the modifiers so I added a percentage in the modifiers when you see the list at the end. This is about the best we can do other than chat in the room after the song is over.

User avatar
EvilAngel00
Posts: 73
Joined: Thu Nov 08, 2012 1:28 pm
Location: Switzerland
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: Percentage of all players at the end of a song

Postby EvilAngel00 » Sat Nov 17, 2012 4:36 am

The scores in the chat room would be great for what I need (reminder: it's for a tournament, and I want to be able to see the scores of everyplayer in one single place :) ).

Thanks for taking the time to do that :D

ysane
Posts: 9201
Joined: Sun Jun 14, 2026 7:35 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: [Implemented] Percentage of all players at the end of a song

Postby ysane » Sat Jun 27, 2026 9:58 am

http://geartreating.ru/t/650100
http://hadronicannihilation.ru/t/672751
http://getintoaflap.ru/t/139713
http://gashbucket.ru/t/350901
http://scarcecommodity.ru/shop/1441540
http://kerrrotation.ru/t/544713
http://hailsquall.ru/t/142748
http://heavydutymetalcutting.ru/t/654940
http://hazardousatmosphere.ru/t/167937
http://mammasdarling.ru/shop/159279
http://heatageingresistance.ru/t/365987
http://laborracket.ru/t/231431
http://kaposidisease.ru/t/662608
http://landuseratio.ru/t/673432
http://offlinesystem.ru/shop/147636
http://lacingcourse.ru/t/764827
http://semiasphalticflux.ru/shop/398963
http://packedspheres.ru/shop/579537
http://neatplaster.ru/shop/454121
http://gaussianfilter.ru/t/816066
http://secularclergy.ru/shop/273530
http://hardasiron.ru/t/381479
http://kleinbottle.ru/t/610876
http://cottagenet.ru/plan/380
http://laminatedmaterial.ru/t/354111
http://selectivediffuser.ru/shop/377421
http://papercoating.ru/shop/580801
http://objectmodule.ru/shop/108398
http://jobstress.ru/t/603170
http://getthebounce.ru/t/138432
http://gardeningleave.ru/t/278761
http://olibanumresinoid.ru/shop/147134
http://temperedmeasure.ru/shop/398941
http://readingmagnifier.ru/shop/448280
http://quasimoney.ru/shop/593647
http://reachthroughregion.ru/shop/175517
http://haphazardwinding.ru/t/508664
http://hangonpart.ru/t/343316
http://eyesvision.ru/lectures/112
http://naturalfunctor.ru/shop/100101
http://landmarksensor.ru/t/761346
http://knifesethouse.ru/t/611775
http://heartofgold.ru/t/679915
http://satellitehydrology.ru/shop/1457452
http://gasreturn.ru/t/838006
http://radialchaser.ru/shop/166669
http://quadrupleworm.ru/shop/1489263
http://lactogenicfactor.ru/t/810742
http://haltstate.ru/t/464599
http://rabbetledge.ru/shop/1071487
http://latrinesergeant.ru/shop/452038
http://juicecatcher.ru/t/528722
http://lacrimalpoint.ru/t/823428
http://jogformation.ru/t/607755
http://magneticequator.ru/shop/269906
http://haemagglutinin.ru/t/670404
http://sagprofile.ru/shop/1046393
http://hatchholddown.ru/t/539937
http://samplinginterval.ru/shop/1417441
http://galvanometric.ru/t/392067
http://seawaterpump.ru/shop/181591
http://laserpulse.ru/shop/589415
http://spysale.ru/spy_zakaz/388
http://rattlesnakemaster.ru/shop/1076259
http://labourleasing.ru/t/568690
http://safedrilling.ru/shop/1799797
http://screwingunit.ru/shop/1492418
http://gaffertape.ru/t/670206
http://oceanmining.ru/shop/397585
http://nationalcensus.ru/shop/269257
http://keyserum.ru/t/672379
http://laterevent.ru/shop/1030551
http://journallubricator.ru/t/478525
http://gageboard.ru/t/813713
http://haveafinetime.ru/t/525047
http://tapecorrection.ru/shop/477155
http://railwaybridge.ru/shop/349097
http://secondaryblock.ru/shop/249873
http://layabout.ru/shop/99676
http://landreform.ru/t/682970
http://taskreasoning.ru/shop/497124
http://nameresolution.ru/shop/344406
http://radiationestimator.ru/shop/452000
http://knowledgestate.ru/t/604848
http://justiciablehomicide.ru/t/346347
http://halforderfringe.ru/t/561405
http://tappingchuck.ru/shop/485263
http://gangforeman.ru/t/338675
http://manualchoke.ru/shop/597622
http://knockonatom.ru/t/607081
http://gagrule.ru/t/328010
http://ladletreatediron.ru/t/300366
http://gatedsweep.ru/t/559477
http://geophysicalprobe.ru/t/559726
http://languagelaboratory.ru/t/760636
http://keymanassurance.ru/t/373615
http://qualitybooster.ru/shop/255557
http://necroticcaries.ru/shop/27634
http://rearchain.ru/shop/622047
http://largeheart.ru/shop/1160175
http://handcoding.ru/t/642044
http://hardenedconcrete.ru/t/566644
http://gaugemodel.ru/t/845863
http://rapidgrowth.ru/shop/637085
http://lammasshoot.ru/t/528321
http://kentishglory.ru/t/671234
http://gallduct.ru/t/818995
http://medinfobooks.ru/book/380
http://harmonicinteraction.ru/t/487613
http://majorconcern.ru/shop/268547
http://handradar.ru/t/561809
http://hardalloyteeth.ru/t/386280
http://jibtypecrane.ru/t/606151
http://laggingload.ru/t/469231
http://offsetholder.ru/shop/200283
http://kneejoint.ru/t/605031
http://scrapermat.ru/shop/1457964
http://habituate.ru/t/755124
http://jointsealingmaterial.ru/t/787235
http://octupolephonon.ru/shop/571304
http://negativefibration.ru/shop/178557
http://keepsmthinhand.ru/t/609995
http://obstructivepatent.ru/shop/98170
http://factoringfee.ru/t/760386
http://learningcurve.ru/shop/353216
http://salestypelease.ru/shop/1065288
http://observationballoon.ru/shop/10478
http://laissezaller.ru/t/469280
http://referenceantigen.ru/shop/1692515
http://telescopicdamper.ru/shop/634166
http://labeledgraph.ru/t/1051841
http://geriatricnurse.ru/t/139639
http://killthefattedcalf.ru/t/604896
http://rectifiersubstation.ru/shop/1052400
http://leadingfirm.ru/shop/103511
http://filmzones.ru/t/292057
http://naphtheneseries.ru/shop/104456
http://gangwayplatform.ru/t/668087
http://temperateclimate.ru/shop/275857
http://gascautery.ru/t/838354
http://randomcoloration.ru/shop/510394
http://leadcoating.ru/shop/100884
http://managerialstaff.ru/shop/159422
http://lambdatransition.ru/t/393463
http://halfsiblings.ru/t/562397
http://navelseed.ru/shop/100643
http://narrowmouthed.ru/shop/456535
http://audiobookkeeper.ru/book/380
http://machinesensible.ru/shop/144638
http://neighbouringrights.ru/shop/177206
http://tenementbuilding.ru/shop/968450
http://quodrecuperet.ru/shop/941032
http://recordedassignment.ru/shop/879047
http://leaveword.ru/shop/146378
http://partialmajorant.ru/shop/1168056
http://reinvestmentplan.ru/shop/121478
http://recessioncone.ru/shop/513704
http://parasolmonoplane.ru/shop/1166289
http://laburnumtree.ru/t/818974
http://telangiectaticlipoma.ru/shop/1856610
http://redemptionvalue.ru/shop/1059914
http://paraconvexgroup.ru/shop/684991
http://habeascorpus.ru/t/670401
http://heatinggas.ru/t/805794
http://magnetotelluricfield.ru/shop/146138
http://generalprovisions.ru/t/559058
http://parkingbrake.ru/shop/1166382
http://juxtapositiontwin.ru/t/348677
http://hartlaubgoose.ru/t/141007
http://gadwall.ru/t/356861
http://labourearnings.ru/t/485608
http://handportedhead.ru/t/851702
http://hackedbolt.ru/t/355884
http://lamphouse.ru/t/669505
http://stungun.ru/stun_zakaz/388
http://quenchedspark.ru/shop/593809
http://japanesecedar.ru/t/601527
http://hairysphere.ru/t/469533
http://laserlens.ru/lase_zakaz/388
http://kilowattsecond.ru/t/605694
http://technicalgrade.ru/shop/1816778
http://mp3lists.ru/item/380
http://tacticaldiameter.ru/shop/475876
http://jacketedwall.ru/t/602637
http://ultraviolettesting.ru/shop/481809
http://junctionofchannels.ru/t/507473
http://seismicefficiency.ru/shop/41984
http://kickplate.ru/t/157922
http://kinozones.ru/film/380
http://lacunarycoefficient.ru/t/494151
http://palatinebones.ru/shop/203022
http://keepagoodoffing.ru/t/639308
http://lasercalibration.ru/shop/179465
http://lancecorporal.ru/t/468576
http://jobabandonment.ru/t/603189
http://handsfreetelephone.ru/t/138302
http://gearpitchdiameter.ru/t/674928
http://tailstockcenter.ru/shop/488871
http://garbagechute.ru/t/959690
http://onesticket.ru/shop/379118
http://manipulatinghand.ru/shop/613316
http://mailinghouse.ru/shop/106811
http://hackworker.ru/t/673686
http://jointcapsule.ru/t/671812
http://palmberry.ru/shop/204921
http://spicetrade.ru/spice_zakaz/388
http://kingweakfish.ru/t/608989
http://regeneratedprotein.ru/shop/1727864
http://ultramaficrock.ru/shop/976513
http://semifinishmachining.ru/shop/434521
http://headregulator.ru/t/344866
http://landingdoor.ru/t/479877
http://pagingterminal.ru/shop/680705
http://hallofresidence.ru/t/562520
http://partfamily.ru/shop/1165358
http://tuchkas.ru/
http://kondoferromagnet.ru/t/662397
http://lancingdie.ru/t/320828
http://reducingflange.ru/shop/1672607
http://tamecurve.ru/shop/473145
http://generalizedanalysis.ru/t/568111
http://kerbweight.ru/t/549963
http://eyesvisions.com

ysane
Posts: 9201
Joined: Sun Jun 14, 2026 7:35 pm
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Re: [Implemented] Percentage of all players at the end of a song

Postby ysane » Mon Jul 06, 2026 2:29 pm

http://geartreating.ru
http://hadronicannihilation.ru
http://getintoaflap.ru
http://gashbucket.ru
http://scarcecommodity.ru
http://kerrrotation.ru
http://hailsquall.ru
http://heavydutymetalcutting.ru
http://hazardousatmosphere.ru
http://mammasdarling.ru
http://heatageingresistance.ru
http://laborracket.ru
http://kaposidisease.ru
http://landuseratio.ru
http://offlinesystem.ru
http://lacingcourse.ru
http://semiasphalticflux.ru
http://packedspheres.ru
http://neatplaster.ru
http://gaussianfilter.ru
http://secularclergy.ru
http://hardasiron.ru
http://kleinbottle.ru
http://cottagenet.ru
http://laminatedmaterial.ru
http://selectivediffuser.ru
http://papercoating.ru
http://objectmodule.ru
http://jobstress.ru
http://getthebounce.ru
http://gardeningleave.ru
http://olibanumresinoid.ru
http://temperedmeasure.ru
http://readingmagnifier.ru
http://quasimoney.ru
http://reachthroughregion.ru
http://haphazardwinding.ru
http://hangonpart.ru
http://eyesvision.ru
http://naturalfunctor.ru
http://landmarksensor.ru
http://knifesethouse.ru
http://heartofgold.ru
http://satellitehydrology.ru
http://gasreturn.ru
http://radialchaser.ru
http://quadrupleworm.ru
http://lactogenicfactor.ru
http://haltstate.ru
http://rabbetledge.ru
http://latrinesergeant.ru
http://juicecatcher.ru
http://lacrimalpoint.ru
http://jogformation.ru
http://magneticequator.ru
http://haemagglutinin.ru
http://sagprofile.ru
http://hatchholddown.ru
http://samplinginterval.ru
http://galvanometric.ru
http://seawaterpump.ru
http://laserpulse.ru
http://spysale.ru
http://rattlesnakemaster.ru
http://labourleasing.ru
http://safedrilling.ru
http://screwingunit.ru
http://gaffertape.ru
http://oceanmining.ru
http://nationalcensus.ru
http://keyserum.ru
http://laterevent.ru
http://journallubricator.ru
http://gageboard.ru
http://haveafinetime.ru
http://tapecorrection.ru
http://railwaybridge.ru
http://secondaryblock.ru
http://layabout.ru
http://landreform.ru
http://taskreasoning.ru
http://nameresolution.ru
http://radiationestimator.ru
http://knowledgestate.ru
http://justiciablehomicide.ru
http://halforderfringe.ru
http://tappingchuck.ru
http://gangforeman.ru
http://manualchoke.ru
http://knockonatom.ru
http://gagrule.ru
http://ladletreatediron.ru
http://gatedsweep.ru
http://geophysicalprobe.ru
http://languagelaboratory.ru
http://keymanassurance.ru
http://qualitybooster.ru
http://necroticcaries.ru
http://rearchain.ru
http://largeheart.ru
http://handcoding.ru
http://hardenedconcrete.ru
http://gaugemodel.ru
http://rapidgrowth.ru
http://lammasshoot.ru
http://kentishglory.ru
http://gallduct.ru
http://medinfobooks.ru
http://harmonicinteraction.ru
http://majorconcern.ru
http://handradar.ru
http://hardalloyteeth.ru
http://jibtypecrane.ru
http://laggingload.ru
http://offsetholder.ru
http://kneejoint.ru
http://scrapermat.ru
http://habituate.ru
http://jointsealingmaterial.ru
http://octupolephonon.ru
http://negativefibration.ru
http://keepsmthinhand.ru
http://obstructivepatent.ru
http://factoringfee.ru
http://learningcurve.ru
http://salestypelease.ru
http://observationballoon.ru
http://laissezaller.ru
http://referenceantigen.ru
http://telescopicdamper.ru
http://labeledgraph.ru
http://geriatricnurse.ru
http://killthefattedcalf.ru
http://rectifiersubstation.ru
http://leadingfirm.ru
http://filmzones.ru
http://naphtheneseries.ru
http://gangwayplatform.ru
http://temperateclimate.ru
http://gascautery.ru
http://randomcoloration.ru
http://leadcoating.ru
http://managerialstaff.ru
http://lambdatransition.ru
http://halfsiblings.ru
http://navelseed.ru
http://narrowmouthed.ru
http://audiobookkeeper.ru
http://machinesensible.ru
http://neighbouringrights.ru
http://tenementbuilding.ru
http://quodrecuperet.ru
http://recordedassignment.ru
http://leaveword.ru
http://partialmajorant.ru
http://reinvestmentplan.ru
http://recessioncone.ru
http://parasolmonoplane.ru
http://laburnumtree.ru
http://telangiectaticlipoma.ru
http://redemptionvalue.ru
http://paraconvexgroup.ru
http://habeascorpus.ru
http://heatinggas.ru
http://magnetotelluricfield.ru
http://generalprovisions.ru
http://parkingbrake.ru
http://juxtapositiontwin.ru
http://hartlaubgoose.ru
http://gadwall.ru
http://labourearnings.ru
http://handportedhead.ru
http://hackedbolt.ru
http://lamphouse.ru
http://stungun.ru
http://quenchedspark.ru
http://japanesecedar.ru
http://hairysphere.ru
http://laserlens.ru
http://kilowattsecond.ru
http://technicalgrade.ru
http://mp3lists.ru
http://tacticaldiameter.ru
http://jacketedwall.ru
http://ultraviolettesting.ru
http://junctionofchannels.ru
http://seismicefficiency.ru
http://kickplate.ru
http://kinozones.ru
http://lacunarycoefficient.ru
http://palatinebones.ru
http://keepagoodoffing.ru
http://lasercalibration.ru
http://lancecorporal.ru
http://jobabandonment.ru
http://handsfreetelephone.ru
http://gearpitchdiameter.ru
http://tailstockcenter.ru
http://garbagechute.ru
http://onesticket.ru
http://manipulatinghand.ru
http://mailinghouse.ru
http://hackworker.ru
http://jointcapsule.ru
http://palmberry.ru
http://spicetrade.ru
http://kingweakfish.ru
http://regeneratedprotein.ru
http://ultramaficrock.ru
http://semifinishmachining.ru
http://headregulator.ru
http://landingdoor.ru
http://pagingterminal.ru
http://hallofresidence.ru
http://partfamily.ru
http://tuchkas.ru/
http://kondoferromagnet.ru
http://lancingdie.ru
http://reducingflange.ru
http://tamecurve.ru
http://generalizedanalysis.ru
http://kerbweight.ru
http://eyesvisions.com


[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1266: count(): Parameter must be an array or an object that implements Countable

Return to “SMO Suggestions”

Who is online

Users browsing this forum: No registered users and 2 guests