Greenguy's Board


Go Back   Greenguy's Board > TGP Discussions
Register FAQ Calendar Today's Posts

Reply
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 2006-09-21, 10:55 AM   #1
Simon IA Cash
Just because I don't care doesn't mean I don't understand!
 
Simon IA Cash's Avatar
 
Join Date: Jul 2006
Location: Montreal
Posts: 93
Send a message via ICQ to Simon IA Cash
Question How to Request Partner Accounts

I've decided to follow the advice of the wise here and request my partner accounts with TGPs manually. For TGPs that only have a contact e-mail on their site (no visible ICQ# of PA request form), how should I request my partner account? I was thinking of a short e-mail that introduces me, requests a partner account, and provides a few link examples of my galleries that I've submitted. How many links should I give? Is there any other information I should provide?

Thanks
__________________

simon -at- iacash dot com
icq: 231-421-229
Simon IA Cash is offline   Reply With Quote
Old 2006-09-21, 04:03 PM   #2
nibbler
Trying is the first step towards failure
 
Join Date: Oct 2004
Posts: 122
I always request partner accounts manually. You should provide, at least, the following info:

- You Name / Nick on the boards
- The domain(s) you will be submitting from
- 3 samples galleries
- Niche (Blowjob, Handjob, etc) that you will be submitting to
- Frequency of submittal (1 per day, 1 per week,etc.)
- References (very important) ; other well know tgps where you have
partner accounts

Good Luck
nibbler is offline   Reply With Quote
Old 2006-09-21, 04:15 PM   #3
nibbler
Trying is the first step towards failure
 
Join Date: Oct 2004
Posts: 122
I forgot two more important items:

- Main content provider
- Hosting company you use (free hosts are a no no)

Good Luck Again
nibbler is offline   Reply With Quote
Old 2006-09-21, 08:55 PM   #4
pinkeyedjim
If something goes wrong at the plant, blame the guy who can't speak English
 
pinkeyedjim's Avatar
 
Join Date: Jun 2006
Location: Plainsboro, NJ
Posts: 36
Send a message via ICQ to pinkeyedjim Send a message via AIM to pinkeyedjim Send a message via Yahoo to pinkeyedjim
If the webmaster is smart, they'll hard code the mailto link like I did on my site www.fuckingnastyshit.com/tgp/submit.php

I have it start the email as a blank form in which you can fill all the information that I want.

It's all simple html, really.
pinkeyedjim is offline   Reply With Quote
Old 2006-09-22, 03:50 AM   #5
g-color
Just because I don't care doesn't mean I don't understand!
 
Join Date: Jan 2006
Posts: 96
i agree with what has been given above - that kind of information is very helpful when requesting for PA.

but you should also get yourself a lot of patience - working with Partner Accounts is actually running for the long distance, sometimes you need to allow more time until you get your desired PA - even when you do everything correctly and your requesting e-mail, galleries, etc.. look all good.


anyway, if you resist it will be for sure worth it and your invested time will be paid back with money.
also once you start feeling comfortable about getting regular (free) partner accounts, you are probably experienced enough to look also for some paid ones.
__________________
---Michael C---
icq# 413-115-769
g-color is offline   Reply With Quote
Old 2006-09-22, 07:33 AM   #6
johnnybg
I want to set the record straight - I thought the cop was a prostitute
 
johnnybg's Avatar
 
Join Date: May 2004
Location: Serbia & Montenegro
Posts: 292
Send a message via ICQ to johnnybg
Quote:
Originally Posted by pinkeyedjim View Post
If the webmaster is smart, they'll hard code the mailto link like I did on my site www.fuckingnastyshit.com/tgp/submit.php

I have it start the email as a blank form in which you can fill all the information that I want.

It's all simple html, really.
Actually, it's like inviting spam email harvesters to dinner. Don't leave your e-mail addresses without any kind of masking. That is if you want to keep that address clean of spam.
__________________
Teen Porn Site Blog
Johnny's Porn
Nesa (aka johnnybg)
johnnybg is offline   Reply With Quote
Old 2006-09-22, 10:23 AM   #7
pinkeyedjim
If something goes wrong at the plant, blame the guy who can't speak English
 
