26.gif

Search (advanced search)
Use this Search form before posting, asking or make a new thread.
Tips: Use Quotation mark to search words (eg. "How To Make Money Online")

01-03-2014, 07:41 AM (This post was last modified: 01-03-2014 07:45 AM by Donkhafa1.)
Post: #1
Viral Media Portal v1.3 fixed with pictures and ads
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
01-03-2014, 08:34 AM
Post: #2
RE:
@Donkhafa1, Thank for fixing the script !
Regards! Rep+ Added.
01-04-2014, 10:17 AM
Post: #3
RE:
Good job in there mate ! Rep +
01-04-2014, 06:33 PM
Post: #4
RE:
Thanks ;) WORKS
01-04-2014, 11:18 PM
Post: #5
RE:
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.
71.gif
01-05-2014, 01:03 AM (This post was last modified: 01-05-2014 01:08 AM by AtakanCan.)
Post: #6
RE:
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>';
}
/////////////////////////////////////////////////
01-05-2014, 09:42 PM (This post was last modified: 01-05-2014 09:44 PM by elioM.)
Post: #7
RE:
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>';
}
/////////////////////////////////////////////////
01-05-2014, 10:50 PM (This post was last modified: 01-05-2014 10:53 PM by haizrulamrie.)
Post: #8
RE:
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-07-2014, 07:03 AM
Post: #9
RE:
(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.
01-10-2014, 01:32 AM
Post: #10
RE:
Have someone idea how change characters (ě > e, š > s etc.) in URL? im trying but im clueless now.
90.gif




19.gif