Search for at
Security Code:
Security Code 
Type Security Code:
EVO CMS Advanced Search
 
 
Recent Topics
Latest Site News   Next 5 >>
Forum Author Replies Last Post
fixed  Frage nach JavaScript aktiv oder nicht? Fixes & Patches 2.1.x Guest 8 30 Mar 2013
nighty View latest post
fixed  [FIX 2.1.0] Lost Password Fixes & Patches 2.1.x chiroptera 0 21 Feb 2012
chiroptera View latest post
fixed  [FIX 2.1.0] Forums ACP - FAQ Admin Fixes & Patches 2.1.x chiroptera 1 27 Oct 2011
chiroptera View latest post
fixed  [FIX 2.1.0] Forums Attachment Image Resize Fixes & Patches 2.1.x chiroptera 0 26 Oct 2011
chiroptera View latest post
Important  [INFO] evo-mods service started News & Informationen chiroptera 2 24 Oct 2011
chiroptera View latest post
Recent Topics   Next 15 >>
Forum Author Replies Last Post
Important  Wünsch Dir was für die 2.1.1 EVO-CMS 2.x.x nighty 109 17 May 2013
nighty View latest post
Important  Website Awards Eure Webseiten chiroptera 37 16 May 2013
Anna View latest post
Achtung  EVO Maps does not work any longer Fehlermeldungen chiroptera 0 06 Mar 2012
chiroptera View latest post
Idea  Webhoster Testseite Webhosting Thorm 16 16 Nov 2011
Hepher View latest post
2nd level support  mimetype.php on line 119 mimetype.php on line 121 Support German Community pd35 8 17 May 2013
kaikiste_NEU View latest post
solved  Aktivierungslink in e-mail wenn reinen Text empfangen werden Support German Community drigon 10 16 May 2013
Anna View latest post
No icon  Ein frohes Weihnachtsfest 2011 & Wünsche ChitChat Guest 14 16 May 2013
Anna View latest post
solved  Forum - Anzeige zuletzt bearbeitet Fehlermeldungen 2.1.0 Anna 22 16 May 2013
Anna View latest post
No icon  Wie ein Fels... ChitChat Anna 0 13 May 2013
Anna View latest post
Important  USA: nuke-evolution --> evolution-xtreme // EVO-German EVO-CMS 2.x.x kaikiste_NEU 1 12 May 2013
Anna View latest post
No icon  Benutzerbefugnisse Fehlermeldungen 2.1.0 Maiki 15 17 Oct 2012
Maiki View latest post
No icon  Fehlermeldung Forum-Admin Dateitypen Fehlermeldungen 2.1.0 Entenmann 1 04 Sep 2012
gorgolion View latest post
No icon  Probleme mit der Installation Fragen & Hilfe vor der Installation 2.1.x penther 19 29 Jul 2012
nighty View latest post
No icon  problems installing on the newest xampp for theme dev ? Support German Community WolfxSting 2 29 Jul 2012
WolfxSting View latest post
solved  Forumsblock Fehlermeldungen 2.1.0 Maiki 10 28 Jul 2012
Anna View latest post
 

 
a question
 
 
Post new topic Reply to topic printer-friendly view
View previous topic :: View next topic  
Author Message
SLiCK_303
EVO User
EVO User



Joined: 03-Nov-2007
Posts: 50
Location: Monroe, LA. USA
Offline
EVO Version: 2.0.5 +
Post Posted:
 07 Apr 2011
Reply with quote
Post subject: No icon a question

So... Its been FOREVER since youve released 2.1.0, and there is still no real support on the US site for it.  There is no 2.1.x forum, and noone seems to be talking about it, so here I am.

I was looking at the code, trying to figure out if it is worth converting my site to 2.1.x, and I'm a little confused about something.  The way you are sanitizing variables now... here is an example..
Code:

$op         = $_GETVAR->get('op', 'request', 'string', NULL);


