I have a new prolem that came out upgrafding from 1.2.x to 1.5.3.
I developed some admin pages to control a third-party database. Perfectly functioning, with an "admin DB" option in the content menu and so-on.
I have done incorporating in my page the frame of the other admin pages.
With the upgrade toCMSMS 1.5.3 my page do not work anymore, and selecting the "list db contents " the login windoe jumps up.
My question is: authentication is changed? even copying the code from, fro instance, "listhtmlblobs" the thing does not change.
Can someone help me? Thanks in advance....
Authentication problem with third-party admin pages
Re: Authentication problem with third-party admin pages
Now, in 1.5.X there is a security code that you must haveTorpedine wrote: My question is: authentication is changed? even copying the code from, fro instance, "listhtmlblobs" the thing does not change.
Alby
Re: Authentication problem with third-party admin pages
How can I add it to my pages?
-
- Support Guru
- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: Authentication problem with third-party admin pages
Create a proper module, and use the CreateLink method in the module api. it handles all of that automatically.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Re: Authentication problem with third-party admin pages
I am not a developer, con someone show me an example?
Re: Authentication problem with third-party admin pages
please, help me, the thing is very important. i cannot leave the website without a part functioning
Re: Authentication problem with third-party admin pages
The bit of code to append to the end of a URL is:
However, if you're linking to stuff from outside CMSMS, it's not really going to work. The whole point of this system is to not allow a security hack where someone can create a malformed URL and accidently change a site.
We're not the only ones doing this -- it's pretty common on most CMSs and web frameworks in general to not allow for outside links to affect a site. It's for security.
Code: Select all
$urlext='?'.CMS_SECURE_PARAM_NAME.'='.$_SESSION[CMS_USER_KEY];
We're not the only ones doing this -- it's pretty common on most CMSs and web frameworks in general to not allow for outside links to affect a site. It's for security.
Re: Authentication problem with third-party admin pages
I'm sorry for the long delay.
I am not a developer: could you make an exaple of link made as you specified?
Thanks in advance and please forgive my clumsiness
I am not a developer: could you make an exaple of link made as you specified?
Thanks in advance and please forgive my clumsiness