Recent content by randomnumbers

  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.
Back
Top