📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
e-ticaretv11.demodesign.com.tr
/
propanel
/
model
/
entegrasyon
📝
news.php
← Geri Dön
<?php class ModelEntegrasyonNews extends Model { public function get_news_data() { /* foreach($news_data as $k => $v) { $postData .= $k . '='.$v.'&'; } */ $postData = ''; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, 'https://www.easyentegre.com/index.php?route=api/information'); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($ch, CURLOPT_POSTFIELDS, $postData); $result = curl_exec($ch); return json_decode($result,1); } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula