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 4 of 8
User avatar
teimoso
Just Registered
Just Registered
Posts: 8
Joined: Mon Apr 19, 2010 8:40 pm

Re: Product Key Management System
teimoso
i holp i can check it out soon =)
User avatar
Gamedaddy
Just Registered
Just Registered
Posts: 6
Joined: Thu May 06, 2010 8:16 am

Re: Product Key Management System
Gamedaddy
Thank you!
User avatar
Gamedaddy
Just Registered
Just Registered
Posts: 6
Joined: Thu May 06, 2010 8:16 am

Re: Product Key Management System
Gamedaddy
Doesn't work dude! It always gives me an error like

"Unhanded Exception" with a "Failure to send Email"

Please help me! I wanted to make my own program.
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Hello Gamedaddy,

You need to make sure you have the correct email (SMTP) settings. Depending on what email service your using you may need to change the SSL and port settings.

Please see this post: viewtopic.php?f=38&t=103&start=20#p10309
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Product Key Management System
Codex
Hello
First i had an error on smtp settings then i realized i need to add the port setting.
then i get an upload error. i am using http://www.000webhost.com

-is the problem from the site or where?
-do i need to add any code?
Last edited by Codex on Fri Jun 18, 2010 8:53 pm, edited 1 time in total.
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Product Key Management System
Codex
any help please ?? ^^ dunnno;
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

Re: Product Key Management System
CodenStuff
Hello codeXvideos,

Im not familiar with that host but it will probably be in the FTP settings somewhere. You may need to add "/public_html/" in the url somewhere or create an FTP account just for the keys folder if the host has control panel features.
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
User avatar
reptilon
Just Registered
Just Registered
Posts: 5
Joined: Thu Jan 21, 2010 5:38 pm

Re: Product Key Management System
reptilon
Thanks, but i wonder, have the imchat source come out yet? xD
User avatar
Codex
Coding God
Coding God
Posts: 2028
Joined: Wed Mar 31, 2010 5:50 pm

Re: Product Key Management System
Codex
CodenStuff wrote:
Hello codeXvideos,

Im not familiar with that host but it will probably be in the FTP settings somewhere. You may need to add "/public_html/" in the url somewhere or create an FTP account just for the keys folder if the host has control panel features.
I will try to add the "/public_html/"

reptilon wrote:
Re: Product Key Management System
by reptilon » Sat Jun 19, 2010 3:57 pm
You need to be VIP to get access to the source code for that.
Go to: show.php?id=14 and read
We shall let the revolution begin.. the revolution for freedom, freedom against censorship. We shall fight in the fields and in the streets, we shall fight in the hills; we shall never surrender
User avatar
MoDy kareem
New Member
New Member
Posts: 21
Joined: Fri Jan 15, 2010 3:43 pm

Hello, clapper;

:idea: The GMX Port is :arrow: 587 work perfect with me :D

:idea: And GMX Smtp is : mail.gmx.com
:idea: GMX Username : Ex@gmx.com
:idea: Gmx Password : you password ;)

http://forum.gmx.com/forum/posts/list/3638.page#15566

Thank you Code'n'stuff cooll; cooll;

So...
If any one get this error : theClient.Send(theMailMessage)

change this code :
Code: Select all
theClient.EnableSsl = True
To :
Code: Select all
theClient.Port = 587
For GMX user

Hope i help any one
72 posts Page 4 of 8
Return to “Tutorials”