PHP Web Host - Quality Web Hosting For All PHP Applications Sign up for PayPal and start accepting credit card payments instantly
  Login or Register
 • Home • Downloads • Your Account • Forums • 

View next topic
View previous topic


Google
 
Web RavenPHPScripts (This Site)
Post new topic   Reply to topic
Author Message
express
Client


Joined: Jan 03, 2007
Posts: 62

PostPosted: Fri Oct 26, 2007 12:03 pm Reply with quote Back to top

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
View user's profile Send private message
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2853

PostPosted: Fri Oct 26, 2007 12:08 pm Reply with quote Back to top

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
Only registered users can see links on this board!
Get registered or login to the forums!
depending on the paths you've set up
View user's profile Send private message Visit poster's website
adaykin
Regular
Regular


Joined: Sep 26, 2007
Posts: 60

PostPosted: Fri Oct 26, 2007 12:32 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Fri Oct 26, 2007 1:27 pm Reply with quote Back to top

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.
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Fri Oct 26, 2007 1:30 pm Reply with quote Back to top

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:
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message
express
Client


Joined: Jan 03, 2007
Posts: 62

PostPosted: Fri Oct 26, 2007 2:07 pm Reply with quote Back to top

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,
Only registered users can see links on this board!
Get registered or login to the forums!

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... Embarassed
Thanks again fellas I really appreciate your help!
Express
View user's profile Send private message
evaders99
Moderator


Joined: Apr 30, 2004
Posts: 2853

PostPosted: Fri Oct 26, 2007 2:24 pm Reply with quote Back to top

If the web root folder is C:/xampps/htdocs, then the URL path should be
Only registered users can see links on this board!
Get registered or login to the forums!
View user's profile Send private message Visit poster's website
adaykin
Regular
Regular


Joined: Sep 26, 2007
Posts: 60

PostPosted: Fri Oct 26, 2007 2:41 pm Reply with quote Back to top

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:
Only registered users can see links on this board!
Get registered or login to the forums!


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.
View user's profile Send private message Visit poster's website
express
Client


Joined: Jan 03, 2007
Posts: 62

PostPosted: Fri Oct 26, 2007 3:41 pm Reply with quote Back to top

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
View user's profile Send private message
Gremmie
Former Moderator in Good Standing


Joined: Apr 06, 2006
Posts: 2401
Location: Iowa, USA

PostPosted: Fri Oct 26, 2007 5:11 pm Reply with quote Back to top

Enjoy! It's addictive!
View user's profile Send private message
jakec
Moderator


Joined: Feb 06, 2006
Posts: 1853
Location: United Kingdom

PostPosted: Sat Oct 27, 2007 2:28 am Reply with quote Back to top

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. Confused
View user's profile Send private message
adaykin
Regular
Regular


Joined: Sep 26, 2007
Posts: 60

PostPosted: Sat Oct 27, 2007 5:07 pm Reply with quote Back to top

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.
View user's profile Send private message Visit poster's website
Display posts from previous:       
Post new topic   Reply to topic

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Forums ©
 

All logos and trademarks in this site are property of their respective owner.
The comments are property of their posters, all the rest © 2002-2008 by Raven
Proud to be listed at Lobo Links Web Directory

You can syndicate our news using the file xml

CSE HTML Validator Helped Clean up This Page! [Valid RSS] valid RSS 2.0 Valid robots.txt Stop Spam Harvesters, Join Project Honey Pot

Website engines core code is © copyright by PHP-Nuke but has been heavily patched and modified by myself and others.
PHP-Nuke is a free software released under the GNU/GPL.


:: fisubice phpbb2 style by Daz :: PHP-Nuke theme by www.nukemods.com ::

:: fisubice Theme Recoded To 100% W3C CSS & HTML 4.01 Transitional Compliance by Raven and 64bitguy ::

:: W3C CSS Compliance Validation :: W3C HTML 4.01 Transitional Compliance Validation ::

zerosum