Help
RSS
API
Feed
Maltego
Contact
Domain > api.seo-presta.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2019-11-21
185.31.40.216
(
ClassC
)
2025-01-24
163.172.129.108
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyDate: Fri, 24 Jan 2025 04:16:08 GMTServer: ApacheLocation: https://api.seo-presta.com/Content-Length: 235Content-Type: text/html; charsetiso-8859-1 !DOCTYPE HTML PUBLIC -//IETF//DTD HTML 2.0//EN>html>head>title>301 Moved Permanently/title>/head>body>h1>Moved Permanently/h1>p>The document has moved a hrefhttps://api.seo-presta.com/>here/a>./p>/body>/html>
Port 443
HTTP/1.1 200 OKDate: Fri, 24 Jan 2025 04:16:09 GMTServer: ApacheUpgrade: h2,h2cConnection: UpgradeCache-Control: no-cache, privateSet-Cookie: october_sessioneyJpdiI6IjUwcmZtbXZ4dm54bVpuVURBWXhNSkE9PSIsInZhbHVlIjoiekxrbVNsZGprcjVvM2R0YlhSTU51ZHZXYzZYOTRKRDVVelwvKzE0eVpzUnU1TTEzSTN4Y0NYaEFETlpqR291cHAiLCJtYWMiOiIyODRkZDk4MzQ1NGY5ZjNkZTI1N2I2ODU5YzdlNjk5MjcxMGRlYzFjZWE1Yzg2NjVmNmY3YjZlMWFmZDBlNDExIn0%3D; expiresFri, 24-Jan-2025 06:16:09 GMT; Max-Age7200; path/; httponlyVary: Accept-EncodingX-XSS-Protection: 1; modeblockContent-Length: 7545Content-Type: text/html; charsetUTF-8 !DOCTYPE html>html> head> meta charsetutf-8> title>October CMS - Demonstration/title> meta namedescription content> meta nametitle content> meta nameauthor contentOctoberCMS> meta nameviewport contentwidthdevice-width, initial-scale1.0> meta namegenerator contentOctoberCMS> link relicon typeimage/png hrefhttps://api.seo-presta.com/themes/demo/assets/images/october.png> link hrefhttps://api.seo-presta.com/themes/demo/assets/css/vendor.css relstylesheet> link hrefhttps://api.seo-presta.com/themes/demo/assets/css/theme.css relstylesheet> /head> body> !-- Header --> header idlayout-header> !-- Nav -->nav idlayout-nav classnavbar navbar-inverse navbar-fixed-top navbar-autohide rolenavigation> div classcontainer> div classnavbar-header> button typebutton classnavbar-toggle data-togglecollapse data-target.navbar-main-collapse> span classsr-only>Toggle navigation/span> span classicon-bar>/span> span classicon-bar>/span> span classicon-bar>/span> /button> a classnavbar-brand hrefhttps://api.seo-presta.com>October Demo/a> /div> div classcollapse navbar-collapse navbar-main-collapse> ul classnav navbar-nav> li classseparator hidden-xs>/li> li classactive>a hrefhttps://api.seo-presta.com>Basic concepts/a>/li> li class>a hrefhttps://api.seo-presta.com/demo/ajax>AJAX framework/a>/li> li class>a hrefhttps://api.seo-presta.com/demo/plugins>Plugin components/a>/li> /ul> /div> /div>/nav> /header> !-- Content --> section idlayout-content> div classjumbotron> div classcontainer> h1>The demo/h1>p>This is the a hrefhttp://octobercms.com>October CMS/a> demo theme that explores the core features. You will find files used by this theme in the strong>themes/demo/strong> directory of your installation./p> /div>/div>div classcontainer> div classpage-header> h2>Overview small>Basic concepts/small>/h2> /div> p> This page demonstrates the basic CMS features. Usually each page built with October is a combination of a layout, page, partials and content blocks, although in simple cases you can just use a page without anything else. /p> !-- Layouts --> h3>Layouts/h3> p classlead> i classicon-th-large>/i> Layouts define the page scaffold. /p> p> The layout file code>layouts/default.htm/code> defines the page scaffold — everything that repeats on each page, such as the HTML, HEAD and BODY tags, StyleSheet and JavaScript references. /p> p>The page menu and footer in the Demo theme are defined in the layout as well./p> hr /> !-- Pages --> h3>Pages/h3> p classlead> i classicon-copy>/i> Pages hold the content for each URL. /p> p> The page file code>pages/home.htm/code> defines the page URL (code>//code> for this page) and the page content. Pages are rendered inside layouts with this function that should be called in the layout code: /p> pre>{% page %}/pre> p>Using a layout for pages is optional — you can define everything right in the page file./p> hr /> !-- Partials --> h3>Partials/h3> p classlead> i classicon-tags>/i> Partials contain reusable chunks of HTML markup. /p> p> Partials are chunks of HTML defined in separate files that can be included anywhere. Partials are rendered with: /p> pre>{% partial partial-name %}/pre> p>You may place partials inside folders too. In this example we placed the footer content to the code>partials/site/footer.htm/code> partial./p> pre>{% partial site/footer %}/pre> p>Partials can be used inside pages, layouts or other partials./p> hr /> !-- Content blocks --> h3>Content blocks/h3> p classlead> i classicon-font>/i> Content blocks are text or HTML blocks that can be edited separately from the page or layout. /p> p> The introductory text used on this page is defined in the code>content/welcome.htm/code> file. Content blocks are defined and rendered with: pre>{% content content-name.htm %}/pre> /p> hr /> !-- Placeholders --> h3>Placeholders/h3> p classlead> i classicon-bookmark>/i> Placeholders allow pages to inject content to a layout. /p> p> The common use is injecting page-specific links to StyleSheet or JavaScript files to the HEAD tag defined in the layout. Placeholders are defined in the layout file and they have names so that they can be referred in the page. Example: /p> div classrow> div classcol-md-6> p>Layout file:/p> pre><head> ... {% placeholder head %}</head>/pre> /div> div classcol-md-6> p>Page file:/p> pre>{% put head %} <link href"css/theme.css" rel"stylesheet"> <script src"js/script.js"></script>{% endput %}/pre> /div> /div> hr /> !-- Assets --> h3>Assets/h3> p classlead> i classicon-picture>/i> Assets are resource files like images and stylesheets. /p> p>This theme stores its asset files (JavaScript, StyleSheet, images, fonts, etc) in the code>themes/demo/assets/code> directory. This theme is also packaged with these useful 3rd party tools:/p> ul classlist-inline> li>a target_blank hrefhttp://getbootstrap.com/>Twitter Bootstrap/a>/li> li>a target_blank hrefhttp://fontawesome.io/3.2.1/>Font Awesome/a>/li> li>a target_blank hrefhttp://www.google.com/fonts/specimen/Lato>Lato webfont/a>/li> /ul> p>You might prefer to remove them for your website implementation./p> br /> div classtext-center> p>a hrefhttps://api.seo-presta.com/demo/ajax classbtn btn-lg btn-default>Continue to AJAX framework/a>/p> /div>/div> /section> !-- Footer --> footer idlayout-footer> div idfooter> div classcontainer> hr /> p classmuted credit>© 2013 - 2025 Alexey Bobkov & Samuel Georges./p> /div>/div> /footer> !-- Scripts --> script srchttps://api.seo-presta.com/themes/demo/assets/vendor/jquery.js>/script> script srchttps://api.seo-presta.com/themes/demo/assets/vendor/bootstrap.js>/script> script srchttps://api.seo-presta.com/themes/demo/assets/javascript/app.js>/script> script src/modules/system/assets/js/framework.combined-min.js>/script>link relstylesheet propertystylesheet href/modules/system/assets/css/framework.extras-min.css> /body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]