New Site - Also need some help!

Status
Not open for further replies.

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
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

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Ignore the help request, i fixed it
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Yeh the servers out (Network)... Its good tho :p
 

Spartan Erik

Retired
Messages
6,764
Reaction score
0
Points
0
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
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
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
 

noerrorsfound

New Member
Messages
1,736
Reaction score
1
Points
0
MicroProcessor said:
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
Guess what people see when they have javascript disabled? A blank white screen. Yep, I turned javascript off and got a nice white screen.

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:
<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>
"Encrypting" your HTML also prevents search engines from indexing it.

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:
<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&amp;n=a915c788" alt="" style="border:0" /></a></div></noscript>
And a suggestion: STOP USING FRAMES.
 
Last edited:

kryptonyte

New Member
Messages
216
Reaction score
0
Points
0
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.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
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
 

noerrorsfound

New Member
Messages
1,736
Reaction score
1
Points
0
MicroProcessor said:
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
All he has to do to "decrypt" it is save the page. In Firefox it's File > Save Page As or Ctrl+S.

For a fast loading site, try using divs instead of tables. That's another suggestion that I forgot to mention.
 
Last edited:

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Meh, ill forget it - if i see him using it or any of my scripts, his server goes bye bye :p
 

noerrorsfound

New Member
Messages
1,736
Reaction score
1
Points
0
MicroProcessor said:
He doesnt use firefox... :p
I didn't say he did. That was just how it was in the browser I was using at that time, since I didn't feel the need to check what the menus said in IE. It's not too different in IE, except it's "Save As..." instead of "Save Page As...". Yes, I just checked to see since you're so picky...
 
Last edited:

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Haha, lmao

I just got tired of him stealing my work. Hes done it before, then sticks abusive stuff up on his website... Soon hes going to get static ip's so im going to block him once and for all. Also stick a nice error up :)
 

Brandon

Former Senior Account Rep
Community Support
Messages
19,181
Reaction score
28
Points
48
Is there a reason for flaming, also to delete a post go to edit > then click on delete post.
 

jaint

Member
Messages
174
Reaction score
0
Points
16
encrypting doesn't do anything, it's relatively simple to get the source even when encrypted.
 

Micro

Retired staff <i> (11-12-2008)</I>
Messages
1,301
Reaction score
0
Points
36
Yeh, i know --

Just for the record -- not to get banned or anything, just for your benefit,

That person above runs a hosting company at computercooldude.co.uk. His servers sit in an unused room in the back of his garage and have no fire protection / etc. Dont buy from him, he has no control panel, dns setup wrong, etc and uses WINDOWZ =P

Just a warning to people.
 
Status
Not open for further replies.
Top