[Web/PHP] Basic Register- For SUPERSS Emulator

Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
136
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 :



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
 
Junior Spellweaver
Joined
Jun 22, 2015
Messages
140
Reaction score
32


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?

 
Experienced Elementalist
Joined
Apr 1, 2010
Messages
267
Reaction score
136
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
64
Reaction score
13
forgot to declare USP_CreateAchievementUser to work correctly
 

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:



IMG2:

 
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
I still got the No Achievements Data error.
 
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?