Search results

  1. R

    What is the best Software to Create Tired1 Link ??

    licorne for me is more simple to use.
  2. R

    Scrape Titles of Top100 Google Search Results for a keyword?

    Google sometimes change sourcecoe of search page. Try change string $regexp = "<li class=\"g\"><h3(.*)<\/h3>"; to $regexp = "<li class=\"g\">(.*)<\/h3>";
  3. R

    What Black Hat Techniques can Rank a Doorway Website in 1 Months Time

    using links from authority sites. difficulty is in finding such site without moderators
  4. R

    [ask] google local search

    Monitoring Google bots on local site, they all comes with USA IP located in california. Trace rout is rather long. So for google loading page have some delay with geo location. My ranks is high, haven't tested local site that hosts in USA, but think if you want googlebot have faster access to...
  5. R

    [GET] 25 High PageRank sites to get BackLinks, Boost your DOMAIN AUTHORITY!

    It seems to be very old article. May be 2 years? Propeller is dead, have made doorways on geocities 3 years ago and stand in serp, but then they closed. Angelfire lost their authority, and have not very good index speed almost for two years
  6. R

    Superfast AMF bot

    When i do clicks by myself Youtube page opens in new window, when do it by script it opens in new tab and points lost. Do you have same situation?
  7. R

    Superfast AMF bot

    That's i've got all time on your and mine script. Wait sets up to 20 sec but seems not working and whit that time.
  8. R

    Imacros manual?

    already have watched that. Those manual is for desktop program
  9. R

    Imacros manual?

    found some on russian -> ru.imacros.wikia.com
  10. R

    Imacros manual?

    hm, i need function to load content as list from file and then fill with it forms on blog
  11. R

    Imacros manual?

    Is there some simple Imacros manul to study? Want make one to post on several blogs. Want something other than on http://www.iopus.com/imacros/help/
  12. R

    Diferences in SEO startegy for .com / .fr / .es / .de,....

    Try to search local blogs with alexa top. Use subdomains and make targeting in GWT. Unique articles and social bookmarks are steel important
  13. R

    any paid/free software that can post messages to all facebook friends walls ?

    So, is there some bots that are shortly updated?
  14. R

    [ask] google local search

    you can use microdata for organisation, to show your location. Also ad targeting in webmaster tools. Put links from local sites and blogs. Blogs easy to find and sort by pr/alexa using local language or just looking them in alexa top.
  15. R

    Domain mass checker

    it could be checked for 200ok header. Have such desktop tool. But after domain expires, nameregisters show their add or other promotional shit that will also give 200ok answer.
  16. R

    Bought XRumer anything else?

    Is someone have got high positions only with xrumer help? Think forums got less linkpower? and for naturally there must be also links from web20 blogs, social and simple websites.
  17. R

    Scrape Titles of Top100 Google Search Results for a keyword?

    It's ok, problem in IP. Try this code, if it will not work i'll give you link on script installed on my server. $keyword_p=urlencode($_GET['key']);$ch = curl_init('http://www.google.com/search?q='.trim($keyword_p).'&hl=en&lr=&sa=X&tbo=1&num=100');curl_setopt($ch, CURLOPT_RETURNTRANSFER...
  18. R

    Scrape Titles of Top100 Google Search Results for a keyword?

    Ok, thats what you need. save it with <? .. ?> on hosting with PHP support and run with usage tag key. For example http://yoursite.com/get_titles.php?key=lolcats $keyword_p=urlencode($_GET['key'])...
  19. R

    Can creating a lot of blogs pointing to your site give you good SEO?

    If they will have unique articles and you'll spend some time for linksbuilding - YES.
  20. R

    Scrape Titles of Top100 Google Search Results for a keyword?

    PHP fucntion preg_match with right regexp can do it in seconds. Can wright it for you tomorrow.
Back
Top