[REQ]SSE Regpage with options.

07/31/2010 15:44 dimkacool#16
vorosmihaly, this line is written wrong :
Quote:
$fh = fopen($file, 'w')or die(can't open the file);
07/31/2010 15:45 dimkacool#17
Quote:
Originally Posted by LastThief View Post
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
Okay, then I need a script, when I register a char, choose username, and char is automaticaly 110lvl, and 110 mastery ... -.-
07/31/2010 15:56 vorosmihaly#18
Quote:
Originally Posted by LastThief View Post
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
its possible. just need to add a line to $data = "[account]
password=$password
[Data]
Name=[GM]n00b
Level=110
etc....";
so it will write the char datas too.
Quote:
Originally Posted by dimkacool View Post
vorosmihaly, this line is written wrong :
no,there's nothing problem I think..

edit: modify the 'w' to 'a'
and it should be good
07/31/2010 16:11 dimkacool#19
Quote:
Originally Posted by vorosmihaly View Post

no,there's nothing problem I think..

edit: modify the 'w' to 'a'
and it should be good
Still same.
Here is my script :
07/31/2010 16:26 vorosmihaly#20
Quote:
Originally Posted by dimkacool View Post
Still same.
Here is my script :

copy&paste it,it should work now.
07/31/2010 16:46 dimkacool#21
Mmmm, nope :(
Still something wrong in line 5.