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)
-   -   12ClicksCash Is Now Live! Contest! (https://gfy.com/showthread.php?t=668446)

Jace 10-20-2006 08:08 AM

Quote:

Originally Posted by Mojo (Post 11119064)
Mike,

How have you been? Send me an ICQ. 147-430-867

I had a couple hundred domains with Parked.com and I have some questions for you as well.

he has to send you an icq to know if there is exclusive content? i guess that is a big fat no...

pornstar2pac 10-20-2006 08:10 AM

Don't hate the player, hate the game...

SmokeyTheBear 10-20-2006 08:11 AM

a few things i noticed right off the bat..

#1 on the join page the words " you will be discreetly billed by" seemss a bit larger than needed

Because of the CAPS on the domain it appears to say the user will be billed from SLACCESS.NET when its really siaccess.net

12clicks 10-20-2006 08:11 AM

Quote:

Originally Posted by Jace (Post 11119059)
is this the unique idea you keep talking about?

there are a ton of others that allow this too man

customizable hosted galleries are fairly common

in NATS?
really? I didn't know.

Mojo 10-20-2006 08:14 AM

Quote:

Originally Posted by SmokeyTheBear (Post 11119082)
a few things i noticed right off the bat..

#1 on the join page the words " you will be discreetly billed by" seemss a bit larger than needed

Because of the CAPS on the domain it appears to say the user will be billed from SLACCESS.NET when its really siaccess.net

Ya. You're right on both of them. It will be edited asap.

Jace 10-20-2006 08:14 AM

Quote:

Originally Posted by 12clicks (Post 11119084)
in NATS?
really? I didn't know.

NATS isn't the only affiliate backend out there ;)

12clicks 10-20-2006 08:19 AM

Quote:

Originally Posted by Jace (Post 11119103)
NATS isn't the only affiliate backend out there ;)

I'll have to take your word that someone else is doing it. The people in the game I asked said they've never seen it.

Phoenix 10-20-2006 08:19 AM

best wishes 12 clicks...will check your sites in a bit

Jace 10-20-2006 08:22 AM

Quote:

Originally Posted by 12clicks (Post 11119140)
I'll have to take your word that someone else is doing it. The people in the game I asked said they've never seen it.

jeez, there are like 10 other programs doing that shit, one of them is one of the largest video companies in the world ;)

once again, I will ask though, any exclusive content?

Minte 10-20-2006 08:24 AM

Looking good! My first 3 clicks are sent

sickkittens 10-20-2006 08:25 AM

What's the deal behind the "12"?

12clicks 10-20-2006 08:31 AM

Quote:

Originally Posted by Jace (Post 11119158)
jeez, there are like 10 other programs doing that shit, one of them is one of the largest video companies in the world ;)

once again, I will ask though, any exclusive content?

again, I'll take you word that someone else is doing it.

We have some exclusive content but we'll live on our volume of content. we've got thousands of titles many of it new stuff. We've had no trouble signing surfers up or retaining them.

Mike AI 10-20-2006 08:34 AM

Quote:

Originally Posted by Mojo (Post 11119064)
Mike,

How have you been? Send me an ICQ. 147-430-867

I had a couple hundred domains with Parked.com and I have some questions for you as well.

Things are outstanding.

Parked.com is growing by leaps and bounds, thanks to great affiliates like you.

No answer on ICQ, if you have a question feel free to e-mail me any time michael at parked dot com.

I will assume that the new program has no exclusive content. If you need some custom content, I have a few producers who are very reasonable in their prices and do great work.


Good luck in your new program. You and Ron give all of us old timers hope that we can all go back to the well.

12clicks 10-20-2006 08:35 AM

Quote:

Originally Posted by sickkittens (Post 11119172)
What's the deal behind the "12"?

once when I was a young lad.............



actually, it was just the easiest way to grab all the niches we wanted without having to go for whitegirlswholoveblackmen.cc :winkwink:

Mojo 10-20-2006 08:38 AM

>>>>
No answer on ICQ,
>>>>
Mike, try again please. I got the "a current affair" sound, but then you didn't show up in my list.

Martin 10-20-2006 08:44 AM

Hey 12clicks sites look shitty, nobody gonna promote yer shit.......

The Truth Hurts 10-20-2006 08:45 AM

http://www.unconfirmedsources.com/nu..._thumbs_up.jpg

Martin 10-20-2006 08:49 AM

Quote:

Originally Posted by Martin (Post 11119274)
Hey 12clicks sites look shitty, nobody gonna promote yer shit.......



Here's a link for ya. www.webuyshittywebsites.com

12clicks 10-20-2006 08:49 AM

Quote:

Originally Posted by Martin (Post 11119274)
Hey 12clicks sites look shitty, nobody gonna promote yer shit.......

damn, and here I thought we had something.

Screaming 10-20-2006 08:55 AM

congrads on the launch

SmokeyTheBear 10-20-2006 08:55 AM

another thing i'll mention only because its a personal pet peeve of mine..

go to http://12xamateur.com/index2.html

