PDA


View Full Version : A few questions


michaelsilvia
07-23-2005, 03:23 AM
First off thanks to all the guys/gals that made the CMPS possible.

I am a newbie to loading hacks, so please be nice. :)

I am almost complete, but I am running into a few problems before running the script.

1. cmps_index.php.

I am up to this step in the installation process:

In your cmps_index.php file:

Now open your cmps_index.php file in this folder and find:
chdir('./forum');

I changed it to this:

chdir('./home/httpd/vhosts/usfkclassifieds.com/httpdocs/subdomains/forums/');

Is that correct? I am using Plesk (which I hate). This is where my forum lives:

usfkclassifieds.com/httpdocs/subdomains/forums/

2. root/forums/modules - Upload this folder and all of it's contents

Where are the modules? Where is this folder? I did get a "modules" folder in the zip file.

I want to get this all correct before running the script. Currently, my forums are down util I get this straight, so fast help would be appreciated. :) I will be on Yahoo IM as bobobag if anyone can jump on with me. Thanks!

Mike

Judge Ruckus
07-23-2005, 03:26 AM
I have no idea what plesk is but the instructions are pretty clear and yes in the zip you have a folder called modules.

mholtum
07-23-2005, 03:39 AM
First off thanks to all the guys/gals that made the CMPS possible.

I am a newbie to loading hacks, so please be nice. :)

I am almost complete, but I am running into a few problems before running the script.

1. cmps_index.php.

I am up to this step in the installation process:

In your cmps_index.php file:

Now open your cmps_index.php file in this folder and find:
chdir('./forum');

I changed it to this:

chdir('./home/httpd/vhosts/usfkclassifieds.com/httpdocs/subdomains/forums/');

Is that correct? I am using Plesk (which I hate). This is where my forum lives:

usfkclassifieds.com/httpdocs/subdomains/forums/

2. root/forums/modules - Upload this folder and all of it's contents

Where are the modules? Where is this folder? I did get a "modules" folder in the zip file.

I want to get this all correct before running the script. Currently, my forums are down util I get this straight, so fast help would be appreciated. :) I will be on Yahoo IM as bobobag if anyone can jump on with me. Thanks!

Mike
1: my chdir line is:
chdir('./forum');
My cmps_index.php was renamed index.php and placed in the root. My forums are in /forum/
2:The modules folder and all contents should be uploaded to your forums dir



chdir('./home/httpd/vhosts/usfkclassifieds.com/httpdocs/subdomains/forums/');

I can tell you this aint right.

should be something like chdir('./home/account_name/ httpdocs/forums/')

zenithrs@bigpon
07-23-2005, 06:41 AM
I can tell you this aint right.
It could be right. And you wouldn't want the period in front of /home in your example.

Upload the attached file to your webspace and open it in a browser. In the information displayed find what is reported for DOCUMENT_ROOT. That's the full system path to your webspace. Then just tack on your forums.

mholtum
07-23-2005, 07:05 AM
Mine works.. No need

zenithrs@bigpon
07-23-2005, 07:11 AM
The second paragraph is directed to michaelsilvia

Brian
07-23-2005, 12:50 PM
1). One of these two paths should work:
chdir('./forums');
chdir('/home/httpd/vhosts/usfkclassifieds.com/httpdocs/subdomains/forums');

2). There is a folder called 'modules' under the forum folder in the package you downloaded. Just be sure to upload that folder and all of the files in it to your forums directory.