Razza Ramon
Well-Known Member
- Регистрация
- 16 Фев 2006
- Сообщения
- 2.004
- Реакции
- 725
че то меня тож в лайве нет...
Посмотрите видео ниже, чтобы узнать, как установить наш сайт в виде веб-приложения на главном экране.
Примечание: Эта функция может быть недоступна в некоторых браузерах.
Ну там можно рейтинг сделать только по общему количеству наград в играх, количеству игр и т.д. правда все данные придётся самому собирать, ибо у них со статистикой туго. Самый простой вариант собрать с «games», hoursOnRecord по каждой игры и просуммировать. Получится истинный рейтинг задротов по времени убитому на игры .Рейтинг делать не буду так как это невозможно из-за странной системы рейтинга Steam, но список всех наших игроков сделаю. Правда пока мало у кого введеный в поле Steam тег является рабочим
Всё очень просто. У Steam’а есть два типа ников то по которому ты заходишь в сеть и тот который ты использует для внешнего общения. Он не всегда совпадает, например у меня не совпадает.А почему? В чем причина не создания профиля? У некоторых есть, у некоторых нет. Не пойму.
Далее я делаю разборку по схеме:«Если у вас есть Steam ID, введите его в поле. Если вы не знаете свой ID или не уверены в том какой он у вас, зайдите на steamcommunity.com, далее пройдите по ссылке «Редактировать мой профиль» и скопируйте всё содержимое поля «Персональный URL» и вбейте его сюда и нажмите «Сохранить». После чего система автоматом найдёт ваш Steam ID.»
$steamid = $vbulletin->input->clean_gpc('p', 'steam', TYPE_STR);
$steamname = '';
$steamidl = strtolower($steamid);
if (substr($steamid,0,35)=='http://steamcommunity.com/profiles/')
{
$steamid = substr($steamid,35,17);
}
elseif (substr($steamidl,0,7)=='steam_0' && function_exists('bcadd'))
{
$tmp = explode(':',$steamid);
if ((count($tmp)==3) && is_numeric($tmp[1]) && is_numeric($tmp[2]))
{
$steamid = bcadd((($tmp[2]*2)+$tmp[1]),'76561197960265728');
}
else
{
$steamid = '';
}
}
elseif (substr($steamidl,0,29)=='http://steamcommunity.com/id/' && $vbulletin->options[steamideea])
{
$steamid = substr($steamid,29);
$xmlDoc = new DOMDocument();
$xmlDoc->load("http://steamcommunity.com/id/".$steamid."?xml=1");
$titles =$xmlDoc->getElementsByTagName("steamID64");
foreach($titles as $node)
{
$steamid = $node->firstChild->data;
break;
}
$titles =$xmlDoc->getElementsByTagName("steamID");
foreach($titles as $node)
{
$steamname = $node->firstChild->data;
break;
}
}
elseif ($steamid != '' && !is_numeric($steamid) && $vbulletin->options[steamideea])
{
$xmlDoc = new DOMDocument();
$xmlDoc->load("http://steamcommunity.com/id/".$steamid."?xml=1");
$titles =$xmlDoc->getElementsByTagName("steamID64");
foreach($titles as $node)
{
$steamid = $node->firstChild->data;
break;
}
$titles =$xmlDoc->getElementsByTagName("steamID");
foreach($titles as $node)
{
$steamname = $node->firstChild->data;
break;
}
}
if (is_numeric($steamid) && $steamid > 76561190000000000)
{
$steamid = $steamid;
}
else
{
$steamid = '';
$steamname = '';
}
Так что уважаемый стратеже с его истерзанной политикой оказывается глубоко неправ.Since this has become a huge issue recently, there are some things that you need to be aware of. Before continuing though, I need to define what our definition of "cheating" is. The policy of this site is that cheating is anything that goes beyond the scope of the game, what is included on the original disk, and what is included in future patches from the game's developer. Using a glitch in a game to acquire trophies, is not cheating. Using cheat codes to get trophies (if it is allowed in the game), is not cheating. Boosting is not cheating. All of those are allowed on this site.
However, there are new methods that go further than that. Downloading a game save to get you trophies is cheating. Using a hacked game save to get you trophies is cheating. Having someone log in to your account to get trophies in exchange for something is cheating. None of those three practices have ever been allowed on this site, on our sister site, or any other trophy site that wants to be reputable, legitimate, and respected.
Удалите забаненного читера с первого места в чарте PSN.