芝麻web文件管理V1.00
编辑当前文件:/home/asmplong/www/ancien-site-2019/site/modules/mod_joomlawatch_agent/mod_joomlawatch_agent.php
config->getLanguage().".php"); if (JOOMLAWATCH_DEBUG) { echo ("
"._JW_DESC_DEBUG."
"); } $joomlaWatchHTML = new JoomlaWatchHTML(); $joomlaWatch->block->checkPostRequestForSpam($_POST); $joomlaWatch->visit->insertVisit($joomlaWatch->config->getLiveSite()); /* * The following piece of code identifies the userAgent and inserts the backlink to codegravity.com * * I would really appreciate, that you would keep the this unchanged. * * It took me some time to create and maintain this component and to share it with everyone. * * This is the least you could kindly do. Thank you. * * * Matej Koval */ $nofollow = ""; if ($joomlaWatch->config->isAdFree() && $joomlaWatch->config->getCheckboxValue("JOOMLAWATCH_FRONTEND_NOFOLLOW")) { $nofollow = "rel='nofollow'"; } if ($joomlaWatch->config->isAdFree()) { $title = ""; } else { $title="Live tracking and statistics"; } if (!($joomlaWatch->config->isAdFree() && $joomlaWatch->config->getCheckboxValue("JOOMLAWATCH_FRONTEND_NO_BACKLINK"))) { echo ("
"); } echo ("
"); if (!($joomlaWatch->config->isAdFree() && !$joomlaWatch->config->getCheckboxValue("JOOMLAWATCH_FRONTEND_NO_BACKLINK"))) { echo ("
"); } ?>