Page 3 of 6 FirstFirst 123456 LastLast
Results 21 to 30 of 57
  1. #21
    Join Date
    Jul 2008
    Location
    Ellesmere Port
    Posts
    440
    Tokens
    0

    Default

    Quote Originally Posted by Dentafrice View Post
    Yeah but you have to add that to EACH page URL like that..
    Yeah it sets a session

  2. #22
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Dentafrice View Post
    Yeah but you'd have to have that on each page.. and have to add the $_GET on each page.. it should be site wide.

    PHP Code:
    session_start(); // top of page.


    if ($_GET["meta"] == 0) {
        
    $_SESSION["no_meta"] == true;
    }

    if (!
    $_SESSION["no_meta"]) {
        
    // display meta tags here.

    Just realised that and edited
    Lets set the stage on fire, and hollywood will be jealous.

  3. #23
    Join Date
    Jul 2008
    Location
    Ellesmere Port
    Posts
    440
    Tokens
    0

    Default

    Quote Originally Posted by Decode View Post
    Just realised that and edited
    Sorry sir, I am truly too quick for you

  4. #24
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by NN-Dom View Post
    Sorry sir, I am truly too quick for you
    Don't be too quick, you might make errors

    Lets set the stage on fire, and hollywood will be jealous.

  5. #25
    Join Date
    Jul 2008
    Location
    Ellesmere Port
    Posts
    440
    Tokens
    0

    Default

    Quote Originally Posted by Decode View Post
    Don't be too quick, you might make errors

    F5 it ^_^ I added sessions when caleb said that :p

  6. #26
    Join Date
    Oct 2005
    Location
    Spain, Valencia
    Posts
    20,492
    Tokens
    3,575
    Habbo
    GoldenMerc

    Latest Awards:

    Default

    That 'random game' will be the thing getting it filtered at college.

  7. #27
    Join Date
    Dec 2006
    Posts
    3,970
    Tokens
    0

    Latest Awards:

    Default

    NM-dom you should do a str_replace on the whole site and replace "game" with "maths" or something.
    Lets set the stage on fire, and hollywood will be jealous.

  8. #28
    Join Date
    Jul 2008
    Location
    Ellesmere Port
    Posts
    440
    Tokens
    0

    Default

    Quote Originally Posted by Decode View Post
    NM-dom you should do a str_replace on the whole site and replace "game" with "maths" or something.

    Will do =]
    Just goin for a showerr, just had football

  9. #29
    Join Date
    Jun 2006
    Location
    Doncaster
    Posts
    1,150
    Tokens
    11

    Latest Awards:


  10. #30
    Join Date
    Nov 2006
    Location
    Liverpool/Manchester
    Posts
    2,457
    Tokens
    0

    Latest Awards:

    Default

    Thanks Steve

    The site will open tomorrow, don't ask why it's late haha, let's just say dom can't run lol
    Joe


Page 3 of 6 FirstFirst 123456 LastLast

Posting Permissions

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