MapBBCode / share.mapbbcode.org

MapBBCode Share
http://share.mapbbcode.org
57 stars 12 forks source link

openID auth is bound to share.mapbbcode.org #15

Closed thunder-spb closed 10 years ago

thunder-spb commented 10 years ago

Need to edit auth.php and set you host name, atleast :)

thunder-spb commented 10 years ago

1/ setup host name in config.php 2/ $host = "http".((!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off') ? "s":"")."{$_SERVER['HTTP_HOST']}".( $_SERVER['SERVER_PORT'] =! '80' ) ? ":{$_SERVER['SERVER_PORT']}" : '' for example :)

Zverik commented 10 years ago

Thanks, I'll fix this a bit later (and a similar line in index.php).

thunder-spb commented 10 years ago

Welcome, thnx for your work :) Is it hard to add some kind of streetview like on google or yandex streetview?

thunder-spb commented 10 years ago

oh, just forgot about https and port :)

Zverik commented 10 years ago

Streetview is completely unsupported, because it cannot be represented as a tiled map to be usable inside a Leaflet container.

thunder-spb commented 10 years ago

Thats pity, well thanks anyway :)