Jump to content

Help with installation of my PHP


Recommended Posts

I have a layoutcms script that I'm trying to run on my website but I must not be setting up my config.php file right because when I goto try it out it has a bunch of errors on my page. I'm trying to figure out what part of the script I'm putting the wrong info there for it not to work. Here is the set script that I'm trying to get right for it to work.

<?
$mysql_server = "localhost - (Don't know if this is right!)";
$mysql_user = "******";
$mysql_pass = "******";
$mysql_db = "Made a database but don't know if I set it up right!";
$script_dir = "Trying to place the right path here!";
$from_email = "******@oldschooldesignz.com";
$site_url = "http://www.oldschooldesignz.com/******/preview/index.php";
$config['ftypes'] = array('jpg','jpeg','png','gif','bmp');
?>

Need to figure out what part of this script needs this are that because the info that I put in will not work! Sorry that I'm bouncing around information but I don't mess with alot of php scripts and drawing a blank to setting this up so that all the other scripts work off it! Please can someone help? And if you need any info are need anything that will help understand what I'm tring to do please let me know and I will provide anything you need!
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.