Can you make a tutorial from this?
Posts: 107
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
Can you make a tutorial from this?
If u use the xampp u need put this files to C:\xampp\htdocs than run xampp and go to localhost/register.php ( do not forget change config.php to you salt )
Posts: 107
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
I wouldnt recommend running Xampp to anyone. It is a development platform not a secure web server. If you want a more secure setup try using AppServ or configuring Nginx by yourself with PHP.
its was just recommendation, but i dont sayed what he need to use the xampp.
Posts: 207
Threads: 29
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jun 2011
Reputation:
0
ehm how to put online the control pannel???...i have osted in altervista.org and when open index.php the page ask me cannot connect do localhost (Using password : NO) i have configured the file Config in folder "Config"...but nothing
Posts: 107
Threads: 1
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Jul 2011
Reputation:
0
u need install MYSQL ( lasted version ) in MYSQL installation u need change password to root, than go to control panet in ur RegisterFiles -> Config -> Config.php and change password to root
Looks like this :
<?php
/*
* Edit these variables to your own settings
*
*/
$mySQL["server"] = localhost;
$mySQL["username"] = root;
$mySQL["password"] = root;
$mySQL["database"] = newproject_db_auth;
$config["pagetitle"] = LastChaos Control Panel;
hmmm, only im can add this page?
Posts: 163
Threads: 16
Thanks Received:
0 in 0 posts
Thanks Given: 0
Joined: Sep 2011
Reputation:
0
is there any ohter way to use the page because xampp does not work for me?