MReg System

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Alright, also added to the to-do list 8)
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

Matt, it's very nice - congratulations. I think the database is hosted on your side. I'm wondering if in the future, you would permit a developer to host their own database?
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Thank you!
And thanks for the idea, I'll have to look into that and how to implement that,
the thing is right now Purebasic doesn't directly run the sql commands to the database, it uses a different method of requesting them on the server.
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

For anyone here using this, please re-download the DLL. A new version was released to fix a small bug.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Got it.
Why not just change the init and setprogram to

Code: Select all

init(username, password, programname)
?
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

I'm not sure if you got the correct one, as I just re-uploaded twice because I caught something I didn't see before, so maybe be double safe and do it again.
I didn't make the program auto-update because it wasn't that big of a thing.
Next update will be version 2.00 I hope :)

I'll add that to the DLL to-do list :P

-------------------------------------------------

Here is an update about version 2.00:

Here are some of the features I hope to include and that I am working on:
* Send Mail to a user in the program
* Send mass emails to a certain amount of users
* Send personal mail using templates (which you can also create)
* Remember login details
* Free PHP file that allows you to manage and create users through your own site, like automatically create users and keys and manage them
* Bug fixes and security updates
* Small chm help file

This is going to be a major release :)
I can't wait to finish it, lots of hard work is going into it.

So far I have finished the internal mail function with templates (still need to have a feature to send mass emails though.)
I also finished the remember login details.
And I am about 10% done with the PHP file.

Here is a screenshot showing the templates for the email.
http://www.matt.phpgurus.co.uk/MRegSyst ... nshot4.jpg

Matt
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Post by DoubleDutch »

Very nice work... :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Looking really really nice.
Do you have a Paypal donation button somewhere? ;)
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

ha thanks, but I don't have paypal yet,
If I plan to sell I will get an account.... then feel free to ;)
(of-course if I sell this all previous user's will get the for-sale version for free 8) )
r_hyde
Enthusiast
Enthusiast
Posts: 155
Joined: Wed Jul 05, 2006 12:40 am

Post by r_hyde »

I've just taken notice of this. Very impressive interface, it seems very well thought out (I haven't downloaded yet, just watched the videos). When I get some spare time, I'll try it out!
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Thanks, let me know what you think when you try it out! :)

And a small update:
After much, much, much stressing out I finally believed I have finished being able to send multiple users emails.
This includes being able to use the templates, which thus allows you to send an email to all the users in a program with their keys. :)

Matt
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Hi everyone!

Version 2.00 has been released. Check the first post for more information, and be sure to update your version!

I am still working on some more features that I wanted to get our for 2.00 but couldn't on time, but they should hopefully be released in the next version.
User avatar
GeoTrail
Addict
Addict
Posts: 2794
Joined: Fri Feb 13, 2004 12:45 am
Location: Bergen, Norway
Contact:

Post by GeoTrail »

Fantastic work Matt.
I really like this program.
I Stepped On A Cornflake!!! Now I'm A Cereal Killer!
Hurga
Enthusiast
Enthusiast
Posts: 148
Joined: Thu Jul 17, 2003 2:53 pm
Contact:

Post by Hurga »

Looks really nice.
I planned to write some thing for my game, but I´ll test yours. Seems to be just right for me.

:-)
Matt
Enthusiast
Enthusiast
Posts: 447
Joined: Sat May 21, 2005 1:08 am
Location: USA

Post by Matt »

Thanks, let me know how you like it :)
Post Reply