Recent content by gnark

  1. G

    People are just fucking crazy these days! O_o (SEO)

    6 year-old probably
  2. G

    Mass name generator?

    function getRandString() { $characters = array( "A","B","C","D","E","F","G","H","J","K","L","M", "N","P","Q","R","S","T","U","V","W","X","Y","Z", "1","2","3","4","5","6","7","8","9"); $keys = array(); while(count($keys) < 7) { $x = mt_rand(0...
  3. G

    Mass name generator?

    like this? $file = file("firstNam.txt"); for ($i=0; $i < 100; $i++) { $randFirstName = $file[rand(0,sizeof($file)-1)]; echo $randFirstName .'_'.rand(1,9999)."<br>" ; }
  4. G

    Myths/Truths Re: Blasting new sites with links.

    What do you mean by "link juice reasons"?
  5. G

    need ideas for making $10k / month

    read the forums, there are plenty of tipps on here
  6. G

    Mass name generator?

    $file = file("firstNam.txt"); $file2 = file("LastNam.txt"); for ($i=0; $i < 100; $i++) { $randFirstName = $file[rand(0,sizeof($file)-1)]; $randLastName = $file2[rand(0,sizeof($file2)-1)]; echo $randFirstName .'_'.$randLastName.rand(1,9999) ; }
  7. G

    scrapebox 90 sec timeout?

    thanks guys!
  8. G

    Free PR 7 Wordpress blog Low outbound links

    nofollow links dont pass PR ... so the PR is uninteresting here, sorry pal
  9. G

    scrapebox 90 sec timeout?

    Hi, i often read that you should use a 90 sec timeout when commenting blogs with scrabebox, but afaik you can only use a delay of 1-10 secs or RND. Do i miss something here?
  10. G

    Referrer - what you need to know (and how you control it)

    great post, thanks!
Back
Top