Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[Web/PHP] Basic Register- For SUPERSS Emulator

Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
134
Hello all :laugh:

I am releasing a register script for superss emulator because i have LIKE 80 ask ...


My apologies i have do the code for my test server only for friend , i have edit to set in ENGLISH(i'm french) and i have add some security.

It's a procedural code so -> i'm lasy.

If you go to local adress you see "Game Master Right ?" external ip can't see it.

I have add The Read.aspx (for insert into your projectg) and the last update list.

Screenshoot :
jtb1 - [Web/PHP] Basic Register- For SUPERSS Emulator - RaGEZONE Forums



How to configure ?

Download Uwamp :

Install it , and download this website (look at the end of this post)

Extract This website in C:\Uwamp (this remplace WWW folder)

Install the server and using the Mysql of uwamp

Now go to -> C:\Uwamp\www\config.php

Edit this
// Config your Mysql
define('MYSQL_IP', 'localhost');
define('MYSQL_USER', 'root' );
define('MYSQL_PASSWORD', 'root' );
define('MYSQL_TABLE', 'pangya-ssd' );

//Define the number for GM (4 = gm , 1038 = pc bang + gm + premium)
define('CAPABILITY', 4);

// Client Link to Download
define('DOWNLOAD_LINK', 'http://myserver.com/PangyaClient.7z' );

//Define the Server Name
define('SERVER_NAME', "Pangya Test");


//Define 1 If you want show error for User , 0 for no show error
define('ERROR_USER', 0);

Download LINK :

-------------------
Credit :
DaveDevil's / jtb1 --> For make it
SuperSS --> for make this emulator with some bugs XD

If you like --> press like button :)
 
Junior Spellweaver
Joined
Jun 22, 2015
Messages
140
Reaction score
32
Hello all :laugh:

I am releasing a register script for superss emulator because i have LIKE 80 ask ...


My apologies i have do the code for my test server only for friend , i have edit to set in ENGLISH(i'm french) and i have add some security.

It's a procedural code so -> i'm lasy.

If you go to local adress you see "Game Master Right ?" external ip can't see it.

I have add The Read.aspx (for insert into your projectg) and the last update list.

Screenshoot :
jtb1 - [Web/PHP] Basic Register- For SUPERSS Emulator - RaGEZONE Forums



How to configure ?

Download Uwamp :

Install it , and download this website (look at the end of this post)

Extract This website in C:\Uwamp (this remplace WWW folder)

Install the server and using the Mysql of uwamp

Now go to -> C:\Uwamp\www\config.php

Edit this


Download LINK :

-------------------
Credit :
DaveDevil's / jtb1 --> For make it
SuperSS --> for make this emulator with some bugs XD

If you like --> press like button :)


So far I have not been able to make a pangya account using your php, you're frequently giving this error "You need write all" why does this occur?

jtb1 - [Web/PHP] Basic Register- For SUPERSS Emulator - RaGEZONE Forums
 
Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
134
it's because

if(isset($_POST['name']) && isset($_POST['pass']) && isset($_POST['email']) )

-> so "email" or pass or name not have been send
 
Newbie Spellweaver
Joined
Jul 3, 2012
Messages
63
Reaction score
13
forgot to declare USP_CreateAchievementUser to work correctly
1tjtiZZ - [Web/PHP] Basic Register- For SUPERSS Emulator - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jun 22, 2015
Messages
140
Reaction score
32
thing new in my own desbug programin it I can create accounts without having to use the site created in phpit's a pity that this would be useless because it's only set up for my database and access too: /the bad thing about this may also be that when trying to create an account with the same id the bank accepts

IMG:

jtb1 - [Web/PHP] Basic Register- For SUPERSS Emulator - RaGEZONE Forums


IMG2:

jtb1 - [Web/PHP] Basic Register- For SUPERSS Emulator - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Mar 30, 2018
Messages
31
Reaction score
19
Made some changes to the register script.


  • you can set ASK_EMAIL in the config.php to 0 to disable the email field and check
  • if the DOWNLOAD_LINK will stay empty in the config.php the Download button will not be displayed
  • added gender to the script (male/female)
  • the user creation will be done with ProcNewUser procedure now, this also does the missing USP_CreateAchievementUser
  • set gender/sex inside the database
maybe its useful for someone:

 
Last edited:
Newbie Spellweaver
Joined
Mar 30, 2018
Messages
31
Reaction score
19
Oh I reupped yesterday, there was still a "die" inside the php from testing. So if it doesnt work simply download again :)
 
Newbie Spellweaver
Joined
Oct 6, 2017
Messages
37
Reaction score
0
Can you make this page for season 4.9 working with mssql server 2008?
 
Back
Top