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)
-   -   Mass referer spammer script i just made (https://gfy.com/showthread.php?t=248667)

Repetitive Monkey 03-07-2004 08:39 AM

Mass referrer spammer script i just made
 
http://www.sexsarge.com/reffer.gif

This is a script I just made, but I wonder if there would be any interest in it, whether it would be a good idea to give it out, and in such case, what I should sell it for.

Input? :eatmouse

Krille 03-07-2004 08:50 AM

how does $5 sound?

Repetitive Monkey 03-07-2004 08:54 AM

Quote:

Originally posted by Krille
how does $5 sound?
But do you think people would be interested in it? And would it be unethical to sell it since it's a form of spamming?

silentkey 03-07-2004 08:57 AM

If it works just use it for yourself. :2 cents:

Repetitive Monkey 03-07-2004 10:24 AM

I just ref spammed my non-adult site to a couple thousand blogs. May god have mercy on my soul. :1orglaugh

sexsup 03-07-2004 10:32 AM

I dont like this script

Brujah 03-07-2004 10:35 AM

For $500 I will explain how to do this with 1 simple command! For $5,000 I will include a list of 75,000 URLs it can work with.

Chris 03-07-2004 10:40 AM

nice stuff

wishi had that skill :(

Repetitive Monkey 03-07-2004 10:41 AM

Now it also fakes the header, including the User-Agent.

And the URL extractor extracts all the URLs on an existing URL, rather than relying on search engines.

- Jesus Christ - 03-07-2004 10:42 AM

its a good way to get domains banned. :2 cents:

Repetitive Monkey 03-07-2004 10:44 AM

Quote:

Originally posted by - Jesus Christ -
its a good way to get domains banned. :2 cents:
From where? And how would they prove that the ref was a bot rather than a human in the first place?

tolik 03-07-2004 10:47 AM

one more guy read Lincoln D. Stein book ;)

easy as piss - copy a example from book and put in cycle with submit urls from hash ;)

Basic_man 03-07-2004 10:48 AM

For :2 cents: you give me the copyright on it? :Graucho

Repetitive Monkey 03-07-2004 10:50 AM

Quote:

Originally posted by tolik
one more guy read Lincoln D. Stein book ;)

easy as piss - copy a example from book and put in cycle with submit urls from hash ;)

I haven't heard the name "Lincoln D. Stein" before. Are you trying to push some MLM e-book? lol

Repetitive Monkey 03-07-2004 10:51 AM

Quote:

Originally posted by Basic_man
For :2 cents: you give me the copyright on it? :Graucho
No, but you can have a copy for normal use if you ask nicely.

tolik 03-07-2004 11:04 AM

hehe

let me guess, your script started from:

use LWP;
use HTTP::Request::Common;


right?

Repetitive Monkey 03-07-2004 11:09 AM

Quote:

Originally posted by tolik
hehe

let me guess, your script started from:

use LWP;
use HTTP::Request::Common;


right?

No. Are you referring to Perl?

This script is in PHP, and it loops fsockopen to send a custom header to each URL in the list.

Repetitive Monkey 03-07-2004 11:12 AM

Quote:

Originally posted by Repetitive Monkey

No. Are you referring to Perl?

This script is in PHP, and it loops fsockopen to send a custom header to each URL in the list.

Here is the relevant code:
PHP Code:

        $ref=@fsockopen("$parsed[host]",80);
            if(
$ref){
            
fputs($ref,"GET $parsed[path] HTTP/1.0\n");
            
fputs($ref,"Host: $parsed[host]\n");
            
fputs($ref,"User-Agent: Reffer 1.0\n");
            
fputs($ref,"Referer: $referrer\n");
            
fputs($ref,"Accept-Charset: iso-8859-1,*,utf-8\n");
            
fputs($ref,"Accept-Language: en\n");
            
fputs($ref,"\n.");
            
fclose($ref);
            
$success=1;
            echo
"<font color=\"#008000\">$parsed[host] hit</font><br>";
            }
        
