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)
-   -   When you know your TGP is finally doing something right. (https://gfy.com/showthread.php?t=384151)

V_RocKs 11-05-2004 06:49 PM

When you know your TGP is finally doing something right.
 
http://www.lacetongue.com/daily.html

Side note:

10/28 server move
10/16 server died
10/29 server died
10/28 server died


Another note, I am living proof that it doesn't take years or even months to make a profitable TGP. This one I created back in May and then never actually promoted it and it basically just sat there on auto pilot 9/25 and after the 2 server crashes on 28&29 it sat again until 10/07 when I got the server stabalized again and could take time off of the already established sites I had.

xenigo 11-05-2004 07:09 PM

Where did that traffic come from when it made the jump from 7k to 42k on the 10th of October?

V_RocKs 11-05-2004 07:12 PM

Trades and only trades. Zero bought traffic. Plus I installed a thumb rotation script ontop of the Auto Gallery Sql to increase production. But mostly it was trades and who they were and how I grew them.

When I get time again, I plan to take it to 100K. Wish me luck.

Series 11-05-2004 07:48 PM

Interesting... thanks for the peek :thumbsup

V_RocKs 11-05-2004 07:54 PM

Quote:

Originally posted by Series
Interesting... thanks for the peek :thumbsup
NP, was just reading in another thread on adult and mainstream. Adult webmasters work together while mainstream try to keep the others down. Just thought I'd post something that maybe a newbie can use when someone else tells them that a 60% skim will never grow because it can't get bookmarkers...

BTW, this site has 8,000 bookmarkers.

421Fill 11-05-2004 08:44 PM

Fuck dude, could you have used a younger looking thumb?!?!

http://www.lacetongue.com/thumbs/030/1144093613.jpg

YOU SICK FUCK. :feels-hot

Xenophage 11-05-2004 08:45 PM

fuck I hate when that happens

V_RocKs 11-05-2004 08:51 PM

Quote:

Originally posted by turbo
Fuck dude, could you have used a younger looking thumb?!?!

http://www.lacetongue.com/thumbs/030/1144093613.jpg

YOU SICK FUCK. :feels-hot

Funny you should mention it. I originally posted a thread right here saying that the sponsor I was planning on using had some chicks that looked young in some photos but really weren't and in other photos in the same series looked over 18 and closer to 25. Everyone who replied said that the sponsor was top notch and that if I am accusing them of CP then I am an idiot. So I use one of the photos and look what happens...

Just because you run mature sites it doesn't mean I have too.

MrIzzz 11-05-2004 08:56 PM

dude, you always had nice traffic:thumbsup

421Fill 11-05-2004 08:57 PM

Quote:

Originally posted by V_RocKs
Funny you should mention it. I originally posted a thread right here saying that the sponsor I was planning on using had some chicks that looked young in some photos but really weren't and in other photos in the same series looked over 18 and closer to 25. Everyone who replied said that the sponsor was top notch and that if I am accusing them of CP then I am an idiot. So I use one of the photos and look what happens...

Just because you run mature sites it doesn't mean I have too.

I don't give a fuck what the lawyers on GFY told you about this site, and I have no idea what the age of that model is, I'll let asacp decide.

BUT you know good and fucking well EXACTLY what your intent was in choosing and cropping that thumb. And that isn't the only questionable thumb on your site either.

And no, you don't have to run mature sites, but when you deliberately crop a thumb to make the model look underage, you are pandering to the scumbags that prey on that type of stuff.

xclusive 11-05-2004 09:02 PM

Fucked up thumb for sure but congrats on your success...

V_RocKs 11-06-2004 11:56 AM

Quote:

Originally posted by MrIzzz
dude, you always had nice traffic:thumbsup
Did you ever put your plethoria of sites back to trading?

Fletch XXX 11-06-2004 11:56 AM

when someone foffers you $200 for it?

V_RocKs 11-06-2004 11:57 AM

Quote:

Originally posted by turbo
I don't give a fuck what the lawyers on GFY told you about this site, and I have no idea what the age of that model is, I'll let asacp decide.

BUT you know good and fucking well EXACTLY what your intent was in choosing and cropping that thumb. And that isn't the only questionable thumb on your site either.

And no, you don't have to run mature sites, but when you deliberately crop a thumb to make the model look underage, you are pandering to the scumbags that prey on that type of stuff.

You are right, I am a scumbag, but the line for calling me a scumbag wraps twice around the block and then goes north up Flower, so get to walking.

V_RocKs 11-06-2004 11:58 AM

Quote:

Originally posted by Fletch XXX
when someone foffers you $200 for it?
Sooo, is that an offer?

V_RocKs 11-06-2004 11:59 AM

Quote:

Originally posted by xclusive
Fucked up thumb for sure but congrats on your success...
Thanks, and if you are getting fresh, my heart is Juicy's so you'd have to wait.

Lace 11-06-2004 12:01 PM

so you're lace tongue....interesting.

V_RocKs 11-06-2004 12:05 PM

Quote:

Originally posted by Lace
so you're lace tongue....interesting.
Right, and you shouldn't use javascript to clean up form values. If I turn it off or post it from my own server, you are kinda screwed.

PHP Code:

function emailCheck (emailStr) {
var 
emailPat=/^(.+)@(.+)$/
var 
specialChars="\\(\\)<>@,;:\\\\\\\"\\.\\[\\]"
var validChars="\[^\\s" specialChars "\]"
var quotedUser="(\"[^\"]*\")"
var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/
var 
atom=validChars '+'
var word="(" atom "|" quotedUser ")"
var userPat=new RegExp("^" word "(\\." word ")*$")
var 
domainPat=new RegExp("^" atom "(\\." atom +")*$")
var 
matchArray=emailStr.match(emailPat)
if (
matchArrayhahahahanull) {
    
alert("Email address seems incorrect (check @ and .'s)")
    return 
false



Lace 11-06-2004 12:08 PM

Quote:

Originally posted by V_RocKs
Right, and you shouldn't use javascript to clean up form values. If I turn it off or post it from my own server, you are kinda screwed.

PHP Code:

function emailCheck (emailStr) {
var 
emailPat=/^(.+)@(.+)$/
var 
specialChars="\\(\\)<>@,;:\\\\\\\"\\.\\[\\]"
var validChars="\[^\\s" specialChars "\]"
var quotedUser="(\"[^\"]*\")"
var ipDomainPat=/^\[(\d{1,3})\.(\d{1,3})\.(\d{1,3})\.(\d{1,3})\]$/
var 
atom=validChars '+'
var word="(" atom "|" quotedUser ")"
var userPat=new RegExp("^" word "(\\." word ")*$")
var 
domainPat=new RegExp("^" atom "(\\." atom +")*$")
var 
matchArray=emailStr.match(emailPat)
if (
matchArrayhahahahanull) {
    
alert("Email address seems incorrect (check @ and .'s)")
    return 
false



icq me, 303-634-866

Alex 11-06-2004 12:35 PM

http://www.lacetongue.com/thumbs/047/1042768843.jpg
http://www.lacetongue.com/thumbs/024/1281638863.jpg

And more

Are these leagal?

V_RocKs 11-06-2004 07:59 PM

Quote:

Originally posted by kaliboy2g
http://www.lacetongue.com/thumbs/047/1042768843.jpg
http://www.lacetongue.com/thumbs/024/1281638863.jpg

And more

Are these leagal?


First one is from Nubiles.net, are you now accusing Nubiles.net of CP? If you are, then let me know now.


The next one is from a poster. He gets his content from providers here. If you took the time to actually surf the galley you would see that she is 18+ and has 18 years minimum of Japanese muff growing along with about 22 years of asian boobies.

Before you accuse me of doing CP asshole, do your own fucking homework. 99.9% of my galleries are FHG's from reputable sponsors that I already put through the ringer here. Funny that now that I am using them I hear this kinda shit. Where were the haters when I was asking about the sponsors? Nubiles is CP now? XXLCash is CP now? When I asked about them only a month ago people were telling me to get my head examined before I even ask if they are reputable.

But I also notice it is only a small minority of uninformed fucks who won't do their homework and click the fucking link and check it out for themselves.

Project-Shadow 11-06-2004 08:05 PM

Nice stats there, and get of the guys back you can crop most thumbs to make any girl young, sure some of em might look a little young but I doubt it's CP, especially since most of those gals seem like FHG's.

Congrats on that, and G/L on 100k.

V_RocKs 11-06-2004 08:11 PM

Quote:

Originally posted by Project-Shadow
Nice stats there, and get of the guys back you can crop most thumbs to make any girl young, sure some of em might look a little young but I doubt it's CP, especially since most of those gals seem like FHG's.

Congrats on that, and G/L on 100k.

Nice Hentai site you run. Very clean and organized design work.

punker barbie 11-06-2004 08:17 PM

Quote:

Originally posted by V_RocKs
http://www.lacetongue.com/daily.html

Side note:

10/28 server move
10/16 server died
10/29 server died
10/28 server died


Another note, I am living proof that it doesn't take years or even months to make a profitable TGP. This one I created back in May and then never actually promoted it and it basically just sat there on auto pilot 9/25 and after the 2 server crashes on 28&29 it sat again until 10/07 when I got the server stabalized again and could take time off of the already established sites I had.


hey V_Rocks how can i get in ctc with you? :)

Project-Shadow 11-06-2004 08:22 PM

Quote:

Originally posted by V_RocKs
Nice Hentai site you run. Very clean and organized design work.
Cheers.. that would be the work of PlatinumPimp though.. can't design for shit myself :1orglaugh

V_RocKs 11-06-2004 08:37 PM

Quote:

Originally posted by punker barbie
hey V_Rocks how can i get in ctc with you? :)
ctc?

V_RocKs 11-06-2004 08:37 PM

Quote:

Originally posted by Project-Shadow
Cheers.. that would be the work of PlatinumPimp though.. can't design for shit myself :1orglaugh
Is he a fulltime designer?

punker barbie 11-06-2004 08:56 PM

Quote:

Originally posted by V_RocKs
ctc?
ctc= contact :P lol

4Pics 11-06-2004 09:47 PM

How do you know you have 8k bookmarkers?

Nice site!

trogdor 11-06-2004 09:54 PM

project hentai whats your hentai site?

Za Ha 11-06-2004 10:25 PM

Obviously your site has big clicks, your thumbs look like the chicks are 16 at the most... even though its not cp... you are catering to an audience that wants it and your sales my suffer from that.

V_RocKs 11-07-2004 12:00 AM

Quote:

Originally posted by Za Ha
Obviously your site has big clicks, your thumbs look like the chicks are 16 at the most... even though its not cp... you are catering to an audience that wants it and your sales my suffer from that.
Suffer from that? Actually it is to the contrary. That site and another like it have a combined 100K in traffic and average $80 - $130 in sales per day.

The site was actually a test case. I have no other site like this one in its entirety. I wanted to see if it was possible to go from ZERO sales a month to $100 a day in as little as 3 months. It turned out you can do so in about 1 or 2 weeks with propper execution of the system I used.

The only reason I posted this thread was to let the other webmasters who are starting out that this is a possibility. When I originally got into this business about 1 year ago to the day, I was told that would be impossible.

I studied how others got traffic, how they got sales and how they sustained traffic. My conclusion was that it is possible to get a large ammount of traffic by forcing your current traffic to the right trading partners enmasse and then take the received traffic and use it to begin new trades at the rate of about 20 per hour. When I got done on the 10/7 I believe it was, I had something around 200+ active trading partners. That is how I went from almost nill traffic to 40K in one day.

Selling I needed a niche. I needed people to buy the shit I had on the site. I looked at who was already getting the most hits on the site and basically grabbed all of the FHG's from those sponsors and cropped them to be similar to the stuff the high click thru posters were already posting.

This also served another purpose. It gave me insanly high clicks per surfer. But since some of my trades weren't teen enough I lost about 120 trades because of my poor production on their sites. Basically these were sites with hardcore thumbs and/or pornstarish/babes pics that where the subject was 25 years old or more.

In the begging the money was closer to $30 to $70 a day. So I also went in a bigtime hunt across the net to find single girl teen sites that no one seemed to be promoting at all or that were so new, the chances a surfer hasn't seen the content was high. This launched sales to $80 - $130 a day immediately. $110 so far today.

V_RocKs 11-07-2004 12:00 AM

Quote:

Originally posted by trogdor
project hentai whats your hentai site?
http://www.shadowhentai.com/

V_RocKs 11-07-2004 12:10 AM

Quote:

Originally posted by 4Pics
How do you know you have 8k bookmarkers?

Nice site!

Take the noreferrer and multiply by about 40 - 60% and you will have an estimate of your bookmarkers. The rest is proxy traffic or surfers who use software to strip the referrer for 'privacy'.

V_RocKs 11-07-2004 12:11 AM

Quote:

Originally posted by punker barbie
ctc= contact :P lol
16-11248-16

Evil1 11-07-2004 12:47 AM

Quote:

Originally posted by turbo
I don't give a fuck what the lawyers on GFY told you about this site, and I have no idea what the age of that model is, I'll let asacp decide.

Looks over 18 to me.. ugly isnt a crime either ( tho it should be)

BlueQuartz 11-07-2004 01:31 AM

thats what you get for trying to help someone!! you guys giving him a hard time need to get a fucking life

lets lynch the guy for a couple of legit teen thumbs!!!!!








meanwhile sexeducation starts yet another thread and the madness that is gfy continues......

Project-Shadow 11-07-2004 01:40 AM

Quote:

Originally posted by V_RocKs
Is he a fulltime designer?
Hobby designer
http://www.adultcreation.com

Tell him I sent ya =)

V_RocKs 11-07-2004 01:42 AM

Quote:

Originally posted by BlueQuartz

meanwhile sexeducation starts yet another thread and the madness that is gfy continues......




AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH

:BangBang: &nbsp;&nbsp;&nbsp;SE
:BangBang: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;XED
:ak47: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;UCA
:ak47: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;&nbsp;&nbsp;TION

Alky 11-07-2004 01:55 AM

where are the full sized pics of:
http://www.lacetongue.com/thumbs/030/1144093613.jpg
http://www.lacetongue.com/thumbs/047/1042768843.jpg

??

V_RocKs 11-07-2004 01:57 AM

Quote:

Originally posted by Alky
where are the full sized pics of:
http://www.lacetongue.com/thumbs/030/1144093613.jpg
http://www.lacetongue.com/thumbs/047/1042768843.jpg

??

Click the links troll.

Alky 11-07-2004 02:00 AM

Quote:

Originally posted by V_RocKs
Click the links troll.
those are thumbnails troll.

V_RocKs 11-07-2004 02:03 AM

Go to the site in question.

Alky 11-07-2004 02:13 AM

your running a CJ site, not a TGP site.. 60% of your links do not go to galleries. 10 thumbs clicked, 1 to a gallery.

as long as your making money though...

V_RocKs 11-07-2004 02:51 AM

$36 and it is 1:47am here. Not to bad. Going to be an awesome day for me today ;)

Jamie 11-07-2004 08:48 AM

V_Rocks,

Did you make the thumbs using Autogallery or ?

V_RocKs 11-07-2004 09:01 AM

Quote:

Originally posted by Jamie
V_Rocks,

Did you make the thumbs using Autogallery or ?

All thumbs are made in Smart Thumbs (www.thumbsrotator.com).


All times are GMT -7. The time now is 12:06 AM.

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