Hi, just got my new site up
http://leightosoft.uk.to/
Tell me what you think -- this is my first site designed entirely in Fireworks and then exported and tweaked. It works in all mainstream browsers (IE and Firefox)
Hi, just got my new site up
http://leightosoft.uk.to/
Tell me what you think -- this is my first site designed entirely in Fireworks and then exported and tweaked. It works in all mainstream browsers (IE and Firefox)
Micro
Ignore the help request, i fixed it
Micro
I can't see it :S
Federico Lerner
Former x10Hosting Administrator - Staff Manager
Yeh the servers out (Network)... Its good tho :p
Micro
Hah it looks sweet.. is there supposed to be content in that window? It took too long to load, I just saw the images and start bar so I was like hey wow nice job lol
Yeh, i know it takes a while to load - check it again though, because i think i broke something putting in the adverts (Also, there is a big javascript to load first, just for source protection!)
Tom
Micro
Guess what people see when they have javascript disabled? A blank white screen. Yep, I turned javascript off and got a nice white screen.Originally Posted by MicroProcessor
Get rid of the crappy javascript. You shouldn't be worried about people stealing HTML. There is no reason to try and protect it, and there is no way that you can prevent it. You're only hurting your legitimate users.
Here is your "protected" source:
"Encrypting" your HTML also prevents search engines from indexing it.<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><title>LeightoSoft Free Software Development</title></head><frameset rows="0,100%" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="about:blank" name="topFrame" noresize="noresize" id="topFrame" scrolling="no">
<frame src="inde2.php" name="mainFrame" id="mainFrame">
</frameset>
<noframes><body>
<B>Sorry, Frames and Javascript are needed to view this site. This
website uses the IFRAME component available in Internet Explorer 4.0
and Later, and also Mozilla Firefox 1.5</B>
</body>
</noframes>
</html>
Here is the link to your actual page: http://leightosoft.uk.to/inde2.php
The code is not valid (5 errors).
The first error stating "there is no attribute "onLoad"" means you need to rename onLoad to onload.
The other errors are due to x10Hosting's non-valid adcode. A valid adcode for the advanced plan is:
And a suggestion: STOP USING FRAMES.<script type="text/javascript">
<!--
if (!document.phpAds_used) document.phpAds_used = ',';
phpAds_random = new String (Math.random()); phpAds_random = phpAds_random.substring(2,11);
document.write ("<" + "script language='JavaScript' type='text/javascript' src='");
document.write ("http://x10hosting.com/advert/adjs.php?n=" + phpAds_random);
document.write ("&what=zone:3&target=_blank");
document.write ("&exclude=" + document.phpAds_used);
if (document.referrer)
document.write ("&referer=" + escape(document.referrer));
document.write ("'><" + "/script>");
//-->
</script><noscript><div><a href="http://x10hosting.com/advert/adclick.php?n=a915c788"><img src="http://x10hosting.com/advert/adview.php?what=zone:3&n=a915c788" alt="" style="border:0" /></a></div></noscript>
Last edited by noerrorsfound; 08-15-2006 at 08:09 PM.
EOF
Nice design man
Federico Lerner
Former x10Hosting Administrator - Staff Manager
Ummm.......if all you wanted was a blank white page just use notepad to save a blank file. No need to even bother with HTML for a blank white page.
You should probably get rid of any Javascript scripts on your site unless they are absolutely necessary because most of the time they just end up being a pain in the ass. As far as "protecting" your sourcecode that is absolutely stupid! Any good programmer can easily decrypt your code. All those "protect" your PHP code are the same way. With a simple script you can decode every line. It's more of a pain in the ass to use than it's worth.
Lol, i know - i am only protecting it from some idiot running www.computercooldude.co.uk - he is a complete twit when it comes to web design, and so most of his javascript (when i last looked) was from me, used without my permission.
noerrorsfound, please DO NOT post source on the forums that have been protected in any way/shape/form. The people i am protecting it from may also read this forum, and therefore my protection is useless.
Frames, i know, i shouldnt use them... but how else am i going to get a fast loading site? :-P
Tom
Micro