我可以很容易地使用這個腳本時,用戶登陸site.com/redirect.php 他們被重定向到適當的頂級域名根據地理IP ,但是當我添加此代碼在'index.php '它會創建一個重定向循環。 你能幫我修改它,以便它不會創建循環。現在這種「休息」是沒有幫助.. <?php
// Next two lines are for Beyond Hosting
// Don't forget to
我試圖在每個國家/地區展示不同的廣告,例如西班牙顯示Adsense和CO顯示yieldmanager。 我的意見和模板: from django.contrib.gis.geoip import GeoIP
class VideoViewDetail(DetailView):
model = Video
def get_object(self):
return g
我正在嘗試使用GeoIP,但在使用REMOTE_ADDR時遇到問題。顯示的IP是我的服務器,而不是客戶端。 from django.contrib.gis.geoip import GeoIP
Example context:
g = GeoIP()
ip = self.request.META.get('REMOTE_ADDR')
context['my_ip']