Recent content by plopster

  1. P

    Adwords Cloaking? - Expression of Interest

    Hi, I've created a website where you can create ads* for virtually any product and link and it will get approved by Adwords. For example, you can advertise Viagra, Porn and anything else that would normally not be allowed. Personally I've been experimenting with Clickbank but have only made...
  2. P

    [RUBY] LinkedIn Scraper for getting more profile hits and connections

    I use this script to search for other IT professionals in my area and view their profiles. Especially useful for visiting recruiters, etc who then go to view your profile and send you future job prospects. If you are part of a business that uses LinkedIn and lists their staff, it also helps...
  3. P

    I need some things cleared up about programming

    C++ will be hard for a beginner like you to learn. I would suggest start with C# because you things are a lot easier in it - e.g. there is already a web browser object and other socket stuff there ready to go . C++ is fine to use for this but it is going to take a LOT longer to get right. You...
  4. P

    Hoplink Abuse Question

    No that is fine
  5. P

    What plugins/modules is this phpbb page using?

    Trust me you don't want that plugin - I just tested it and its vulnerable to SQL injection.
  6. P

    Create ads that go to any url - undetected and no cloaking

    As title says - PM me for more info. Forgot to mention - image ads only.
  7. P

    Amazon and paid ads

    Hi there, Right now on CJ I'm using adwords to direct traffic to my affiliate links. Using this technique I'm making 300-400 per month profit. I'm wanting to do the same with Amazon but I wanted some input from others as to their ToS for this kind of thing. Here is a paste from their ToS: So...
  8. P

    Has anyone used freelancer?

    I've used freelancer once for a small programming job - $60 worth I think. Results were very good and didn't encounter any issues. Just make sure whichever freelancer you are going to use has good reviews.
  9. P

    800,000% CTR on amazon

    I use text links with a far higher percentage and i'm still getting paid. I would be a bit more concerned if I wasn't using text links.
  10. P

    Looking For Help!

    Insert the following code where your banner goes. You will need to have a sql connection open but chances are there will be if its phpbb. <?php /** * author Webarto * copyright 2010 */ //create table if it doesn't exist, you can remove this later mysql_query('CREATE TABLE IF NOT EXISTS ip...
  11. P

    Want to know how I do Pinterest affiliate marketing?

    Hey guys and girls, Just a post to put some ideas out into the community for how I do Pinterest affiliate marketing with Amazon and CJ. Basically I've made a Wordpress plugin that I can create affiliate links. Then when you visit mysite slash productX, you get redirected to the Amazon or CJ...
  12. P

    What site you use to join affiliate networks.

    As long as your site has some content that relates to what your site is actually about you should be fine joining most affiliate programs - I suggest commission junction and amazon to get you started. As long as its not an offensive site you should be fine. You are there to make them money so...
  13. P

    is blackhat dead?

    SEO wise, it seems bh is dead. Affiliate marketing wise, it's still strong. I'm using a new cookie stuffing technique to turn ~100 page views into $600+/mo.
  14. P

    Favorite 404 plugin?

    Plugin for which platform?
  15. P

    How can I format Wordpress pages like this?

    When you post a page, edit the html and put <div id="#point1"></div> somewhere where you want the clicked link to go to, then on the link you put <a href="#point1">Click here to go to this section</a> and when they click it it will go to the section in the div, or you could do <a...
Back
Top