Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×
Perl

Journal Journal: Some PERL for pr0n 5

Here's something different - a perl script ...

#!/usr/bin/perl

for ($i=1; $i<27;$i++) {
for ($j=1; $j<17; $j++) {
`wget -r www.sweetamateurbabes.com/teen/$i/$j.jpg`
}
}

For those of you new to perl, those are backquotes around the wget command - they tell the shell to interpet the command string, after doing variable substitution :-)

Displays

Journal Journal: MILFs, etc.

Remember American Pie? How the guys were going nuts over Stiffler's mother? I had never heard of the phrase "MILF" before - "Mother I'd Like (to) Fuck".

So, here's a (very) small leech: 1.3 meg - just type it in a terminal

wget -r http://www.milfmagazine.com/wives/153evelyn/

To make up for that small one, here's 87 meg of girls with a little extra ...

Movies

Journal Journal: A quickie ... 2

Lights, camera, and ... action. Here's a quickie to finish off the weekend, for those who are up late ...

wget -r http://www.sweetauditions.com/images -w 1

Space

Journal Journal: Here's a big one - to celebrate the first freak! 2

Posted under "Space", 'cause you better have some free space for this one ...

As promised earlier, here's a wget for 386,000 thumbnails, 2.3 gigs ... suitable for all sorts of things, in celebration of Porn Whitelist's first freak:

wget -r http://www.spacethumbs.com/tgp/thumbs -w 10

Why the -w 10?

Quickies

Journal Journal: Today's wget

Morning, all.

Here, as promised, is today's wget command, good for 87 meg.

wget -r http://fetishsexorgy.com/tranny/ -w 2

And for those looking for smaller images for their cellphone, pda, etc... coming soon, the wget to leech a couple of gigs of thumbnails. You'll definitely need to be running a unixish system (386,000 files in 1 directory), and just run it as a background job for a week or two.

Total to date: 741 megs

Announcements

Journal Journal: New wget, etc. 1

Here's today's porn leach script

NOTE THAT SLASHCODE put an extra SPACE in jansgalleries.com

#!/bin/bash

site=http://freepornvideos.jansgalleries.com/48

Entertainment

Journal Journal: A donated script 4

Thanks to an AC who donated this script:

#!/bin bash

for i in $(seq 1 210); do

wget http://www.8sluts.com/smb/a/suckmebitch$i.mpg
done

Instructions

  1. save this script to disk
  2. "chmod u+x script_name" to make the script executable
  3. ./script_name to run it

Total of 297 megs of video mpegs.

Links

Journal Journal: Todays' wget, stats, etc. 4

Good morning, all.

First, the stats. When Porn Whitelist started last night, 21 people had friended Profanity Blacklist.

Here are the latest stats:

Profanity Blacklist: 21: net change: 0
Porn Whitelist: 12: net change: +12

Here's your reward:

wget -r http://www.bravegirls.com/t1/images -w 5

17 megs of porn.

Announcements

Journal Journal: Porn Whitelist vs Profanity Blacklist 3

Here we go, folks. Please submit your wget commands here. I'll review them, run them, post the stats, etc.

As a start, here's a sample command

wget -r http://gallys.nastydollars.com/we -w 5

Explanation of the wget command for newbies:

Slashdot Top Deals

Arithmetic is being able to count up to twenty without taking off your shoes. -- Mickey Mouse

Working...