Search results

  1. C

    Inspirational Quotes

    Let's post inspirational quotes in this thread, I will start:
  2. C

    How to convince my parents that IM isn't bs ?

    Show them one of the success stories from this forum. Then show them the money you have earned.
  3. C

    I can't beleive he survived to this !

    Owner of white car clearly didn't put the handbrake on when parking his car.
  4. C

    Motivational Video

  5. C

    Auto post software

    Be more precise with your specifications and then maybe we can come up with a price for you. Perhaps there already exists such software on the market, try searching deeper. I know nothing about such software. If I needed one I would've just made it for myself, similarly to other tools I use.
  6. C

    Which software interface is shown at google?

    On the right screen he is running OS X with some design software probably some adobe stuff. His left screen is connected to a PC running Ubuntu Linux and a programming environment very similar to mine: Left half of the PC screen are 2 gnome-terminals running. The first terminal is running a...
  7. C

    Gmail blows up e-mail marketing by caching all images on Google servers

    Is this already affecting any email marketers?
  8. C

    How to rip amember protected site (forum) ?

    This thread has absolutely nothing to do with 'hacking'. We are not breaking into a website. This thread is about archiving forum threads. Again no one is trying to hack anything or break into anything.
  9. C

    I need Emails Lists Verifier Tool

    This script does the job well: https://github.com/Easy-Forex/Verify-emails It is as free as you can get, ie it is open source. Just install Perl, the required modules and run the script, voila!
  10. C

    How to rip amember protected site (forum) ?

    If this is the case just copy the cookie of the redirected site. Alternatively just use Wget. Also post the forum URL so I can have a look at ti.
  11. C

    How to rip amember protected site (forum) ?

    You can do this with HTTrack, here is an example using a site which requires authentication: http://httrack.kauler.com/help/CatchURL_tutorial
  12. C

    Pinterest Pin It Code - How to make it a Pop Up Window?

    Actually after noticing that It has been 3 months since you asked and no one solved the problem. I decided to give it a closer look. Enjoy: $(function() { $('body').on('click', '.pinit-wrapper', function() { event.preventDefault(); window.open($('.pinit-wrapper...
  13. C

    Pinterest Pin It Code - How to make it a Pop Up Window?

    Post unobfuscated JavaScript then maybe we can work something out. greenlava-code.googlecode.com/svn/trunk/publicscripts/bs_pinOnHoverv1_min.js - this code is minified - unreadable The other solution is to develop the Pinterest hover script from scratch
  14. C

    Gmail blows up e-mail marketing by caching all images on Google servers

    What are they trying to do has some flaws and possibly there will be a way around it. I will come to that later.
  15. C

    Gmail blows up e-mail marketing by caching all images on Google servers

    arstechnica.com/information-technology/2013/12/gmail-blows-up-e-mail-marketing-by-caching-all-images-on-google-servers/
  16. C

    Watir vs autoit

    Watir # Please lengthen your message to at least 15 characters.
  17. C

    Why are so many bots coded in Delphi?

    This is not true. The main job performed by scrapers and bots is making HTTP (web) requests over the Internet. Bots usually do not do any hardcore CPU intensive calculations, therefore whether the language is compiled or interpreted does not matter - bots can be written in any programming...
  18. C

    Why are so many bots coded in Delphi?

    Delphi is often chosen for writing bots as the language itself has a low entry barrier and generally programming in Delphi is rapid compared to other mainstream technologies.
  19. C

    Twitter Followers app/script

    Using the Twitter API is one way of doing it, though I think Twitter puts some limits on their API, how many users you can follow and other actions. Another way is to run a bot on your server and use the login and password provided by the user.
  20. C

    I'm starting a Perl Bot/Scraper programming tutorial.

    Have you considered expaned your tutorial into teaching how to web scrape using WWW::Mechanize? Mechanize gives a more browserlike experience, without the need to define your own cookie jars.
Back
Top