Skip to content

Instantly share code, notes, and snippets.

View l0l3r's full-sized avatar
🎯
Focusing

l0l3r

🎯
Focusing
View GitHub Profile
<?php
$id = "sheniId";
$key = "sheniKey";
$sign = hash('sha256','balance' . $id . $key);
$response = file_get_contents('https://anypay.io/api/balance/' . $id . '?sign=' . $sign);
$data = json_decode($response);
echo $data->result->balance;
<?php
function convertGeoToLat($str, $viceversa = false){
$geo = array(
'ა',
'ბ',
'გ',
'დ',
'ე',
'ვ',
'ზ',