View Full Version : PHP Script Problem
schnurr
09-25-2005, 06:20 PM
Okay, before i had a script on my server that would work perfectly and then a few days ago... like last thursday.. it just all of the sudden stopped working. I posted at phpfreaks asking them thinking it was a problem with my script somehow but they suggested that my current host (bihira), has turned registered globals off. Any help?
Heres the link to my thread. http://www.phpfreaks.com/forums/index.php?act=ST&f=12&t=74204&st=0#entry299273
Cojawfee
09-25-2005, 07:01 PM
If you are on server 2, the server got all screwed up recently. A lot of things in PHP aren't working. Like mail(), and sessions I am pretty sure.
BihiraJonathan
09-26-2005, 07:53 PM
What's your site? Can you also please point me to the location of the script.
schnurr
09-26-2005, 10:52 PM
my site is www.caswellfilms.com and the script is located here
http://www.caswellfilms.com/script/
the file where all the entries are saved is here
http://www.caswellfilms.com/script/logged.txt
BihiraJonathan
09-27-2005, 06:31 PM
Well, we are about to move everyone off the server you are on to a brand new server. The transfer should start happening extremly soon. I'm just allowing all those sites that participated in the transfer to get the kinks out on the new server.
If you want you can partcipate too, and I'll transfer your site over right away. To see if your script is still giving you error. However, please post in the appropiate topic. The one with MAHAL testers needed.
schnurr
10-05-2005, 04:07 AM
how soon do you think everyone will be transferred? Because ill just wait if its not that long.
Cojawfee
10-05-2005, 04:20 AM
You can set up your own php.ini to have register_globals on, or do this: In logger.php set $sn = $_POST['sn'] and $pw = $_POST['pw']. That should work.
schnurr
10-06-2005, 05:23 AM
awww thank you so much cojawfee!