Recent content by bartemt

  1. B

    How Can I Download Video From This Site?

    view source, works 100% of the time :D video dl example: hxxp://bbgvoa.edgeboss.net/download/bbgvoa/kickapps/videos/1352899.mp4
  2. B

    My manual blog not making money!

    When I am looking for programming help I go completely tunnel vision mode and go through different results very fast quickly skimming through the article to see if it's what im looking for. In this tunnel vision mode, you could hold a gun to my head and I still would ignore ANY type of...
  3. B

    Blue Host

    Why does it suck bad? Been perfect for me so far, only needed customer service help once and the help was excellent.
  4. B

    indexing backlinks

    I have only done this once so far but I saw some success: Made a script that fetches the latest 20 google trends, makes HTML out of all my profile backlinks I input in a cycle. So If I would copy paste a list of 400 profile links the script would output: <a href="profilelink1">trend word...
  5. B

    Overnight - 1 Million Genuine Links... What Would Happen?

    I do not think this is true, why would people write 6 different articles for ezine linking to one site? That's a shit ton of work for just a one link. And how would people know it counted as one link anyway? Even webmaster tools shows tons of indexed links from the same website but coming from...
  6. B

    Magic Submitter - What a pile of shit.

    This piece of shit frustrated me so much in how you add new "services", like I couldn't add more than 1 expressionengine forum at a time? I had a list of 1300. Not wanting this list go to waste I ended up coding my own submitter in PHP+JS, a webpage where the submits are going at speed of...
  7. B

    How to do this?

    Sure but which font family contains the small characters/symbols that go behind normal text?
  8. B

    How to do this?

  9. B

    how to edit this footer.php?

    Umm, it's not a tool, it's just php code. You cannot just base64 decode it, it will return even worse gibberish. The theme author is using this to decode unserialize(gzuncompress(stripslashes(base64_decode(strtr('GIBBERISH', '-_,', '+/='))))); You can use this to encode...
  10. B

    Preg_match PHP help needed - $5?

    <?php preg_match_all('/;return false;">([^<]*)/', $page, $matches); for($i = 0;$i<count($matches[1]);$i++) { echo $matches[1][$i]; echo '<br>'; } ?> preg_match_all and only regular expressing the parts that you want in brackets for the win. The match will be an array of arrays, with [0]...
  11. B

    how to edit this footer.php?

    This is how to make your own string in the encrypted format: $mystring = strtr(base64_encode(addslashes(gzcompress(serialize('<a href="hxxp://blackhatworld.com">bhw</a> © Lol.Com')))),'+/=','-_,'); As you can see it's reversed. Code to find out this in encrypted form. Make a php page with...
  12. B

    How to make $25,000 / month SELLING stuff?

    I am pretty sure he MADE $2000... as in profit. I.E. $48,000. It is very annoying when people say "lol I made 3 million", if they spent 2.99 million to make it IMO :) Although If I am wrong that just makes me speechless.
  13. B

    Ask me about making $4500 a month with ADSENSE 100% whitehat

    I found some of his sites (I am not gonna reveal them here since it's against ToS of BHW, I think), I checked backlinks for one and got a list of 21,000. All are coming from frontpages of different domains... websites that use his theme or something have a backlink in the footer, and it is even...
  14. B

    How to REALLY check competition for a niche

    Thanks for making a thread about it, I have also mentioned this like 5 times in my replies but it always gets ignored. Luckily I have only started one site based on the amount of competition before common sense hit me. That site is still ranking nowhere for its keyword (not even top 500, with...
  15. B

    Domains with hyphens much harder to rank with

    Both sites are using same layout and linking structure. (Xfactor or whatever). However, the site ranking 1. is running wordpress and the other is xsitepro site. I ran anchor checks for 200 first backlinks of the 2. page - about 95% of them have anchor text indoor bug zapper. Even the domain...
Back
Top