CoEmu Reg/ChgPass

09/11/2009 09:42 tribalost#1
Seen a few peeps asking for sumthin like this so here goes. This actually makes you a new account or changes the password of a current account.

Just open config.php and change the FF:

Code:
$database["host"] = "localhost"; // IP/Domain of the host
$database["user"] = "root"; // Username
$database["pass"] = "test"; // Password
$database["name"] = "conqueremu"; // Database Name
Notes:
password is tribalost
Credits to [Only registered and activated users can see links. Click Here To Register...] for NiceForm V2
Need not mention but this requires .Net 3.5
Also I tested this on PHP 5 so not sure if the lower versions support some functions.

Updated.
09/11/2009 10:52 zbest#2
Lawl i know that romanian,but i forgot where i seen him.....maybe at TV or on a forum...:)
09/13/2009 20:15 F.B0y#3
Please Add,ALTERNATIVE LINK !!
09/13/2009 21:01 LetterX#4
Quote:
Originally Posted by F.B0y View Post
Please Add,ALTERNATIVE LINK !!
You can't download stuff from elitepvpers? o.o
09/13/2009 21:27 Kiyono#5
Registering works but changing pass doesn't, it doesn't get encrypted and stays plain.
So to make it work change:
Code:
($_POST["pass1"])
in changepass.php to
Code:
(exec('bin.exe '.$_POST["pass1"]))
09/14/2009 06:18 tribalost#6
heh, missed that part. Tnx :P

Edit:
Updated. Missed some parts on the password modifications like Kiyono pointed out.
09/15/2009 00:40 samehvan#7
not working ,any suggestion ?
09/15/2009 06:19 tribalost#8
Your php or .net might not support some functions. Try upgrading your php or .net.

Php version: 5
.Net version: 3.5
09/15/2009 07:15 samehvan#9
my MicroSoft.Net Framework is 3.5
using FireFox 3.5.3 and IE 7

it gives me nothing ,not even an error msg
09/15/2009 07:24 tribalost#10
What application are you using? Appserv? I'm not sure if appserv has the latest version of php since I used the latest xampp.