Closed Thread
Page 1 of 3 123 LastLast
Results 1 to 10 of 25

Thread: New Site - Also need some help!

  1. #1
    Micro is offline Retired staff (11-12-2008) Micro is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    West Midlands
    Posts
    1,301

    New Site - Also need some help!

    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

  2. #2
    Micro is offline Retired staff (11-12-2008) Micro is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    West Midlands
    Posts
    1,301

    Re: New Site - Also need some help!

    Ignore the help request, i fixed it
    Micro

  3. #3
    Fedlerner's Avatar
    Fedlerner is offline Retired Fedlerner is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    Buenos Aires, Argentina
    Posts
    12,923

    Re: New Site - Also need some help!

    I can't see it :S
    Federico Lerner
    Former x10Hosting Administrator - Staff Manager

  4. #4
    Micro is offline Retired staff (11-12-2008) Micro is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    West Midlands
    Posts
    1,301

    Re: New Site - Also need some help!

    Yeh the servers out (Network)... Its good tho :p
    Micro

  5. #5
    Spartan Erik's Avatar
    Spartan Erik is offline Retired Spartan Erik is an unknown quantity at this point
    Join Date
    Aug 2005
    Posts
    3,382

    Re: New Site - Also need some help!

    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

  6. #6
    Micro is offline Retired staff (11-12-2008) Micro is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    West Midlands
    Posts
    1,301

    Re: New Site - Also need some help!

    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

  7. #7
    noerrorsfound is offline x10 Elder noerrorsfound is an unknown quantity at this point
    Join Date
    Mar 2006
    Posts
    868

    Re: New Site - Also need some help!

    Quote Originally Posted by MicroProcessor
    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 by noerrorsfound; 08-15-2006 at 08:09 PM.
    EOF

  8. #8
    Fedlerner's Avatar
    Fedlerner is offline Retired Fedlerner is an unknown quantity at this point
    Join Date
    Aug 2006
    Location
    Buenos Aires, Argentina
    Posts
    12,923

    Re: New Site - Also need some help!

    Nice design man
    Federico Lerner
    Former x10Hosting Administrator - Staff Manager

  9. #9
    kryptonyte's Avatar
    kryptonyte is offline x10 Sophmore kryptonyte is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    South Carolina
    Posts
    108

    Re: New Site - Also need some help!

    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.

  10. #10
    Micro is offline Retired staff (11-12-2008) Micro is an unknown quantity at this point
    Join Date
    Jul 2006
    Location
    West Midlands
    Posts
    1,301

    Re: New Site - Also need some help!

    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

Closed Thread
Page 1 of 3 123 LastLast

Similar Threads

  1. Link Exchange
    By Conor in forum Scripts & 3rd Party Apps
    Replies: 117
    Last Post: 12-09-2007, 12:20 PM
  2. New Site!
    By Corey in forum News and Announcements
    Replies: 76
    Last Post: 03-24-2006, 04:13 PM
  3. new site design -(for tranceoperator)
    By NewFuture in forum Graphics & Webdesign
    Replies: 2
    Last Post: 08-11-2005, 11:49 AM
  4. Same site, diff sections
    By RollerC in forum Free Hosting
    Replies: 2
    Last Post: 07-28-2005, 03:10 PM
  5. New Site Design- Reward
    By NewFuture in forum Scripts & 3rd Party Apps
    Replies: 6
    Last Post: 07-26-2005, 08:28 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers