Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Interstitial Content Box (v1.1) - Help!!!

  1. #1
    Join Date
    Mar 2007
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Interstitial Content Box (v1.1) - Help!!!

    1) Script Title: Interstitial Content Box (v1.1)

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...terstitial.htm

    3) Describe problem: I cannot get a direct board directory on my Invisionfree website... (Nemesis Clan << My board)
    So can I get this to work, I have solved how to in some way but I want to do it the normal way when it picks between 2 random files, How could I do this?

  2. #2
    Join Date
    Mar 2007
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Arrow Bump

    Need a reply!!!

  3. #3
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    ...
    number one, IE is a horrible browser, and i have linux, so i cant even look at what you want done.
    Sorry...
    The browser you are using does not support Nemesis Clan Site...
    To access Nemesis Clan Site you must be using Internet Explorer (IE5+)...
    please ask them to not restrict access based on your browser, just give a warning, as i have done Here.
    Number two, invisionfree is not a very good host, and refuses most uploads. You most likely wont be able to use PHP to generate the directory listing for you either.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  4. #4
    Join Date
    Mar 2007
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    What browser do you use on linux??? I've done this because some of my site scripts dont look right on different web browsers, I've put this detection code up because I saw my site looked horrible on firefox... If you tell me the browser you use on linux I will be able to alter this and make sure it does support

  5. #5
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    What browser do you use on linux???
    IE is a Windows only browser (you can probably download it on some Windows happy site). He probably uses FireFox/Opera/Konquerer etc..
    - Mike

  6. #6
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Actually, you shouldn't disable the veiwing of your site at all. it's like saying, "i wont let you into my bar because your shoes are'nt nike"
    but i could figure out a way to make my browser send itself as IE, even though in using FF, because that information is offered to the web server by your browser.
    Its usually best to make your website cross browser. Or use a warning, saying that it looks bad in certain browsers.
    And yes, i use FF1.5, konquerer when FF acts up.

    So far ive been disabling the popup with firebug.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  7. #7
    Join Date
    Mar 2007
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Yes exactly another reason why I need this to work... If I can I can have a warning onto it to say that if using firefox then it may not look up to scratch... I'm only doing it cos it looks really reallyt bad and ther are script errors on it... I'm trying to find them but i haven't quite yet...

  8. #8
    Join Date
    Mar 2007
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Bump...

  9. #9
    Join Date
    Jun 2006
    Location
    Acton Ontario Canada.
    Posts
    677
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    Once i get home ill be able to give you the code i use, but right now i cant access it.
    might be the school, ill try a proxy.

    EDIT:
    PHP Code:
    <?php if (strstr($_SERVER[HTTP_USER_AGENT],"MSIE") == FALSE) { ?>
    Warning goes here...
    <?php }; ?>
    Last edited by boxxertrumps; 03-22-2007 at 08:03 PM.
    - Ryan "Boxxertrumps" Trumpa
    Come back once it validates: HTML, CSS, JS.

  10. #10
    Join Date
    Mar 2007
    Posts
    27
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No No No... your not getting it are you???
    I want interstitial box for a load screen aswell.... I really need this code to work boxertrumps...

    Reason... My website has site errors, needs a good time to unpack everthing on it... people who have laggy computers may need to restart their computers when they jump onto my website too quick (i've seen it action so u don't have anything to say against this)...
    Also... for the reason of the warning... pop-ups like the code you've just given me will annoy people...

    So please can we carry on into helping the fact that the interstitial box can work on my website... If you can help me You will get a ThankYou

    As always everyday, BUMP....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •