Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andkon13/importtobitrix
Импорт сео статистики в битрикс
https://github.com/andkon13/importtobitrix
Last synced: about 1 month ago
JSON representation
Импорт сео статистики в битрикс
- Host: GitHub
- URL: https://github.com/andkon13/importtobitrix
- Owner: andkon13
- Created: 2014-01-29T09:38:16.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-24T12:29:24.000Z (almost 11 years ago)
- Last Synced: 2023-08-12T13:49:45.827Z (over 1 year ago)
- Language: PHP
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
importToBitrix
==============Импорт сео статистики в битрикс
в папку доступную из вне необходимо положить 2 файла
index.php (для просмотра отчетов)
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/header.php");
$APPLICATION->SetTitle("Аналитика");
?>$APPLICATION->IncludeComponent("md:analytic", "", array());
?>
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/footer.php"); ?>import.php (для синхронизации)
require($_SERVER["DOCUMENT_ROOT"] . "/bitrix/modules/main/include/prolog_before.php");
?>$APPLICATION->IncludeComponent("md:analytic", "", array('import' => true));
?>