I need P0rn!

Yea I believe the old circle-jerk model of starting up a brand new tgp/mgp site and skimming 80% of your clicks to your trades and hoping that other 20% will whip out their cc is dead (I still have a few kicking around and they don't do so well anymore). I think a niche targeted p0rn tube site would be much more successful nowadays. Sending smaller amounts of traffic to places like AFF and webcam sites seems to have better earning potential then sending tons to PPS/revshare hosted galleries that surfers have seen a million times.

Everyone loves amateur p0rn, so maybe even promoting something more specific (like amateur asians) would be good. These days, brand new sites that try to cover all the niches always fail. The more niche targeted your traffic is the better.

Just my $0.02. Good luck.
 
Don't know if this is what you're looking for but I've had this bookmarked for a few years, never figured out what I'd need it for since I'm more into adult dating.
hxxp://www.greatsexcontent.dk

Based on your "location", looks like they're in your neck of the woods anyway
 
Thnx grizzy!

Your right. Setting a site around a particular niche would cut down competition. But thats not what im gonna do, except for the more popular niches.

Yeah, made a good buck with porntube last year, but my 2cnts would be that these had their peak a long time ago.

tc
 
Don't know if this is what you're looking for but I've had this bookmarked for a few years, never figured out what I'd need it for since I'm more into adult dating.
hxxp://www.greatsexcontent.dk

Based on your "location", looks like they're in your neck of the woods anyway

Hi bud,


Yeah exactly. I knew they were around somewhere. Thanks!

Think for starters ill set up my server and spend a weekend filling that thing up with stuff. So this weekend will be hell i guess. :D

When its all rolling ill buy hosted content. Meaning, when its cheaper to buy
then paying for server stuff.
 
Sure no prob!:) Just run this php file in the parent directory of your images folder.

PHP:
<?php 

ob_start(); //start the PHP output buffer

$dir = opendir('xxx/');

while ($read = readdir($dir))
{

if ($read!='.' && $read!='..')
{
echo "http://www.p0rn-site.com/xxx/" . $read . "\n";
}

}

closedir($dir); 

//write buffer to file
$data = ob_get_contents(); //puts the content of the output buffer into the $data variable
$filename="/absolute/path/to/www/www.p0rn-site.com/image_list.txt"; // Needs to be the absolute path
$fp = fopen ("$filename", "w"); //see the PHP manual for options
fwrite($fp, $data);
fclose($fp);
ob_end_clean();


?>

This will output a image_list.txt to your doc root of your site. PM if you have problems.:D
 
Cool! :D Thanks man!

I assume $dir = opendir('xxx/'); is my folder path?
 
Your welcome. just specify the name of your images folder and the absolute path to where you want the .txt file and your all set.
 
personally i'm not any good with scripts and all that even though i am learning by trial and error... with a lot of help from this forum and just following readme files... what is this 'cookie stuffing' as i'm trying to figure out if that would be good to use for a porn MLM that is on the market ?
 
why don't you signed up with affiliate programs. they allow you to use their girls' pictures.
I have signed up to a few affiliate programs but loadedcash.com is the best converting for me. And they pay on time and I even post my affiliate link at facebook with no problem at all.

Because i want it unbranded
 
Hi Grizzy,

Just wanted to let you know that the script did the trick.

I was at first messing around because i placed the script in the dir of the gfx, so i got a few erors. After reading your message again i placed it in the parent and well it worked :D

Thanks again ;)
 
Back
Top