PHP iframe ana url almak

0 Cevap php

Ben bir IFrame yük olacağını ve kullanıcıların kendi web sitesinde Widget yerleştirmek mümkün olacak Bir widget oluşturma. Nasıl javascript ve / veya PHP IFrame kullanarak web sitesinin URL almak istiyorsunuz? IFrame bir php dosyasını yükler.

Ben IFrame sayfasında "parent.top.location.href" ve "parent.document.referrer" denedim ama tanımsız olduğunu.

I have also tried to echo "$_Server[referrer]" in the IFrame page and that did return the IFrame parent URL, but how easy is it for someone to manipulate the referrer variable? I dont want to get misleading information. The Goal: I created a widget and want to allow registered users to use that widget on their site. I want to be able to find out who is using the widget and if a un-registered user is using it on their site, then the widget would not display

0 Cevap