hello im using http://habboxforum.com/showthread.php?t=164216 dj says and i want it so i can add Html? how would i lol :D
Printable View
hello im using http://habboxforum.com/showthread.php?t=164216 dj says and i want it so i can add Html? how would i lol :D
take off anything stopping html such as strip_tags or w/e is there.
http://habboxforum.com/showpost.php?...47&postcount=3
is that what you want :S just edit:
HTML Code:<html>
<body>
<font size="4">DJ Says</font><br>
Noo i want it so i can put html in the edit.php :)
+ so i would get rid of $_POST = array_map('strip_tags',$_POST);
why do you not just make a bbcode for it? as if you let people put html in it that can go to bad things.
right say your site gets hacked if html is allowed on the DJ says then they could post porn on it so yeh =]
lol only im having access to it no'one else im going to have it on a diffrent server also :D
May be a good idea to end the HTML, i'd do it like this:
HTML Code:<html>
<body>
<font size="1" face="verdana" color="black">
<b>DJ</b> Says: <marquee><? the php.. ?></marquee></font>
</body>
<html>
Pretty stupid, you should just make a filter to block images... idk how.Quote:
lol only im having access to it no'one else im going to have it on a diffrent server also :D