PDA

View Full Version : Help Form Post


PH03N1X
17 May 2008, 19:24
Hello I just put up my script on my forum and when I use the custom php configuration script I made and placed in admincp/dlc.php I can fill out every thing but when I save it I get this message


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------


I tried using post instead of get but it just asked me to login and it does not save after I login.

here is my code


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------



Thanks

--------------- Added 1211053620 at 1211053620 ---------------

Ok I found out it messes up because of in my post it has % and that equals to %25 so now I am using post
I still can't figure out why it displays the admin login. here is the post http://www.vbulletin.org/forum/showthread.php?t=179572

PH03N1X
17 May 2008, 20:11
Hello
I am having a problem with posting I made an admin control php page so I can configure settings with my script but when P push save it will display the log screen to login to admin control panel even though I am logged in.
here is my code for the configuration script.


Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------