My Free Script to get 70 High Pr Backlinks

Status
Not open for further replies.
Good solution to change PHP max_execution_time is add simple line into the code:



PHP:
<?
set_time_limit(900);

if($_POST)
{

$domains = explode("\n", $_POST[domains]);

foreach($domains as $domain)
{

$domain = explode('|', $domain);


$keyword = $domain[1];
$domain = str_replace(array('http://','/'),'',$domain[0]);

echo $keyword . $domain;
unset($urls);

$domainshort = str_replace('www.','',$domain);

$domainshortdash = str_replace('.','-',$domainshort);


$urls[] = 'http://www.aboutus.org/' . $domainshort;
$urls[] = 'http://www.cubestat.com/' . $domain;
$urls[] = 'http://www.alexa.com/siteinfo/' . $domainshort;
$urls[] = 'http://www.alexa.com/data/details/?url=' . $domainshort;
$urls[] = 'http://seedspills.com/' . $domainshort;
$urls[] = 'http://www.builtwith.com/?' . $domainshort;
$urls[] = 'http://www.markosweb.com/www/' . $domainshort . '/';
$urls[] = 'http://worthbot.com/' . $domain;
$urls[] = 'http://webworth.info/' . $domainshort;
$urls[] = 'http://www.sitedossier.com/site/' . $domainshort;
$urls[] = 'http://www.aboutthedomain.com/' . $domainshort . '/';
$urls[] = 'http://www.websiteaccountant.nl/' . $domain;
$urls[] = 'http://websiteshadow.com/' . $domainshort;
$urls[] = 'http://www.quarkbase.com/' . $domainshort;
$urls[] = 'http://www.snuse.no/search_web2.php?mode=2&swg=2&swy=2&list=1&pt=1&er=1&ex=&ttex=site:' . $domain;
$urls[] = 'http://www.sitelogr.com/s/' . $domainshort;
$urls[] = 'http://www.websiteaccountant.be/' . $domain;
$urls[] = 'http://builtwith.com/default.aspx?' . $domainshort;
$urls[] = 'http://www.statbrain.com/' . $domain;
$urls[] = 'http://www.aboutus.org/' . $domainshort;
$urls[] = 'http://www.whoisya.com/' . $domainshort;
$urls[] = 'http://www.whoisbucket.com/view/' . $domainshort;
$urls[] = 'http://www.whois.net/whois_new.cgi?d=[' . $domainshort;
$urls[] = 'http://www.websitetrafficrankings.com/?for=' . $domainshort . '&submit.x=0&submit.y=0';
$urls[] = 'http://www.v3whois.com/w/' . $domainshort;
$urls[] = 'http://www.urltrends.com/viewtrend.php?url=' . $domainshort;
$urls[] = 'http://www.toolurl.com/meta-tag.php?url=' . $domainshort;
$urls[] = 'http://www.sitedossier.com/site/' . $domainshort;
$urls[] = 'http://www.protect-x.com/info/' . $domainshort;
$urls[] = 'http://www.pageheat.com/heat/' . $domainshort;
$urls[] = 'http://www.iwebtool.com/pagerank_checker?domain=' . $domainshort;
$urls[] = 'http://www.findoo.com/search.php?keywords=' . $domain;
$urls[] = 'http://www.ec2ornot.com/?domain=' . $domainshort;
$urls[] = 'http://www.backlinkcheck.com/popular.pl?url1=' . $domainshort;
$urls[] = 'http://uptime.netcraft.com/up/graph?site=' . $domainshort;
$urls[] = 'http://page2rss.com/page?url=' . $domainshort;
$urls[] = 'http://online.htmlvalidator.com/php/onlinevallite.php?url=' . $domainshort;
$urls[] = 'http://jigsaw.w3.org/css-validator/validator?uri=' . $domainshort;
$urls[] = 'http://esitestats.com/' . $domainshort;


$ch = curl_init();

foreach($urls as $url)
{
    curl_setopt ($ch, CURLOPT_URL, $url);
    curl_setopt ($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6");
    curl_setopt ($ch, CURLOPT_TIMEOUT, 60);
    curl_setopt ($ch, CURLOPT_FOLLOWLOCATION, 1);
    curl_setopt ($ch, CURLOPT_RETURNTRANSFER, 1);
    curl_setopt ($ch, CURLOPT_REFERER, 'http://www.google.com/');
    $AskApache_result = curl_exec ($ch);

    $regex = '/<title>(.+?)<\/title>/';
    preg_match($regex,$AskApache_result,$output);
    echo $output[1] . '<br>';
    flush();
    ob_flush();

    curl_setopt ($ch, CURLOPT_URL, 'http://pingomatic.com/ping/?title=' . urlencode($keyword) . '&blogurl=' . urlencode($url) . '&rssurl=http%3A%2F%2F&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&chk_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blogdigger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket=on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_bloglines=on&chk_postrank=on&chk_skygrid=on&chk_bitacoras=on&chk_collecta=on');
    $AskApache_result = curl_exec ($ch);


    if(preg_match('/Pinging complete!/', $AskApache_result))
    {
        echo $url . ' - Backlink Created!<br>';
    }
    else
    {
        echo $url . ' - <b>Site Assessment Failed</b><br>';
    }
    
    flush();
    ob_flush();
}
}
} else {
?>
<form method="post">
Links|Anchors :<br>
<textarea name="domains" cols=100 rows=30></textarea><br>
<br>
<input type="submit">
</table>
</form>

<?
}
?>
 
Did anyone know where to place my domain ?
i've to put it in the script ?
and where to place my domain ?

any help thanks
 
Did anyone know where to place my domain ?
i've to put it in the script ?
and where to place my domain ?

any help thanks
If you copied the code correctly, you should see a textbox for you to enter your domain when you run it.
 
can someone explain what this script does exactly? I kinda get it from reading the code but want to be sure - I want to code this up in ASP.NET
 
can someone explain what this script does exactly? I kinda get it from reading the code but want to be sure - I want to code this up in ASP.NET

It pings all servers from $urls array trough http://pingomatic.com using curl functions.
 
if you just want to run it... http://apollomatrix.com/content/70-free-backlinks-apollo-matrix


Thx bkind!

I just ran it on your site for a domain of mine and it worked fine. Don't know what it will do for the domain yet but we'll see.

Appreciate it! Thanks!
 
Awesome script. It works! I uploaded to my page rank checker site and run it.
It's only 1 pinging failed, peekstats.com
Thanks.
 
I try it in localhost,it say Pinging Failed
HTML:
(.+?)<\/title>/';     preg_match($regex,$AskApache_result,$output);     echo $output[1] . '
';  flush(); ob_flush(); curl_setopt ($ch, CURLOPT_URL, 'http://pingomatic.com/ping/?title=' . urlencode($keyword) . '&blogurl=' . urlencode($url) . '&rssurl=http%3A%2F%2F&chk_weblogscom=on&chk_blogs=on&chk_technorati=on&chk_feedburner=on&chk_syndic8=on&chk_newsgator=on&chk_myyahoo=on&chk_pubsubcom=on&chk_blogdigger=on&chk_blogrolling=on&chk_blogstreet=on&chk_moreover=on&chk_weblogalot=on&chk_icerocket=on&chk_newsisfree=on&chk_topicexchange=on&chk_google=on&chk_tailrank=on&chk_bloglines=on&chk_postrank=on&chk_skygrid=on&chk_bitacoras=on&chk_collecta=on');  $AskApache_result = curl_exec ($ch); if(preg_match('/Pinging complete!/', $AskApache_result)) { echo $url . ' - Pinged!
';     }     else     {         echo $url . ' - Pinging Failed!
';     }          flush();     ob_flush(); } } } else { ?>
I will upload it in my server,then see what is going on..........:ridinghor
 
Thank you man, good script :-)

