MySQL Members System - v1.0 BETA FULL VERSION!

In this section you can share self-made extensions with other users of WYSIWYG Web Builder.
There is a dedicated section for commercial extensions.
Post Reply
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

MySQL Members System - v1.0 BETA FULL VERSION!

Post 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:
Last edited by madjamonline on Fri Apr 17, 2009 5:46 pm, edited 2 times in total.
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post 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
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post by madjamonline »

This makes no sense, it works fine for me!
Demo (sorry!) can be found at www.madjamonline.com/memberstest/
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post 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:
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Marek
 
 
Posts: 9
Joined: Wed Jan 14, 2009 7:51 pm

Post by Marek »

How is it used, I have to create a database on the hosting?
User avatar
star57
 
 
Posts: 129
Joined: Fri Mar 02, 2007 10:45 am

Post 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!
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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.
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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
User avatar
me.prosenjeet
 
 
Posts: 1265
Joined: Mon Dec 24, 2007 1:50 pm
Location: Lucknow
Contact:

Post by me.prosenjeet »

By the way, is it still beta?
Check the new Chat GPT and Malware detect extensions at the link below

Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post by madjamonline »

Might be a few bugs...
User avatar
kees
 
Posts: 48
Joined: Mon May 23, 2005 7:36 pm
Location: Soest - NL

Post by kees »

madjamonline wrote:Might be a few bugs...
For example:
<?php
$showusericon = No;
if($showusericon = "Yes")
{...
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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:
User avatar
kees
 
Posts: 48
Joined: Mon May 23, 2005 7:36 pm
Location: Soest - NL

Post 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);
?>
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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. :)
User avatar
madebyibloo
 
 
Posts: 371
Joined: Fri Mar 27, 2009 3:58 pm
Location: East Yorkshire, United Kingdom
Contact:

Post by madebyibloo »

akamaro i second that
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

The download works( tested),try with another browser IE or FF
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Post by BaconFries »

madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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
madjamonline
 
 
Posts: 51
Joined: Tue Jun 19, 2007 4:27 pm
Location: United Kingdom
Contact:

Post 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
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post 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.
genieuk
 
 
Posts: 129
Joined: Fri Mar 06, 2009 2:10 am

Post 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
Post Reply