Jooel,

Downloaded -
http://www.gwspikval.com/jooel/scripts/BBCodeParser/BBCodeParser.exe

Using -
http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic;f=13;t=000410;p=1
as the topic

Get the message back:
"You didn't give kixBB url-address. This script support only BB found at kixtart.org!"

Changed -
if not instr($address.text,"http://81.17.37.55/board/ultimatebb.php?ubb=get_topic")

To be -
if not instr($address.text,"http://www.kixtart.org/board/ultimatebb.php?ubb=get_topic")

And Changed -
$page="http://81.17.37.55/cgi-bin/ultimatebb.cgi?ubb=print_topic"+substr($address.text,54)

To be -
$page="http://www.kixtart.org/cgi-bin/ultimatebb.cgi?ubb=print_topic"+substr($address.text,54)

Once fixed, it does the following processes:
Starting WinHTTP..
WinHTTP Started
WinHTTP initialized
Page received
Parsing data..
Done

Click OK..

"Choose the script from the left panel."

> No Script is there..

Tried the version posted above, and now get:
"You didn't give kixBB url-address. This script supports only BB found at kixtart.org!","Usage error"

Changed -
if not instr($address.text,"kixtart.org/cgi-bin/ultimatebb.cgi?ubb=get_topic")

To be -
if not instr($address.text,"www.kixtart.org/board/ultimatebb.php?ubb=get_topic")

And it works great!

However, no Save, Print, or Copy buttons as we discussed before.

Thanks,

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's