Another Craigslist Idea / How to Create Your Own Spins

does CJ or linkshare has email submits? I am only affiliated with those 2.

hwolf - if you can do this for me. I promise you, you will make money from me. I am a man of my words.
 
can someone post an example of what the affiliate code in drm2.php should look like?
 
Brilliant Idea! Just wondering - how easy is it to get into affiliateer's program?
 
very easy. I just joined and no check at all. I hope hwolf can create me this website when he wakes up.
He seem a very nice person.
 
thanks man this is nice... i always thought about doing this but i didnt know how to do the frame thing :D this is awesume
 
Yup - I wasn't asleep...just doing a couple hours of gaming.

I sent you a PM.

lolcongrats: The affiliate code just goes after the "url=" part and ends before the "\"

And yeah, BHidiot is right, Affiliateer was the first CPA company I started with...no phone call, pays by Paypal (or check and also direct deposit iirc). BHidiot - check your inbox. I want to recommend you to do a different offer, that one won't work well at all. Try the iPod Shuffle one.
 
I'm not familar with this framing, do i need to purchase a custom url?
 
Great share OP.

Make sure you blank referrer though. You can do this for any offer. I am doing a bit of twist using free stuff for completing offers but blanking the referrer and all tracks.

Ex. for a $80 iPod, they complete 5-10 offers at $25 each

You can do the free submit which converts well but I like to harvest emails and send them target based offers.

hehe :)
 
Ok. hwolf will create one for me. But I want to learn how to do this and I am willing to learn.
Where do I start? Is this PHP programming? What course should I take?
 
Ok. hwolf will create one for me. But I want to learn how to do this and I am willing to learn.
Where do I start? Is this PHP programming? What course should I take?

Kinda, the PHP though is plug and chug...I didn't write it, I found it on here.

The HTML/CSS I hand-coded.

http://www.w3schools.com
 
Little question guys, everything is fine in FF but in IE my iFrame doesn't load up, so far it seems like 3/4 of the users are on IE and they e-mail me back saying that they don't see where to input their e-mail?

Be great if someone could help, I put a spin on this and got over 60 replies in the last hour :)
 
Little question guys, everything is fine in FF but in IE my iFrame doesn't load up, so far it seems like 3/4 of the users are on IE and they e-mail me back saying that they don't see where to input their e-mail?

Be great if someone could help, I put a spin on this and got over 60 replies in the last hour :)

Yeah...same thing happened to me :)

Maybe someone could make a code (I don't know how to do this)...If BROWSER=Internet Explorer THEN <iframe src="theiframethatworksinIE"...></iframe> ELSE <iframe src="thefirefoxone"...></iframe>
 
Code:
<p><!--[if IE]>
According to the conditional comment this is Internet Explorer<br />
<![endif]-->
<!--[if IE 5]>
According to the conditional comment this is Internet Explorer 5<br />
<![endif]-->
<!--[if IE 5.0]>
According to the conditional comment this is Internet Explorer 5.0<br />
<![endif]-->
<!--[if IE 5.5]>
According to the conditional comment this is Internet Explorer 5.5<br />
<![endif]-->
<!--[if IE 6]>
According to the conditional comment this is Internet Explorer 6<br />
<![endif]-->
<!--[if IE 7]>
According to the conditional comment this is Internet Explorer 7<br />
<![endif]-->
<!--[if gte IE 5]>
According to the conditional comment this is Internet Explorer 5 and up<br />
<![endif]-->
<!--[if lt IE 6]>
According to the conditional comment this is Internet Explorer lower than 6<br />
<![endif]-->
<!--[if lte IE 5.5]>
According to the conditional comment this is Internet Explorer lower or equal to 5.5<br />
<![endif]-->
<!--[if gt IE 6]>
According to the conditional comment this is Internet Explorer greater than 6<br />
<![endif]-->
</p>

Fill in your iFrame code for IE for each one. :)

Source: http://www.quirksmode.org/css/condcom.html
 
That goes right after your iFrame code. (Before the </div></td>)
 
I need to place my iFrame code in there for each of these correct, and shouldn't an IF statement have a THEN? I know nothing about this kind of stuff in case you can't tell - marketing is by far my stronger point.
 
I need to place my iFrame code in there for each of these correct, and shouldn't an IF statement have a THEN? I know nothing about this kind of stuff in case you can't tell - marketing is by far my stronger point.

Nope:

The Site said:
1. Their basic structure is the same as an HTML comment (<!-- -->). Therefore all other browsers will see them as normal comments and will ignore them entirely.
2. Explorer Windows, though, has been programmed to recognize the special <!--[if IE]> syntax, resolves the if and parses the content of the conditional comment as if it were normal page content.
3. Since conditional comments use the HTML comment structure, they can only be included in HTML files, and not in CSS files. I'd have preferred to put the special styles in the CSS file, but that's impossible. You can also put an entire new <link> tag in the conditional comment referring to an extra style sheet.
 
Has anyone have it working now with IE? show sample code please.
 
Back
Top