LoadedGun
Place following Code in your relevant site.
for Sextgem sites
<script type="text/javascript" src="http://grab.x20.in/?cat={_$cat|}&show={_$show|}"></script>
Copy code
for Taplap and other php supported wapsits
$cat=$_REQUEST['cat'];
$show=$_REQUEST['show'];
echo'<script type="text/javascript" src="http://grab.x20.in/?cat='.$cat.'&show='.$show.'"></script>';
Copy code
I'm not sure will work or not , I found this on internet