GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Blog Spammers (https://gfy.com/showthread.php?t=350891)

Brujah 09-02-2004 05:29 PM

Blog Spammers
 
What's this Reffy prog like ?
http://www.adminshop.com/

etech 09-02-2004 05:30 PM

:eek7

WiredGuy 09-02-2004 05:31 PM

Let's see the database they use. That's what you're really paying for. The text file in combination with a hitbot is all you need.

WG

mule 09-02-2004 05:32 PM

I hate ref-spammers

Quotealex 01-29-2005 03:43 PM

Quote:

Originally Posted by Brujah
What's this Reffy prog like ?
http://www.adminshop.com/

And most importantly, can this thing get you ban/blacklisted on search engines?

Fletch XXX 01-29-2005 03:44 PM

Quote:

Originally Posted by mule
I hate ref-spammers


no worries

reffy = OWNED

google is addressing this as we speak ;)

yuvalus 01-29-2005 03:50 PM

Quote:

Originally Posted by WiredGuy
Let's see the database they use. That's what you're really paying for. The text file in combination with a hitbot is all you need.

WG

I got 100M sites DB, not all of them showing ref stats

If you know how to maximize it, you got my icq

pornstar2pac 01-29-2005 03:52 PM

let's hope it dies off quick

DarkJedi 01-29-2005 03:52 PM

Quote:

Originally Posted by Alex from Montreal
And most importantly, can this thing get you ban/blacklisted on search engines?

Here's a free tip: get a clue. then post.

DarkJedi 01-29-2005 03:54 PM

Quote:

Reffy is a Windows-based mass referrer..
here's the line after which you should have lost all interest in this software

yuvalus 01-29-2005 03:56 PM

Quote:

Originally Posted by DarkJedi
here's the line after which you should have lost all interest in this software

I don't agree; I develop my tools to windows environment and they are A+

SmokeyTheBear 01-29-2005 03:57 PM

Quote:

Originally Posted by DarkJedi
here's the line after which you should have lost all interest in this software

Reffy comes with a pre-generated list of 3047 active blog websites

Fletch XXX 01-29-2005 03:58 PM

Quote:

Originally Posted by SmokeyTheBear
Reffy comes with a pre-generated list of 3047 active blog websites

yes, imagine the underage blog sites we can infect with mass blog spam.

DarkJedi 01-29-2005 03:59 PM

Quote:

Originally Posted by SmokeyTheBear
Reffy comes with a pre-generated list of 3047 active blog websites

all beat up to death and without much value ?

DarkJedi 01-29-2005 04:00 PM

Quote:

Originally Posted by yuvalus
I don't agree; I develop my tools to windows environment and they are A+

yes, but not ref spam software :)

yuvalus 01-29-2005 04:02 PM

Quote:

Originally Posted by DarkJedi
yes, but not ref spam software :)


Why not?
In a change of a button i can say i got linux browser or any browser that i want

DarkJedi 01-29-2005 04:04 PM

LOL, the whole program costs $50

if that 3000 sites database was any good, it would cost atleast 10 times more alone.

Crypt 01-29-2005 04:07 PM

Quote:

Originally Posted by WiredGuy
Let's see the database they use. That's what you're really paying for. The text file in combination with a hitbot is all you need.

WG

Like WG said, the key is the database , not the software. Even the free software cURL do the same job and its free.

You REALLY need to focus on the database. Dont forget, if a small database is hitted 100k per day by the same ppl, urls will be deleted more fast or ppl will add htaccess to stats page etc etc.

With this type of stuff, you ALWAYS need to go custum to get your own urls database. Thats the hard part.

For the software, cURL or a hitbot do the job. cURL can be mixed with php, to use urls from a mysql database, and crontab to set the jobs.

Hope it help.

AdultNex 01-29-2005 04:08 PM

Ref spamming is dead... It's not worth it.

The other real solution is comment spamming, which is slowly dying.

If you're interested, I have a pretty expensive custom-made comment spammer script. :)

Fletch XXX 01-29-2005 04:09 PM

Quote:

Originally Posted by AdultNex
Ref spamming is dead... It's not worth it.

The other real solution is comment spamming, which is slowly dying.

If you're interested, I have a pretty expensive custom-made comment spammer script. :)

