Instal i podesavanje PHP,Apache, MySql

@hahahaha

WordPress je OK, ali imam prijatelja koji je na njega nakačio neku free theme super dizajniranu koju je nasao na Net-u. Par meseci kasnije nije mogao da se osvesti kada je video uhakovan sajt.

Ergo, free teme nikada ne koristite, jer cesto sadrze namerno postavljene rupe preko kojih vam neko moze upucati sajt.
 
Znam da ovdje ima neko pametan da ovo na srpski u par recenica kaze, a ne ko neki profesori pricaju a nekorisno znanje dele. pozdrav..
PHP Nuke

If you're using a software like phpMyAdm
in go to step 3.
1) Create a database called, for example, nuke:

mysqladmin create nuke

2) Now fill the databases with the tables in nuke.sql file:

mysql nuke < nuke.sql

3) In order to use the ultramode.txt news file please be sure to chmod 666.
This file is used to show news from your site in some old programs and
frontends and is reserved to future use in PHP-Nuke. For backend use
backend.php file instead.

4) That's it!... now you need to edit the file "config.php" to set the
database options. Please read carefully the instruction on that file!
After that, point your browser to:

http://phpnuke.org/admin.php

We use MySQL as the example and nuke.sql file is in MySQL format
because PHP-Nuke was made using this database server. You can find
many programs out there to convert the database schema from MySQL to
whatever else you want. But this is a task for you.


First Run
---------

Create your Super User following the on-screen instructions.
Now click on "Preferences" and change whatever you want to fit your
site info. All the options you need to change are in the Preferences
menu. If you need help just click con the help icon at the right-top
of the Administration Menu. This will open a new window with the help
you need for each section in the administration system.

SECURITY TIP: It's a good choice to put your config.php file outside the
Web Server path, then you can create a new config.php with the line:

<?php include("../config.php"); ?>


Upgrading from previous versions
--------------------------------

To upgrade a prevoius PHP-Nuke installation to this new version you
need to edit the selected upgrade file from upgrades directory and launch
your web browser to:

http://www.phpnuke.org/upgrade35-4.php

all the new tables will be added and updated automagically without touch
your old data.

IMPORTANT: Remember to backup always your database before any upgrade, just
in case. If something goes wrong don't come crying to me.
 

Back
Top