CMS Z-Docu Online Documentation Script

inmy

Мой дом здесь!
Регистрация
13 Апр 2012
Сообщения
405
Реакции
304
zdocu-preview.jpg


Z-Docu is a multi products online documentation script for your products or services based on categories and subcategries for each product or services. Z-Docu is build on pure php and smarty framework, full responsive design template.

Easy to integrate and customize the template design and source code. You can create unlimited templates that can be changed any time you want from General Settings.

The script come with a lot of features for admin and editors. Other people can join your website as editors and they can edit your documentation articles based on user level. You can opt for auto approve or mark the articles as hidden until administrator review. Admin can any time edit/delete or approve/unapprove articles and editors accounts, and of course the editors will be notified by email about any changes made on them account.

We also have a forum community where you can ask more information about this script, or if you have any issues using our product, just post there, we will be glad to help you.

Server Requirements

Most current web servers with PHP & MySQL installed will be capable of running our script.

The minimum requirements are:

  • Linux or Windows OS
  • PHP Version 5.2.x – 5.4.x
  • JSON Enabled
  • PHP Memory Limit: 64M (minimum)
  • MySQL Version 4.1.x and above (Strict Mode Disabled)
  • Curl Support (with SSL)
  • GD2 Image Library
Features

  • Unlimited products and services
  • Based on category and subcategory for each product or services
  • Editors can register/login and write articles
  • Search engine
  • Multi template
  • Easy to customize and integrate into any website
  • Display articles based on user level
  • Restrict editors to edit articles based on level
  • Auto notify when new article is added
  • Auto approve new articles (you can turn off from admin panel and set for mannual approval)
  • Auto approve new registered editors (you can turn off from admin panel and set form mannual activation)
  • SEO friendly urls
  • 100% Open Source
  • And much more! please visit our demo
продажник:
Скрытое содержимое доступно для зарегистрированных пользователей!

проблема скрипта в том что при создании статьи в этом движке идёт косяк с кодировкой,автор так и не смог его поправить даже на фтп у меня,выкладываю мб кто нибудь смжет поправить этот косяк

 
zdocu-preview.jpg


Z-Docu is a multi products online documentation script for your products or services based on categories and subcategries for each product or services. Z-Docu is build on pure php and smarty framework, full responsive design template.

Easy to integrate and customize the template design and source code. You can create unlimited templates that can be changed any time you want from General Settings.

The script come with a lot of features for admin and editors. Other people can join your website as editors and they can edit your documentation articles based on user level. You can opt for auto approve or mark the articles as hidden until administrator review. Admin can any time edit/delete or approve/unapprove articles and editors accounts, and of course the editors will be notified by email about any changes made on them account.

We also have a forum community where you can ask more information about this script, or if you have any issues using our product, just post there, we will be glad to help you.

Server Requirements

Most current web servers with PHP & MySQL installed will be capable of running our script.

The minimum requirements are:

  • Linux or Windows OS
  • PHP Version 5.2.x – 5.4.x
  • JSON Enabled
  • PHP Memory Limit: 64M (minimum)
  • MySQL Version 4.1.x and above (Strict Mode Disabled)
  • Curl Support (with SSL)
  • GD2 Image Library
Features

  • Unlimited products and services
  • Based on category and subcategory for each product or services
  • Editors can register/login and write articles
  • Search engine
  • Multi template
  • Easy to customize and integrate into any website
  • Display articles based on user level
  • Restrict editors to edit articles based on level
  • Auto notify when new article is added
  • Auto approve new articles (you can turn off from admin panel and set for mannual approval)
  • Auto approve new registered editors (you can turn off from admin panel and set form mannual activation)
  • SEO friendly urls
  • 100% Open Source
  • And much more! please visit our demo
продажник:

проблема скрипта в том что при создании статьи в этом движке идёт косяк с кодировкой,автор так и не смог его поправить даже на фтп у меня,выкладываю мб кто нибудь смжет поправить этот косяк

Попробуйте этот вариант. Немного поправил, всё заработало. Если что-то всё же не будет функционировать - пишите.



Cкрины: Для просмотра ссылки Войди или Зарегистрируйся / Для просмотра ссылки Войди или Зарегистрируйся
 
Попробуйте этот вариант. Немного поправил, всё заработало. Если что-то всё же не будет функционировать - пишите.



Cкрины: Для просмотра ссылки Войди или Зарегистрируйся / Для просмотра ссылки Войди или Зарегистрируйся
руки дошли посмотреть,но честно категории,тайтлы норм пашут,но тело статьи так же имеет такого вида кодировку:
PHP:
тестовая статья
 
Т.е. вы хотите сказать, что автор скрипта не смог исправить для вас данную проблему?
да.есму были предоставлены:
фтп
доступ в панель управления самой БД,но увы,толку было сделано 0
 
Глянул скрипт.
По обсуждению подумал, что что то интересное.
Полное УГ :) Желание что то править резко пропало.
По проблеме:
1) Смотрите кодировку базы в некоторых местах. latin1 меняйте на utf8_general_ci
2) Все файлы:
htmlentities менять на htmlspecialchars
3) Возможно это не всё. Скорей всего ещё нужно настроить подключение к базе по кодировке.
 
  • Нравится
Реакции: inmy
УГ, да, так и есть, но бывает иногда именно этого УГ не хватает, чтобы что-то чем то дополнить =))

Я тоже пытался исправить эту хрень.
Одна из таблиц в БД имеет кодировку latin1, - менял на utf8... помогло частично, но не в статьях.
Поменял также все упоминания ISO-8859-1 на utf8, в htaccess опять же utf8 вбил - нифига, в статьях все равно кривь какая то...
htmlentities поменяно..
Названия статей так же идет в тайтл кривое, как и ЧПУ в адресной строке.
Подозрение пало на обработчик smarty, а дальше стало банально лень копаться...
И еще да, поразило то, что сам автор сего продукта ничего придумать не смог:crazy:
 
Последнее редактирование:
Подозрение пало на обработчик smarty
Дык правильно пало. :)
В Smarty тоже обработка кодировок, мнемоников, прочей хрени.
Да не вижу я в этой системке что то такое, что невозможно подобное и не кривое найти бесплатно.
Убить кучу времени на правку, потом понять что нафиг не нужно было и удалить. :)
 
  • Нравится
Реакции: inmy
руки дошли посмотреть,но честно категории,тайтлы норм пашут,но тело статьи так же имеет такого вида кодировку:
PHP:
тестовая статья
Вы базу с нуля заливали или на уже существующую накатили?
 
Вы базу с нуля заливали или на уже существующую накатили?
установка с 0,но пока подумываю резон ли этот скрипт использовать или аналог более облегчённый сделать
 
Назад
Сверху