Cant make work seo tools script

Discussion in 'PHP' started by kojakfilth, Nov 27, 2006.

  1. #1
    kojakfilth, Nov 27, 2006 IP
  2. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Did you save all the files as php ? Looks like you are missing header.php and source-info.php
     
    maiahost, Nov 27, 2006 IP
  3. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #3
    Yes all files given is save into .php inluding the header.php
     
    kojakfilth, Nov 27, 2006 IP
  4. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Ok and all files are under one directory? I am looking at the code and there's no reason for this error.
    Could you remove the ../ before the files and see if it works ?
     
    maiahost, Nov 27, 2006 IP
  5. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #5
    Yes its under the seotools directory.. What seems the error in mine maia?? Will i give it a permission or something??
     
    kojakfilth, Nov 27, 2006 IP
  6. master06

    master06 Peon

    Messages:
    2,806
    Likes Received:
    121
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Are you using php with tpl?
     
    master06, Nov 27, 2006 IP
  7. maiahost

    maiahost Guest

    Messages:
    664
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    0
    #7
    find this code :
    
    include '../header.php';
    //at the beginning 
    
    
    include 'source-info.php';
    include '../footer.php';
    //at the end
    
    //replace with : 
    include 'header.php';
    
    include 'footer.php';
    
    PHP:
    The source info file is probably irrelevant
     
    maiahost, Nov 27, 2006 IP
    kojakfilth likes this.
  8. kojakfilth

    kojakfilth Notable Member

    Messages:
    3,000
    Likes Received:
    213
    Best Answers:
    0
    Trophy Points:
    210
    #8
    Thanks maia it works now.. :)
     
    kojakfilth, Nov 27, 2006 IP