Author |
Message |
express
Client

Joined: Jan 03, 2007
Posts: 94
|
Posted:
Fri Oct 26, 2007 12:03 pm |
|
Hi,
I am trying to install Raven Nuke 2.10.01 on to my local computer. I have read the info available but my question is what program do I use to read the files in the How To Install directory? They are .php files and so far I have been using just a html text editor to try and read them but I know that wasn't the way it was designed. And yes, this should tell you I am a complete novice at this but have a desire to learn and implement php nuke into my new site.
I have installed xammp onto my local host computer and it is operational. I have opened myphpadmin and have created a new database. From there I am lost, I cannot seem to find the command page where I can give it a user name and password. I know the mistakes I am making are just plain simple mistakes because I am overlooking something, but I would appreciate pointing me in the right direction.
I have xammps installed in C:xammps. In it is phpadmin,mySQL,apache,
I have a folder called C:nukeserver. In it I have uploaded the HTML folder from RavenNuke 2.10.01. This is where I am stuck. I am so close I can smell success, or at least that is what I am hoping that is.....
Thanks in advance,
Express |
|
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Fri Oct 26, 2007 12:08 pm |
|
phpMyAdmin doesn't set SQL users unless you see the Privileges option. You may have to do some mysql command line options to set that.
To run the .php files, just go to your browser and put in the URL where those files are
My guess its something like http://localhost/HowToInstall/ depending on the paths you've set up |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
adaykin
Regular


Joined: Sep 26, 2007
Posts: 60
|
Posted:
Fri Oct 26, 2007 12:32 pm |
|
If you want a good way to view php files you can use notepad++ they have color coding, so it's really easy to decipher code. |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Fri Oct 26, 2007 1:27 pm |
|
For a local XAMPP install, don't even bother creating a user and password for your database. Just use the root and no password ("") in config.php. Then once you get Apache going you can view the files as evaders said, in your browser. Hope that helps. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
Gremmie

|
Posted:
Fri Oct 26, 2007 1:30 pm |
|
express wrote: | I have xammps installed in C:xammps. In it is phpadmin,mySQL,apache,
I have a folder called C:nukeserver. In it I have uploaded the HTML folder from RavenNuke 2.10.01. This is where I am stuck. I am so close I can smell success, or at least that is what I am hoping that is.....
Thanks in advance,
Express |
Apache under XAMPP is going to serve documents out of its htdocs directory. You need to move the HTML folder from RavenNuke under htdocs.
For example, at home, I have XAMPP under D:\XAMPP. Under there somewhere is an htdocs folder. So I created htdocs\ravennuke and copied the html files there.
Then you can access these files with your browser like: http://localhost/ravennuke |
|
|
|
 |
express

|
Posted:
Fri Oct 26, 2007 2:07 pm |
|
Thanks fellas for your fast responses! I went back and reset to "root" and no password in the Database. I have xampps installed in C: I found the htdocs folder and made a new folder in there called ravennuke. I then copy and pasted the whole html folder into the ravennuke folder. When I try to view the files in my browser,
http://localhost/C:/xampps/htdocs/ravennuke/html/HowToInstall/info.php
I get the following message.
Access forbidden!
You don't have permission to access the requested object. It is either read-protected or not readable by the server.
If you think this is a server error, please contact the webmaster.
Error 403
I have the xampps control center up and running with apache and mySQL started and running" .
Almost there, I can feel it but what mistake am I making now? It is really bad when a newbie such as myself cannot even get to the HowToInstall file...
Thanks again fellas I really appreciate your help!
Express |
|
|
|
 |
evaders99

|
Posted:
Fri Oct 26, 2007 2:24 pm |
|
|
|
 |
adaykin

|
Posted:
Fri Oct 26, 2007 2:41 pm |
|
C:\ is a local drive on your system, not part of the web path.
Acutally with xampp you should put your file info.php in the folder C:\xampp\htdocs\xampp\ravennuke\html\HowToInstall and the correct URL path should be: http://localhost/xampp/ravennuke/html/HowToInstall/info.php
At least that is how it is set up on my system. I had problems on my system setting it up the way you intended to do. |
|
|
|
 |
express

|
Posted:
Fri Oct 26, 2007 3:41 pm |
|
Bingo! Fellas thanks a bunch. At least now I can access the How to files and really begin to screw things up....LOL
But this is exactly where I need to start from. Once I get more experience playing with it on my localhost, I plan on purchasing a hosting plan from Raven. I was referred here because of the top notch help and hosting server plans. Looks like I will not be dissapointed. Thanks for the help!
Express |
|
|
|
 |
Gremmie

|
Posted:
Fri Oct 26, 2007 5:11 pm |
|
|
|
 |
jakec
Site Admin

Joined: Feb 06, 2006
Posts: 3048
Location: United Kingdom
|
Posted:
Sat Oct 27, 2007 2:28 am |
|
Sorry may be I missed something, where does the info.php file come from?
If you want to view the how to install files Evaders link should work.  |
|
|
|
 |
adaykin

|
Posted:
Sat Oct 27, 2007 5:07 pm |
|
Because that was the file he gave in his example... Evaders example may work, but on my system I got xampp working the way I mentioned, idk if you have set it up before or not. |
|
|
|
 |
|