My Free Script to get 70 High Pr Backlinks

Status
Not open for further replies.
Anyone else tried freesitescripts.com?

I'm running it now, but interested in others feedback as well.

I think they doesn't ping submission..
but I found a nice way to do it manually :D
copy urls of submitted sites from freesitescripts in excel,
find and delete " - Site Submitted!"
go to pingdevice.com/ and paste all the links there
did it 10 minutes ago, i hope it'll give some backlinks :D

edit: just don't submit all links at once to pingdevice, split them in smaller lists
 
Last edited:
Worked great, this is a very good script that could easily be built on.

Also if anyone needs... I may take it down if it causes high loads but wanted to try anyway.
http://siteten.net/bl.php
Hi Guys i try to add this script in my ftp, but every time show this error mensagem about the safe_mode (that is OFF) and openbasedir. Any suggestions?
favicon.ico
PR: wait...
favicon.ico
I: wait...
favicon.ico
L: wait...
favicon.ico
LD: wait...
favicon.ico
I: wait...wait...
favicon.ico
Rank: wait...
favicon.ico
Traffic: wait...
favicon.ico
Price: wait...
favicon.ico
C: wait...
close.gif
 
Just gave it a shot, works perfectly. I'll report back on my results!
 
uploaded it and put my site then the keyword then submit but the page goes blank white nothing more. what might be the problem.
 
This is a cool little script, but not all of these links work.

I went through the script and took away the ones that don't work and added a few more that do work. It's a cool little script, but the "backlinks" created by this script don't seem to be showing up in Google for a test I ran 2 weeks ago. If you copy the created links into your URL bar, they'll start showing up, but it's too much hassle to be worth it.

That being said, here's the new code.
Code:
<?


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>

<?
}
?>
 
Last edited:
What am I supposed to do with this script?Where should I paste it?Please guide me,I am a newbie and not that much techie
 
pinging works but it shows safe mode warning, is there any prob. thanks for sharing
 
Original script needs some updating but you can really make this work well for you. Thanks.

-killxp
 
You clever little bastard... I would totally make sweet love to you if I were a woman.
But seeing as I'm not, great job on the script and thanks!
 
The OP script works! I got about 80 backlinks in 24 hours... I'm going to try to make a safe mode version for those who can't turn it off. Also this url worked, it was posted earlier as well:
Code:
http://siteten.net/bl.php
and so does
Code:
www.freesitescripts.com
Although, you won't get all 600 of the ones they say.
 
WTF is this?

I just run it and i got a message prom ISP:

Suspicious process running
under user <><>

Time: Mon Mar 29 18:16:44 2010 +0300
PID: 21449
Account: <><>
Uptime: 50 seconds


Executable:

/usr/bin/php


Command Line (often faked in exploits):

/usr/bin/php /home/../pr70.php


Network connections by the process (if any):

tcp: 212.146.105.54:36838 -> 193.226.189.169:80
tcp: 212.146.105.54:41524 -> 174.143.121.209:80
tcp: 212.146.105.54:40420 -> 64.187.28.3:80
tcp: 212.146.105.54:55079 -> 74.208.11.240:80


Files open by the process (if any):



Memory maps by the process (if any):

00400000-00a56000 r-xp 00000000 fd:00 9797823
/usr/bin/php
00c56000-00cbe000 rw-p 00656000 fd:00 9797823
/usr/bin/php
00cbe000-00ccb000 rw-p 00cbe000 00:00 0
0d406000-0d813000 rw-p 0d406000 00:00 0
[heap]
36ec000000-36ec01c000 r-xp 00000000 fd:00 8454178
/lib64/ld-2.5.so
36ec21b000-36ec21c000 r--p 0001b000 fd:00 8454178
/lib64/ld-2.5.so
36ec21c000-36ec21d000 rw-p 0001c000 fd:00 8454178
/lib64/ld-2.5.so
36ec400000-36ec54d000 r-xp 00000000 fd:00 8454504
/lib64/libc-2.5.so
36ec54d000-36ec74d000 ---p 0014d000 fd:00 8454504
/lib64/libc-2.5.so
36ec74d000-36ec751000 r--p 0014d000 fd:00 8454504
/lib64/libc-2.5.so
36ec751000-36ec752000 rw-p 00151000 fd:00 8454504
/lib64/libc-2.5.so
36ec752000-36ec757000 rw-p 36ec752000 00:00 0....

And so on...


Hi all, I created a php script to submit a bulk list of you domains to it. When it runs it will gathering 70 backlinks for each domain. After the link is submitten it will be pinged to, so google will notice your new backlinks.
Most of my websites are indexed in Google within an half hour.
When I target some small niche keywords, I will hit the top 10 with 2 days.

Maybe in the future i will upload the script to my server, so you guys can just submit your domain list.

Make a php file of it and upload it to your server.
After that enter your domain list in the form like:
http://www.domain1.com|Keywordofdomain1
http://www.domain2.com|Keywordofdomain2
http://www.domain3.com|Keywordofdomain3

Here it is :

