Hello everyone, does you have a clan website?
Lazy about being dipendent from other website to get informations from nexon website?
Well, all what you need its this file, my warrock profile parser.
You can find the source code here: [Only registered and activated users can see links. Click Here To Register...]
Don't forget to give proper credits, and to press thanks.
The output will result in a json array, all what you need its use file_get_contents to get your json array.
Array values = nickname, level, kills, deaths, headshots (the percentage), exp, country
Output sample:
Please avoid useless replies such as "you can use regex instead of str_replace", i know it but i'm lazy
Lazy about being dipendent from other website to get informations from nexon website?
Well, all what you need its this file, my warrock profile parser.
You can find the source code here: [Only registered and activated users can see links. Click Here To Register...]
Don't forget to give proper credits, and to press thanks.
The output will result in a json array, all what you need its use file_get_contents to get your json array.
Array values = nickname, level, kills, deaths, headshots (the percentage), exp, country
Output sample:
PHP Code:
{"nickname":"iRazer","level":"94","kills":"688024","deaths":"323206","headshots":1,"exp":"28856551","country":"Italy"}