Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
it seems that all txp files been modified..
i’m using diagono on admin panel
[quote]Textpattern version: 4.0.6 (r2805)
Last Update: 2008-02-05 07:34:19/2008-03-22 15:46:50
Document root: /home/iblogor/public_html
$path_to_site: /home/iblogor/public_html
Textpattern path: /home/iblogor/public_html/textpattern
Permanent link mode: title_only
Temporary directory path: /home/iblog/textpattern/tmp
Site URL: iblog.org.ru
PHP version: 5.2.6
GD Image Library: version bundled (2.0.34 compatible), supported formats: GIF, JPG, PNG
Server Local Time: 2008-09-29 10:04:37
MySQL: 5.0.51a-community
Locale: en_US.UTF-8
Server: Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.8b mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP/4.4.8
PHP Server API: cgi
RFC 2616 headers: 0
Server OS: Linux 2.6.18-92.1.6.el5.centos.plusPAE
Active plugins: ob1_title-4.1, rss_admin_show_adv_opts-0.3, ajw_comment_alt-0.3
Pre-flight check:
————————————
File directory path is not writable: /home/iblog/files
Temporary directory path is not writable: /home/iblog/textpattern/tmp
Some Textpattern files have been modified:
/../index.php,
/css.php,
/include/txp_admin.php,
/include/txp_article.php,
/include/txp_auth.php,
/include/txp_category.php,
/include/txp_css.php,
/include/txp_diag.php,
/include/txp_discuss.php,
/include/txp_file.php,
/include/txp_form.php,
/include/txp_image.php,
/include/txp_import.php,
/include/txp_link.php,
/include/txp_list.php,
/include/txp_log.php,
/include/txp_page.php,
/include/txp_plugin.php,
/include/txp_prefs.php,
/include/txp_preview.php,
/include/txp_section.php,
/include/txp_tag.php,
/index.php,
/lib/IXRClass.php,
/lib/admin_config.php,
/lib/class.thumb.php,
/lib/classTextile.php,
/lib/constants.php,
/lib/taglib.php,
/lib/txplib_admin.php,
/lib/txplib_db.php,
/lib/txplib_forms.php,
/lib/txplib_head.php,
/lib/txplib_html.php,
/lib/txplib_misc.php,
/lib/txplib_update.php,
/lib/txplib_wrapper.php,
/publish.php,
/publish/atom.php,
/publish/comment.php,
/publish/log.php,
/publish/rss.php,
/publish/search.php,
/publish/taghandlers.php,
/update/_to_1.0.0.php,
/update/_to_4.0.2.php,
/update/_to_4.0.3.php,
/update/_to_4.0.4.php,
/update/_to_4.0.5.php,
/update/_to_4.0.6.php,
/update/_update.php
————————————
.htaccess file contents:
————————————
#DirectoryIndex index.php index.html
#Options +FollowSymLinks
#Options -Indexes
<IfModule mod_rewrite.c> RewriteEngine On #RewriteBase /relative/web/path/
RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^(.+) – [PT,L]
RewriteRule ^(.*) index.php
RewriteCond %{HTTP:Authorization} !^$
RewriteRule .* – [E=REMOTE_USER:%{HTTP:Authorization}]
</IfModule>
#php_value register_globals 0
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^www.iblog.org.ru [NC]
RewriteRule ^(.*)$ http://iblog.org.ru/$1 [L,R=301]
————————————
[/quote]
what
‘s that???
Offline
Re: it seems that all txp files been modified..
Mostly this happens when you use ascii instead of binary as the transfer mode when uploading files using FTP. This causes the line endings to change, which doesn’t have any functional effect, but does change the files.
Offline
Offline