Recent content by tyler03

  1. T

    google not showing ad

    I have a list of keywords (which I rank for organically, just not in the first 3 spots) which have driven sales previously on a site of mine according to my analytics. Now, I'd like to buy the top spot..so fire up adwords and go to get it..no one else is bidding on these words, it should be...
  2. T

    Finding Zip / Email Submits that pay?

    First of all, thank you for the great forum. I've learned a lot just from being here, and I'm fairly certain it's convinced me to take the dive and try a few new things myself. So after reading the thread about Vicks and the zip / email submits I had an idea of my own I wanted to try out. So I...
  3. T

    Email Submits With Copeac

    Ok, so this will be my first time diving into email submits. I have the sites with traffic, and just need an effective way to get them to the email submit stage. I have seen other sites that have a poll of sorts (i.e.which is better, A or B) which leads the user to the email submit page. I...
  4. T

    Using CURL to login to Cpanel

    Ok, so I'm trying to use CURL to login to my cpanel (and eventually add on subdomains from a list for me automatically), but it refuses to login for me. Here's what I've got so far... <?php // INIT CURL $ch = curl_init(); // SET URL FOR THE POST FORM LOGIN curl_setopt($ch, CURLOPT_URL...