notice the flash video on the top of the page , when you put your mouse over it it gives this gay ie message " click here to activate this control "

see my example of how to render the swf without having that stupid message show up

http://ytmnd.webspacemania.com/12clicks/

its done with this js file ( right click save as )

http://ytmnd.webspacemania.com/12clicks/flashobject.js

where you normally use flash embed code you use this instead

<script type="text/javascript" src="flashobject.js"></script>

<script type="text/javascript">
document.write('<div id=flashcontents>');
var fo = new FlashObject("theflashfile.swf", "animationNames", 650, "65", "8", "#000000");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("wmode", "transparent");
fo.write("flashcontents");
</script>
</div>

12clicks 10-20-2006 08:57 AM

Quote:

Originally Posted by SmokeyTheBear (Post 11119324)
another thing i'll mention only because its a personal pet peeve of mine..

go to http://12xamateur.com/index2.html

notice the flash video on the top of the page , when you put your mouse over it it gives this gay ie message " click here to activate this control "

see my example of how to render the swf without having that stupid message show up

http://ytmnd.webspacemania.com/12clicks/

its done with this js file ( right click save as )

http://ytmnd.webspacemania.com/12clicks/flashobject.js

where you normally use flash embed code you use this instead

<script type="text/javascript" src="flashobject.js"></script>

<script type="text/javascript">
document.write('<div id=flashcontents>');
var fo = new FlashObject("theflashfile.swf", "animationNames", 650, "65", "8", "#000000");
fo.addParam("allowScriptAccess", "sameDomain");
fo.addParam("quality", "high");
fo.addParam("wmode", "transparent");
fo.write("flashcontents");
</script>
</div>

you know, coming from you, these little things almost sounds like we have your stamp of approval.:upsidedow

Sarah_Jayne 10-20-2006 08:58 AM

Quote:

Originally Posted by georgeyw (Post 11118826)
RUH ROH

now we gotsa hear the rest of this

any of us that have been in the industry for any time have heard it like a broken record

tony286 10-20-2006 09:02 AM

Wish you the best of luck

SmokeyTheBear 10-20-2006 09:04 AM

Quote:

Originally Posted by 12clicks (Post 11119341)
you know, coming from you, these little things almost sounds like we have your stamp of approval.:upsidedow

the proof is always in the pudding though..

GatorB 10-20-2006 09:08 AM

So when a surfer exists one of the sites, how much spyware is installed on thier computer. And do I get paid on those?

baddog 10-20-2006 09:09 AM

congrats and good luck Ron

Klen 10-20-2006 09:10 AM

Intresting concept with 12 number.It enable you to make a brand name with number and pick a domain name whatever you like.

Miguel T 10-20-2006 09:10 AM

I have just joined, and things are looking hot inside!

xclusive 10-20-2006 09:16 AM

Congrats on the launch. I just signed up a little while ago and i'll start getting links up as soon as i get back from running some errands.

http://skinnytwink.com/gfy/12clicksbanner.jpg

jact 10-20-2006 09:19 AM

Awesome work man, best of luck with the launch.

Miguel T 10-20-2006 09:20 AM

One more bump!

swoop 10-20-2006 09:21 AM

Xclusive, your banner isn't clickable

Mike AI 10-20-2006 09:22 AM

Quote:

Originally Posted by Mojo (Post 11119244)
>>>>
No answer on ICQ,
>>>>
Mike, try again please. I got the "a current affair" sound, but then you didn't show up in my list.

Still cannot connect - It must be Bush-Cheney-Rove-Rumsfield blocking us!

My e-mail is michael at parked dot com

Jace 10-20-2006 09:34 AM

Quote:

Originally Posted by swoop (Post 11119481)
Xclusive, your banner isn't clickable

read xclusive's banner more carefully

tranza 10-20-2006 09:44 AM

Newbies beware, this guy is a known scammer.

Not only that but his new sites pretty much suck and only have low quality overused content. I bet NONE of them convert that well.

Dirty F 10-20-2006 09:46 AM

Quote:

Originally Posted by pornopete (Post 11119580)
Nice sig. Nice looking program, maybe I'll take advantage of your vast knowledge.

How to scam affiliates out of their money?

Gabriel 10-20-2006 09:51 AM

Quote:

Originally Posted by tranza (Post 11119618)
Newbies beware, this guy is a known scammer.

Not only that but his new sites pretty much suck and only have low quality overused content. I bet NONE of them convert that well.

Oh the irony.


Xclusive, I clicked on your banner 12 times, nothing happened.

;)

Cory W 10-20-2006 09:52 AM

I know you guys have worked hard on this. Everything looks great.

Turning on traffic shortly. :thumbsup

Dirty F 10-20-2006 09:52 AM

Everybody whos sending him traffic now dont come crying here when you suddenly dont get your money.
12clicks is a totally paranoid delusional idiot who bans you for a fart. He wont let you know...he keeps taking your traffic and simply wont pay you. When you call him out he will simply say you are a cheater and not show any proof.

Dont tell me youre not warned.


All times are GMT -7. The time now is 03:55 AM.

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