Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   you lost me... >.< (http://www.mysidiaadoptables.com/forum/showthread.php?t=301)

aroymart 01-20-2009 05:45 PM

you lost me... >.<
 
Step 1: Create a new MySQL database.
Step 2: Run the SQL queries inside of sql.txt that is included with the download.
Step 3: Upload the contents of the "adoptables" folder to your server where you want to install this script.
Step 4: Open up inc/config.php in a text editor. Edit the fields with your information.

For the domain name, put something like yoursite.com without any http:// or www.

If you are installing this script in a subdirectory off your domain, for the Script Path ($spath) you'll want to put something like:


Code:

/foldername
If you're installing at the root of a domain, leave the $spath variable blank.

For the $auser and $apass variables enter in your desired login details for the Admin CP.

Step 5: CHMOD the following files:

ads/header.txt - 777
ads/footer.txt - 777
ads/tower.txt - 777
inc/settings.php - 777
inc/levels.php - 777

Step 6: Log in to your Admin CP at whereyouinstalledyourscript.com/adm/ and then edit your site. You may want to rename the adm directory for additional security.





you lost me at sql queries... anyone want to help?

BMR777 01-20-2009 05:47 PM

RE: you lost me... >.<
 
Inside your CPanel, there will be a link for PHPMyAdmin. Click on it. :)

Then, when it loads, click on your database from the list on the left. Once that page loads, click on the "SQL" icon at the top left from the row of icons. In the pop-up box paste the contents of sql.txt in there and submit.

That's it. :)

aroymart 01-20-2009 06:31 PM

RE: you lost me... >.<
 
thankyou so much for the help i'll post if i have more probs
p.s. sorrys for the spam

EDIT: now i did that and i uploaded all of the files... but now it comes as a server error or something see look aroymart.freephphostingonline.com thats were it is at


EDIT#2: ok i found it out but how do i edit the admin username/pass? also what is the automatic user/pass?

EDIT#3: ok i found out were to change it but it says access denied this is the code


Code:

<?php

// PHP Easy Adoptables Configuration File

$dbhost = 'localhost';                      //DB Hostname
$dbuser = '';                                //DB User
$dbpass = '';                                //DB Password
$dbname = '';                                    //Your database name
$dname = 'aroymart.freephphostingonline.com';            //Your domain name (No http, www or . )
$spath = '';                                //The folder you installed this script in, if subfolder use a slash, if root domain empty
$auser = 'aroymart';                                //Admin Username for Host Admin CP
$apass = 'andrew';                                //Password for Host Admin CP

?>


go ahead and try it... i tried it at this part of my site




EDIT#LAST: i am so bad at this can someone just do this all for me and let me have the site????? i can't do any of this >.<

Rsmiley 01-23-2009 02:52 PM

RE: you lost me... >.<
 
You failed to set your Database Information


All times are GMT -5. The time now is 07:01 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.