$c++; 


tolik 03-07-2004 11:16 AM

trought sockets?

man

you have too much free time as i see ;)

some_idiot 03-07-2004 11:18 AM

I've been reading about this method for ages now, but...

1. A single referer out of 1000s a day in a log is worth what?
2. Blog webmasters have been proven valuable traffic when?
(assuming they read their access logs)


I can't see anymore than 1 surfer per 2000-3000 URLs spammed.
I just don't see the value, can someone explain it to me?

- Jesus Christ - 03-07-2004 11:18 AM

Quote:

Originally posted by Repetitive Monkey

From where? And how would they prove that the ref was a bot rather than a human in the first place?

From search engines. Becasue your site does not have a link to the thousands of pages that it was "sending hits to".

Ref Spam on a URL you plan to keep long term is a very stupid thing to do.

Plus there is actually a "better" way to ref spam.. but I'm not gonna mention it for obvious reasons. Some of the reasons are same reasons why you should not have started this stupid thread.

Brujah 03-07-2004 11:19 AM

Your script name should now be, Referrer Monkey !

Brujah 03-07-2004 11:20 AM

Quote:

Originally posted by some_idiot
I've been reading about this method for ages now, but...

1. A single referer out of 1000s a day in a log is worth what?
2. Blog webmasters have been proven valuable traffic when?
(assuming they read their access logs)


I can't see anymore than 1 surfer per 2000-3000 URLs spammed.
I just don't see the value, can someone explain it to me?

Link Popularity and PageRank.

And for getting domains banned.

Repetitive Monkey 03-07-2004 11:21 AM

Quote:

Originally posted by Brujah
Your script name should now be, Referrer Monkey !
Hahaha, you are right. :thumbsup

tolik 03-07-2004 11:25 AM

Quote:

Originally posted by some_idiot

I just don't see the value, can someone explain it to me?

this explain your board handle ;)

BuckLover 03-07-2004 11:25 AM

Looks like a cool script:thumbsup

Repetitive Monkey 03-07-2004 11:25 AM

Status: 47 visitors so far, presumably from people checking their logs.

Hopefully a lot of public stats will also show the URL for some extra Page Rank when it is indexed next Google dance.

Brujah 03-07-2004 02:06 PM

sell more! more! more!

Repetitive Monkey 03-07-2004 02:26 PM

Quote:

Originally posted by Brujah
sell more! more! more!
You lost me. You want a free script, sailor?

http://www.sexsarge.com/monkey.gif

Brujah 03-07-2004 02:29 PM

Quote:

Originally posted by Repetitive Monkey

You lost me. You want a free script, sailor?

haha. No, I wanted you to sell them :/

Don't forget to promote it here:
http://www.hotscripts.com/cgi-bin/add.cgi?ID=471

Intrigue 03-07-2004 02:30 PM

Spam sucks :2 cents: but business is business, and just a warning, it may be obvious, or if things go wrong, the admin of whatever server your spamming might think your trying to DoS them.

Repetitive Monkey 03-07-2004 02:31 PM

Quote:

Originally posted by Brujah


haha. No, I wanted you to sell them :/

Don't forget to promote it here:
http://www.hotscripts.com/cgi-bin/add.cgi?ID=471

I'm lazy. Sell it for me for 80% of the cut. :Graucho

Rorschach 03-07-2004 02:35 PM

Quote:

Originally posted by Brujah
For $500 I will explain how to do this with 1 simple command!
Too true... why spend that 10 minutes fucking around with slow PHP sockets when you could just man ****.

Repetitive Monkey 03-07-2004 02:38 PM

Quote:

Originally posted by Rorschach


Too true... why spend that 10 minutes fucking around with slow PHP sockets when you could just man ****.

Because people want things done for them at no effort.


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

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