0
Welcome Guest! Login
0 items Join Now

<meta name="generator" content="

  • <meta name="generator" content="

    Posted 15 years 4 months ago
    • Awesome section. thanks guys. I am just installing and testing Jsecure. :cheesy:

      On a security note, I´ve noticed that on the page source of joomla sites there is
      "<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />"
      Just for test reasons I ve looked in edit HTML in the admin and looked in the php files and tried to modify and remove with dreamweaver but could not find the line that is shows on the page source.

      Is it possible to remove that line?

      I think this would be bit of a giveaway to any hacker right?? also it would be good the keep tools a secret for competitors of which you dont want to know how you made the site..

      Kind Regards
  • Re: <meta name="generator" content="

    Posted 15 years 4 months ago
    • No,you can't remove it because of the Joomla license. :)
    • Joomla 1.5.20
      PhpBB 3.0.7 PL1
      p8pBB Bridge 1.3.4.

      Apache 2.2,MySQL 5.1,PHP 5.2.13.
  • Re: <meta name="generator" content="

    Posted 15 years 4 months ago
    • Thank you for the info. I have just found a Joomla site that doesn`t have the "<meta name="generator" content=" Joomla in the source www.bodyxtrem.com/

      Might be an older version of joomla tho

      bhooo... famme sape che ne pensi Cazzeggio Libero hehehe.. Ciao
  • Re: <meta name="generator" content="

    Posted 15 years 3 months ago
    • itscoolbananas wrote:
      Thank you for the info. I have just found a Joomla site that doesn`t have the "<meta name="generator" content=" Joomla in the source www.bodyxtrem.com/

      Might be an older version of joomla tho

      bhooo... famme sape che ne pensi Cazzeggio Libero hehehe.. Ciao
      Eheheh!

      Questi sono i soliti furbi...nessuno li controlla.
    • Joomla 1.5.20
      PhpBB 3.0.7 PL1
      p8pBB Bridge 1.3.4.

      Apache 2.2,MySQL 5.1,PHP 5.2.13.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: <meta name="generator" content="

    Posted 15 years 3 months ago
    • Below the Head tag in the Template's index.php add

      <?php $this->setGenerator('Your META info here'); ?>
    • Thanks,
      jim
  • Re: <meta name="generator" content="

    Posted 15 years 2 months ago
    • works, nice one Jem
  • Re: <meta name="generator" content="

    Posted 15 years 2 months ago
    • FYI. The website, www.theartofjoomla.com also has a tutorial on removing the Joomla information from the Meta Generator Tag.
    • JEM's Avatar
    • JEM
    • Preeminent Rocketeer
    • Posts: 17917
    • Thanks: 4

    Re: <meta name="generator" content="

    Posted 15 years 2 months ago
    • Thanks for the link, Bill.
    • Thanks,
      jim
  • Re: <meta name="generator" content="

    Posted 15 years 5 days ago
    • I'm usually pretty adept with this stuff. Using the Mynxx template, I can't locate either cases of the code in the index.php.

      The 'generator' code isn't there and there are so many isntances of <?php > that I don't know where to place the null value.

      Is there any other suggested places I should look? Any other files?

      Tim
  • Re: <meta name="generator" content="

    Posted 15 years 5 days ago
    • Thats right, the code is not there, However as soon as you place this syntax the information will be replaced.
      Add
      <?php $this->setGenerator('Your META info here'); ?>
      on line 89 to look like this ...
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd ">
      <html xmlns=" www.w3.org/1999/xhtml " xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" >
      <head>
      <?php $this->setGenerator('MY NAME!!!!'); ?>

Time to create page: 0.060 seconds