Product Key Management System

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
72 posts Page 5 of 8
User avatar
TerrorFoX
Just Registered
Just Registered
Posts: 5
Joined: Sun Aug 01, 2010 8:55 pm

Re: Product Key Management System
TerrorFoX
I Like all of your Progs and i enjoy to rebulid them with the help of your tutorials.

Great Work!
User avatar
jtlusco
VIP - Donator
VIP - Donator
Posts: 138
Joined: Mon Jul 12, 2010 11:28 pm

Re: Product Key Management System
jtlusco
the only problem i have come across is it says that the username is incorect any ideas on how i fix this
Have you been scripted today
Image
User avatar
MoDy kareem
New Member
New Member
Posts: 21
Joined: Fri Jan 15, 2010 3:43 pm

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)
User avatar
jtlusco
VIP - Donator
VIP - Donator
Posts: 138
Joined: Mon Jul 12, 2010 11:28 pm

Re: Product Key Management System
jtlusco
I did that and got an error would i have to change all the .act to .txt
Have you been scripted today
Image
User avatar
jtlusco
VIP - Donator
VIP - Donator
Posts: 138
Joined: Mon Jul 12, 2010 11:28 pm

Re: Product Key Management System
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
Have you been scripted today
Image
User avatar
MoDy kareem
New Member
New Member
Posts: 21
Joined: Fri Jan 15, 2010 3:43 pm

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
User avatar
muditsaxena
New Member
New Member
Posts: 10
Joined: Mon Aug 23, 2010 7:32 am

you are just amazing!!!!!!!!!!!
User avatar
elitemusic99
Just Registered
Just Registered
Posts: 5
Joined: Mon Jan 10, 2011 5:04 am

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
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

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
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
RishiRox
New Member
New Member
Posts: 16
Joined: Mon Jan 17, 2011 4:05 pm

Re: Product Key Management System
RishiRox
Thanks man
this 1 was really very awesome
Keep up the good work cooll;
72 posts Page 5 of 8
Return to “Tutorials”