Page 1 of 1

CS 1.6 MOTD

Posted: Thu May 03, 2018 10:56 pm
by RaphaelDrewBoltman
So, I was testing a motd for Counter-Strike 1.6 and when I try it, it gave me this message (in Portuguese cuz i'm from Portugal xd)


Image

"It is not possible to show the content in a frame"

motd.txt code:

<!DocType HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-1 ... /loose.dtd">
<html>

<head>
<title>CS:CO MOTD</title>
</head>

<frameset rows="*,1" framespacing="0" border="0" frameborder="NO">

<frame src="http://store.steampowered.com/news/" name="dot_tk_frame_content" scrolling="auto" noresize>
</frameset>

<noframes>
<body>
</body>
</noframes>

</html>

can someone help me? i will be greatful :shy:

Re: CS 1.6 MOTD

Posted: Thu May 03, 2018 11:43 pm
by Maverick
Maybe because of the website you are want to iframe a.k.a steam news, I believe they restrict they website to go into iframe mode. Try another website or load the whole website without iframe. :)

Re: CS 1.6 MOTD

Posted: Sat May 05, 2018 12:45 am
by RaphaelDrewBoltman
i'll try. thankxx ^-^

Re: CS 1.6 MOTD

Posted: Sat May 05, 2018 9:41 am
by Maverick
It you want further assistance let me know I will try to help with what I know.