Skip to content

Instantly share code, notes, and snippets.

View azraelcommunity's full-sized avatar

azraelcommunity

View GitHub Profile
@azraelcommunity
azraelcommunity / keybase.md
Created September 12, 2019 05:20
keybase.md

Keybase proof

I hereby claim:

  • I am azraelcommunity on github.
  • I am vaizard (https://keybase.io/vaizard) on keybase.
  • I have a public key ASAZaFGk2EduyZGWRrjGfRVog9fC6IFNDz5QdqJ2qFYZ5go

To claim this, I am signing this object:

@azraelcommunity
azraelcommunity / Dash
Created January 25, 2018 06:24
Dash.php
<?php
date_default_timezone_set("Asia/Bangkok");
error_reporting(0);
function call($addr) {
$data= "address=$addr&sponsor=10507";
$cok = tempnam('tmp','avo'.rand(1000000,9999999).'tmp.txt');
$c = curl_init("https://japakar.com/dash/");
curl_setopt($c, CURLOPT_REFERER, "https://japakar.com/dash/");