mor adlı üyeden alıntı:
mesajı görüntüle
TinyPic'teki resimler için bir çözüm bulsak?
36
●2.363
- 24-09-2010, 01:53:07phpMyAdmin'den veritabanınızı seçiniz, ardından SQL sekmesine gelip bu komutları satıra yazıp onaylayınız. Bu yöntem SMF sistemler içindir!
update smf_messages set body = replace(body,'http://i1','http://oi1')
update smf_messages set body = replace(body,'http://i2','http://oi2')
update smf_messages set body = replace(body,'http://i3','http://oi3')
update smf_messages set body = replace(body,'http://i4','http://oi4')
update smf_messages set body = replace(body,'http://i5','http://oi5')
update smf_messages set body = replace(body,'http://i6','http://oi6')
update smf_messages set body = replace(body,'http://i7','http://oi7')
update smf_messages set body = replace(body,'http://i8','http://oi8')
update smf_messages set body = replace(body,'http://i9','http://oi9')
update smf_messages set body = replace(body,'http://i0','http://oi0') - 24-09-2010, 02:09:48sağolasın çok iyi geldi bu (:mor adlı üyeden alıntı: mesajı görüntüle