[REQ]SSE Regpage with options.

07/29/2010 15:42 dimkacool#1
GD, People!!!
I need a PHP Regpage for my own server.
I saw somewhere this, but link is broken.
When you enter regpage, you enter ID/PW/Charname and in PHP file you can change player start HP, MP, Level etc etc...

Hope you got the point ;)

dimkacool
07/29/2010 15:47 PortalDark#2
Quote:
Originally Posted by dimkacool View Post
GD, People!!!
I need a PHP Regpage for my own server.
I saw somewhere this, but link is broken.
When you enter regpage, you enter ID/PW/Charname and in PHP file you can change player start HP, MP, Level etc etc...

Hope you got the point ;)

dimkacool
well the account creation is kinda easy, you can code it yourself
buti dont recommend editing an account from there
anyway, i will look for the one i have
07/29/2010 15:55 dimkacool#3
I am kinda noob at php's...
Anyway thanks.
07/29/2010 16:01 PortalDark#4
the only i have is the one that nr67 released, the one inside the emu
07/29/2010 16:25 dimkacool#5
No, this isn't the php I need.
Hope others have it...
07/29/2010 16:53 PortalDark#6
Quote:
Originally Posted by mantelis50 View Post
U kinda noob at c++ too.

Fooling little kids with ur server ( yes, with LSRO ) that you gonna fix bugs, that you gonna make everythng working... every kid trust you... gtfo faggot
Quote:
Originally Posted by mantelis50 View Post
hope someone hack ur website before mine friend ( on holidays ) :

[Only registered and activated users can see links. Click Here To Register...]
Quote:
Originally Posted by mantelis50 View Post
Did i said, that i gonna hack it?

Kid? Hahahaha, whos is a kid? I wrote hundreds globals, that this is sea emu and u banned me xddd what a fucking kid, fooling kids that u created this emu
#reported 4 spam
his asking for a reg page, and you come with flaming post
07/29/2010 16:58 Yo123#7
#thread cleaned and moved.
please stay on topic
07/29/2010 20:49 dimkacool#8
Thread up up up...
07/29/2010 21:07 vorosmihaly#9
a little help:
$accname = $_POST['username'];
$file = "$accname.ini";
$fh = fopen($file, 'w')or die(can't open the file);
$data = your datas here....
fwrite = ($fh, $data);
fclose($fh);

you can start with it..^^ oww and don't forget to use google:P
07/29/2010 23:07 dimkacool#10
Used google.
Nothing.
Your code gave nothing too.
You should add a working link to [Only registered and activated users can see links. Click Here To Register...]
07/31/2010 15:23 dimkacool#11
Still got errors.
C'mon guys :).
07/31/2010 15:28 LastThief#12
check my thread i made full guide how to make reg page for ur server [Only registered and activated users can see links. Click Here To Register...] but i dun have options srry its simple reg page ^^
07/31/2010 15:32 vorosmihaly#13
<?php
$username = $_POST['username'];
$password = $_POST['password'];
$file = "$username.ini";
$fh = fopen($file, 'w')or die(can't open the file);
$data = "[account]
password=$password";
fwrite = ($fh, $data);
fclose($fh);
?>

the html form:
<html>
<body>
<form action="reg.php">
<input type="text" name="username">
<input type="password" name="password">
<input type="submit" value="Submit">
</form>
</body>
</html>

omg..its easy..its the simple script which register an acc,for more options you will have to search because I won't do it.
07/31/2010 15:33 dimkacool#14
LastThief, I need a regpage, when you create char, you got 110 mastery, b'coz i heard in 1.676 SSE you got crash when you lvlup mastery to 91 or more.
07/31/2010 15:43 LastThief#15
Quote:
Originally Posted by dimkacool View Post
LastThief, I need a regpage, when you create char, you got 110 mastery, b'coz i heard in 1.676 SSE you got crash when you lvlup mastery to 91 or more.
what do u mean do u mean when u create char u automatically get 110 mastery if yes then its impossible if no then manual edit FTw no one can reach more than lvl 90 cause they only get 1 exp