Page 1 of 1

MySQL Members System - v1.0 BETA FULL VERSION!

Posted: Sat Apr 11, 2009 4:06 pm
by madjamonline
Hello all WB6 and WB5 members! :wink:
The full version of my MySQL Members System is now available for download for Web Builder 5 (WB6 recommended!)

Features
  • Embed into your webpages instantly!
  • Easy customization, customize just about everything!
  • Signup system makes it easy for your website members to signup instantly to your website!
  • Login bar to display your own custom message for logged in/logged out users
  • Much more!
Unfortunatly, the recover pwd and change password controls are not included as they still have bugs. They will be released in the next version.

Requirements
  • PHP Webserver
  • MySQL Database with a ready table
  • Some knowledge of MySQL
Download
The download file includes an automatic extractor. The extension comes with a manual, the extension of course, and an example of a website.
Click on the link below to download the extension.
http://www.wysiwygwebbuilderfanz.co.cc/ ... mbers.html
(Please post comments on my above website in promote your site forum. I would like to know whether anyone wants me to open the new forums.)

Thank-you for supporting this project! :D
Report any bugs below. Comments are most welcome :wink:

Posted: Sun Apr 12, 2009 4:54 am
by me.prosenjeet
Downloading...but please put a demo of this application somewhere. At least I didnt understand what or how it does things you wrote. Demo will be appreciated

Posted: Sun Apr 12, 2009 10:04 am
by madjamonline
This makes no sense, it works fine for me!
Demo (sorry!) can be found at www.madjamonline.com/memberstest/

Posted: Sun Apr 12, 2009 1:11 pm
by me.prosenjeet
madjamonline wrote:This makes no sense, it works fine for me!
Demo (sorry!) can be found at www.madjamonline.com/memberstest/
Actually, I didnt say its not working I said I didnt understand it :lol:

Posted: Sun Apr 12, 2009 2:17 pm
by Marek
How is it used, I have to create a database on the hosting?

Posted: Sun Apr 12, 2009 2:25 pm
by star57
This is a great start! Hopefully the recover and change will be coming soon as I am looking forward to using this for a better login with SQL.

Just a suggestion, as with my extensions. Posting the files and having other help you in the development. You gain much experiance and helpful knowledge.

Great Job!

Posted: Mon Apr 13, 2009 1:43 pm
by madjamonline
Thanks for the comments and suggestions! I am not a very good extension wizard myself, but I really do think that I have achieved something! :D
I am working on the recover password and change password objects.

You need to have a MySQL Database don't forget!
Make sure you have a table set up with all of the fields.
Refer to the help manual for more.

Posted: Mon Apr 13, 2009 1:44 pm
by madjamonline
me.prosenjeet wrote:
madjamonline wrote:This makes no sense, it works fine for me!
Demo (sorry!) can be found at www.madjamonline.com/memberstest/
Actually, I didnt say its not working I said I didnt understand it :lol:
That was for Akamaro and markcave

Posted: Fri Apr 17, 2009 5:56 pm
by me.prosenjeet
By the way, is it still beta?

Posted: Sun Apr 19, 2009 4:03 pm
by madjamonline
Might be a few bugs...

Posted: Sun Apr 19, 2009 5:39 pm
by kees
madjamonline wrote:Might be a few bugs...
For example:
<?php
$showusericon = No;
if($showusericon = "Yes")
{...

Posted: Sun Apr 19, 2009 6:37 pm
by madjamonline
kees wrote:
madjamonline wrote:Might be a few bugs...
For example:
<?php
$showusericon = No;
if($showusericon = "Yes")
{...
This is not a bug.
The showusericon variable is set in the properties. If you selected yes in the properties, it would be $showusericon = Yes;
No bug! :wink:

Posted: Sun Apr 19, 2009 7:18 pm
by kees
madjamonline wrote:No bug! :wink:
But it isn't valid php, unfortunately. I think you mean:

Code: Select all

<?php 
$showusericon = "No"; 
if($showusericon == "Yes") 
{...
Please put this code at the start of any php page and fix all errors before you publish it:

Code: Select all

<?php
ini_set('display_errors', 1);
error_reporting(E_ALL);
?>

Posted: Sun Apr 19, 2009 8:07 pm
by madjamonline
Yes, well it works for me, on my server as it does on my other test server.
I know I should of put it in a string. It works, and that is the most important thing. :)

Posted: Wed Jul 01, 2009 11:50 pm
by madebyibloo
akamaro i second that

Posted: Thu Aug 27, 2009 11:32 am
by Eddy
The download works( tested),try with another browser IE or FF

Posted: Sun Oct 11, 2009 4:12 pm
by BaconFries

Posted: Sat Oct 24, 2009 4:19 pm
by madjamonline
Hello all,
I do apologize for being so "inactive" on this forum.

I have been very busy over the past month or two.
Development for these old extensions of mine will continue as I am going to start mass producing extensions. However, so many ideas have already been discussed on the forums, I am going to struggle. Please do not post suggestions here, as I will be looking for ideas on me.prosenjeet's topic.

Thanks

Posted: Sat Oct 24, 2009 5:56 pm
by madjamonline
Well this new extension COM system is going to be my new playground.
I can now build much more advanced extensions and already, web builder has been completly customized with my new programming ideas.

The next extension due is a Skype Button Creator. A bit pointless, but it is just to purely test out the new system and it might come in handy :D

Posted: Sun Oct 25, 2009 12:17 pm
by madjamonline
@BlindSoul

Some of suggestions have no point in creating an extension for. For example, the display username when logged on idea has already been invented. Please read through the extension index to get an idea.

Thanks for your support

Posted: Mon Oct 26, 2009 3:10 pm
by Eddy
Unfortunatly, the recover pwd and change password controls are not included as they still have bugs. They will be released in the next version.


Is this option build in the extension,in the first post I don`t see an update.
If not please finish first this extension.

Thanks.

Posted: Mon Oct 26, 2009 3:25 pm
by genieuk
Eddy wrote:
Unfortunatly, the recover pwd and change password controls are not included as they still have bugs. They will be released in the next version.


Is this option build in the extension,in the first post I don`t see an update.
If not please finish first this extension.

Thanks.
I agree, it seems people have only half extension, if a user looses password they won't be able to login as they cannot recover password.

I built my entire website myself as these features are rather easy to integrate/fix. Without these i would not have launched my site. Not being nasty or anything just it true what others are saying.

If you need any assistance madjamonline in the change password and password recovery just let me know and i could help if needed.

Regards,
Mathew