Featured Posts

Quickies Tip: Set your Glype tmp, logs and cache folders outside the web root. No, chmod'ing to 700 won't work, lol. WTF: Uneven Google! Useful: Fairly decent and promising project: proxycoder.com Useful:...

Read more

Triond 1,000 challenge? Yeah, right... image via Over the last few months I kept bumping into a "challenge" on Triond: people are either trying to get 1,000 articles by the end of 2010 or make $1,000 in any given 30 days (there are at...

Read more

EzineArticles scraper Piece of code that queries EZA for a given string and grabs an article at random from the first results page. Again, this is slow as fuck and shouldn't be used for production sites. [php]<?php ini_set('error_reporting',...

Read more

Basic scraper with PHP and DOM Who says you need UBot to run basic scraping tasks? Here's a trivial script that scrapes centurian.org. It's unoptimized (i.e. slow as fuck) but it still does a great job. [php] <?php // DOMDocument()s...

Read more

Resuming uploads with ProFTPD ProFTPD doesn't allow resuming of uploads out of the box. Here's a quick hack around it: edit the config file (usually /etc/proftpd/proftpd.conf, but can depend on your distro) and add AllowOverwrite...

Read more

  • Prev
  • Next

Triond 1,000 challenge? Yeah, right…

Category : Uncategorized

image via

Over the last few months I kept bumping into a “challenge” on Triond: people are either trying to get 1,000 articles by the end of 2010 or make $1,000 in any given 30 days (there are at least two versions of the challenge).  Judging by my not-so-good experience with Triond, to say the least, I might say these people are fucking nuts.

I almost shat a brick when I heard of writing 1,000 articles for Triond. My ever best paid article with them is some fashion writeup that brought me a whopping *drumrolls* $0.93 in one and a half years. Yes, that’s 93 cents, I shit you not. Multiply that by 1,000 and my top earnings would be $930 for 1,000 articles. Thanks but no, thanks, I can sell them on DP for $3-4,000.

The second version is even scarier. At a pay rate of $1-$2 per 1,000 views, you’d need 1,000,000 hits per month for the $1,000 mark. And no, traffic exchanges don’t count. So good luck spamming your friends on FB–1M hits in a month is a lot of traffic!

I’d rather post 1K articles on my own sites or even sell them for hard, cold cash. So no, I’ll pass this challenge.

EzineArticles scraper

Category : Uncategorized

Piece of code that queries EZA for a given string and grabs an article at random from the first results page. Again, this is slow as fuck and shouldn’t be used for production sites.
→ Continue

Basic scraper with PHP and DOM

2

Category : Uncategorized

Who says you need UBot to run basic scraping tasks? Here’s a trivial script that scrapes centurian.org. It’s unoptimized (i.e. slow as fuck) but it still does a great job.
→ Continue

Resuming uploads with ProFTPD

Category : Uncategorized

ProFTPD doesn’t allow resuming of uploads out of the box. Here’s a quick hack around it: edit the config file (usually /etc/proftpd/proftpd.conf, but can depend on your distro) and add

AllowOverwrite on
AllowRetrieveRestart on
AllowStoreRestart on

Restart the server and  you’re done.


Warning: fsockopen() [function.fsockopen]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /var/www/pleech.com/wp-includes/class-snoopy.php on line 1142

Warning: fsockopen() [function.fsockopen]: unable to connect to twitter.com:80 (php_network_getaddresses: getaddrinfo failed: Name or service not known) in /var/www/pleech.com/wp-includes/class-snoopy.php on line 1142