Hard?? its easy lmaoThat seems to me, very hard to make.
Hard?? its easy lmao
Have a table in the database, username(or email) and beta code
Beta sign up they put in their username/email & beta code, beta code can be generated anyway you want (this data gets put into the table i listed above)
So then on a register page you could have username,pass,email,beta code
Then run a query to make sure that the beta code for that specified username/email is matched to the one in the database.
If it is, insert the registration into the database and delete the row in the table i have listed above = job done
At OP, im presuming you have coding knowledge?
My english isn't the best in the world but.. From what I can understand he asked for a script that removes the betacode from the database when entered. He never said anything about putting information into the database (expect the betacode). You have a very nice system there, but from what I understood, that's not what he asked for (registration etc.).Does anyone have a beta code script that checks to see if the beta code works then deletes it from the db and so that the user can view my site!
Based on his question about 'viewing his site' im presuming he has some sort of user system created to allow/deny access to his website (if you have an account you can view, if not then it redirects you to index).Look..
My english isn't the best in the world but.. From what I can understand he asked for a script that removes the betacode from the database when entered. He never said anything about putting information into the database (expect the betacode). You have a very nice system there, but from what I understood, that's not what he asked for (registration etc.).