- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
$postitle = str_replace (' ', '-', $title);
$postitle = str_replace ('/', '', $postitle);
$postitle = str_replace ('\\', '', $postitle);
$postitle = str_replace (':', '', $postitle);
$postitle = str_replace ('<', '', $postitle);
$postitle = str_replace ('>', '', $postitle);
$postitle = str_replace ('*', '', $postitle);
$postitle = str_replace ('?', '', $postitle);
$postitle = str_replace ('|', '', $postitle);
$postitle = str_replace ('"', '', $postitle);
$postitle = preg_replace ('#\[.*?\]#isu', '', $postitle);
Vindicar 15.11.2012 10:53 # +5
Lure Of Chaos 15.11.2012 20:04 # +1
Spider 16.11.2012 02:16 # +2
eth0 16.11.2012 12:06 # +2