36x24x36 Posted May 9, 2007 Share Posted May 9, 2007 I'm a flash developer. I truly need help. My boss bought new hosting, and I'm tasked with moving the php website to the new host. There's a digital drop box, and an email form, both broken now. First off, can anyone give me any "don't forget to" tips on editing a php website for a new host? Most of it's working; all except for the forms. ??? Can anyone explain the proper way to edit this code ... or if it's the code I need to edit? Note: etlogic.com is our old host, and photosvt.com is our domain name. $SERVER = "etlogic.etlogic.com";//"www.etdev.com"; has me the most confused. /*************** IMPORTANT LOCATION VARIABLES **************************/ $SERVER = "etlogic.etlogic.com";//"www.etdev.com"; //$uploadDir = "/tmp"; $downloadDir = "/client/home/photosvt/uploads"; $uploadURL = //NOT USED "http://$SERVER/~photosvt/uploads"; $adminEmail = "info@photosvt.com,filter@gavt.net";//"filter@gavt.net";//who in the company gets upload notifications? $companyEmail = "info@photosvt.com"; //email address that customer sees in their confirmation $ftpLocation = "ftp://photosvt@etlogic.etlogic.com/uploads/"; Quote Link to comment https://forums.phpfreaks.com/topic/50576-moving-php-website-to-new-host-mess/ Share on other sites More sharing options...
36x24x36 Posted May 9, 2007 Author Share Posted May 9, 2007 *bump* :'( Quote Link to comment https://forums.phpfreaks.com/topic/50576-moving-php-website-to-new-host-mess/#findComment-249140 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.