If I look around at your code, sometimes you are using 'request', sometimes 'REQUEST', sometimes '_REQUEST', which is it suppose to be?  With or without the '_'?  Also, it seems like you are using request for everything, shouldn't you also be using '_get' and '_post' , ect...?  The above $op example, in the old code that is a _GET....

Thanx,
SLiCK_303  


 
 
Back to top
View user's profile Send private message Visit poster's website
SLiCK_303
EVO User
EVO User



Joined: 03-Nov-2007
Posts: 50
Location: Monroe, LA. USA
Offline
EVO Version: 2.0.5 +
Post Posted:
 07 Apr 2011
Reply with quote
Post subject: No icon Re: a question

Ok, so I look in includes/classes/class.variables... and in function _validLocation, it basically says it doesn't matter if you use the _ or not.  But what about always using 'request', shouldn't a person be using post, get, etc as well?


Thanx,
SLiCK_303

p.s. nice job on rev2028 btw.....  


 
 
Back to top
View user's profile Send private message Visit poster's website
SLiCK_303
EVO User
EVO User



Joined: 03-Nov-2007
Posts: 50
Location: Monroe, LA. USA
Offline
EVO Version: 2.0.5 +
Post Posted:
 07 Apr 2011
Reply with quote
Post subject: No icon Re: a question

Ok, so I guess maybe I should have looked into it before I bothered posting... Grinsen  If I look up what $_REQUEST is, it means, An associative array that by default contains the contents of $_GET, $_POST and $_COOKIE. So I guess its just a way of saying use any of the 3....

So, onto my next question....  You are no longer using $prefix in your database calls.  Is your code backward compatable so a person can still do it the old way?

What I'm trying to figure out is how much of a pain in the butt it will be to try and convert to 2.1.x from my old 2.0.5+ site.  I have a boat load of modules, blocks, and themes, and forum mods.


Thanx,
SLiCK_303  


 
 
Back to top
View user's profile Send private message Visit poster's website
chiroptera
Administrator
Administrator



Joined: 15-Feb-2006
Posts: 7808
Location: Berlin
Offline
EVO Version: 2.1.0 Developer
Post Posted:
 07 Apr 2011
Reply with quote
Post subject: No icon Re: a question

ok - first of all I would suggest to wait for the new installer which is ready but needs to be tested before release. The new installer is needed to run an upgrade from 2.0.x to 2.1.0 smooth and without any problems. In the mean time you can start to do all needed changes in your modules and blocks.
Our goal with EVO-CMS was to improve security, multi language capability and performance. Compatibility to Nuke Evolution and/or PHP Nuke was not the main focus. Therefore old modules will not run with EVO-CMS. As you have mentioned in your posting above, you found the most important change of the core files $_GETVAR
Another big improvement is the XHTML compliance and the PHP5 compatibility. To be honest, it would be a huge amount of work to convert a website which runs lot of modules and mods to be 100% compliant with EVO-CMS programming standards. The good news is: If you have managed the $_GETVAR changes, most of the work is done to get a module to work with EVO-CMS. You can still make use of $prefix, but it is recommended for the core database tables to make use of the constants. For forums mods you have to make sure that the mods are running with the category hirarchie mod which is part of EVO-CMS
If you have managed to get a module, block or mod work with EVO-CMS, please let us know. Would be nice to have some more downloads at evo-mods.com  


 
 
Back to top
View user's profile Send private message
SLiCK_303
EVO User
EVO User



Joined: 03-Nov-2007
Posts: 50
Location: Monroe, LA. USA
Offline
EVO Version: 2.0.5 +
Post Posted:
 08 Apr 2011
Reply with quote
Post subject: No icon Re: a question

I pm'd you a block.....  


 
 
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:  
Post new topic Reply to topic printer-friendly view
EVO CMS Forum Index -> Support German Community Time synchronized with the forum server time
 
Page 1 of 1


Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum