
02-12-2003, 06:56 PM
|
 |
|
|
Join Date: Nov 2001
Location: inside vb code
Posts: 4,449
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally posted by SpeedStreet
GREAT Hack! Only problem I am having, is that if I try entering in HTML code, it will not parse it. I only see my code on the page.
|
This should work:
In the hack code, find:
PHP Code:
$matches14[2]=bbcodeparse($matches14[2]);
Replace it as:
PHP Code:
$matches14[2]=bbcodeparse2($matches14[2],1,1,1,1);
Enjoy..
|