Search results

  1. R

    Please explain these Tweet Attacks results

    I have the same problem. Been playing around with the language option, but no result.
  2. R

    Google scraper problem ..need help

    Which type of proxy is it? Try to change the GET url to some "what is my ip"- service and see which ip is returned.
  3. R

    [GET] guide to web scraping PHP

    Might find some tips in this one. I think my methods are pretty solid, but there is always room for improvements.
  4. R

    Can I do this with PHP

    Im using CURL and SimpleHtmlDom. SimpleHtmlDom really easy to learn, it uses css-selectors.
  5. R

    php pop up window help

    I dont think its a good idea to use a popup window just for the sole purpose of thanking your visitors for their message. Some of them would probably not even see it(popup blockers). You could do something like this on the submit target page: if(isset($_POST['msg'])){ echo 'Thank you!'; }
  6. R

    Meta Tags in Php.... how do you do it?

    If you're using WP there are tons of addons which handles meta tags, "all in one seo" for example.
  7. R

    Scripts That Will Run Scrapebox and AMR, Possible?

    PHP wouldn't be my choice of language to automate those program. Php would pretty much only be able to start them up. After that, the programs themselves would have to sort their stuff out.
  8. R

    How Fast Is Your Connection?

    28 down 1 up. Good enough for me
  9. R

    Recent Scrapebox Proxy Issue, everyone should note

    Same here, noticed a big drop in success rate.
  10. R

    What to do with Philippine traffic?

    Hello! So my problem is that I have a site, gaming niche, with search engines as main traffic source. There is a file download on the site, which for the time speaking is content locked. Quite a big amount of the traffic is from the Philippines. I havent found any good way to convert this...
  11. R

    my first AMR Blast

    Save the good 440 ones->do a new big blast->save good ones->new big blast->save good ones. In the end you will have quite a few good ones.
  12. R

    Yahoo! Account Creator

    Some reports from virustotal. (Cant post links yet) gmail creator File name: GmailAccCreator.zip Submission date: 2012-01-11 16:37:27 (UTC) Current status...
  13. R

    How to make no follow links Follow

    Might work, but you can't tell how the robots are treating a link like that.
  14. R

    On Page Optimization anazlyzer tool?

    Website Auditor is really great. Gives you a full report of your site, with loads of numbers and suggestions. It also analyzes your competitors.
  15. R

    Success.. finally!

    Congrats! That feeling is worth waiting for.
  16. R

    How much tabs do you have open while on the net?

    A lot :D Right now when I counted there was 23. 2 browsers 4 monitors
  17. R

    Wordpress Heat Map Plugin

    Add wp_deregister_script('admin-bar'); wp_deregister_style('admin-bar'); remove_action('wp_footer','wp_admin_bar_render',1000); to your functions.php file. That will remove the admin bar, which displays over the Heat Map Arrow.
  18. R

    my graduation gift for all YT'ers [ YouTube Secrets Exposed Ebook ]

    Thanks for the share. Wasn't much new stuff however.
  19. R

    Wordpress Help: I can't login keep getting a blank white screen. Can I backup the site?

    Ahh the good old wsod(white screen of death). This is probably because you have whitespace at the very top or at the very bottom in one of your .php files. If the first action in a .php file is opening a code block( <?php ) then "<?php" has to be at the very top of the file. However, it is...
Back
Top