- 24
- GT5net_vidor
I can help you here. It seems little needs changing
[...]
Hope this helps!
Ok i can try to do an english translation ...
I will look at it
I can help you here. It seems little needs changing
[...]
Hope this helps!
It's ok to english : http://www.team-gt5net.com/ranking.php?lang=en
All pleasure it's for me
You can acces to the garage : http://www.team-gt5net.com/voitures.php
Thank to obli
All pleasure it's for me
You can acces to the garage : http://www.team-gt5net.com/voitures.php
Thank to obli
It's ok to english : http://www.team-gt5net.com/ranking.php?lang=en
It's ok to english : http://www.team-gt5net.com/ranking.php?lang=en
excellent!!
does your translated rank update when the 'official' rank does?
<?php
//Define official url
$url_psn = "http://www.gran-turismo.com/jp/gt5p/ranking/".$_GET['p'].".html";
//Get HTML source of $url_psn
$codehtml = file($url_psn);
//Loop through HTML source
foreach($codehtml as $key_line => $line)
{
//Here : Translating code & filter to display only the ranking
...
}
?>