Spread the word on DDP!
#1
Posted 29 November 2002 - 01:14 AM
Please, post a link to DDP wherever you see an opportunity! Other forums, other sites, your OWN sites, etc... I will try to make a nice standard size button and maybe a banner this weekend to make it easier. But please always link to the MAIN page at http://www.StankDawg.com/ and not directly to the forums. I want people to read the message at the front and know what we are about here.
If anyone knows where the blackcode hits are coming from, let me know.
#2
Posted 29 November 2002 - 05:10 AM
#!/usr/bin/perl -w
########## Variables##########
$log_file = "/usr/local/apache/domlogs/stankdawg.com";
########## Variables##########
#####Standard line
print "Content-type: text/html\n\n";
print "<PRE>";
&read_in_log_data;
&split_line;
#####Open and read in the log file
sub read_in_log_data {
open(DAT, $log_file) || die("Could not open file!");
@raw_log_data=<DAT>;
close(DAT);
} # end read_in_log_data
$null = 0;
#####Split log line into parts
sub split_line {
for $log_item (@raw_log_data)
{
chop($log_item);
($null,$null,$null,$null,$null,$null,$null,$null,$null,$null,$referer)=split(/\ /,$log_item);
if($referer =~ /blackcode/){
print $log_item . "\n";
}
}
} # end split_line
print "</PRE>";
#3
Posted 29 November 2002 - 05:12 AM
#4
Posted 29 November 2002 - 01:25 PM
scratch that, I didn't have my log formatted very well and missed the thread ID...
#5
Posted 29 November 2002 - 02:27 PM
ROTFLMAO... it turns out that some people in that forum were using my smilies/emoticons/whatever in their posts! Apparently that board is too lame to give them any, so they use mine.
It is a tiny amount of bandwidth really, but I wish the would have asked first. Or hell, let them come to our forums!
On second thought, after reading his posts (User: Vicious6666) I don't want any part of him. As a matter of fact, I now have to register with them just to post a comment that he is using my bandwidth without permission and that I have no association with him whatsoever!
Here is what I posted in this thread http://www.blackcode...opic.php?t=3099 :
Just for the record:
1) I came here because I had hits in my log file coming from here. It turns out that it was some lame-ass named Vicious6666 using graphics/emoticons from my site. I couldn't care less about the tiny bandwidth, but don't think I wouldn't find out what you were doing. You aren't slick.
2) After reading up on this schmuck, I want to make it perfectly clear that neither I nor the DDP are associated with him in ANY WAY WHATSOEVER! He was simply using my graphics.
3) Cry LAME all you want Vicious6666 (or anyone else) I just stopped by to clarify the above comments with this 1 post and I will not be back.
#6
Posted 29 November 2002 - 04:20 PM
You could try replacing the image on your server at
http://www.stankdawg...ockandroll2.gif
with something like this one
http://k.gif
(then relink the forum to the proper image)
Then check out the results at:
http://www.blackcode...er=asc&start=70
#7
Posted 29 November 2002 - 04:43 PM
#8
Posted 29 November 2002 - 08:32 PM
#9
Posted 05 December 2002 - 10:18 AM
heh I guess you mean my linkBut please always link to the MAIN page at http://www.StankDawg.com/ and not directly to the forums. I want people to read the message at the front and know what we are about here.
sorry bout that- i'll change it right quick
#10
Posted 05 December 2002 - 12:11 PM
#11
Posted 05 December 2002 - 01:28 PM
#12
Posted 05 December 2002 - 03:33 PM
BinRev is hosted by the great people at Lunarpages!












