Free Adult Tube-Video Script Forum
Problem with administration - Printable Version

+- Free Adult Tube-Video Script Forum (http://freeadultscript.com/forum)
+-- Forum: My Category (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: Problem with administration (/showthread.php?tid=185)



Problem with administration - Bumik - 27-12-2010 05:02 PM

Hi,
I have small problem with administration on website http://www.krasny-holky.cz (/admin)

I can login but when I click on someone button in administration, page has been switched on main login page - /admin

Can you help me?
Thanks :-)


RE: Problem with administration - admin - 27-12-2010 06:17 PM

can you send me script login details
and ftp login details to my pm


RE: Problem with administration - Bumik - 28-12-2010 11:43 AM

thanks! everythink is ok


RE: Problem with administration - admin - 28-12-2010 12:55 PM

did you fix your problem
i see that you have still problem
please contact with your server technical support
tell him i have a session problem
tell them to activate sessions


RE: Problem with administration - Bumik - 28-12-2010 04:25 PM

on webhosting is PHP v. 5.3.4
Technical support tell me -you must use this:

for # session_register() (must use supergloball flexible $_SESSION)
for # session_unregister() (must use supergloball flexible $_SESSION)
for # session_is_registered() (must use supergloball flexible $_SESSION)


RE: Problem with administration - admin - 28-12-2010 07:54 PM

please told them
your useage of session

first page goes to secont page
<?
session_start();
$_SESSION["user"]="test";

?>

second page
<?
session_start();
echo $_SESSION["user"];
?>

tell support that you get empty session value.
and ask them if register_globals=On in php.ini

also can you edit your own php.ini on your panel (cpanel, directadmin etc...)