|
| 16 Jul 2013 10:17 PM |
OK, So my website takes you to Index.html.
My page should be in HTML format.
However, the pages just shows the whole HTML code as text format.
Example
html head title ... favorites title ... /title>/head body .... all the web page is here ... /body /html
Shows up as the same exact thing.
Help..?
I had to remove the <'s and the >'s because ROBLOX wouldn't allow it. |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 16 Jul 2013 10:17 PM |
Is your website online, or is it hosted on your computer currently?
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 16 Jul 2013 10:18 PM |
| You copied the page source. You didn't copy any of the resources. |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2013 10:19 PM |
| It is online, You can view it at BOBKO[.]RU |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2013 10:20 PM |
| Oh and it is index.php, Sorry. |
|
|
| Report Abuse |
|
|
DrHaximus
|
  |
| Joined: 22 Nov 2011 |
| Total Posts: 8410 |
|
|
| 16 Jul 2013 10:20 PM |
| You're using something else for '<' and '>', therefore it's interpreting it as p elements |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 16 Jul 2013 10:20 PM |
Huh. Here's the source:
<html> <head><title> ... favorites title ... </title></head> <body> .... all the web page is here ... </body> </html>
Which of course makes me wonder what format it truly is in.
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
DrHaximus
|
  |
| Joined: 22 Nov 2011 |
| Total Posts: 8410 |
|
|
| 16 Jul 2013 10:20 PM |
| ('<' instead of '<'/'>') |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2013 10:21 PM |
Hmm, That's strange. Whenever I upload the code, the site decides to change the <'s to something else...
Any fix for this? |
|
|
| Report Abuse |
|
|
dekkonot
|
  |
| Joined: 22 Dec 2010 |
| Total Posts: 6685 |
|
|
| 16 Jul 2013 10:23 PM |
I'm not a web engineer, so I don't really know. The most I've done is make an add-on to a chrome extension to work for more than one site.
~ Linguam latinam est optimum ~ |
|
|
| Report Abuse |
|
|
|
| 16 Jul 2013 10:26 PM |
| Well thanks for your help. It has to do with the way the code get's uploaded. |
|
|
| Report Abuse |
|
|
abaw7
|
  |
| Joined: 23 Oct 2009 |
| Total Posts: 745 |
|
| |
|
DarkShop
|
  |
| Joined: 20 Aug 2010 |
| Total Posts: 523 |
|
|
| 16 Jul 2013 10:53 PM |
Who is your host? Also do you have xf/ire? Maybe I can help. |
|
|
| Report Abuse |
|
|
belial52
|
  |
| Joined: 10 Oct 2009 |
| Total Posts: 8074 |
|
|
| 16 Jul 2013 11:23 PM |
| It appears that you are using a built in file manager to upload it. I would go into the file and edit the source instead of using the file manager to upload. If you can setup an FTP server, use one. Notepad++ has a built in FTP client, so you can upload straight from there. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2013 06:49 AM |
I find this really weird, because for me, the page is being delivered as text/html, but the entities aren't parsing.
The Unwise Wizard of Scripters has spoken. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2013 06:56 AM |
@awsumpwner27 because &lt;html&gt The ampersand isn't even real. It probably did 2 waves of changing while he was trying to change it.
Use a code / raw text editor.The editor you're trying to use is probably not designed for writing HTML. |
|
|
| Report Abuse |
|
|
enyahs7
|
  |
| Joined: 25 Apr 2008 |
| Total Posts: 9820 |
|
|
| 17 Jul 2013 10:22 AM |
SAVE AS FILENAME.HTML
DOne. |
|
|
| Report Abuse |
|
|
databrain
|
  |
| Joined: 01 Jan 2013 |
| Total Posts: 3342 |
|
|
| 17 Jul 2013 12:40 PM |
What did you put on the PHP file?
Emerson wrote an essay on that |
|
|
| Report Abuse |
|
|
Raymonf
|
  |
| Joined: 11 May 2013 |
| Total Posts: 76 |
|
|
| 17 Jul 2013 05:54 PM |
index.php
< !doctype html> < html> < head> < title>head tile thing< /title> < meta charset="UTF-8"> < /head> < body> "... all the web page is here ..."< br> NOT TRUE < /body> < /html> |
|
|
| Report Abuse |
|
|
Joalmo
|
  |
| Joined: 28 Jun 2009 |
| Total Posts: 1160 |
|
| |
|
|
| 17 Jul 2013 09:27 PM |
| Pretty sure BlueTaslem is on the right track. Whatever you're using for writing the code is escaping the special characters which causes it to be converted to character codes. What are you writing the code in? From your post it sounds like youre just using a web edit provided by the host. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2013 09:31 PM |
| Try using a lexer without causing a GPU not found exception on the .NET platform. Just be sure to pcall all C# code. |
|
|
| Report Abuse |
|
|
coplox
|
  |
| Joined: 07 Jun 2008 |
| Total Posts: 3252 |
|
|
| 17 Jul 2013 09:39 PM |
^ Yeah that should've been obvious.
And the kiwidex doesn't allocate the ASM sudoboxes. And the "span" attribute is encoded in NTFS. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2013 10:15 PM |
@coplox
Don't forget that the multithreaded API isn't programmatic enough to use the encrypted paradigm. If you used a ext4 declarative automata, however, it'll work, but it'll require the inductive logic-based nondeterministic parser. |
|
|
| Report Abuse |
|
|
|
| 22 Jul 2013 03:01 PM |
| The script is uploaded via a site editor given to me by the host. |
|
|
| Report Abuse |
|
|