1. * PHP替换文章内链

  2. * by bbs.it-home.org
  3. */
  4. function _base64_encode($t,$str) {
  5. return $t."\"".base64_encode($str)."\"";
  6. }
  7. function _base64_decode($t,$str) {
  8. return $t."\"".base64_decode($str)."\"";
  9. }

  10. function _keylinks($txt, $replacenum = '',$link_mode = 1) {

  11. /* 屏蔽原始的 a */
  12. $replace_a = "\_base64_encode('ori_a=','\\0')";
  13. $replace1_a = "\stripslashes(base64_decode('\\1'))";
  14. $search_a = "/';
  15. } else {
  16. $word1[] = '/'.preg_quote($v[0], '/').'/';
  17. $word2[] = $v[0];
  18. $replacement[] = '';
  19. }
  20. }
  21. if($replacenum != '') {
  22. $txt = preg_replace($word1, $replacement, $txt, $replacenum);
  23. } else {
  24. $txt = str_replace($word2, $replacement, $txt);
  25. }
  26. }
  27. */
  28. /* 还原原始 a */
  29. $txt = preg_replace($search1_a, $replace1_a, $txt);
  30. /* 还原alt title src */
  31. $txt = preg_replace($search, $replace1, $txt);
  32. echo $txt;
  33. return $txt;
  34. }

  35. $con = "

      性生活过度伤害前列腺。和谐活,是男然需要,是夫妻感情的粘合剂之一,是夫妻要组成部分。但是有此想法的夫妻可要注意了。因为做x爱时间并非越长越好,夫妻的性生活的和谐与美满也不由性xai时间的长短来决定。反而,超时性XZ爱,还会影响到夫妻的健康,甚至引发各种疾病。

  36. ";

  37. _keylinks($con);

  38. ?>

复制代码


09-15 16:33