Page 5 of 8

Re: Product Key Management System

Posted: Sun Aug 01, 2010 9:05 pm
by TerrorFoX
I Like all of your Progs and i enjoy to rebulid them with the help of your tutorials.

Great Work!

Re: Product Key Management System

Posted: Mon Aug 02, 2010 8:00 pm
by jtlusco
the only problem i have come across is it says that the username is incorect any ideas on how i fix this

Re: Product Key Management System

Posted: Fri Aug 06, 2010 11:03 am
by MoDy kareem
jtlusco wrote:
the only problem i have come across is it says that the username is incorect any ideas on how i fix this
Change ".act" To ".txt"

Ex:

My.Computer.FileSystem.WriteAllText(Application.StartupPath + "\" + TextBox2.Text + ".act", TextBox3.Text, True)
To:

My.Computer.FileSystem.WriteAllText(Application.StartupPath + "\" + TextBox2.Text + ".txt", TextBox3.Text, True)

Re: Product Key Management System

Posted: Thu Aug 12, 2010 12:11 am
by jtlusco
I did that and got an error would i have to change all the .act to .txt

Re: Product Key Management System

Posted: Thu Aug 12, 2010 12:22 am
by jtlusco
Or if i can figure out how to get it not to use a username just the key that would work better for what i am trying to do ill keep you updateed on my progress and any help would be aprceated

Re: Product Key Management System

Posted: Sat Aug 21, 2010 12:30 pm
by MoDy kareem
jtlusco wrote:
I did that and got an error would i have to change all the .act to .txt

Yes change all the .act To .txt

Re: Product Key Management System

Posted: Mon Aug 23, 2010 8:38 am
by muditsaxena
you are just amazing!!!!!!!!!!!

Re: Product Key Management System

Posted: Wed Jan 12, 2011 8:22 am
by elitemusic99
please help me i did the code but i dont really get it.. ftp and webhost stuff...
can you show me yours so i can get an idea?
(or tell me what is ftp and website and do i need to upload something?)

Mine Just Freezes im using the reccommended webhost and a free ftp site with gmail account

Re: Product Key Management System

Posted: Wed Jan 12, 2011 1:25 pm
by CodenStuff
Hello elitemusic99,

You can download the source project for this tutorial here:viewtopic.php?f=38&t=103#p175

What you need is a webhost/website that lets you use FTP and then in the code you need to search for all these marked in red:

http://www.YOURSITE.com/
Change this to your website address, you MUST end the address with a slash "/" or you will get errors when running the program.

ftp://www.YOURSITE.com/
Change this to your websites FTP address. Again the slash "/" at the end is important.

USERNAME
Change this to your FTP username.

PASSWORD
Change this to your FTP password

your@email.com
Change this to your SMTP email address

mail.server.com
Change this to your SMTP email server address

eusername
Change to your SMTP email username

epassword
Change to your SMTP email password

And then change them to your own settings. These may appear more than once in the code so you could just use Find and Replace in VB to change them. If I was doing it my settings would be something like this:


http://www.YOURSITE.com/ = http://www.Codey.com/

ftp://www.YOURSITE.com/ = ftp://www.Codey.com/

USERNAME = Codey

PASSWORD = MyFTPPassword

your@email.com = admin@codey.com

mail.server.com = mail.codey.com

eusername = admin@codey.com

epassword = MyEmailPassword

Re: Product Key Management System

Posted: Thu Feb 03, 2011 4:41 pm
by RishiRox
Thanks man
this 1 was really very awesome
Keep up the good work cooll;