pinkeyedjim's Avatar
 
Join Date: Jun 2006
Location: Plainsboro, NJ
Posts: 36
Send a message via ICQ to pinkeyedjim Send a message via AIM to pinkeyedjim Send a message via Yahoo to pinkeyedjim
Well it's just a webmail account that I have set up solely for the purpose of that site, it really doesn't get terribly much spam.

And in my opinion, it's much easier to delete 10 or so obvious spam emails per day than to filter through 20 or 30 partner applications with the wrong information.
pinkeyedjim is offline   Reply With Quote
Old 2006-09-22, 10:46 AM   #8
lorsha
So much sperm ... So little time!
 
lorsha's Avatar
 
Join Date: Aug 2005
Posts: 1,433
Quote:
Originally Posted by johnnybg View Post
That is if you want to keep that address clean of spam.
Clean of spam? Impossible these days ....
__________________
Sexy-Milf-Money
lorsha is offline   Reply With Quote
Old 2006-09-22, 11:07 AM   #9
Simon
That which does not kill us, will try, try again.
 
Simon's Avatar
 
Join Date: Aug 2003
Location: Conch Republic
Posts: 5,150
Send a message via ICQ to Simon Send a message via AIM to Simon Send a message via Yahoo to Simon
Hiya Jim,

I think what Johnny meant is that you can have the same results you're getting now but still protect yourself. For instance, this should do what you want but will give you a little protection from the spam harvester bots:

Code:
<script language=javascript><!--
  var contact = "Pink Eyed Jim at Fucking Nasty Shit"
  var email = "pinkeyedjim"
  var emailHost = "fuckingnastyshit.com?subject=Partner_Account&body=Email:%0ADesired_Username:%0ADesired_Password:%0ASample_Gallery_1:%0ASample_Gallery_2:%0ASample_Gallery_3:%0ADomains:%0AComments:"
  document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ " title='click to apply for a partner account'>"+ contact + "<\/a>")
//--></script> <noscript></noscript>
I'll leave you to decide what you'd put in the nonscript tag version.

HTH
__________________
"If you're happy and you know it, think again." -- Guru Pitka
Simon is offline   Reply With Quote
Old 2006-09-23, 12:30 AM   #10
pinkeyedjim
If something goes wrong at the plant, blame the guy who can't speak English
 
pinkeyedjim's Avatar
 
Join Date: Jun 2006
Location: Plainsboro, NJ
Posts: 36
Send a message via ICQ to pinkeyedjim Send a message via AIM to pinkeyedjim Send a message via Yahoo to pinkeyedjim
Quote:
Originally Posted by Simon View Post
Hiya Jim,

I think what Johnny meant is that you can have the same results you're getting now but still protect yourself. For instance, this should do what you want but will give you a little protection from the spam harvester bots:

Code:
<script language=javascript><!--
  var contact = "Pink Eyed Jim at Fucking Nasty Shit"
  var email = "pinkeyedjim"
  var emailHost = "fuckingnastyshit.com?subject=Partner_Account&body=Email:%0ADesired_Username:%0ADesired_Password:%0ASample_Gallery_1:%0ASample_Gallery_2:%0ASample_Gallery_3:%0ADomains:%0AComments:"
  document.write("<a href=" + "mail" + "to:" + email + "@" + emailHost+ " title='click to apply for a partner account'>"+ contact + "<\/a>")
//--></script> <noscript></noscript>
I'll leave you to decide what you'd put in the nonscript tag version.

HTH
Whoa Simon. That does help.

It's basically just dissecting the email address into variables which should throw most bots off track. Cool. Presumably one could also code something similar with a bit of php, right?
pinkeyedjim is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:25 AM.


Mark Read
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
© Greenguy Marketing Inc