Search found 7 matches
- Thu Mar 19, 2009 6:24 pm
- Forum: Installation und Einstellungen
- Topic: CMSms gehackt : HTML/Crypted.Gen
- Replies: 10
- Views: 6895
Re: CMSms gehackt : HTML/Crypted.Gen
Yea that is right, you must change something and that is nothing for beginners.
- Thu Mar 19, 2009 4:56 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved] Smarty Error in Step 1
- Replies: 24
- Views: 8847
Re: Smarty Error in Step 1
unrecognized tag 'assign'
Download the latest smarty from http://www.smarty.net/download.php it is Smarty 2.6.22 (.tar.gz) (.zip) December 17th, 2008, CMSMS has 2.6.18 and it works.
- Thu Mar 19, 2009 10:51 am
- Forum: Installation und Einstellungen
- Topic: CMSms gehackt : HTML/Crypted.Gen
- Replies: 10
- Views: 6895
Re: CMSms gehackt : HTML/Crypted.Gen
Look here:
Smarty 2.6.22 Released from Wed Dec 17, 2008 8:05 pm
http://www.phpinsider.com/smarty-forum/ ... hp?t=14642
1..5.3 from 2009-03-02 is using a very old version 2.6.18.
is someone a bad boy he can hack every site with smarty.
Smarty 2.6.22 Released from Wed Dec 17, 2008 8:05 pm
http://www.phpinsider.com/smarty-forum/ ... hp?t=14642
1..5.3 from 2009-03-02 is using a very old version 2.6.18.
is someone a bad boy he can hack every site with smarty.
- Wed Mar 18, 2009 7:32 pm
- Forum: CMSMS Core
- Topic: getting logged out
- Replies: 9
- Views: 2476
Re: getting logged out
In 1.5.3 is this code: #Setup session with different id and start it @session_name('CMSSESSID' . $session_key); @ini_set('url_rewriter.tags', ''); @ini_set('session.use_trans_sid', 0); if(!@session_id()) { #Trans SID sucks also... @ini_set('url_rewriter.tags', ''); @ini_set('session.use_...
- Wed Mar 18, 2009 6:36 pm
- Forum: CMSMS Core
- Topic: getting logged out
- Replies: 9
- Views: 2476
- Wed Mar 18, 2009 8:38 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved]Upgrade to 1.5.3 not working
- Replies: 3
- Views: 6916
Re: [Solved]Upgrade to 1.5.3 not working
Yeah there are some heavy mistakes in the original source.
- Tue Mar 17, 2009 11:54 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: [Solved]Upgrade to 1.5.3 not working
- Replies: 3
- Views: 6916
Re: Upgrade to 1.5.3 not working
Change the session parts in include.php to this: $session_key = substr(md5($dirname), 0, 8); #Setup session with different id and start it @session_name('CMSSESSID' . $session_key); if(!@session_id()) @session_start(); if( isset($CMS_ADMIN_PAGE) && ( !isset($_SESSION[CMS_USER_KEY]) )) { ...