cherilavelle Posted April 26, 2010 Share Posted April 26, 2010 I purchased the full code for the above software. Have installed all and set up my SQL The install instructions are really brief, I am really weak in Php. I am trying to install this to: http://www.my-whoop-la.com You will see the error I am receiving there. It is killing me trying to get this thing going. If anyone is willing to help me with this please, please let me know! Thanks to all Cheri Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 26, 2010 Share Posted April 26, 2010 Can you post the first 5 lines of includes\connect.php? Quote Link to comment Share on other sites More sharing options...
cherilavelle Posted April 26, 2010 Author Share Posted April 26, 2010 <?php $dbusername = "mywhoop"; //User Name Of Database $dbpassword = "Jimjim1xyz"; //User Password Of Database $dbdatabase = "mywhoop"; //Name OF Database $dbserver = "mywhoop.db.6035241.hostedresource.com"; //Name Of Server $prefix = "vip_"; $sitename="My Whoop La"; $adminemail="admin@admin.com"; $urlpath = "http://www.my-whoop-la.com"; $imagepath = "http://www.my-whoop-la.com/images"; ?> Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 26, 2010 Share Posted April 26, 2010 I'd suggest you modify out the values inside the $db info, since it's revealing your websites database user and password I just tried that code on my own server. There's no problems with it, so I do not know why it is throwing an error. Quote Link to comment Share on other sites More sharing options...
cherilavelle Posted April 26, 2010 Author Share Posted April 26, 2010 This software came with an install folder which I uploaded . Should that install folder now be removed? Thanks for your help Cheri Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 26, 2010 Share Posted April 26, 2010 Probably should be removed yes. But it isn't causing that error. That error is made by php, so the code is broken somewhere. And like I said, modify your previous post, it is revealing your database information, meaning anyone can manipulate it. Quote Link to comment Share on other sites More sharing options...
cherilavelle Posted April 26, 2010 Author Share Posted April 26, 2010 Okay, where the heck is the modify post ability!!!! So sorry! Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 26, 2010 Share Posted April 26, 2010 There Quote Link to comment Share on other sites More sharing options...
de.monkeyz Posted April 26, 2010 Share Posted April 26, 2010 Although it seems like you may no longer to edit your post after a certain period of time. If that's the case, you'll have to contact a moderator on the forum Quote Link to comment Share on other sites More sharing options...
premiso Posted April 26, 2010 Share Posted April 26, 2010 Looks like it may be time for a password change. You can only modify a post within 10 or 15 minutes of posting (cannot remember which). Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted April 26, 2010 Share Posted April 26, 2010 Looks like it may be time for a password change. You can only modify a post within 10 or 15 minutes of posting (cannot remember which). 10 minutes. Quote Link to comment Share on other sites More sharing options...
cherilavelle Posted April 26, 2010 Author Share Posted April 26, 2010 Well I've changed the password for the databases and the login details so all is safe. Thanks for you help, Still no success, so if anyone wants to help with this please do! Thanks to all Cheri Quote Link to comment Share on other sites More sharing options...
premiso Posted April 26, 2010 Share Posted April 26, 2010 The code you posted is not showing any syntax errors. Is that the full code, or did you omit some items? Quote Link to comment Share on other sites More sharing options...
cherilavelle Posted April 26, 2010 Author Share Posted April 26, 2010 It is the full code although I have since changed the password. Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted April 26, 2010 Share Posted April 26, 2010 I recommend downloading the file using a different file name (to avoid overwriting the original file) and examining exactly what is in the file. You are likely having a FTP transfer problem and the contents of the file on the server is incomplete. Quote Link to comment 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.