This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are contributing to a project released into the public domain under the Unlicense. | |
You agree to waive all rights for the code and other materials you contribute, allowing anyone to modify, sell and relicense them under any conditions, without permission or attribution, perpetually, irrevocably, and worldwide, for the greater glory of the mankind. | |
By accepting this statement, you acknowledge that you are able to waive these rights, and that you are not legally obligated to assign them to other parties, including to your employers. | |
You also acknowledge that your contributions consist solely of your original work of authorship. | |
. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// Map grabber :: Yandex.Maps + jQuery + PHP/DOMDocument/XPath | |
// by Proger_XP :: http://proger.me | |
// Original article (Russian): http://habrahabr.ru/post/184334/ | |
// In public domain. I appreciate backlinks. | |
function dl($url) { | |
require_once 'sqobot/lib/downwind.php'; | |
return new Downwind($url, array( |