Registration Page Adapted
#1

Hey guys!

 

I know that most of you are loking for a registration page, and wizatek, if you allow me, i made some changes in your reg page to work with EP1.

 

As most of you know, i know NOTHING about php, sql and stuff >_> im completly noob at it, sometimes i dont know even know what im doing and when i think its completly wrong and would never work... BUM! It works! Exactly what happened to this tool;

 

 

PS: it does have some errors, could someone fix them? It is still better than nothing, isnt it?

 

(register/login/change pass and email works)

 

2

 

 

 

Dont forget to change your salt and Db stuff in Config.php in config folder

#2

Was planning on doing the same thing, my site started with this an I changed the hole style to my site but the basics is still this php mini cms.

 

I will take a look laters its simple just change the database & table names an it will work.

Im going to try an mod my hole site to ep1 Cool

#3
Nice work cracker Smile

#4
Can you make a tutorial from this?

#5

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 )

#6

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.

#7
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

#8

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;



#9
hmmm, only im can add this page?

#10
is there any ohter way to use the page because xampp does not work for me?



Forum Jump:


Users browsing this thread: 1 Guest(s)