Import/Export Attachments with J2XML.
This is a plugin of J2XML 3.7/3.9 which allows you to export/import attachments. Attachments by Jonathan Cameron
Please install the main app 'J2XML 3.7' or 'J2XML 3.9' before exporting/importing data.
Import/Export Attachments with J2XML.
This is a plugin of J2XML 3.7/3.9 which allows you to export/import attachments. Attachments by Jonathan Cameron
Please install the main app 'J2XML 3.7' or 'J2XML 3.9' before exporting/importing data.
Joomla 的“附件”扩展! 允许上传文件并将其附加到文章和其他类型的内容。 也可以附加 URL。 “附件”包括从前端和管理后端附加文件和编辑附件的能力。 有一些选项可以控制谁可以查看附件以及谁可以上传附件,还有许多其他选项可以提高其灵活性和实用性。
附件为您提供了多种方式来添加、编辑和删除前端、后端以及前端和后端的文章编辑器中的附件(包括在文章创建期间)。 有许多选项可以控制谁可以查看附件。 添加或编辑附件时,页面更新很快完成,无需重新加载整个页面。
如果您打算将此扩展名用于敏感文件,请使用“安全”模式。 这提供了附件文件的安全存储,并防止任何人在未登录的情况下访问。
安装很简单:将 Joomla 安装程序与单个安装 zip 文件一起使用。 只需一步即可安装组件和所有插件。 附件使用 Joomla “升级”功能,可以安装在以前版本的附件上。
警告:要卸载附件,请转到扩展管理器并搜索:“包:Joomla 附件”。 卸载它,它将卸载附件组件和所有附件插件。
只有一个受支持的附件版本:
附件扩展文件已移至:
- 源代码:/https://github.com/jmcameron/attachments
- 翻译:/https://github.com/jmcameron/attachments_translations
不再支持 Joomla 1.5 或 Joomla 2.5.x 的版本 2.x
如果您想订阅有关附件扩展公告的电子邮件列表,请访问:http://jmcameron.net/attachments/email-list.html
2018-03-26:发布 3.2.6
- 2017-05-27 3.7+ 更改的固定类别附件
- 2017-05-28 类别文章列表菜单项的另一个修复
- 2017-07-12 修复文章选择问题
- 2017-07-13 修复了管理员附件列表弹出窗口不起作用的问题
- 2018-03-25 添加了清理用户输入的修复(修复 SQL 注入漏洞)
- 使用 Joomla 3.8.6 测试
Description:
Hiding spammy content (links, spammy texts, etc) on legitimate web pages is a common black hat SEO trick. It helps use existing site pages in black hat SEO schemes while keeping it invisible to site visitors and webmaster.
There are many techniques that help hide certain parts of a web pages. Most of them include either CSS or JavaScript. The simples is placing spammy content inside a div tag with the display:none; style.
There are many more variations of using various tag styles to hide them. Here are just a few of them:
<div style="position:absolute; left:-200%; top:-200%;cursor:default;" id="fb-friends-list"> ... <div style="position: absolute; overflow: hidden; width: 2px; height: 1px; left: -288; top: -277; z-index: 177;"> ... <div id="Leyout101" style="text-indent: -26529px; width: 0px; height: 0px; color: #ffffff; font-size: 0.1px; display: no ne;"> ... <style>.dbhcc { dispLAy : NOnE } </style> <div class=dbhcc> ... <div style="position: absolute; top:-20px; width:100%; height:20px; text-align:center;"> ... <h2 style="overflow: auto; position: fixed; height: 0pt; width: 0pt;"> ... <div style="transform:translateX(-2047px);"> ... <p style="color:transparent;"> ... <div style="position: absolute; filter: alpha(opacity=0); opacity: 0.001; z-index: 10;">
JavaScript can also be used to manipulate with tag styles and their visibility
<script type="text/javascript">document .write("<div style='height:1px; width:1px; overflow:hidden'>");</script>
Affecting: Any web site (no specific target).
机器翻译上文如下:
描述:
在合法网页上隐藏垃圾内容(链接、垃圾文本等)是一种常见的黑帽 SEO 技巧。 它有助于在黑帽 SEO 方案中使用现有网站页面,同时使其对网站访问者和网站管理员不可见。
有许多技术可以帮助隐藏网页的某些部分。 其中大多数包括 CSS 或 JavaScript。 简单的方法是将垃圾内容放置在带有 display:none; 风格。
还有更多使用各种标签样式来隐藏它们的变体。 这里只是其中的几个:
<div style="position:absolute; left:-200%; top:-200%;cursor:default;" id="fb-friends-list">
...
<div style="position: absolute; overflow: hidden; width: 2px; height: 1px; left: -288; top: -277; z-index: 177;">
...
<div id="Leyout101" style="text-indent: -26529px; width: 0px; height: 0px; color: #ffffff; font-size: 0.1px; display: no
ne;">
...
<style>.dbhcc { 显示:无 } </style>
<div 类=dbhcc>
...
<div style="position: absolute; top:-20px; width:100%; height:20px; text-align:center;">
...
<h2 style="溢出:自动;位置:固定;高度:0pt;宽度:0pt;">
...
<div style="transform:translateX(-2047px);">
...
<p style="color:transparent;">
...
<div style="position: absolute; filter: alpha(opacity=0); opacity: 0.001; z-index: 10;">
JavaScript 也可用于处理标签样式及其可见性
<script type="text/javascript">document .write("<div style='height:1px; width:1px; overflow:hidden'>");</script>
影响: 任何网站(无特定目标)。
Description:
Malicious injections to web pages and resource files (.js, .css) made by hackers targeted at the site visitors. They typically include
Affecting: Any web site (no specific target).
描述:
黑客针对网站访问者对网页和资源文件(.js、.css)进行恶意注入。 它们通常包括
影响: 任何网站(无特定目标)。
Address: No. 2, Jingwu Road, Zhengzhou City, Henan Province
Phone: 0086-371-63520088
QQ:76257322
Website: 800188.com
E-mail: