SECURITY editable html in profiles

Tutorial by Darrenpowless

I am going to add this so that users can write html in there profiles:

inc/classes/BxDolProfilefields.php:
find:
function getViewableValue
should look like:
function getViewableValue( $aItem, $sValue ) {
switch( $aItem['Type'] ) {
case 'text':
case 'num':
case 'area':
return ($sValue);

then go to admin panel and make new block and make sure it shows everywhere for everyone
then make sure the block is on the profile page

then go in to feilds builder and add a new field (WHERE???)

What security precautions must I take for the rest of my site to be safe? and how?

NOTE: I have cpannel.

Quote · 16 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.