)/i';*/ //$text = preg_replace($regex, " ", $text); // remove links /*$regex = '/()(.*?)(<\/a>)/i';*/ //$text = preg_replace($regex, " $2 ", $text); // convert html entities to chars $text = html_entity_decode($text, ENT_QUOTES); // strip any remaining html tags $text = strip_tags($text); // remove any mambot codes $regex = '(\{.*?\})'; $text = preg_replace($regex, " ", $text); // convert tabs to spaces // added below //$text = str_replace("\t", " ",$text); // convert newlines and tabs to spaces $text = str_replace(array("\r\n", "\r", "\n", "\t"), " ", $text); // remove any extra spaces while (strchr($text," ")) { $text = str_replace(" ", " ",$text); } // general sentence tidyup for ($cnt = 1; $cnt < strlen($text); $cnt++) { // add a space after any full stops or comma's for readability // added as strip_tags was often leaving no spaces if (($text{$cnt} == '.') || ($text{$cnt} == ',')) { if (isset($text{$cnt+1})) { if ($text{$cnt+1} != ' ') { $text = substr_replace($text, ' ', $cnt + 1, 0); } } } } return trim($text);}/** * Removes any non readable characters * * @param string $text * @return string */function CleanChars($text) { for ($cnt=0; $cnt < strlen($text); $cnt++) { $chr = $text{$cnt}; $ord = ord($chr); if ($ord < 32 or $ord > 126) { $chr = " "; $text{$cnt} = $chr; } } return $text;}/** * Case insensitive replace * * @param string $search * @param string $replace * @param string $subject * @return string */function Replace($search, $replace, $subject, $word = false) { if ($word) { $regex = "/\b$search\b/i"; } else { $regex = "/$search/i"; } return preg_replace($regex, $replace, $subject);}?>
Ringa Kontör Dakika Kampanyası
17-31 Mart tarihleri arasında Ringa 'ya abone olan her abone 5 kontör/2 dakika kazanıyor. Ayrıca kampanya tarihleri arasında en çok Ringa içeriği satın alan ilk 1000 abone 100 kontör/25 dakika kazanıyor.
Ringa sayfasına gitmek için tıklayın .
Şunlar Da İlginizi Çekebilir:
Son Güncelleme : 18-03-2008 22:14
Son Yorumlar
Nokia 7610 Supernova
arkadaşLar bu teLefoNuN şaRjı kaç qün qidio.. camera ve...
(Oquss)
21/11/08 15:58
Nokia 7610 Supernova
arkadaslar ben almak istiyorum da acaba dokunmatikmi bi...
(merve)
20/11/08 22:44
Vodafone Messenger
sinemcim 5700 olmuyor bende denedim belli bi modellere ...
(ayhan)
19/11/08 21:29
Çevrimiçi üye yok
Guests: 4