SMF html kod nasıl dahil edebilirim ?

Başlatan thezalim02, 25 Ksm 2017 21:42

« önceki - sonraki »

0 Üyeler ve 1 Ziyaretçi konuyu incelemekte.

*

  1. 36

  2. 21

  3. 7

merhabalar smf html kod nasıl dahil edebilirim ?
<script type="text/javascript" src="https://scmplayer.co/script.js"
data-config="{'skin':'skins/aquaPink/skin.css','volume':50,'autoplay':true,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'Metro FM','url':'//17773.live.streamtheworld.com/METRO_FM.mp3'},{'title':'Zeplin FM','url':'//17703.live.streamtheworld.com/ZEPLIN.mp3'},{'title':'Efkar FM','url':'//17773.live.streamtheworld.com/EFKAR.mp3'},{'title':'Gen%E7 Fit FM','url':'//17733.live.streamtheworld.com/GENCVEFIT.mp3'},{'title':'G%F6n%FCl FM','url':'//17733.live.streamtheworld.com/GONUL.mp3'},{'title':'Joy FM','url':'//17733.live.streamtheworld.com/JOY_FM.mp3'},{'title':'Joy T%FCrk FM','url':'//17753.live.streamtheworld.com/JOY_TURK.mp3'},{'title':'S%FCper FM','url':'//17753.live.streamtheworld.com/SUPER_FM.mp3'}]}" ></script>
eklemek istediğim kod bu nasıl ekliycem cevaplarınızı bekliyorum

*

  1. 3,263

  2. 596

  3. 1077
bul
echo '
</body></html>';
değiştir
echo '<script type="text/javascript" src="http://scmplayer.co/script.js"
data-config="{\'skin\':\'skins/aquaPink/skin.css\',\'volume\':50,\'autoplay\':true,\'shuffle\':false,\'repeat\':1,\'placement\':\'top\',\'showplaylist\':false,\'playlist\':[{\'title\':\'Metro FM\',\'url\':\'//17773.live.streamtheworld.com/METRO_FM.mp3\'},{\'title\':\'Zeplin FM\',\'url\':\'//17703.live.streamtheworld.com/ZEPLIN.mp3\'},{\'title\':\'Efkar FM\',\'url\':\'//17773.live.streamtheworld.com/EFKAR.mp3\'},{\'title\':\'Gen%E7 Fit FM\',\'url\':\'//17733.live.streamtheworld.com/GENCVEFIT.mp3\'},{\'title\':\'G%F6n%FCl FM\',\'url\':\'//17733.live.streamtheworld.com/GONUL.mp3\'},{\'title\':\'Joy FM\',\'url\':\'//17733.live.streamtheworld.com/JOY_FM.mp3\'},{\'title\':\'Joy T%FCrk FM\',\'url\':\'//17753.live.streamtheworld.com/JOY_TURK.mp3\'},{\'title\':\'S%FCper FM\',\'url\':\'//17753.live.streamtheworld.com/SUPER_FM.mp3\'}]}" ></script>
</body></html>';

smf sitenizin iframe tagları içinde gözükmesine izin vermez bu engeli kaldırmak istiyorsanız
anadizindeki index.php içinde bul ve sil
header('X-Frame-Options: SAMEORIGIN');
veya sadece belirli bir siteye izin vermek için kullanabilirsiniz
X-Frame-Options: ALLOW-FROM https://example.com/
daha fazla bilgi için bakınız https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Frame-Options


Benzer Konular (5)


MENU ×