PDA

View Full Version : Clean Site Looking For Exit Trade


Much0S
10-31-2000, 02:54 PM
Hi There,

My site, www.nudestart.com, (http://www.nudestart.com,) needs another clean site with wich to trade exit traffic [i currently have it at adexit.com but they shave man http://adultwebmasterinfo.com/ubb/smile.gif ]

Anyways, the site has about 25k (has only gone up since it's beginning 8 days ago) so I want to trade only with someone else having a clean site too (and having almost the same amount)

You can contact me @ 2227869

C-Ya,

Much0S

Jimbo
11-01-2000, 11:23 PM
if you trade exit with a site, it will create a circle of exit consoles wich isn'T permitted by CJ2 rules since its not a sponsor...

correct me if I'm wrong!

Jimbo

if your not in CJ2 world just ignore my message :P

Dan S
11-02-2000, 02:34 AM
We should really discuss this one....

There is no point at all to this!

I think it is ok to feed your own OTHER site exit traffic from a CJ 2 site. Or exchange it with another webmaster.

As long as the exit window is not a trading window for the site that is actually exiting it.....

I think we talked about it earlier. It doesnt make any sense. Why is exiting to a broker ok, but feeding the exit traffic to another clean site (or real content site) not?

How are you supposed to launch new sites if you cant help it with your existing traffic?

This one really needs some adjustment in the rules.

Please everybody post your opinion.

Dan

Much0S
11-02-2000, 04:22 AM
Hi Jimbo,

Well you can do an exit trade but prevent a exit trade chain to be started by defining window names and then checking wether the window name is the same and if so not opening an exit console anymore... in this case only users that do not come from your partner get an exit console and go to the site [when they leave the new site, they will not have an exit console anymore for the window name matches.]

It's a little hard for me to explain, but i'll write it in javascript here, so you'll understand http://adultwebmasterinfo.com/ubb/smile.gif

function eventOnUnLoad() {
if (top.name != "OtherGuysWindowName")
window.open("http://otherguysurl", "mywindowname");
}

Get it? http://adultwebmasterinfo.com/ubb/smile.gif

This case is even better than exitting to a sponsor for the user will not end in an endless exit consol spiral...

Much0S

Dan S
11-02-2000, 04:40 AM
Thats a great idea!

nice one MuchOS

Much0S
11-02-2000, 04:52 AM
Thanks http://adultwebmasterinfo.com/ubb/smile.gif

Jimbo
11-02-2000, 09:48 AM
yeah that looks good, but I think we should allow chains to clean sites if we allow exit broker... after all clean free sites are better then 20 paysites for a surfer isn't it?

my opinion
Jimbo

Dan S
11-02-2000, 10:15 AM
I agree.
Just not an exit to trade with the same site.

Much0S
11-02-2000, 10:28 AM
In that case, we are in my current situation:

function eventOnUnLoad() {
if (top.name != "OtherGuysWindowName")
window.open("http://otherguysurl", "mywindowname");
else
window.open("http://adexit.com or so?", "_blank");
}

Jimbo
11-02-2000, 11:17 AM
Muchos, I think your java code is getting better everyday lol

and thats compliant to CJ2 rules for sure!

Tim, Nick, Dje, Rich, Mag what you think of permitting chained exits as long as its 0:1:1?? just like damn brokers!

Jimbo

magnatique
11-02-2000, 04:15 PM
I think we said no Chains....

and we already can exit to other sites of ours, as long as it's not related to the current site.

Much0S
11-02-2000, 04:18 PM
Thanks for the compliments Jimbo http://adultwebmasterinfo.com/ubb/smile.gif

It just sometimes seems that I'm the only guy able to code heavily out there, most of my contacts in the CJ-World don't know crap of JavaScript... [i program javascript for some months know, you can do pretty nice stuff with it - for instance you could do some really dirty cj-ing (such as an unbreakable exit console... http://adultwebmasterinfo.com/ubb/smile.gif )

But anyways, i have to make some examns tomorrow, so cath you all later,

Much0S

richard
11-02-2000, 04:29 PM
MuchOS, i am not one of those contacts http://adultwebmasterinfo.com/ubb/wink.gif I know my javascript.

My feelings on exits:

one exit max.

to be either,

1) to a sponsors URL.
2) to your own exit page (containing whatever you want, ie links to the script, or sponsor links, etc).
3) to another site.


Ok, look at the situation with exit sponsors, they need a million exit windows because the traffic is so shit. Hopefully they will realise that CJ2 traffic is better. Killah/Steve/Jack/etc - how about asking the sponsors to let up their shit?

Its unreasonable to ask people to stop using an exit broker at this early stage of CJ2 because they have a multiple pop...

BUT - think about it, all the broker does is open up a splash page for a sponsor, you might do better having your own exit pages.. like the AC tactic used in the past.

I think you should be allowed to exit to another CJ site, or to your site, etc. SO LONG AS they are CJ2 compliant.

HOWEVER - the traffic quality from exiting is so shit on a CJ site that it is not worth doing in my opinion. In my experience, it is atleast 50% less productive, and just eats your bandwidth....

Just my opinion.

Hell, its your exit console, do with it what you want.

The main issue is that we cannot ask people to ditch the exit brokers, not yet anyway.

Killah et al, how about a special CJ2 exit traffic program? first to get in with one cleans up.

http://adultwebmasterinfo.com/ubb/biggrin.gif

Richard.

Much0S
11-02-2000, 04:42 PM
I know what you mean http://adultwebmasterinfo.com/ubb/smile.gif

<SCRIPT LANGUAGE=JavaScript>
var me = new Object (Person);

me.need_to_get_some_sleep(now);
me.do();
</SCRIPT>

http://adultwebmasterinfo.com/ubb/smile.gif

BTW: exit brokers ARE totally robing you off you are very very right http://adultwebmasterinfo.com/ubb/wink.gif

Jimbo
11-02-2000, 09:07 PM
what about some perl http://adultwebmasterinfo.com/ubb/smile.gif

if ($me == tired) {
&gotosleep(me);
} else {
&continue_to_work;
}

or some C

if (tired) { //add some logic
brain = (long *)calloc(80,sizeof(brain));
}
else {
masturbate(2); // 2 times
}

LOL http://adultwebmasterinfo.com/ubb/biggrin.gif

Jimbo

Much0S
11-03-2000, 04:22 AM
Actually you are wrong!

Perl:
if ($me eq "tired") {
&fuck_you("work_harder");
&work;
}
if ($me eq "really tired") {
&fuck_you("stop wining pussy, go back to work!");
&work;
}

if ($me eq "d e a d") {
&fuck_you("dead already? here have some coffee... no go back to work!");
$_ += "coffee";
&work;
}

//no for the c part:
char *ptr;

ptr = (brain*)malloc(sizeof(brain)*1);
if (ptr == NULL) {
printf("Memory too small: %d\nYour brain is too big all mighty Programmer... go on and touch my parts... program me now!", sizeof(brain));
}
else {
printf("Your brain is tiny i have no need for you impotent sillyness! Fuck off!\n");
}

That's it for today http://adultwebmasterinfo.com/ubb/smile.gif

Much0S