| Author | Message |
Sender
334 posts |
#7649 2007-11-01 16:03 GMT |
|
99 level hesabıma giriliyor bu cookies mi bbcode açığımı? bbcode ise functionda gerekli yeri function ldu_cc($text) { $text = eregi_replace('([0-9]+)', '\\1', $text); $text = str_replace( array('{', '<', '>' , '$', '\'', '"', '\\', '&', ' '), array('{', '<', '>', '$', ''', '"', '\', '&amp;', '&nbsp;'), $text); return($text); } bunla değişiyorum parse fln bi hata veriyor neden? |
|
BaTu
99 posts |
#7650 2007-11-01 18:43 GMT |
|
AdamLar BBcode acigindan Faydalanarak CookiesLerini caLiyor ve Sitene Giriyor..
/* ------------------ */ function sed_cc($text) { $text = eregi_replace('([0-9]+)', '&#\\1', $text); $text = str_replace( array('{', '<', '>' , '$', '\'', '"', '\\', '&', ' '), array('{', '<', '>', '$', ''', '"', '\', '&amp;', '&nbsp;'), $text); return($text); } /* ------------------ */ Suan kendi Sitemde Kullandigim Makale Acigi Denedim Kodlarin caLismasini Engelledi senin Uyguladigin sanirim ldu icin Portalin ldumu seditiomu? |
|
|
Turkce Karakterlerim oLmadigi icin uzgunum :S
|
|
Sender
334 posts |
#7652 2007-11-01 19:05 GMT |
|
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ') böle bi hata verior yav? This post was edited by Sender (2007-11-01 19:25 GMT, 250 Gün ago) |
|
> 1 <
Benzer konular (Similar topics) #BETA
| Konular | Mesajlar | Son Yazar | Güncelleme |
| sed122 bbcode alt forum bbcode | 2 | keahya | 253 Gün |
| Youtube BBCode | 16 | Bi0systeM | 63 Gün |
| bbcode yardım! | 8 | serkan | 273 Gün |
| BBcode Açığı | 43 | Kaan | 247 Gün |
| Kelime Yasaklama Bbcode | 2 | emremix | 115 Gün |