http://www.google.com/googleblog/200...ment-spam.html

:glugglug

Crypt 01-29-2005 04:12 PM

Quote:

Originally Posted by SmokeyTheBear
Reffy comes with a pre-generated list of 3047 active blog websites

You know like me 3k urls is nothing.
100k ppl spam the same 40 times a day. So urls die fast.

I have 4M urls in my database to send to , like i said before, the key is THE DATABASE.

yuvalus 01-29-2005 04:14 PM

Quote:

Originally Posted by Crypt
You know like me 3k urls is nothing.
100k ppl spam the same 40 times a day. So urls die fast.

I have 4M urls in my database to send to , like i said before, the key is THE DATABASE.

Add me i've got to talk to you
10920601

Odin88 01-29-2005 04:39 PM

I have many more than 4 milion URLs in my database. If you want to buy reffy hit me up and I'll sell you the database too.

AdultNex 01-29-2005 04:41 PM

Quote:

Originally Posted by Fletch XXX

Which is why I'm selling it. :1orglaugh :winkwink:

fünkmaster 01-29-2005 04:48 PM

Quote:

Originally Posted by Alex from Montreal
And most importantly, can this thing get you ban/blacklisted on search engines?

... OMG !!!

... anyway, I am feeling generous today, here is the one that was programmed for me:

Code:

<?php

set_time_limit(0);

require("db.php");

$query = mysql_query("SELECT * FROM Referrers");
while ($row = mysql_fetch_array($query)) {
        $refs[] = $row['Domain'];
}

while (1) {

while (!mysql_query("LOCK TABLES Sites READ")) {
    usleep(200);
}

mysql_query("LOCK TABLES Sites WRITE");
$query = mysql_query("SELECT * FROM Sites ORDER BY LastHit LIMIT 1");
if (!$query) {
  die('Invalid query: ' . mysql_error());
}
$row = mysql_fetch_array($query);
mysql_query("UPDATE Sites SET LastHit = UNIX_TIMESTAMP() WHERE Domain = '".$row['Domain']."'");
mysql_query("UNLOCK TABLES");


        ereg('^([a-zA-Z0-9\.-]+)(.*)$', $row['URL'], $regs);
        $url = $regs[1]; $dir = $regs[2];
        if (!$dir) $dir = "/";

        $sock = @fsockopen($url, 80, $errno, $errstr, 4);
        if (!$sock) continue;
        #$s[] = $sock;

        # generate referrer
        $ref = 'http://www.'.$refs[rand(0, count($refs)-1)].'/';

        #stream_set_blocking($sock, FALSE);
        print $sock." Hitting ".$url." ... ".$ref."\n";
        fputs($sock, "GET ".$dir." HTTP/1.1\nHost: ".$row['URL']."\nReferer: ".$ref."\nUser-Agent: Mozilla/5.0 (compatible; MSIE 6.1; Windows NT 7.1; .Mozilla)\n\n");
        fclose($sock);

        /*$r = $s;
        if (stream_select($r, $w = NULL, $e = NULL, 0)) {
                for ($j=0; $j<count($r); $j++) {
                        if ($r[$j]) {
                                # debugging purposes only
                                # print "closing $j ".$r[$j]."\n";
                                array_splice($s, array_search($r[$j], $s), 1);
                                fclose($r[$j]);
                        }
                }
        }
        $i++;*/

}
?>


Top Jimmy 01-29-2005 05:47 PM

Now if you would feel good enough to include db.php LOL

Crypt 01-29-2005 07:19 PM

Quote:

Originally Posted by Top Jimmy
Now if you would feel good enough to include db.php LOL


:1orglaugh

fünkmaster 01-29-2005 07:58 PM

Quote:

Originally Posted by Top Jimmy
Now if you would feel good enough to include db.php LOL


... sure, why not ?

Code:

<?php
@mysql_pconnect("localhost", "hitter", "hitbot");
@mysql_select_db("hitter");
?>


you will have to create the DB, I will also give you the script to add your domains and the script to add the domains you wanna ref bomb.

fünkmaster 01-29-2005 08:08 PM

... use this to harvest domains that have reflogs or blogs that show reflogs.

