Forum Rewrite rule for pbnl [help] come in

Bro gcole , this z the tut

PHP Code

<?php 
function fuckpbnl $string )
{
$string str_replace "/" "" $string );
$string str_replace "" "-" $string );
$string str_replace ":" "-" $string );
$string str_replace "|" "-" $string );
$string str_replace "?" "" $string );
$string str_replace "@" "" $string );
return 
$string ;
}
?>


==func.php

PHP Code

<?php 
RewriteEngine On
RewriteBase 
/
RewriteRule ^forum /(.*)_([0-]+).html forum/showtopic.php id=$[L]
?>


=to ht.access

goto ur topics.php
look 4 where yhu have$title=cleanvalues2($info["subject"]);
add this below it

PHP Code

<?php 
$hack3i
=fuckpbnlcleanvalues2($info["subject"]));
?>

then look 4 dix <a href=/forum/showtopic.php?id=$id2>$title</a> and change to dix

PHP Code

<?php 
<a href =".$hack3i."_".$id2."html>$title</a>
?>

Buh I followed al thx strictly yet i get error an error
instead of www.siteurl.tk/forum/how_to_hack.208.html

the url wil read lyk thz www.siteurl.tk/forum/how

help pls

Comments

Keep up to date with our latest articles and uploads...