Are anyone can share other GOOD submition links for improve this script ?

Bye
 
:family1:
please can someone go through this step by step -- this is what I get

upload the file as a txt doc to your server via ftp --- which folder is best (pls dont say any - which one and where )
the where and whic format to add keywords - inside teh txt doc ? behind the URL -- this is fairly techy stuff --- please enlighten us all ---

I will definetly be very grateful as will many of us -- and thanks again for all your help so far
 
Last edited:
i stll need help about where to place my domain and keyword in the script. can someone show us where to place it.i get the script and i still can't figure it out.like this

<form method="post">
Links|Anchors :<br>
<textarea name="domains" cols=100 rows=30></textarea><br>
<br>
<input type="submit">
</table>
</form> ?


any help ?
 
you just need to copy the script on notepad and save it as anyname.php file. then upload it to your www.domainname.com/anyname.php and open your browser and key in your domain and keyword in this format www.domain.com|keyword1 keyword2 and click submit..

hope that help :)

i stll need help about where to place my domain and keyword in the script. can someone show us where to place it.i get the script and i still can't figure it out.like this

<form method="post">
Links|Anchors :<br>
<textarea name="domains" cols=100 rows=30></textarea><br>
<br>
<input type="submit">
</table>
</form> ?


any help ?
 
Thanks for the script OP! had about 20% failed ping but works nonetheless
 
I recently saw a 700 link script here, you had to create an account and login but still very cool...
 
Status
Not open for further replies.
Back
Top