$query_string = 'XXX'; -> replace XXX with your keyword p.e. "recent referrers" works great.

Code:

<?php
require("google.class.php");
require("db.php");

$query_string = 'XXX';

$max = 1000;

function get_domain($domain) {
        $tld = Array("co", "com", "net", "org", "id", "ac", "edu", "gov", "mil");
        eregi('^([a-zA-Z0-9\.-]+)', $domain, $regs);
        $domain = $regs[1];

        $parts = explode('.', $domain);
        $result = "";
        for ($i=count($parts)-1; $i>=0; $i--) {
                $result = $parts[$i].($result ? '.' : '').$result;
                if ($i != count($parts)-1                             
                        && strlen($parts[$i]) > 2                 
                        && !in_array($parts[$i], $tld)         
                        ) break;
        }
        return $result;
}

function valid($domain) {
        $bad = Array("gov", "mil", "edu");

        if (!ereg('^([a-zA-Z0-9\.-]+)$', $domain)) return 0;

        eregi('^([a-zA-Z0-9\.-]+)', $domain, $regs);
        $domain = $regs[1];

        $parts = explode('.', $domain);
        foreach ($parts as $part) {
                if (in_array($part, $bad)) return 0;
        }

        return 1;
}

$google = new google_search;

$query = @mysql_query("SELECT * FROM TLD");
while ($row = mysql_fetch_array($query)) {
        for ($start=0; $start<$max; $start+=100) {
                $google->query($query_string.' site:'.$row['TLD'].' ', $start);
                if (count($google->results) hahahaha 0) break;
                $old_url = $first_url; $first_url = "";
                foreach ($google->results as $result) {
                        eregi(' for ([^ ]+)', $result['title'], $regs);
                        eregi('^http://([^/]+)', $result['url'], $regs2);
                        if (!ereg('\.', $regs[1])) $url = $regs2[1];
                        else $url = $regs[1];
                        $url = eregi_replace('http://','',$url);
                        if (!$first_url) {
                                $first_url = $url;
                                if ($old_url && $old_url hahahaha $first_url) break(2);
                        }
                        if (!valid($url)) continue;

                        mysql_query("INSERT INTO Sites VALUES (
                                                        '".get_domain($url)."',
                                                        '".$url."',
                                                        '".$result['url']."',
                                                        0, 0);");
                }
        }
}
?>


here is google.class.php:

Code:

<?php

class google_search {
        var $url = 'http://www.google.com/search?num=100&hl=en&as_qdr=m3&ie=UTF-8&oe=UTF-8&q=';
        var $results;

        function query($query, $start = 0) {
                $fd = fopen($this->url.urlencode($query)."&start=".$start."&sa=N", "r");
                $this->results = Array();
                while ($line = fgets($fd)) {
                        $count = preg_match_all("/<p class=g><a href=(.+?)>(.+?)<\/a>/", $line, $matches, PREG_SET_ORDER);
                        for ($i=0; $i<$count; $i++) {
                                $this->search_callback($matches[$i]);
                        }
                }
                fclose($fd);
        }

        function search_callback($match) {
                $this->results[] = Array(
                        'url' => $match[1],
                        'title' => $match[2]);
        }
}
?>


... now put all the domains you want to show up in reflogs in a file (domains) in the and run import.sh (./import.sh domains).

Code:

#!/usr/local/bin/bash

echo DELETE FROM Referrers\; | mysql -u root hitter
for i in `cat $1` ; do echo INSERT INTO Referrers VALUES \(\'$i\'\)\; ; done | mysql -u root hitter

... that's it and NO, I will not give any installation support, if you can't get it working you don't deserve it to be working.

enjoy

fünkmaster 01-29-2005 10:09 PM

...hit those reflogs hard !!!

wes 01-29-2005 10:18 PM

hah nice

Kard63 01-29-2005 10:22 PM

This shit any good? Is it just spammer tools?

fünkmaster 01-29-2005 10:26 PM

Quote:

Originally Posted by Kard63
This shit any good? Is it just spammer tools?

... well my DB has about 1.5 mio domains, script hits them all within 3 days, most of the traffic you get is webmaster traffic ... make them signup under your refcode.

besides, your PR goes up because of the backlinks.


All times are GMT -7. The time now is 04:00 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123