Recent content by thedelimiter

  1. T

    MTURK [Warning]- Careful How You Use It!

    If anyone needs PHP code that uses MTurk API to generate HITs, I've already got one working for outsourcing article-writing. It still needs tweaks because only bots seem to reply to my HITs. But I'm working on passing QualificationRequirements so less bots accept the HITs. PM me if...
  2. T

    FIZZCASH out of business?

    When it comes to crime, the FizzCash can only last so long... before it fizzles. YEAAAAAAAAAAAAAAAAH
  3. T

    IM'ers - How do you stay healthy?

    I like Japan girls and they like lean guys, so I want to stay lean. I go jogging and do Insanity a couple times a week. It would be too time-consuming to do Insanity daily. I take organic Wheatgrass powder, Vitamin D3 and Zinc. Those supplements are the main ones that have improved my...
  4. T

    Promoting Sex-Related ClickBank Products

    Yeah - I was planning on downloading fetish porn, and re-uploading files with my pitch. This would probably work for the OP too... downloading normal porn previews, re-uploading, then linking to his product. I don't get how the free cam suggestion relates to my stuff though... do you...
  5. T

    Promoting Sex-Related ClickBank Products

    I'm releasing a sexually related info product in the next couple days. The info helps CURE some major sexual fetishes. I would also like to hear any ideas for promotion. How can I make people who watch sick fetish porn buy my eBook? lol :silly:
  6. T

    Noob friendly coding language that works with flash?

    AutoIt with IE.au3 library You can actually take over the mouse, and move the mouse to a certain IE HTML element. If it's inside a flash window, you'll have to move the mouse to the top-left of the video then move extra to wherever the link is at. Then send a Click. If you do use AutoIt3...
  7. T

    Need people for writing to my IM blog

    $6 per week? Sounds lucrative.
  8. T

    Need Some Inspiration

    I think you're at a disadvantage not using any software tools. I'm also in a similar situation, and reluctant to use tools... mainly because I'm a programmer myself and I think (I COULD MAKE THAT!). But then I'll spend weeks trying to re-create the tool, and not even have a version that's...
  9. T

    New "Green" web hosting

    I'm in the same boat as you. I don't really have anything else to talk about other than free tools I've made that I want to share. But I can't post links so I just have to post more messages like this saying "I'm in the same boat as you."
  10. T

    Am I Wasting My Time with This Domain

    At least you haven't spent 6 months making software similar to Zennoposter, only to realize that such software exists and its much, much better than your custom solution. If you're getting traffic from what you do then you're not wasting time... me on the other hand, I'm pretty screwed.
  11. T

    How to Clone a website?

    Wow, didn't know there were so many programs for this. I made one, and called it 'Jack the HTML/CSS Ripper.' I'm not selling it though... not worth it since there's so many out there already. At least mine has the best name. :cool:
  12. T

    need wordpress after post plugin

    Code below only adds the extra html to new posts. If you don't want this extra html stored in the database, but instead only printed to screen, you should use 'the_content' filter, instead of 'content_save_pre' To use, edit where it says 'Here is your Html', save it to a php file named...
  13. T

    Fiverr wp plugins

    I don't know how people sell anything, let alone pirated plugins. Aren't you supposed to offer services on Fiverr. I once offered to develop a wordpress plugin on fiverr. Made a sitemap generator that generates multiple xml files for someone. Took two hours for $3.90. I went back to...
  14. T

    How can I redirect direct linked affiliate links on my site?

    Pretty sure you can't use a rewrite rule to redirect for this. The request has to be one processed by your webserver. You can use some javascript. I'd use JQuery to match all links with href containing affiliate link, then add onclick handler to them, and change the document.location there.
Back
Top