Jump to content

VIP INTERACTIVE SITE CREATOR - INSTALL HELP NEEDED


cherilavelle

Recommended Posts

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

 

 

<?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="[email protected]";

$urlpath = "http://www.my-whoop-la.com";

$imagepath = "http://www.my-whoop-la.com/images";

 

?>

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.

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.

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.