ok. Only problem might be... If you have a rec on a stunt map show the score and not the time it was made...
http://tmrankings.com/asecostats/?serv= ... s&trid=187
Will be making a tmx_info loop for that for every stunt map.
That might be a better tool for each map or stunt map...
Yes i did thanks for the appropriate help. Will be included in next release with proper documentation
(X)Aseco+RASP Website Stats v2.3
- w1lla
- TM-Patrol
- Posts: 1466
- Joined: 23 May 2007 07:20
- Owned TM-games: TMU, TMN, TMF
- Manialink(s): intr
- Location: Venray
Re: (X)Aseco+RASP Website Stats v2.3
Code: Select all
tmnforever is nations and united makes it special. tmnforever has united. I need united!
- Ant
- TM-Patrol
- Posts: 1845
- Joined: 01 Dec 2007 17:04
- Owned TM-games: TMN, TMUF, TM Wii
- Location: London, England
- Contact:
Re: (X)Aseco+RASP Website Stats v2.3
To me, its pointless having that map on a non-stunt server though - if this was on a stunt server, then the config would indeed point it to the correct sttrecords.
Also, I think a score should only be shown for that map if it is actually running on a stunt server, If it's not a stunt server, then the time it was finished (as the in game rec will show) needs to be displayed.
So that track should be on a stunt server, and then it would point to this page:
http://tmrankings.com/asecostats/?serv= ... s&trid=187
Nice one though with testing again - maybe a new release of these stats would be better off in a new thread this time though as it might get buried under new posts in this one.
Also, I think a score should only be shown for that map if it is actually running on a stunt server, If it's not a stunt server, then the time it was finished (as the in game rec will show) needs to be displayed.
So that track should be on a stunt server, and then it would point to this page:
http://tmrankings.com/asecostats/?serv= ... s&trid=187
Nice one though with testing again - maybe a new release of these stats would be better off in a new thread this time though as it might get buried under new posts in this one.
My TMF Hub --- Server
- sterretje22
- road tourist
- Posts: 87
- Joined: 29 May 2010 23:47
- Owned TM-games: TMUF, TMNF, TM²
- Manialink(s): fireteam
- Location: Oudenburg(BE)
- Contact:
Re: (X)Aseco+RASP Website Stats v2.3
Hi sorry for the late awnser :s
but i don't have much time now...
because the last day before new year eve is our
house burned up :s
http://www.nieuwsblad.be/article/detail ... tcode=8460
lucky no one got hurt
now we life in a small place we lost everything lucky
we have a good incurance so its just waiting about a half year for our new house...
sorry for going of topic now...
but i checked and add the new codes and everythings looks good...
if u want to check your work> http://88.198.7.202/tmstats/
thx for editing
but i don't have much time now...
because the last day before new year eve is our
house burned up :s
http://www.nieuwsblad.be/article/detail ... tcode=8460
lucky no one got hurt

now we life in a small place we lost everything lucky
we have a good incurance so its just waiting about a half year for our new house...
sorry for going of topic now...
but i checked and add the new codes and everythings looks good...
if u want to check your work> http://88.198.7.202/tmstats/
thx for editing

- Ant
- TM-Patrol
- Posts: 1845
- Joined: 01 Dec 2007 17:04
- Owned TM-games: TMN, TMUF, TM Wii
- Location: London, England
- Contact:
Re: (X)Aseco+RASP Website Stats v2.3
I am very sorry to hear about your house, I hope everything gets sorted out for you - at least one thing is nobody got hurt, so best of luck for the future and I hope this new year brings you better fortune
On the topic of your stats site by the way, I have released a much better working version now with full support for stunts servers :
viewtopic.php?f=127&t=27475
and the download is found Here

On the topic of your stats site by the way, I have released a much better working version now with full support for stunts servers :
viewtopic.php?f=127&t=27475
and the download is found Here
Last edited by Ant on 09 Jun 2011 21:15, edited 3 times in total.
My TMF Hub --- Server
-
- smooth traffic navigator
- Posts: 236
- Joined: 08 May 2008 09:25
- Owned TM-games: All but original
- Location: The Netherlands
Re: (X)Aseco+RASP Website Stats v2.3
Function deprecated since php 5.3.0
belonging to playerstats.php:
EDIT: Code is also in serverstats.php
Code: Select all
Deprecated: Function eregi_replace() is deprecated
Code: Select all
$servername = eregi_replace("\\$(w|s|n|i|z|g|m|r|>|<|o|l|h)", "", $servername);
$servername = eregi_replace("\\[[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+\]", "", $servername);
$servername = eregi_replace("\\[[A-Za-z0-9]+\.[A-Za-z0-9]+\-[A-Za-z0-9]+\.[A-Za-z0-9]+\.[A-Za-z0-9]+\]", "", $servername);
$servername = eregi_replace("\\$[a-f0-9]{3}", "", $servername);
$servername = eregi_replace("\\$[a-f0-9]{2}","", $servername);
$servername = eregi_replace("\\$[a-f0-9]{1}", "", $servername);
- w1lla
- TM-Patrol
- Posts: 1466
- Joined: 23 May 2007 07:20
- Owned TM-games: TMU, TMN, TMF
- Manialink(s): intr
- Location: Venray
Re: (X)Aseco+RASP Website Stats v2.3
this has been found and noted. There are some solutions for it.
Soory for the delay of this function...
Will be added soon.
Soory for the delay of this function...
Will be added soon.
Code: Select all
tmnforever is nations and united makes it special. tmnforever has united. I need united!
-
- smooth traffic navigator
- Posts: 236
- Joined: 08 May 2008 09:25
- Owned TM-games: All but original
- Location: The Netherlands
Re: (X)Aseco+RASP Website Stats v2.3
tyvm, take your time 

- Ant
- TM-Patrol
- Posts: 1845
- Joined: 01 Dec 2007 17:04
- Owned TM-games: TMN, TMUF, TM Wii
- Location: London, England
- Contact:
Re: (X)Aseco+RASP Website Stats v2.3
Its actually already been done - you'll find the updated files in the (X)Aseco+RASP Website Stats v3.6 thread as soon as I update the package 
...and its done

...and its done

Last edited by Xymph on 19 Jan 2011 06:54, edited 2 times in total.
Reason: Never include session ids in link...
Reason: Never include session ids in link...
My TMF Hub --- Server