Page 3 of 3 FirstFirst 123
Results 21 to 23 of 23
  1. #21
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    hmmm, i think its similar to..... the php skinning tut halting made on techtuts

    where it grabbed the skin from url like :

    index1.php?skin=green << so basically that wud be summin like

    index1.php?User=Jamie.
    i dno ask halting he may no

  2. #22
    Join Date
    Apr 2005
    Location
    North Carolina, USA
    Posts
    4,535
    Tokens
    0

    Latest Awards:

    Default

    Someone already said that.. if you would read the posts..


    its a folder with a filename in it.. you dont go to the filename at all it goes to a fake gif file

  3. #23
    Join Date
    Aug 2004
    Location
    bristol
    Posts
    3,799
    Tokens
    0

    Latest Awards:

    Default

    Just have this in a .htaccess file in your directory:
    Code:
    ErrorDocument 404 /index.php
    & have index.php using php self to get the data you want.

    Quote Originally Posted by Dentafrice View Post
    I am
    ERM? Lol
    kinda quit.

Page 3 of 3 FirstFirst 123

Posting Permissions

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