Here's a Working tube8 grabber code :
Update : Code not working . Try http://wapmasters.xpussy.mobi
Code:
<?php ////////////////////////////////// // DON'T CHANGE THIS CODES // // // // URL : http://mobile18.info // ////////////////////////////////// $cat = $_GET['cat']; $page = $_GET['page']; $video = $_GET['video']; if(isset($_GET['download'])) { ////////////////////////////////// // ADD HERE A CUSTOM HEADER // ////////////////////////////////// $result = file_get_contents("http://mobile18.info/tube/?download&video=$video"); echo "$result"; ////////////////////////////////// // ADD HERE A CUSTOM FOOTER // ////////////////////////////////// die (); } if(isset($_GET['video'])) { ////////////////////////////////// // ADD HERE A CUSTOM HEADER // ////////////////////////////////// $result = file_get_contents("http://mobile18.info/tube/?video&cat=$cat&page=$page"); echo "$result"; ////////////////////////////////// // ADD HERE A CUSTOM FOOTER // ////////////////////////////////// die (); } ////////////////////////////////// // ADD HERE A CUSTOM HEADER // ////////////////////////////////// $result = file_get_contents("http://mobile18.info/tube"); echo "$result"; ////////////////////////////////// // ADD HERE A CUSTOM FOOTER // ////////////////////////////////// ?>
Update : Code not working . Try http://wapmasters.xpussy.mobi
Comment