Orbity.io
Loading _
Play Orbity Online

Lloren į profile

Admin
Player flag:

Game Completion 45.45%

Lloren į
XP 848,276
Level: 18
Missions: 22 6

Current Faction: Pioneers 🔵
Faction captures: 56
Capture points: 759

Flights: 504
Landings: 142
Bounties: 0

Flight time: 2H 50M
Longest flight: 8M 9S
Best score: 15,341

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

Speedruns

To Moon Stock 5.859S 6 Years ago
To Mars Stock 4.429S 6 Years ago
To Moon Open 31.037S 5 Years ago
To Mars Open 40.054S 6 Years ago
To Mars and back Open 2M 28.601S 6 Years ago

Achievements (59/148)

Hard as Nails 2 Years ago
Taking Control 3 Years ago
Docked to the ISS. 3 Years ago
Maxed out! 3 Years ago
Apollo expert. 3 Years ago
This is mine 3 Years ago
Information Overload 3 Years ago
Visited the Starman. 3 Years ago
Helping the team 3 Years ago
Atmospheric re-entry. 3 Years ago
All of the points! 3 Years ago
No way back. 3 Years ago
End of the line? 3 Years ago
Afterburners. 3 Years ago
Welcome back. 3 Years ago
Nice. 3 Years ago
Mars on a budget. 3 Years ago
Crashed into Deimos. 3 Years ago
Stranded... 3 Years ago
Found the dwarf. 3 Years ago
Got to Luna 4 Years ago
Shattered glass. 4 Years ago
Observation point. 4 Years ago
Oh, you're still here. 4 Years ago
This looks familiar. 4 Years ago
Like a feather. 4 Years ago
Crashed into Luna. 4 Years ago
Starbits. 4 Years ago
Taking out the top. 4 Years ago
Followed directions. 4 Years ago
Saw the Oracle 4 Years ago
Landed with only using W. 5 Years ago
Saving throw! 5 Years ago
Boosted. 5 Years ago
Take that. 5 Years ago
That wasn't so bad. 5 Years ago
All the places. 5 Years ago
Got some work done. 5 Years ago
Fueled Up. 5 Years ago
Moon lander. 5 Years ago
A leg up. 5 Years ago
Mars rover. 5 Years ago
Where is this place? 5 Years ago
Full service. 5 Years ago
Crashed into Mars. 5 Years ago
You had to have known better. 5 Years ago
Well that was scary. 5 Years ago
Crashed into The Fortress. 5 Years ago
Planted a flag. 5 Years ago
Crashed into Earth. 5 Years ago
Its beautiful on top. 5 Years ago
Orbited the Earth. 5 Years ago
Welcome to the Edge. 5 Years ago
You thought that was safe? 5 Years ago
Got outside the edge. 5 Years ago
XP Earner. 5 Years ago
International disaster. 5 Years ago
Made it to the top. 5 Years ago
Fly swatter. 5 Years ago
Play Orbity Online
Debug :: Max query time » (0.004207) :: Querys 8 :: page load time » 0.012468 seconds :: close
Debug Info: [minimize]

Query :: time » 0.004207 :: affected rows » 1

INSERT INTO log_0 (time, ip, agent, site, page, vars) VALUES (1765843745, 3628718254, 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)', '', '/profile.php?user_id=4433', 'a:4:{s:6:\"$_POST\";a:0:{}s:5:\"$_GET\";a:1:{s:7:\"user_id\";s:4:\"4433\";}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.000445 :: 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.00027 :: affected rows » 1

SELECT * FROM users WHERE id=4433
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.000484 :: affected rows » 1

SELECT * FROM user_stats WHERE user_id=4433 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.000177 :: 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.000135 :: 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.000635 :: affected rows » 5

SELECT ur.* FROM (SELECT min(run_time) best_time, run_id, type FROM `user_runs` WHERE user_id=4433 GROUP BY run_id, type) x INNER JOIN user_runs ur ON ur.user_id=4433 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
1PRIMARYurrefuser_id,run_iduser_id4const19100.00Using index condition; Using filesort
1PRIMARYref10orbit.ur.run_time,orbit.ur.run_id,orbit.ur.type2100.00Using index
2DERIVEDuser_runsrefuser_id,run_iduser_id4const19100.00Using index condition; Using temporary; Using filesort

Trace

page: profile.php function: query line: 113

Query :: time » 0.001807 :: affected rows » 59

SELECT a.*, ua.time FROM achievements a, user_achievements ua WHERE ua.achiv_id=a.id AND ua.user_id=4433 ORDER BY time DESC
idselect_typetablepartitionstypepossible_keyskeykey_lenrefrowsfilteredExtra
1SIMPLEuarefPRIMARYPRIMARY4const59100.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) "4433"
}
Session :: array(1) {
  ["location"]=>
  NULL
}
Cookie :: array(0) {
}
Files :: array(0) {
}