We do not host files, we only fetch from random sources. If you want to take down a webpage of yours, submit the reports to dmca.waploaded.com and the page will be removed immediately.

Complete Forum ReWrite For PBNL

Forum 11 years ago

Complete Forum ReWrite For PBNL

Go to moduls/func.php
paste this ontop

PHP Code:


<?php 

function reWrite$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 ;
?>



go to .htaccess and paste this

Code:

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

goto ur topics.php

look 4 where u have

Code:

$title=cleanvalues2($info["subject"]);

add this below it

Code:

$waploaded=reWrite( cleanvalues2($info["subject"]));


then look for this in your topic.php

$title

and change it to dis

Code:

$title

Or

Code:



HostedTraffic

What's your rating?
0
{{ratingsCount}} Votes