Search results

  1. tacopalypse

    [Warning] No Buying or Selling Allowed in This Section

    The "Yahoo & MSN PPC" section is only for discussions about yahoo/msn ppc strategies. WTB requests should only be posted in the Want to buy or Hire a freelancer sections. Selling can only be done in the BST section, and only if you meet the requirements for selling on the forum. Anyone...
  2. tacopalypse

    [GET] Mass GeoIP Lookup Tool + Source Code

    Good morning everyone \o/ here i've made a tool for easily auditing location data from large lists of IP addresses to use it, just copy any block of text containing ip addresses, and paste it into the input box it'll strip out the IPs from the rest of the garbage, and then draw a table with...
  3. tacopalypse

    PPC and math [part 2 tutorial]

    hay guys this is a continuation from http://www.blackhatworld.com/blackhat-seo/adwords/239818-tutorial-how-not-lose-money-when-doing-ppc.html we're still going to be answering the same question of "how do i know when to stop spending money on an unprofitable keyword", only this time we'll be...
  4. tacopalypse

    Secret Jr.Vip Instant $100 Button Available To All!

    To make button appear, press: ctrl + alt + down arrow Then click it to get an instant $100 to your paypal :)
  5. tacopalypse

    Comparison of All Programming Languages

    i see a lot of threads in this section asking what's the best language to program xyz in. i just stumbled across this link and found it incredibly useful for getting a quick impression of which programming languages are best suited for doing certain tasks, and what languages are most similar to...
  6. tacopalypse

    How to Fail at Internet Marketing

    just found this in my inbox. this is some good stuff right here :D there's just something about flipping the perspective around like this that makes the tips so much more REAL in a sense.. that if they were written in the standard "do this to succeed" way, we might have just dismissed them...
  7. tacopalypse

    What happened to KlikVIP?

    their entire website just disappeared overnight.. (literally) now it looks like they're just hosting a mirror to bidtraffic. no trace of their former site, no email notification about it, it's like they just blinked out of existence. ?? i had a few bucks in there and was planning to scale...
  8. tacopalypse

    Mirror Script - Create an instant mirror of any web page!

    simple yet powerful :) <?php $url = "http://www.yahoo.com"; echo '<base href="'.$url.'" />' . file_get_contents($url); ?> enjoy!
  9. tacopalypse

    Feeling Burned Out?

    great article :)
  10. tacopalypse

    Man gets ewhored, loses $300,000

    http://abcnews.go.com/US/video/man-loses-300000-dollars-in-romance-scam-11691941 :rolleyes:
  11. tacopalypse

    If You Aren't Falling, You Aren't Trying

    great article i found in my inbox :D source: http://www.affiliate.com/blog/?p=2408
  12. tacopalypse

    Relative Sizes of Web 2.0 Communities - Latest XKCD

    http://xkcd.com/802_large/ lots of ideas for where to target our marketing efforts :D
  13. tacopalypse

    [Tutorial] How to Make Your Own Mass URL Shortener

    first, head over to your favorite domain registrar. (godaddy, namecheap, enom, etc) type in 2 random numbers and 1 random letter to get a 3-letter domain name. the cheapest 2-letter TLDs are .us and .me at around $8, and 90% of them aren't taken yet. (or you can just get the .info you're broke...
  14. tacopalypse

    Is there any way to detect when an image file is requested from my site?

    ok i can't seem to be able to formulate this into a google query, so i'll ask it here: i have an image file hosted on my site, which i'm displaying on another site that's not controlled by me. what i'd like to do is be able to see how many times the image is viewed on that other site...
  15. tacopalypse

    [Tutorial] How to NOT Lose Money When Doing PPC

    i thought i'd write up this quick little math lesson for you guys. if you apply it properly, it will save you hundreds if not thousands in the long run. (more money for you, less money for that bastard google :)) so the question we'll attempt to answer here is: "how do we know how many clicks...
  16. tacopalypse

    The 5 Steps to Becoming a Successful Internet Marketer

    I found this article about forex trading floating around the 'net and I thought it was incredibly relevant to internet marketing as well. I'll be honest with you guys, I think I'm probably in step 2 right now. :P Check it out - (I'd give credit to the original source here but I can't...
  17. tacopalypse

    [How To] Manually Rip an Amazon s3 Bucket without s3 Ripper

    Just in case you couldn't get s3 ripper working, or don't like using it, here's how to get s3 bucket contents manually: 1) first, browse to the top level domain of the bucket. example: hxxp://bucket.s3.amazonaws.com 2) if you encounter an "access denied" message here, then you're out of...
  18. tacopalypse

    [GET] PHP Spinner Syntax Parser Script

    just me having some fun with recursion lol spinner syntax parser in 9 lines: function spin($x, $p1 = -1){ if($p1 === false) return $x; $p2 = strpos($x, "}", $p1 + 1); $p3 = strpos($x, "{", $p1 + 1); if($p2 > $p3 && $p3 !== false || $p1 == -1) return spin($x...
  19. tacopalypse

    Megasite 40,000 indexed pages & 0 traffic

    i thought i'd write about a little experiment i tried a while back and maybe get some feedback on it. january 2010: i downloaded 100,000 plr article pack from a thread in the downloads section. then i wrote a program to generate a html page from each article, while preserving the folder...
  20. tacopalypse

    [Case Study] Use Facebook & Twitter together to get a ton of traffic.

    i don't know crap about facebook or twitter, but i thought this was an interesting article :) http://www.zug.com/live/84978/shr1/David-Thorne-Pranked-230000-Facebook-Users i especially liked the social engineering aspect of it. lots of potential here.
Back
Top