<?php

require_once 'pengambil-ht-kaskus.php';
$url = 'http://www.kaskus.co.id' . @$_GET['thread'];
echo PengambilHTKaskus::ambil_konten($url);
<?php

header('Content-Type: application/json');
require_once 'pengambil-ht-kaskus.php';
echo PengambilHTKaskus::ambil_sbg_json();