Code:
<?


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.websiteoutlook.com/' . $domain;
$urls[] = 'http://www.statbrain.com/' . $domain;
$urls[] = 'http://www.builtwith.com/?' . $domainshort;
$urls[] = 'http://snapshot.compete.com/' . $domainshort;
$urls[] = 'http://www.aboutus.org/' . $domainshort;
$urls[] = 'http://www.quantcast.com/' . $domainshort;
$urls[] = 'http://www.cubestat.com/' . $domain;
$urls[] = 'http://whois.tools4noobs.com/info/' . $domainshort;
$urls[] = 'http://www.alexa.com/siteinfo/' . $domainshort;
$urls[] = 'http://www.alexa.com/data/details/?url=' . $domainshort;
$urls[] = 'http://www.siteadvisor.cn/sites/' . $domainshort . '/summary/';
$urls[] = 'http://whois.domaintools.com/' . $domainshort;
$urls[] = 'http://www.aboutdomain.org/backlinks/' . $domainshort . '/';
$urls[] = 'http://www.whoisya.com/' . $domainshort;
$urls[] = 'http://www.who.is/whois-com/' . $domainshort;
$urls[] = 'http://www.robtex.com/dns/' . $domainshort . '.html';
$urls[] = 'http://www.zimbio.com/search?q=' . $domainshort . '&btnG=Search';
$urls[] = 'http://whois.ws/whois-info/ip-address/' . $domainshort . '/';
$urls[] = 'http://whoisx.co.uk/' . $domainshort;
$urls[] = 'http://searchanalytics.compete.com/site_referrals/' . $domainshort;
$urls[] = 'http://www.xomreviews.com/' . $domainshort;

$urls[] = 'http://seedspills.com/' . $domainshort;
$urls[] = 'http://www.protectwebform.com/stats/site.php?d=' . $domainshort;
$urls[] = 'http://www.similarsites.com/sites-like/' . $domainshort;
$urls[] = 'http://dntrace.keyhints.com/' . $domainshort;
$urls[] = 'http://www.markosweb.com/www/' . $domainshort . '/';
$urls[] = 'http://www.peekstats.com/' . $domainshort;

$urls[] = 'http://websitevaluebot.com/' . $domain;
$urls[] = 'http://peekstats.com/' . $domainshort;
$urls[] = 'http://worthbot.com/' . $domain;
$urls[] = 'http://websitevaluecalculator.org/' . $domain;
$urls[] = 'http://website-value.net/' . $domain;
$urls[] = 'http://webworth.info/' . $domainshort;
$urls[] = 'http://statswebsites.com/' . $domain;
$urls[] = 'http://cash81.com/' . $domain;
$urls[] = 'http://nakedweb.org/' . $domain;
$urls[] = 'http://tatlia.com/' . $domain;
$urls[] = 'http://statout.com/' . $domain;
$urls[] = 'http://georanks.com/' . $domain;
$urls[] = 'http://webrapport.net/' . $domain;
$urls[] = 'http://worthlook.com/' . $domain;
$urls[] = 'http://worth.im/' . $domain;

$urls[] = 'http://www.sitedossier.com/anchor/' . $domain;
$urls[] = 'http://www.sitedossier.com/site/' . $domainshort;
$urls[] = 'http://www.sitedossier.com/search?q=' . $domain;

$urls[] = 'http://www.aboutthedomain.com/' . $domainshort . '/';
$urls[] = 'http://wholinkstome.com/url/' . $domainshort;
$urls[] = 'http://www.websiteaccountant.nl/' . $domain;
$urls[] = 'http://www.webmaster-rank.info/?pourcent-' . $domain;
$urls[] = 'http://websiteshadow.com/' . $domainshort;
$urls[] = 'http://www.talkreviews.com/' . $domainshort;
$urls[] = 'http://www.ip-adress.com/whois/' . $domain;
$urls[] = 'http://www.listenarabic.com/' . $domain;
$urls[] = 'http://boardreader.com/domain/' . $domainshort;
$urls[] = 'http://www.keywordspy.com/organic/domain.aspx?q=' . $domainshort;
$urls[] = 'http://dataopedia.com/' . $domainshortdash;
$urls[] = 'http://freeprchecker.com/' . $domain;
$urls[] = 'http://www.serpanalytics.com/sites/' . $domain;
$urls[] = 'http://www.quarkbase.com/' . $domainshort;
$urls[] = 'http://stimator.com/' . $domainshortdash;
$urls[] = 'http://www.valuatemysite.com/' . $domain;
$urls[] = 'http://websitevaluecalculate.com/' . $domain;
$urls[] = 'http://tubeurl.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://serversiders.com/' . $domainshort;
$urls[] = 'http://bizinformation.org/us/' . $domain;
$urls[] = 'http://builtwith.com/default.aspx?' . $domainshort;
$urls[] = 'http://www.pagerankplace.com/website/' . $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 . ' - Pinged!<br>';
    }
    else
    {
        echo $url . ' - <b>Pinging 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>

<?
}
?>
 
Thanks for this great share. Is it possible to use this tool with sites like

Code:
www.mysite.com/2008/12/article.html

or

myblog.wordpress.com

??

It would be nice to use this tool to blast web 2.0 properties. But i havent been able to link to deep pages, only the root domain which is useless for me.
 
Status
Not open for further replies.
Back
Top