PDA

View Full Version : PHP Nuke Newb


gcHolic
03-02-2002, 08:28 PM
AHHH! Never used Nuke before and have no knowledge of MySQL or PHP... Just where do I upload all of my PHP Nuke Files to... Do I just upload em to public_html? Also If you could give me any pointers and notifications of the problems I may encounter that'd be Grrreat!

Note: I'm talking about Nuke 5.5 if it's any consolation.
Note: Don't laugh at my spellin!

eporue
03-02-2002, 08:50 PM
Yes, upload them to public_html. That's it.

Regarding problems: good luck.

gcHolic
03-02-2002, 08:51 PM
So all I have to do is upload it to publich_html? Hmm. Well then how do I access my admin.php?

Clankirby
04-01-2002, 12:54 AM
I found a wealth of info in the php nuke README files. You really should start there first.

My nuked site

http://scouting.clankirby.com

was put up in less that 6 hrs, not including the images, durring lunch breaks at work.

Matt

TritonB7
04-24-2002, 10:21 PM
Yes put the php files in your public_html folder or they will not be viewable by the public. Some scripts ask you to creat a new directory inside your public_html directory (this way everything stays clean).

And about the ADMIN.PHP file and about accessing it you will usually be able to access and write to it after you have made your database for the php script itself. this can be done in your MySQLManager (if your using SQL).

Hope that helps,
TritonB7