Advanced Registration System

Junior Spellweaver
Joined
Apr 15, 2007
Messages
154
Reaction score
0
All of the php files are encoded this is to protect the copy right its very simple to use.

Live Demo:

How to:

In terms.txt;

Change "Name of server" to the name of your server o-o

And in includes>>config.php;

Change
$dbhost = Your mysql database ip (default localhost)
$dbuser = Your mysql username (default root)
$dbpass = Your mysql password (default root)
$db = Your mysql database

You will also need to run these sqls

Code:
ALTER TABLE `accounts` ADD `question` TINYINT(4) NULL;
Code:
ALTER TABLE `accounts` ADD `answer` VARCHAR(50) NULL;
Code:
ALTER TABLE `accounts` ADD `pin` TINYINT(4) NULL;

Well enjoy xD
 
Re: [Release]Advanced Registration System

Cool :)

But you should post a screen instead, Cus i bet your site wont be online or stay the same forever :)
 
Re: [Release]Advanced Registration System

Your PHP encryption is super easy to crack.:2gunsfiring_v1: Try using Truebug, Ioncube or Zend. :kisss:
 
Last edited:
Re: [Release]Advanced Registration System

To protect his work, someone might get it and repost it as their own.
But, like chrisli75, said, its very easy to unencrypt. But don't worry chrisrogers, I won't repost it, I just need to modify some stuff for my server.
Thanks for a great script!
 
Re: [Release]Advanced Registration System

Not sure why you bothered encrypting it...It only takes a few mins to decode the 3 files.

I'll respect your wishes to keep your work protected and not release them, even though I believe that all work released for an open source project should also be open source.
 
Re: [Release]Advanced Registration System

Not sure why you bothered encrypting it...It only takes a few mins to decode the 3 files.
Bad encryption, chrisli and i cracked it in less than 3 minutes. =.="
And Chrisli ITS TRUEBUG AND IONCUBE FTW! :) =] Obfuscate lmao.
Oh yea, i've seen the password strength and form highlight thing in some free ajax scripts website before e.g. and dynamicdrive =]
 
Re: [Release]Advanced Registration System

1) easy to crack
2) i like other cmses
 
Re: [Release]Advanced Registration System

@SaintsIan : l0l..... stop Inrratating
Xenzy, dont mess with a 4th grader please. And dude, you dont know anything about php or coding do you? you seriously epically fail, all i did was make a comment and u reply with such an irrelevant response.

@XenZy Sig: Recruiting Developers for a Private Project PM me for more information
DARN YOU! you dont tell me stuff do you?
 
Back