| View previous topic :: View next topic |
| What do you think about a mailserver DSU? |
| Good idea! |
|
44% |
[ 4 ] |
| Could be usefull.... |
|
33% |
[ 3 ] |
| Isn't usefull at all |
|
22% |
[ 2 ] |
|
| Total Votes : 9 |
|
| Author |
Message |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Thu Sep 25, 2003 7:23 am Post subject: How do you guys think about a mailserver DSU |
|
|
Hi all,
I just want to know if there's any interest for a mailserver (smtp/pop3) unit...
Please vote in the poll above
Thanks in advance,
Vic
BTW
The unit will probably become shareware ($10,-) _________________ phpBB Development Team |
|
| Back to top |
|
 |
addictive Newbie

Joined: 06 Sep 2003 Posts: 7 Location: The Netherlands
|
Posted: Thu Sep 25, 2003 7:33 am Post subject: |
|
|
Nice idea!
didn't expect anything else from you
greet,
Mick |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Fri Sep 26, 2003 9:10 am Post subject: |
|
|
Yes, but then a bit more advanced
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Fri Sep 26, 2003 5:03 pm Post subject: |
|
|
I think it will be pretty easy to do that if you know what commands are used. Do you want to use an existsing DLL, or the wininet dll? I think the last one will do best, because the DSU file won't be too big. You can also use some more of the Window's APIs, like encryption of files, etc...  _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Fri Sep 26, 2003 6:00 pm Post subject: |
|
|
You could well do entirely in VDS but it won't have the good error handling capabilities of DLL making it non robust. I am not saying that making a robust DSU isn't possible at all but it will be toooo much of a work. And more important if you want to make changes later .. You wont be able to maintain it easily IMHO. _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Sat Sep 27, 2003 9:40 am Post subject: |
|
|
I was planning to use the vdsipp.dll to handle all tcp/ip connections.
I don't know it exact size, but I don't think those few kbs will be a problem.
Anyway, I think I'll start creating the dsu. But how do you all think about making it a shareware-unit?
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sat Sep 27, 2003 11:23 am Post subject: |
|
|
CodeScript, one you know how to make a TCP/IP connection with an API, it won't be that much work... I once used another DLL (mesock32.dll) which implented all wininet headers. But if you know the right onces, you'll be done in a few minutes...
Btw. I'll try to ask the maker of mesock32.dll for the source code. If he wants to publice it, I'll convert it to VDS code...  _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
CodeScript Moderator Team

Joined: 08 Jun 2003 Posts: 1060 Location: India
|
Posted: Sat Sep 27, 2003 2:26 pm Post subject: |
|
|
| Skit3000 wrote: | | CodeScript, one you know how to make a TCP/IP connection with an API, it won't be that much work... |
Well I am not good in this network area but my guess is if you have to make it equally robust as the dll may involve quite some work. You may not get the poper structs defined in VDS etc etc. I am not dicouraging any one. I am happy to see one working  _________________ Regards
- CodeScript
Give your application a professional look with the VDSGUI Extension |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sun Sep 28, 2003 2:03 pm Post subject: |
|
|
I don't know about anybody else, but don't you think it's not a good
idea to make a DSU just to control a VDS extension?
If you're going to make a DSU I think it should just use API calls
and not have to re-distribute an extension with it. _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
PGWARE Web Host

Joined: 29 Dec 2001 Posts: 1565
|
Posted: Sun Sep 28, 2003 3:44 pm Post subject: |
|
|
Vic you certainly can use a dsu to control the vdsipp but you cannot distribute your serial within the dsu which then allows the vdsipp to be used freely.
Any development purposes with the VDSIPP (whether that is direct dll access or through any other means 'dsu') requires an end-user to purchase a license of the VDSIPP as well. |
|
| Back to top |
|
 |
Rubes_sw Valued Contributor


Joined: 11 Jun 2001 Posts: 625 Location: Northern Ireland
|
Posted: Sun Sep 28, 2003 4:03 pm Post subject: |
|
|
You could, allow the end user to pass "their" serial number to the dsu before any commands where run !
Nathan |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
Posted: Sun Sep 28, 2003 4:46 pm Post subject: |
|
|
| FreezingFire wrote: | I don't know about anybody else, but don't you think it's not a good
idea to make a DSU just to control a VDS extension?
If you're going to make a DSU I think it should just use API calls
and not have to re-distribute an extension with it. |
That's what I think too. Or you should use a small extension, which you can pack/unpack into your DSU with the binfile command. When running the DSU file, you can unpack it to a tempetorial directory...  _________________ [ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial! |
|
| Back to top |
|
 |
Vic D'Elfant Past Contributor


Joined: 26 Jun 2002 Posts: 673 Location: The Netherlands
|
Posted: Mon Sep 29, 2003 8:08 am Post subject: |
|
|
| PGWARE wrote: | Vic you certainly can use a dsu to control the vdsipp but you cannot distribute your serial within the dsu which then allows the vdsipp to be used freely.
|
That's indeed true... I think I'll use it like Nathan said, something like:
| Code: | | mailserver, vdsippserial, <end users serial> |
But I've got still a lot of work to do before the dsu is ready.... The hardest part is to create clear commands and functions, which are (or should be) easy to use
BTW: Does anyone have particulary wishes?
Greetings,
Vic _________________ phpBB Development Team |
|
| Back to top |
|
 |
|