Search found 1386 matches
- 24 Jul 2015 21:42
- Forum: XAseco & XAseco2
- Topic: (X)Aseco+RASP Website Stats v3.6
- Replies: 230
- Views: 76073
Re: (X)Aseco+RASP Website Stats v3.6
edit in /pages/tracks.php and copy paste the following: <?php require("config.php"); print "<p class=\"tabletitle\">$lng_tracks_headline</p>"; if (!$pos) $pos = 0; if (is_null($orderby)) $orderby = "Id"; if (is_null($sort)) $sort = "ASC"; $sorturl = "?serv=$serv&lang=$lang&page=$page&orderby=%s&sort...
- 19 Jun 2015 00:55
- Forum: ToolBox
- Topic: possible new plugin..?
- Replies: 2
- Views: 3908
Re: possible new plugin..?
for which server controller?
- 24 Jan 2015 17:12
- Forum: XAseco & XAseco2
- Topic: Help for code
- Replies: 6
- Views: 2686
Re: Help for code
try something like this:
But this is based upon manialive code ^^
Code: Select all
$player = $this->storage->getPlayerObject($playerLogin);
$scores[] = array('PlayerId' => $player->playerId, 'Score'=> $player->score + $points);
$this->connection->forceScores($scores,true,true);
- 30 Dec 2014 10:46
- Forum: XAseco & XAseco2
- Topic: (X)Aseco+RASP Website Stats v3.6
- Replies: 230
- Views: 76073
Re: (X)Aseco+RASP Website Stats v3.6
K update: Players.php in pages folder needs a update: Copy paste the following code: <?php require("config.php"); print "<p class=\"tabletitle\">$lng_players_headline</p>"; if (!$pos) $pos = 0; if (is_null($orderby)) $orderby = "rank"; if (is_null($sort)) $sort = "ASC"; $sorturl = "?serv=$serv&lang=...
- 30 Dec 2014 09:56
- Forum: XAseco & XAseco2
- Topic: (X)Aseco+RASP Website Stats v3.6
- Replies: 230
- Views: 76073
Re: (X)Aseco+RASP Website Stats v3.6
Doesn't seem very right to me.
If you can send me a pm with your exported .sql file of xaseco i can check and see where it is wrong.
If you can send me a pm with your exported .sql file of xaseco i can check and see where it is wrong.
- 12 May 2014 09:46
- Forum: XAseco & XAseco2
- Topic: [Xaseco2]plugin : TeamRace
- Replies: 18
- Views: 11153
Re: [Xaseco2]plugin : TeamRace
Try this for force scores:
Not sure it will work not even tested ^^
Code: Select all
$aseco->client->query('LibXmlRpc_SetPlayersScores',array( array('PlayerId'=>0,'Score'=>0), array('PlayerId'=>1,'Score'=>0) );
- 03 Feb 2014 07:15
- Forum: XAseco & XAseco2
- Topic: [XASECO] Plugin: Teamspeak3 Info 0.9.9 (UPDATE)
- Replies: 31
- Views: 30219
Re: [XASECO] Plugin: Teamspeak3 Info 0.9.8 (UPDATE)
This uses mumble django.
its possible on 2 ways.
PHP-ICE or through a channel viewer.
i coded the last; just replace line 103 with your own url
- 10 Oct 2013 10:52
- Forum: XAseco & XAseco2
- Topic: [XASECO] Plugin: Server Neighborhood 1.4.8 (UPDATE)
- Replies: 251
- Views: 81219
Re: [XASECO] Plugin: Server Neighborhood 1.4.7 (UPDATE)
No issue as in the plugin says:
Code: Select all
$xaseco_min_version = '1.16';
- 22 Jul 2013 11:35
- Forum: XAseco & XAseco2
- Topic: XASECO2 (TM²) v1.03
- Replies: 58
- Views: 51111
Re: XASECO2 (TM²) v1.03
/list norank seems to broken.
I get a report ingame saying no maps found, eventhough when doing /list nofinish reports a number of 451 maps.
I get a report ingame saying no maps found, eventhough when doing /list nofinish reports a number of 451 maps.
- 01 Jul 2013 07:46
- Forum: XAseco & XAseco2
- Topic: [XASECO2 Help] Dedimania system is not working properly
- Replies: 1
- Views: 2272
Re: [XASECO2 Help] Dedimania system is not working properly
Hi, Dedimania has some rules set up for 15/30 records globally. Here is more info about the obligation: http://dedimania.net/tm2stats/?do=donation The default number of records by challenge/game mode on Dedimania for TM² is 30(*). It means that : * a player who increased its own maxrank will be able...
- 11 Jun 2013 13:17
- Forum: News
- Topic: Websites under maintenance June 12th
- Replies: 0
- Views: 5699
Websites under maintenance June 12th
Hello everyone, We just want to tell you that tomorrow, June 12th, from 10AM CEST to 12PM CEST, several services will be unavailable: Official blog & ManiaPlanet Wiki All the forums (ManiaPlanet, French TrackMania & Virtual Skipper The Virtual Skipper and TrackMania Forever websites Sorry for the i...
- 24 May 2013 21:06
- Forum: XAseco & XAseco2
- Topic: [xaseco1|2][Android] ServerViewer 1.0alpha
- Replies: 10
- Views: 4068
Re: [xaseco1|2][Android] ServerViewer 1.0alpha
Installed on a Galaxy Nexus, Android Version 4.2.2
Even though i like android i suck at coding for it ;)
so props for the effort.
Would like <3 to see this project improve overtime ;).
Even though i like android i suck at coding for it ;)
so props for the effort.
Would like <3 to see this project improve overtime ;).
- 29 Apr 2013 11:51
- Forum: XAseco & XAseco2
- Topic: [XASECO2] Plugin: Server Neighborhood 1.4.7 (UPDATE)
- Replies: 7
- Views: 2763
Re: [XASECO2] Plugin: Server Neighborhood 1.4.7 (UPDATE)
a faster solution to provide players i using maniaplanet://#qjoin= and not maniaplanet://#join . Nadeo uses it for the matchmaking lobby. sources: http://wiki.maniaplanet.com/en/ManiaPlanet_Protocol https://github.com/maniaplanet/matchmaking-lobby/blob/master/MatchMakingLobby/Lobby/Plugin.php#L184
- 30 Mar 2013 09:01
- Forum: XAseco & XAseco2
- Topic: [XAseco/XAseco2] matchOverlay v0.5 (Last update: 2014/02/11)
- Replies: 21
- Views: 13228
Re: [XAseco] matchOverlay v0.1a
Real nice Did the same for ManiaLive in TM2:
https://github.com/w1lla/ManiaLive/blob ... 2-1-0_.jpg
As you can see its based on the Shootmania Version which in the case is quite unusual :P
Hope it gets extended in the future ;) :lovetm
https://github.com/w1lla/ManiaLive/blob ... 2-1-0_.jpg
As you can see its based on the Shootmania Version which in the case is quite unusual :P
Hope it gets extended in the future ;) :lovetm
- 24 Mar 2013 08:36
- Forum: Trackmania Nations Forever Talk
- Topic: Can't connect - PLEASE HELP
- Replies: 4
- Views: 3317