forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How do you guys think about a mailserver DSU
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous
View previous topic :: View next topic  

What do you think about a mailserver DSU?
Good idea!
44%
 44%  [ 4 ]
Could be usefull....
33%
 33%  [ 3 ]
Isn't usefull at all
22%
 22%  [ 2 ]
Total Votes : 9

Author Message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Thu Sep 25, 2003 7:23 am    Post subject: How do you guys think about a mailserver DSU Reply with quote

Hi all,

I just want to know if there's any interest for a mailserver (smtp/pop3) unit...

Please vote in the poll above Rolling Eyes

Thanks in advance,
Vic

BTW
The unit will probably become shareware ($10,-)

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
addictive
Newbie


Joined: 06 Sep 2003
Posts: 7
Location: The Netherlands

PostPosted: Thu Sep 25, 2003 7:33 am    Post subject: Reply with quote

Nice idea!
didn't expect anything else from you Wink

greet,
Mick
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Thu Sep 25, 2003 1:41 pm    Post subject: Reply with quote

You mean something like this? Rolling Eyes Smile

http://www.vdsworld.com/index.php?page=search&keywords=smtp-server

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Fri Sep 26, 2003 9:10 am    Post subject: Reply with quote

Yes, but then a bit more advanced Wink

Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Fri Sep 26, 2003 5:03 pm    Post subject: Reply with quote

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... Smile
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Fri Sep 26, 2003 6:00 pm    Post subject: Reply with quote

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
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Sat Sep 27, 2003 9:40 am    Post subject: Reply with quote

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
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sat Sep 27, 2003 11:23 am    Post subject: Reply with quote

CodeScript, one you know how to make a TCP/IP connection with an API, it won't be that much work... Smile 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... Smile

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
CodeScript
Moderator Team


Joined: 08 Jun 2003
Posts: 1060
Location: India

PostPosted: Sat Sep 27, 2003 2:26 pm    Post subject: Reply with quote

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 Smile

_________________
Regards
- CodeScript
Arrow Give your application a professional look with the VDSGUI Extension
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sun Sep 28, 2003 9:22 am    Post subject: Reply with quote

I believe you can just use the normal @addr("%A") function when using wininet... Smile
_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Sep 28, 2003 2:03 pm    Post subject: Reply with quote

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? Confused

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
View user's profile Send private message Visit poster's website
PGWARE
Web Host


Joined: 29 Dec 2001
Posts: 1565

PostPosted: Sun Sep 28, 2003 3:44 pm    Post subject: Reply with quote

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
View user's profile Send private message
Rubes_sw
Valued Contributor
Valued Contributor


Joined: 11 Jun 2001
Posts: 625
Location: Northern Ireland

PostPosted: Sun Sep 28, 2003 4:03 pm    Post subject: Reply with quote

You could, allow the end user to pass "their" serial number to the dsu before any commands where run !

Nathan
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Sun Sep 28, 2003 4:46 pm    Post subject: Reply with quote

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? Confused

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... Smile

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Vic D'Elfant
Past Contributor
Past Contributor


Joined: 26 Jun 2002
Posts: 673
Location: The Netherlands

PostPosted: Mon Sep 29, 2003 8:08 am    Post subject: Reply with quote

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 Confused

BTW: Does anyone have particulary wishes?

Greetings,
Vic

_________________
phpBB Development Team
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Miscellaneous All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group