Facebook videolarını çalıştırma içeri : ) - Google Fan Webmaster Forum
Google Fan Webmaster Forum  
herşeyi sana yazdım

Geri git   Google Fan Webmaster Forum > Webmaster Genel > Webmaster Genel konular sorunlar
KEY
Kayıt ol Articles Sosyal Gruplar Forumları Okundu Kabul Et

Webmaster Genel konular sorunlar Webmaster genel konular sorular sorunlar

Cevapla
 
LinkBack Seçenekler
  1  
Alt 11-02-2011, 13:56:26
Senin Ekranın....
 
Standart Facebook videolarını çalıştırma içeri : )

Merhaba arkadaşlar..


wp için yazdığımız kodu phpmyadminden girerseniz videolarınız çalışacaktır.


lütfen bu işlemi yapmadan yedek almayı unutmayın
(bir eksik veya yanlış yapmış olabilirim.)

Nasıl yapacağım bu işlemi bilmiyorum diyenler için ;
ilk önce phpmyadminden db mizi seçiyoruz ;


sonrasında da SQL sekmesine tıklayarak aşağıdaki kodları giriyoruz;



WordPress için:
Kod:
UPDATE wp_posts SET post_content = replace(post_content, 'fbcdn.net', 'facebook.com'); 
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l0', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l0.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l1', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l1.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l2', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l2.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l3', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l3.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l4', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l4.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l5', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l5.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l6', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l6.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l7', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l7.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l8', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l8.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, 'cfs-l9', 'cfs-ak');
UPDATE wp_posts SET post_content = replace(post_content, '.l9.', '.ak.');
UPDATE wp_posts SET post_content = replace(post_content, '-l0', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l1', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l2', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l3', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l4', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l5', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l6', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l7', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l8', '-ak');
UPDATE wp_posts SET post_content = replace(post_content, '-l9', '-ak');
LuGeSoft için:
Kod:
UPDATE vs_partlar SET adres = replace(adres, 'fbcdn.net', 'facebook.com'); 
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l0', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l0.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l1', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l1.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l2', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l2.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l3', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l3.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l4', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l4.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l5', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l5.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l6', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l6.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l7', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l7.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l8', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l8.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, 'cfs-l9', 'cfs-ak');
UPDATE vs_partlar SET adres = replace(adres, '.l9.', '.ak.');
UPDATE vs_partlar SET adres = replace(adres, '-l0', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l1', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l2', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l3', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l4', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l5', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l6', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l7', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l8', '-ak');
UPDATE vs_partlar SET adres = replace(adres, '-l9', '-ak');
Eğer veritabanında partlar tablosunun başında vs_ yoksa veya önekiniz farklı ise yukarıdaki vs_ i kendinize göre değişin.





bi tşk yeter
__________________

Konu aNaCSuNaMuN tarafından (11-02-2011 Saat 21:21:25 ) değiştirilmiştir..
Alıntı ile Cevapla
  2  
Alt 11-02-2011, 14:03:09
 
Standart

Teşekkürler.
__________________
İslami Forum | Yozgat | Memur Alımı
Alıntı ile Cevapla
  3  
Alt 11-02-2011, 14:10:03
 
Standart

Lugesoft video scripti için ne yapacaz aNaCSuNaMuN bey kafayı yecem
Alıntı ile Cevapla
  4  
Alt 11-02-2011, 14:12:34
 
Standart

Alıntı:
ABoNDaLayE Nickli Üyeden Alıntı Mesajı göster
Lugesoft video scripti için ne yapacaz aNaCSuNaMuN bey kafayı yecem
aynen.
Alıntı ile Cevapla
  5  
Alt 11-02-2011, 14:14:06
Eposta Aktivasyonu Gerekmekte
 
Standart

sıfır sorgu tşk
Alıntı ile Cevapla
  6  
Alt 11-02-2011, 14:17:27
 
Standart

evet çözüm bu ama geçici olacağı kesin.
__________________
İŞ ARIYORSAN tıkla!
Alıntı ile Cevapla
  7  
Alt 11-02-2011, 14:22:05
Senin Ekranın....
 
Standart

lugesoft un tablo yapılarını bilmiyorum. bana örnek gönderirseniz yardımcı olabilirim
__________________
Alıntı ile Cevapla
  8  
Alt 11-02-2011, 14:25:46
 
Standart

lugesoftta dün çalıştırıyordu bugun çalışmıyor hay a
Alıntı ile Cevapla
  9  
Alt 11-02-2011, 14:32:15
 
Standart

bence hemen yapmayın bu değişiklikleri eski hale dönüş yapılırsa bu kodlar eskisine çevrilemez. değişiklik yapmadanda mutlaka yedek alın
Alıntı ile Cevapla
  10  
Alt 11-02-2011, 15:03:41
 
Standart

Teşekkürler (: Lugesoft için yardımcı olabilecek kimse yok mu ?
__________________
Ah Bu Hayat.
Alıntı ile Cevapla
Cevapla


Bookmarks

Seçenekler

Yetkileriniz
Konu Acma Yetkiniz Yok
Cevap Yazma Yetkiniz Yok
Eklenti Yükleme Yetkiniz Yok
Mesajınızı Değiştirme Yetkiniz Yok

BB code is Açık
Smileler Açık
[IMG] Kodları Açık
HTML-Kodu Kapalı
Trackbacks are Kapalı
Pingbacks are Kapalı
Refbacks are Açık



Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 19:39:12.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.

“İnsanların en hayırlısı, insanlara faydalı olandır”. H.Ş

Hosting by Radore Hosting

İçerik sağlayacı paylaşım sitelerinden biri olan R10.net WebMaster Forum Adresimizde 5651 Sayılı Kanun’un 8. Maddesine ve T.C.K’nın 125. Maddesine göre TÜM ÜYELERİMİZ yaptıkları paylaşımlardan sorumludur. R10.net hakkında yapılacak tüm hukuksal Şikayetler adresi ile iletişime geçilmesi halinde ilgili kanunlar ve yönetmelikler çerçevesinde en geç 1 (Bir) Hafta içerisinde R10.net yönetimi olarak tarafımızdan gereken işlemler yapılacak ve Avukatlarımız size dönüş yapacaktır.
ARGUS_OK

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252