Orbity.io
Loading _
Play Orbity Online

jer profile

Admin
Player flag:

Game Completion 48.86%

jer
XP 11,222,610
Level: 97
Missions: 182 16

Current Faction: Pioneers 🔵
Faction captures: 239
Capture points: 7720

Flights: 3863
Landings: 2156
Bounties: 0

Flight time: 23H 13M
Longest flight: 16M 56S
Best score: 38,421

Last flight: 2Y 5M ago
Registered: 6 Years ago

Speedruns

To Moon Stock 2.713S 6 Years ago
To Mars Stock 4.333S 6 Years ago
To Jupiter Stock 5.583S 3 Years ago
To Moon Open 3.327S 2 Years ago
To Mars Open 10.437S 3 Years ago
To Jupiter Open 1M 22.003S 4 Years ago

Achievements (63/148)

What is life? 2 Years ago
Visited the Starman. 2 Years ago
Went to Funky Town. 2 Years ago
Team Leader 2 Years ago
You thought that was safe? 2 Years ago
Welcome back. 2 Years ago
Atmospheric re-entry. 2 Years ago
Afterburners. 2 Years ago
End of the line? 2 Years ago
No way back. 2 Years ago
Got to Luna 2 Years ago
What was that? 2 Years ago
Thanks for playing! 2 Years ago
Here comes the sun. 2 Years ago
A full view. 2 Years ago
Let's eat. 2 Years ago
Evening star. 2 Years ago
A local view. 2 Years ago
Lunar lander. 2 Years ago
Localization. 2 Years ago
Found the place. 2 Years ago
Observation point. 2 Years ago
Oh, you're still here. 2 Years ago
Take that. 2 Years ago
All of the points! 2 Years ago
Starbits. 2 Years ago
Docked to the ISS. 2 Years ago
Deep reach. 2 Years ago
Welcome to the Edge. 2 Years ago
Crashed into Mars. 2 Years ago
Maxed out! 2 Years ago
What is truth? 2 Years ago
Nice. 2 Years ago
Getting your bearings 2 Years ago
Got some work done. 2 Years ago
All the places. 2 Years ago
Crashed into Luna. 2 Years ago
A leg up. 2 Years ago
Crashed into Earth. 2 Years ago
Boosted. 2 Years ago
Got outside the edge. 2 Years ago
Dollar menu. 2 Years ago
This looks familiar. 2 Years ago
Followed directions. 2 Years ago
Landed with only using W. 3 Years ago
Crashed into The Fortress. 3 Years ago
Well that was scary. 3 Years ago
Taking Control 3 Years ago
This is mine 3 Years ago
Helping the team 3 Years ago
Found the dwarf. 3 Years ago
Its beautiful on top. 3 Years ago
Information Overload 3 Years ago
That wasn't so bad. 3 Years ago
Where is this place? 3 Years ago
Mars rover. 3 Years ago
Full service. 3 Years ago
Moon lander. 3 Years ago
Planted a flag. 3 Years ago
Like a feather. 3 Years ago
Fueled Up. 3 Years ago
Orbited the Earth. 3 Years ago
Millionaire. 3 Years ago
Play Orbity Online
Debug :: Max query time » (0.006093) :: Querys 8 :: page load time » 0.014485 seconds :: close
Debug Info: [minimize]

Query :: time » 0.006093 :: affected rows » 1

INSERT INTO log_0 (time, ip, agent, site, page, vars) VALUES (1765843711, 3628718254, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '', '/profile.php?user_id=4434', 'a:4:{s:6:\"$_POST\";a:0:{}s:5:\"$_GET\";a:1:{s:7:\"user_id\";s:4:\"4434\";}s:9:\"$_SESSION\";a:0:{}s:7:\"$_FILES\";a:0:{}}')

Trace

page: profile.php function: include line: 2
page: consts.php function: query line: 141

Query :: time » 0.000433 :: affected rows » 0

SELECT gl.* FROM geo_blocks gb, geo_locations gl WHERE gb.start <= 3628718254 AND gb.stop >= 3628718254 AND gb.location=gl.id ORDER BY gb.start DESC LIMIT 1
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEgbrangePRIMARY,startPRIMARY81100.00Using where
1SIMPLEgleq_refPRIMARYPRIMARY4orbit.gb.location1100.00Using where

Trace

page: profile.php function: include line: 2
page: consts.php function: get_location line: 160
page: maxmind.class.php function: query line: 122

Query :: time » 0.000369 :: affected rows » 1

SELECT * FROM users WHERE id=4434
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEusersconstPRIMARYPRIMARY4const1100.00

Trace

page: profile.php function: __construct line: 5
page: user.class.php function: __construct line: 25
page: item.class.php function: load line: 48
page: item.class.php function: query line: 88

Query :: time » 0.000334 :: affected rows » 1

SELECT * FROM user_stats WHERE user_id=4434 AND type=0
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEuser_statsconstPRIMARYPRIMARY5const,const1100.00

Trace

page: profile.php function: where line: 21
page: item.class.php function: query line: 181

Query :: time » 0.000252 :: affected rows » 1

SELECT count(*) num FROM achievements
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEachievementsindexPRIMARY4108100.00Using index

Trace

page: profile.php function: query line: 22

Query :: time » 0.000374 :: affected rows » 6

SELECT * FROM runs
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLErunsALL6100.00

Trace

page: profile.php function: load_list line: 111
page: item.class.php function: query line: 135

Query :: time » 0.001033 :: affected rows » 6

SELECT ur.* FROM (SELECT min(run_time) best_time, run_id, type FROM `user_runs` WHERE user_id=4434 GROUP BY run_id, type) x INNER JOIN user_runs ur ON ur.user_id=4434 AND ur.run_time=x.best_time AND ur.run_id=x.run_id AND ur.type=x.type ORDER BY type, run_id
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1PRIMARYALL100100.00Using temporary; Using filesort
1PRIMARYurrefuser_id,run_idrun_id5x.run_id,x.type1210.00Using where
2DERIVEDuser_runsindexuser_id,run_idrun_id5100100.00Using where

Trace

page: profile.php function: query line: 113

Query :: time » 0.000662 :: affected rows » 63

SELECT a.*, ua.time FROM achievements a, user_achievements ua WHERE ua.achiv_id=a.id AND ua.user_id=4434 ORDER BY time DESC
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEuarefPRIMARYPRIMARY4const63100.00Using where; Using filesort
1SIMPLEaeq_refPRIMARYPRIMARY4orbit.ua.achiv_id1100.00Using where

Trace

page: profile.php function: get_achievements line: 134
page: user.class.php function: query line: 134

Variables
Post :: array(0) {
}
Get :: array(1) {
  ["user_id"]=>
  string(4) "4434"
}
Session :: array(1) {
  ["location"]=>
  NULL
}
Cookie :: array(0) {
}
Files :: array(0) {
}