Search results

  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...
  16. B

    Domains with hyphens much harder to rank with

    All the other factors are either equal or the domain 2. beats the domain 1. in them. I know pagerank means nothing in terms of SERPs, I only brought it up to make a point that the 300 backlinks aren't worthless as that would be the first thing to come up to explain all this.
  17. B

    Domains with hyphens much harder to rank with

    The hyphen domain has a better page rank, double amount of indexed pages, and much more backlinks. I checked the first site with site explorer and it showed 0 backlinks for the first domain and 300 for the second domain. Since the second domain also has a pagerank of 2 the argument of crap...
  18. B

    ANNOUNCEMENT: 1 Domain Can Now Dominate TOP 8 Results - Google

    If only there was an operator I could use when I wanted the same site fill the top10
  19. B

    A real success for search engine domination! Over 30k backlinks in less than a month

    Just beautiful, don't try this at home. :D
  20. B

    Funny ass captcha I just came across

    With recaptcha like 1/3 are impossible because they contain some impossible symbols etc. I have found that in some cases just typing the word that makes sense (I.E. just typing one word) is enough to pass. Stupid unnecessary bullshit.
Back
Top