Skinbase.org Skinbase.org

Install.php

By warren
3,229 views 5 replies
henk-van-de-kamer avatar
henk-van-de-kamer
Member
OP
Today I had the same problem and after investigation I found that this script is before the new register_globals policy of PHP 4.3.0 and higher. See http://nl3.php.net/register_globals for the reason why. <br /> <br />Setting register_globals to on is therefor not an option. You can change the code for example to: <br /> <br /><? <br /> <br />$action = $_POST[&acute;action&acute;]; <br />if(empty($action)) <br />{ <br />?> <br /> <br />With that I hit the wall in step 2. Etc. So the solution is to completly modify the code. That is a major undertaking. May be I&acute;ll do that, but first see under what kind of license this code is released. Or may be someone else has already done the good work? <br />
polaris avatar
polaris
Member
Yes, this was already done. You don&acute;t need to edit whole code. There are some &quot;hacks&quot; that you can use to make POST variables global.
onuzu avatar
onuzu
Member
I really need help. I can privode all my any information anybody needs to log into my sister and try to install and know what&acute;s wrong.
polaris avatar
polaris
Member
Well, maybe, if I found time to do it, can try to install it on your system. Just need all your server and mysql information. <br /> <br />Regards.
onuzu avatar
onuzu
Member
Polaris please provide me with the email to send the information to, or do you think it&acute;s safe to post them here?
polaris avatar
polaris
Member
I&acute;ve send my email info to your private messanger. <br /> <br />Regards.
Sign in to post a reply.