rasho

|
Posted:
Thu Aug 06, 2009 11:23 pm |
|
1. phpNuke 8.1
2. phpBB port v2.0.7 based on Tom Nitzschner's phpbb port 2.0.6 upgraded to phpBB 2.0.7 standalone
3. allow html tags in config forums: html,head,body,div,span,title,link,meta,style,
p,h1,h2,h3,h4,h5,h6,strong,em,abbr,acronym,
address,bdo,blockquote,cite,q,code,ins,del,dfn,kbd,pre,
samp,var,br,a,base,img,area,map,object,param,b,i,
tt,sub,sup,big,small,hr,ul,ol,li,dl,dt,dd,table,tr,td
4. In config.php : $AllowableHTML = array("img"=>2,"tr"=>1,"td"=>2,"table"=>2,"div"=>2,"p"=>2,"hr"=>2,"b"=>2,"i"=>2,"strike"=>2,"u"=>2,"font"=>2,"a"=>2,"em"=>2,"br"=>2,"strong"=>2,"blockquote"=>2,"tt"=>2,"li"=>2,"ol"=>2,"ul"=>2,"center"=>2, "embed"=>2,"object"=>2,"param"=>2, "script"=>2, "src"=>2, "font color"=>2,"bgcolor"=>2,"font"=>2,"href"=>2, "html"=>2, "color"=>2);
If put code in new topic displayed below:
Code:$menuimg = menuimg("info.gif");
echo "<font class=\"content\">"
."<center><a href= \"modules.php?name=Your_Account&op=edituser\"><img src=\"$menuimg\" border=\"0\" alt=\"" ._CHANGEYOURINFO."\" title=\""._CHANGEYOURINFO."\"></a><br>"
."<a href=\"modules.php?name=Your_Account&op=edituser\">"._CHANGEYOURINFO."</a>"
."</center></font></td>";
|
didn't displayed full. |
|
|