hey all
i going release a nice script
but there is a little catch on this script
it contains out of 2 scripts and a mysql table
i do not provide free install service , if you fail to install it on your own then you can request me to do it , but it will not be for free (you get the script already for free )
small instal price list
basic install = 5$
configure script to your database from your server
configure the email sending script on your site
making basic mysql conection for script to work
advanced install = 15$
configure script on server
configure the email sending script on your site
securing mysql so it can do no damage for the script
site intregration with the template you provide (fit your site)
special install = 25$
configure script on server
configure the email sending script on your site
securing mysql so it can do no damage for the script
site intregration with the template you provide (fit your site)
register page fix to allow emails to be added
securing register page like i have on demonpower (only allow acces from your server , and few security checks in it + a avaible name checker on it )
enjoy
Update:
Script modified with the info in this topic (mysql sanitizing)
added "die" commands to prevent execution after a error
because it is still a release and a wanted request
and i want that users know what they do and that they stop bothering me with pm's all the time because they can not get something done
the script is still a free release so the black market is not the right place ( as it is still a free release)
but if they can not get it installed because they do not know how or can not even open a php file then i do not need to waste my time on it
and for that reason i ask instalation costs , so they will do it on there own first or ask there friends
and i only do that for this script , and soon i going release a few other requests to with the same kind of system
but that is a other story
to make it short
if a user is not able to install then i like to get paid for the time i need to waste on it to help that user
i guess he was talking for the backend and how to edit the register page to include the email settings so it assign the email to the registered user
i will later on release a nice register script with email verification
but if you search a bit around on this forum then you will find enouf register scripts who got that email already implented
but in case of intrest
here is the code
Code:
$email=trim($_POST['email']);
mysql_query("insert into account (name,Password,Reg_date,email) values ('".$userid."','".$hash."','".date("y-m-d H:i:s", time())."',"'.$email.'")");
the CAPTCHA might not work so delete it and it would be non CAPTCHA
correct PC . but also some datas doesnt have the e-mail function ,
so u guys need to create a tab called email . and all u gonna do is add this one to ur register.php watch for the bolds i made . also u need to be sure everything is right spelled it differs from a db to another
u can make some edits here too .
Quote:
[$.validator.addMethod("username", function(value, element) {
return this.optional(element) || /^[a-z0-9\_]+$/i.test(value);Here u can add something thay will not be verified if they registered using it for example the PM etc.
}, "Username must contain only letters, numbers, or underscore.");
swordstalker
it is for that reason that i offer a install service
as not all databases are the same and the persones who know how to work with the database can do those things on there own (and most databases contains the email tab , even my old database contains it )
and for that reason i do not like to waste time on it to keep repeating the same over and over , as the forum is already full of those things
then for the verification
as you probaly know , the email verification you provided is not the best way for it
as it can not contain a double dot ( like )
but it is a start as verification
then there are a bit funny bugs to in the register script itself
users who got a longer email then 30 chars wont be able to register ( as max chars is 30 )
the big point i mean with this topic is that i love to release this kind of things
but that the users who like to continue with it and like to use it need to use 2 things
1) google
2) this forum
3) need to learn php/mysql (basic to change a few parameters)
4)need to be able to start with opening a txt file ( as most users doesnt do that )
on that way you know that users who got this sucessfuly installed are not rubish
as i wanna bet that 95% forget to change the email that it sends out and got no clue how to get the email sending to work ( as you need a webserver for it or smtp server)
or are not even able to conect to there mysql server (then we do not talk about security)
anyway
for the users who get it installed , i wish them good luck and my next release will be a same kind release for email verification and password change script (with locked account info and stuff)
on that way the users are unlikely to get spammed or abused by the systems they have now and it give a more secure feeling of what the scripts does now
its not bad meaned , but i am just a bit tired of providing the same answer and answer over and over again
i still love to release stuff to help , but the support and lazyness of some persones are just to mutch for me
then for the verification
as you probaly know , the email verification you provided is not the best way for it
as it can not contain a double dot ( like )
Greets From PowerChaos
I hate to say it, but you need to take another look at my code. You can have as many characters as your database can contain.
Code:
10004301 brian44 05d5f45a9b580074c8e77ec87dd4242e 2011-04-30 14:15:21 127.0.0.1 Yes [color=red][/color] Mothers Maiden Name? test
In my example, my email contains 44 characters including the email hoster. So by you saying that you can't contain more than 30 characters is absolutely incorrect. As for the multiple periods, As you can see, Ive included 3 in mine.
So before you try to discredit someones work, you should atleast try it out.
I'm pretty sure he was posting about mine, since yours doesn't actually verify that its an email address. You just have input areas that has a max length.
edit:
i was talking about both scripts
swordstalker because email limit (was just pointing at it )
and eurion because the code (i supose my code was a bit messy when i used it as his code does work )
@swordstalker
you can make your own register script ( else you woulnd even provide code )
but the point i meaned with it is that we get the same answer over and over
they keep asking for the same stuff over and over and where is that time that they dit it on there own and just asked us difficult questions where we barely got a answer on ??
@eurion
i guess i messed up your code with the code i used before
as the code i used before coulnd contain more then 1 dot or the verificaion failt ( same as a dot after @ like )
and for the email
most register scripts got a max char set on it ( max of 30 chars)
but the database value is a max of 128 chars ( in my case)
i do not want to descredit some1
i just want to proof a small point that most users does not even edit stuff
and that this release was made for the users who do know how to take care of that stuff
next time i will make the title
[advanced release] so the users does not need to read more then just the tittle and know if it is to hard for them or not
but before we go to mutch offtopic here
hopely you can understand my point
my point in short
users need to know atleast a basic before they start up a server
they need to learn again to use google (even those 12 years old kids)
they need to learn again that we do this for fun and does not like to have all the time pm's or to repeat the same answer over and over again
as soon they learn that part then i am sure that there are a lot more persones who going release scripts
but on this way i am not so sure about that some1 like to release a script if they ned to answer the same answer over and over again
[RELEASE] Secure PHP Web Change Password Script 08/28/2013 - Shaiya PServer Guides & Releases - 8 Replies This is a secure password change script meant for Shaiya private servers.
I noticed a lot of private servers do not allow regular users to change passwords. Be warned, this script is a double-edged sword in a way, ESPECIALLY since most servers do not allow for password recovery via email or some other method. By implementing this script players who have shared their account credentials with other players can now get their password changed unknowingly (and thus their account is now...
[RELEASE]Password Reset Tool 04/04/2011 - Dekaron Private Server - 6 Replies Dekaron Password Reset Tool
This tool will change the passwords of all your Dekaron accounts to a 14 character, case-sensitive, alphanumeric string. Such as "8f9EobZouaMztW".
You can use the tool both on the dedicated server or off it. It is easiest to just use on the dedicated server by clicking the check box for "Windows Authentication" then you don't have to enter anything, just click and go!
The other feature on this tool is importing your new passwords to a MySQL database for...
[Release] Ip-Reset D2NT-Script!(beta) 10/08/2010 - Diablo 2 - 28 Replies Soo Leute es ist soweit
Hiermit stelle ich die Version 0.97Beta des D2NT-Reconnecters Online!
Alle Dateien/Scripts wurden von mir verfasst!
Ihr könnt sie gerne scannen!
Wollte die Dateien eigentlich openSource anbieten.
Jedoch habe ich es schon öfter miterlebt das openSource Programme
missbraucht wurden, von 3. Verschlüsselt wurden und weiterverkauft!
Somit bekommen hier nur 1 oder 2 Leute denen ich vertraue eine Opensource Version!
Reset password ifyou lost the Secret answer 06/06/2008 - WoW Exploits, Hacks, Tools & Macros - 1 Replies Hi all
So, you have wow and you forgot the password and cant get it changed because
your one of the many who either purchased a wow account or you simply cant remember your secret question/answer.
This is what I done to reset my password on one of my accounts that I purchased.
You have to have the email on the account set to your email btw.
Simply get a friend or if you have an alt account do it yourself.
And report yourself for buying gold.