Jump to content

Trial Versiyon Yapımı


tmraslan
 Share

Recommended Posts

Şu kodları on startupa koyarsan 30 kullanımlık program vermiş olursun.

oku=String.ToNumber(Crypto.BlowfishDecryptString(Application.LoadValue("trial", "kalan"), "tnctr"))
if oku > 29 then
Dialog.Message("Uyarı", "Trial kullanımınız dolmuştur.")
Application.Exit();
else
oku=oku+1
Dialog.Message("Uyarı", (30-oku).." tane kullanım hakkınız kaldı.")
Application.SaveValue("trial", "kalan", Crypto.BlowfishEncryptString(oku,"tnctr"))
end

Daha fazla veya daha az için. if oku > 29 then bu satırı değiştirebilirsin.İstersen uyarıları kaldırabilirsin.Umarım işine yarar.

Link to comment
Share on other sites

[quote name='MostWanted' date='01 October 2011 - 14:24 ' timestamp='1317468276' post='1088018']
Şu kodları on startupa koyarsan 30 kullanımlık program vermiş olursun.

oku=String.ToNumber(Crypto.BlowfishDecryptString(Application.LoadValue("trial", "kalan"), "tnctr"))
if oku > 29 then
Dialog.Message("Uyarı", "Trial kullanımınız dolmuştur.")
Application.Exit();
else
oku=oku+1
Dialog.Message("Uyarı", (30-oku).." tane kullanım hakkınız kaldı.")
Application.SaveValue("trial", "kalan", Crypto.BlowfishEncryptString(oku,"tnctr"))
end

Daha fazla veya daha az için. if oku > 29 then bu satırı değiştirebilirsin.İstersen uyarıları kaldırabilirsin.Umarım işine yarar.
[/quote]

bi sorum var bunları nerede saklıyor...

edit: tamam gördüm

Edited by Kazım
Link to comment
Share on other sites

@ali::12 bu kodlarda kullanılabilir fakat şifreli değil.Yani isteyen regeditte değiştirebilir.Bu da güzel bir şey olmaz bizim için tabi :).

@Kral__ yapabilirsin.Fakat uğraştırma gereken bir şey.Çok büyük bi proje olmadıkça uğraşmak istemem.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...