Results 1 to 10 of 21
Threaded View
-
30th Nov 2011, 09:53 AM #7Respected MemberWebsite's:
DL4Everything.com Soft2050.inTry this
PHP Code:// Config
$modEnabled = true;
$subBacklink = "http://warezrelease.org/";
$reason = "Add our linkback, then <a href='/contact.php'>email us here</a>.";
$date = date("d-m-Y");
$surl = $_POST['surl'];
$surl = parse_url(trim($surl)); //remove spaces split the url
$surl= str_replace("www.","",$surl['host']); //get host
$email = $_POST['email'];
if ($modEnabled) {
function subBacklink($link, $subBacklink) {
global $subBacklink;
$ch = curl_init($link);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
// curl_setopt($ch, CURLOPT_HEADER, FALSE);
curl_setopt($ch, CURLOPT_USERAGENT, 'Opera/9.80 (Windows NT 5.1; U; en) Presto/2.7.62 Version/11.01');
$page = curl_exec($ch);
curl_close($ch);
if (stripos($page,$subBacklink) || stripos($page, str_replace("http://www.", "http://", $subBacklink)))
return true
else
return false;
}
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[WCDDL] linkback check
By Chris2k in forum Web Application/Script SupportReplies: 11Last Post: 20th Aug 2011, 12:58 PM -
Linkback limit
By ShareShiz in forum Forum and DDL DiscussionReplies: 2Last Post: 11th Apr 2011, 07:15 PM -
[Selling] PR4 LinkBack (CHEAP!!)
By ushare in forum Completed TransactionsReplies: 8Last Post: 8th Jan 2011, 10:21 PM -
Need DDL w/o linkback
By CyberDeViLZ in forum Community CooperativeReplies: 5Last Post: 26th Jun 2010, 07:40 AM -
DDL's that require no linkback
By ElementSnake in forum General DiscussionReplies: 5Last Post: 19th Feb 2010, 02:25 PM
themaCreator - create posts from...
Version 3.52 released. Open older version (or...