Complete Forum ReWrite For PBNL

Forum 9 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


Related forums
EPL: Cole Palmer continues to rewrite Chelsea history, matching Drogba, Lampard records
Forum | 2 days ago

EPL: Cole Palmer continues to rewrite Chelsea history, matching Drogba, Lampard records

EPL: ‘Very intelligent boy, complete package’ – Cesc Fabregas hails Arsenal star
Forum | 1 month ago

EPL: ‘Very intelligent boy, complete package’ – Cesc Fabregas hails Arsenal star

A Complete Unknown Set Photos Offer Closer Look at Timothée Chalamet’s Bob Dylan Transformation
Forum | 1 month ago

A Complete Unknown Set Photos Offer Closer Look at Timothée Chalamet’s Bob Dylan Transformation

A Complete Unknown Set Photos Unveil First Look at Timothée Chalamet as Bob Dylan
Forum | 1 month ago

A Complete Unknown Set Photos Unveil First Look at Timothée Chalamet as Bob Dylan