• I have a SEO site with links to the optimization tools. Next to the tool name is php code. I installed this at another host and had no trouble.
    I have reinstalled every thing 4 times just to make sure I did not miss something. The code looks like it is looking for an img file but I do not see any img files to upload. Any ideas?

    <img src=”/icons/3httphadview.jpg” alt=”” /> HTTP Header Extractor
    Extract the HTTP Headers of a web page.

    Thanks,

Viewing 9 replies - 1 through 9 (of 9 total)
  • Site url?

    Thread Starter help4me

    (@help4me)

    You need to check either category.php or archive.php in your theme and look for:

    <td width="35"><img src="/icons/3httphadview.jpg” alt=”" /></td>

    The ‘curly’ quotes needed to be replaced by standard double quotes.

    <td width="35"><img src="/icons/3httphadview.jpg" alt="" /></td>

    Thread Starter help4me

    (@help4me)

    Thanks

    Thread Starter help4me

    (@help4me)

    This could be part of the problem
    I can not find this code any where..

    <td width=”35″><img src=”/icons/3httphadview.jpg” alt=”” /></td>

    I did find the icons folder, so they are there…

    Can I enter this code in the archive folder?
    If so where?

    Thanks

    Can you locate the part of the code that is generating the icon output? It could be a reference to a function.

    Thread Starter help4me

    (@help4me)

    I went through a lot of code but I don’t remember seeing any code linking to the icons. I will check again..

    Thread Starter help4me

    (@help4me)

    OK, I found the code in the import file.
    I can not tell if they are just standard double quotes so I am going to replace them and re-upload the file.
    What do you think?

    Thread Starter help4me

    (@help4me)

    My last idea did nothing…

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘php script shows’ is closed to new replies.