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)
-   -   where can i buy single photos to use on niche tgp categories page (https://gfy.com/showthread.php?t=837635)

dfa 06-27-2008 01:46 AM

where can i buy single photos to use on niche tgp categories page
 
where can i buy single photos to use on niche tgp categories page?

Like i want to buy 1 photo that would be for each niche id like to display.

who sells single pictures or sets that i can browse through by niche?

Thanks

Paul Markham 06-27-2008 02:52 AM

Quote:

Originally Posted by dfa (Post 14383104)
where can i buy single photos to use on niche tgp categories page?

Like i want to buy 1 photo that would be for each niche id like to display.

who sells single pictures or sets that i can browse through by niche?

Thanks

We have sets in certain niches you can buy the set. But here's another of my stupid ideas. :Oh crap

Let's say you wanted a pictures of an old guy with a legal teen for your TGP.
Find a site with this content that you would promote.
Sign up as an affiliate and go grab some free images.

I told you it was a stupid idea. :winkwink:

dfa 06-27-2008 04:25 AM

Quote:

Originally Posted by Paul Markham (Post 14383207)
We have sets in certain niches you can buy the set. But here's another of my stupid ideas. :Oh crap

Let's say you wanted a pictures of an old guy with a legal teen for your TGP.
Find a site with this content that you would promote.
Sign up as an affiliate and go grab some free images.

I told you it was a stupid idea. :winkwink:

yeah i thought about that but what if i end up not using that sponsor later on...then there would be problems...so i rather just buy and use my own photos.

still looking for more sources where i can buy pictures of different niches.

Thanks

Paul Markham 06-27-2008 04:35 AM

Quote:

Originally Posted by dfa (Post 14383364)
yeah i thought about that but what if i end up not using that sponsor later on...then there would be problems...so i rather just buy and use my own photos.

still looking for more sources where i can buy pictures of different niches.

Thanks

Niche stuff is a tough one to get non exclusive. No money in shooting it is the usual reason.

What niches?

If you stop using promoting the niche the whole page comes down. If you use a new sponsor you can use their content, so make sure the images can be changed over easily.

Dvae 06-27-2008 05:46 AM

Quote:

Originally Posted by dfa (Post 14383104)
where can i buy single photos to use on niche tgp categories page?

Like i want to buy 1 photo that would be for each niche id like to display.

who sells single pictures or sets that i can browse through by niche?

Thanks

TM Photo has single images for sale all niches

dfa 06-27-2008 09:38 AM

thanks anyone know any more with high quality pictures?

Klen 06-27-2008 09:48 AM

Quote:

Originally Posted by dfa (Post 14383104)
where can i buy single photos to use on niche tgp categories page?

Like i want to buy 1 photo that would be for each niche id like to display.

who sells single pictures or sets that i can browse through by niche?

Thanks

Found some cheap content deals in proper niche and that would be that.

tranza 06-27-2008 11:42 AM

I don't think you'll find many alternatives man.

Either buy the whole set or find a sponsor. If you drop the sponsor, simply change the pics. Shouldn't be much trouble.

:2 cents:

dfa 06-27-2008 11:55 AM

Quote:

Originally Posted by tranza (Post 14384794)
I don't think you'll find many alternatives man.

Either buy the whole set or find a sponsor. If you drop the sponsor, simply change the pics. Shouldn't be much trouble.

:2 cents:

say if im promoting like 7-8 sponsors. But i use 1 of the sponsors images on my category page. Would the sponsor have a problem that im also promoting other sponsors but using their picture?

in other words would the sponsors generally be ok if i used their pictures for my categories page if i was promoting their galleries but also promoting other sponsor galleries?

i guess i should ask each sponsor individually right?

Thanks for the info! i think getting pics from sponsors would be the best idea. just a little confused about their rules.

AnniKN 06-27-2008 12:04 PM

Well, you could get a simple script that rotates the niche images every time you reload or something :) that way you could have a picture from each sponsor and they'd all be used at any given moment to promote both themselves and others :P

I have one of those, let me know and I can post it :)

dfa 06-27-2008 12:15 PM

Quote:

Originally Posted by AnniKN (Post 14384910)
Well, you could get a simple script that rotates the niche images every time you reload or something :) that way you could have a picture from each sponsor and they'd all be used at any given moment to promote both themselves and others :P

I have one of those, let me know and I can post it :)

id love to see the script. If you can post it that would be great. Thanks :)

AnniKN 06-27-2008 01:46 PM

Sorry for the delay! :) Lunch break and then took forever to write this! :upsidedow

Here's the script:

Code:

<?
 $randomNum = rand (1,3);
 $img1 = "sponsor1.jpg";
 $img2 = "sponsor2.jpg";
 $img3 = "sponsor3.jpg";
 $image = ${'img'.$randomNum};
  Print "<img src=".$image.">";
?>

Working here: http://www.freepr0nz.com/gfy/test.php

I didn't create this, my bf got it somewhere but it's quite easy to customize which is great :) you can use it even to rotate banners or I'm using it to show different POTDs of different sites in my blog (that just went down due to a GoDaddy fuckup! redirecting to plesk? WTF!)

You can add more fields and more images and whatnot :) To add more pictures just add additional "$img#" rows and change the number in the "rand (1,3)" bit for the number you have available :)

I also have one that when you hover goes through the pictures (think the preview function on Redtube) Code for that:

Code:

<html>
<head>
<script type='text/javascript' src='thumbchange.js'>
</script>
</head>
<body>

<script type='text/javascript'>
stat['sponsor1']=0; pic['sponsor1']=new Array(); pics['sponsor1']=new Array(1,1,1);</script>

<a href="niche.html"><img id="sponsor1" src="sponsor1_001.jpg"  onmouseout='endm("sponsor1"); this.src="sponsor1_001.jpg"; ' onmouseover='startm("sponsor1","sponsor1_",".jpg"); '></a>

</body>
</html>

Repeat the bit within the body for every niche :) - the part that says (1,1,1) has to be extended to the amount of pics you have for said sponsor... you can see a working sample here:

http://www.freepr0nz.com/gfy/hover/

And you can download the .js here:

http://www.freepr0nz.com/gfy/hover/thumbchange.js

:) cheers!


All times are GMT -7. The time now is 10:06 PM.

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