• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

How come HTML Dousent work

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

eatmyshorts7569

Member
Joined
Dec 14, 2004
Location
Laguna Niguel
Hey Guys. I Have a appserver up and well its fine and all. But HTML Dousent work.

Code:
<img src="...">

Douse Work but that it. No embeds or marquee or anything else. am i not enabling somthing or whats the prob..

Um o yah im running php~Nuke 7.7

Thnx
-shawn
 
no all pages work. img src tag works also. the os is windows. now ive setup 2 one for a freinds clan and for me. Hes getting hosted from clanservers and im hosting my self.

Theres
http://darkangels.clanservers.com/
Mine
http://Bushbaby.servegame.com

Now both if i try to embed anything all i see is the HTML text and not what it should generate. now since its happing on both servers it could be eather that im doing somthing wrong or somthing is wrong with the php~nuke.

any ideas, any one else have this problem.
 
k, are your trying to embed PHP code into a *.html page or putting html code into a *.php page ?

you say uyou are using windows but what HTTP server? IIS ? or Apache ? if IIS did you assign the prop php linkas in IIS ?

What version of windows?
 
Everything looks fine to me. Can you give a specific page where you can't get the html to work? I think what you're trying to do is add html via the php nuke interface. It might be stopping you from doing that by escaping all html characters to prevent any messing up of the page. (ie. users trying to put css in some input box to change the color scheme or whatever). I'm not sure how php nuke works as I always code sites myself, but if you're editing the php, make an html file with what you want, then add

Code:
include("myfile.html");
to the php.
 
ill have this code

Code:
<iframe src="http://www.game-monitor.com/server-stat.php?ip=70.181.108.49:27015&style=0&text=000000&link=0000FF&back=EEEEEE&border=D0D0D0&body=" width="200" height="210" frameborder="0" scrolling="no"></iframe>
in the monitor block and the home page. Look how it shows
 
Back