• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

What's the diffrence between RC5 and OGR? How can I change from OGR to RC5?

RC5 searches for the correct key to an encryption method.
OGR searches for some scientific straight line thingy. I forget but one of the OGR guys will tell you what it does.

to disable OGR add this to your dnetc.ini file:

[misc]
project-priority=RC5,DES=0,CSC=0,OGR=0


or to disable RC5 add this:

[misc]
project-priority=OGR,DES=0,CSC=0,RC5=0

 
Back
Top