Best Blackhat Forum

Full Version: Viral Media Portal v1.3 fixed with pictures and ads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
heres the fixed version with pictures,animation gifs and ads:
http://www52.zippyshare.com/v/91585353/file.html


heres the orginal post with all the bugs: http://bestblackhatforum.com/Thread-GET-...mas-BBHF-3
@Donkhafa1, Thank for fixing the script !
Regards! Rep+ Added.
Good job in there mate ! Rep +
Thanks ;) WORKS
When I tried to change the admin pass the originally shared script didnt let me to do. Will this script fix that problem.? Kindly Help.
I would also add xhamster videos , can you help me? here i have a code for adding xhamster videos

///////////////////////////////////////////////////
if($type=="xhamster.com")
{
$queryString = parse_url($url, PHP_URL_QUERY);
parse_str($queryString, $params);
$embed_code = '<iframe width="640" height="480" src="http://xhamster.com/xembed.php?video=[ID]' . trim($params['v']) . '" frameborder="0" scrolling="no"></iframe>';
}
/////////////////////////////////////////////////
you just need to find the code to make an thumbnail: like this facebook thumb :

function get_facebook_thumb($url)
{
$queryString = parse_url($url, PHP_URL_QUERY);
parse_str($queryString, $params);
return "http://graph.facebook.com/" . trim($params['v']) . "/picture";
}

(01-05-2014 01:03 AM)AtakanCan Wrote: [ -> ]I would also add xhamster videos , can you help me? here i have a code for adding xhamster videos

///////////////////////////////////////////////////
if($type=="xhamster.com")
{
$queryString = parse_url($url, PHP_URL_QUERY);
parse_str($queryString, $params);
$embed_code = '<iframe width="640" height="480" src="http://xhamster.com/xembed.php?video=[ID]' . trim($params['v']) . '" frameborder="0" scrolling="no"></iframe>';
}
/////////////////////////////////////////////////
anyone know how to embed liveleak video using this script?

btw,thanks for fixing this script..works like charm..demo >> http://traffic.gila.my
+rep given
(01-05-2014 10:50 PM)haizrulamrie Wrote: [ -> ]anyone know how to embed liveleak video using this script?
+liveleak added, +rep if works
_http://www38.zippyshare.com/v/68546980/file.html
download and replace original.
Have someone idea how change characters (ě > e, š > s etc.) in URL? im trying but im clueless now.
Pages: 1 2
Reference URL's