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 


E-mail out without end-user knowledge - Shareware?
Goto page 1, 2  Next
 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help
View previous topic :: View next topic  
Author Message
noveltech
Contributor
Contributor


Joined: 16 Sep 2002
Posts: 105

PostPosted: Fri Nov 21, 2003 5:09 pm    Post subject: E-mail out without end-user knowledge - Shareware? Reply with quote

Shareware Software. Is there a way for vds to email a short note to shareware Author everytime the end-user starts the unregisterd version of software... PURPOSE: for Author insight and marketing potential. We could have a "thank you note" auto reply to go back to the shareware user or other notes to prompt End-user to purchase our software.

A DLL? or DSU? or VDS?

Must check for internet connection and send un-noticed and/or store the message for "sending" when End-user has open connection.

The thought: I would let the shareware user know that I am aware that our unregistered program is still being used after {x} number of days, weeks, months, or years.

All feed back invited and welcomed, nt
Back to top
View user's profile Send private message
Skit3000
Admin Team


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

PostPosted: Fri Nov 21, 2003 7:57 pm    Post subject: Reply with quote

You can use several DLLs for this, like the vdsipp.dll and the vdsinet.dll.
_________________
[ 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: Fri Nov 21, 2003 7:59 pm    Post subject: Reply with quote

What you could do is also use a PHP script on a server which the program
just calls so that it's less awkward then sending mail directly. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin 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 Nov 21, 2003 8:02 pm    Post subject: Reply with quote

I think that'll be the best solution, because you then don't have to include a big dll file with your installation package... 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
Garrett
Moderator Team


Joined: 04 Oct 2001
Posts: 2149
Location: A House

PostPosted: Fri Nov 21, 2003 8:06 pm    Post subject: Reply with quote

Provided the user is connected to the internet. If not, your email will not
be sent.

Another situation is firewall issues. Programs like ZoneAlarm will ask the
user for permission to allow your program to access the internet.

Lastly, your program may end up being considered spyware and gain a bad
rep for it's "Phone Home" technique. This of course could mean the death
of your program and possibly any other programs under your name.

Just some food for thought.

-Garrett

_________________
'What you do not want done to yourself, do not do to others.' - Confucius (550 b.c. to 479 b.c.)
Back to top
View user's profile Send private message
noveltech
Contributor
Contributor


Joined: 16 Sep 2002
Posts: 105

PostPosted: Fri Nov 21, 2003 10:04 pm    Post subject: Reply with quote

Quote:

Lastly, your program may end up being considered spyware and gain a bad rep for it's "Phone Home" technique. This of course could mean the death of your program and possibly any other programs under your name.

Just some food for thought.


That's a lot of food! I think that is very possible.

If prog reports back to Author via PHP or Email, there should be a pop up screen informing end-user of what is happening, b4 prog starts, and let end-user click No - which stops program from executing. This could take place after "X" number of days of free shareware usage.

Another thought however, "what if" we have a program that needs to email the end-user at specific events due to the end-user requirements.

I would like to read more about the PHP FreezingFire mentioned. I will do searh on this forum for same.

Thanks to all, nt
Back to top
View user's profile Send private message
Serge
Professional Member
Professional Member


Joined: 04 Mar 2002
Posts: 1480
Location: Australia

PostPosted: Sat Nov 22, 2003 7:57 am    Post subject: Reply with quote

hi noveltech,

i would strongly suggest against using the idea you have in mind...i for one would never ever trial a program if i knew that an email was sent at regular intervals...i would question just what sort of information is being sent...and even if i was told, it would be a matter of believing you Confused

a better method would be to use a registry key with an encrypted entry that would keep track of the number of times a user has used your program with an appropriate section within vds that would cause a message to popup at certain times to remind the user that the program has been used x times and has not been registered as yet

you could also allow, say, 50 uses of your program with all features available...after which certain features would become disabled until the user registered the program...you can also use a registry key for that with an encrypted entry

one thing is for sure, as far as i am concerned, don't use your email idea!!!

serge

_________________
Back to top
View user's profile Send private message Visit poster's website MSN Messenger
noveltech
Contributor
Contributor


Joined: 16 Sep 2002
Posts: 105

PostPosted: Sat Nov 22, 2003 4:29 pm    Post subject: Convinced! Reply with quote

Thanks, Serge, Garrett, Skit3000, FreezingFire for feedback.

I will not use the report back to author "idea". I am convinced it would be negative efforts other than the knowledge acquired.

An option for end-user to activate would be a nice feature. The option would e-mail the end-user... End-user would type the email address they wish to use. Pagers and Cell Phones are capable of receiving email or notifications via email. The application seems to have merit. Have not been able to get it to work. Last year, was wking on same without good results. Thanks, nt.
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sat Nov 22, 2003 5:15 pm    Post subject: Reply with quote

Are you still interested in the PHP? I can write you a script for it if you need. Smile
_________________
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: Sat Nov 22, 2003 5:19 pm    Post subject: Reply with quote

I do something similar in my products but never do I grab a users email address - as that would be considered harvesting.


My products when opened will connect to my server to verify registration status - all that is sent is the serial number used, no names or anything else is sent. This verifies if the serial is infact valid and not created by a keygen.

Done using http protocol and a php script which connects to MySql database to verify orders.

My license agreement notifies the user of this, as well does the FAQ in the helpfile. The online check is completely optional, meaning if there is no intenret connection it will not force one and will continue operation of the program as normal.
Back to top
View user's profile Send private message
noveltech
Contributor
Contributor


Joined: 16 Sep 2002
Posts: 105

PostPosted: Sat Nov 22, 2003 7:54 pm    Post subject: Yes! and thanks for the offer! Reply with quote

Quote:

Are you still interested in the PHP? I can write you a script for it if you need.


Yes, FreezingFire, thank you for the offer. nt
Back to top
View user's profile Send private message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Sun Nov 23, 2003 1:37 am    Post subject: PHP Mailer Script Reply with quote

I PM'ed you the script Noveltech. Smile
_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Protected
Valued Contributor
Valued Contributor


Joined: 02 Jan 2001
Posts: 228
Location: Portugal

PostPosted: Mon Nov 24, 2003 9:16 am    Post subject: Reply with quote

I also think PHP is the best idea. I don't think calling a php script will trigger any firewall.
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Mon Nov 24, 2003 7:51 pm    Post subject: Reply with quote

Protected wrote:
I also think PHP is the best idea. I don't think calling a php script will trigger any firewall.


Actually it does if your firewall alerts you to an "unknown" program
accessing the internet. Smile

_________________
FreezingFire
VDSWORLD.com
Site Admin 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: Tue Nov 25, 2003 1:20 pm    Post subject: Reply with quote

If you make a PHP script and call it with the default browser (with the "shell" or "run" command), it will not work any better, because it will generate a popup window, which a popup-blocker doesn't like... Confused 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
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> General Help 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