hm... I replaced Global Lenght -> Lenght.l, but nothing changed - the same text in output
And when I add Len() I have error (bugs), have you any ideas?
Global SecuredContent, Password.s, Lenght.l, ReadyContent.s, Filename.s
Procedure GeneratePassword()
OpenCryptRandom()
Password.s=Str ...
Search found 10 matches
- Fri May 24, 2013 9:36 pm
- Forum: Coding Questions
- Topic: Problems with PureAES
- Replies: 6
- Views: 1132
- Fri May 24, 2013 9:00 pm
- Forum: Coding Questions
- Topic: Problems with PureAES
- Replies: 6
- Views: 1132
Re: Problems with PureAES
Thank you, Bernd!
But now I have a new one problem :(
When I use "Debug ReadyContent". i see this: This text must b????????d and decoded!
But it must be: This text must be encoded and decoded!
What's wrong whith this code?
Global SecuredContent, Password.s, Lenght, ReadyContent.s, Filename.s ...
But now I have a new one problem :(
When I use "Debug ReadyContent". i see this: This text must b????????d and decoded!
But it must be: This text must be encoded and decoded!
What's wrong whith this code?
Global SecuredContent, Password.s, Lenght, ReadyContent.s, Filename.s ...
- Fri May 24, 2013 7:56 pm
- Forum: Coding Questions
- Topic: Problems with PureAES
- Replies: 6
- Views: 1132
Problems with PureAES
Hello!
I have a problem with code (require PureAES library), on the line #17:
Global SecuredContent, Password.s, Lenght, ReadyContent.s, Filename.s
Procedure GeneratePassword()
OpenCryptRandom()
Password.s=Str(CryptRandom(2147483647))
CloseCryptRandom()
EndProcedure
Procedure Secure(Content.s ...
I have a problem with code (require PureAES library), on the line #17:
Global SecuredContent, Password.s, Lenght, ReadyContent.s, Filename.s
Procedure GeneratePassword()
OpenCryptRandom()
Password.s=Str(CryptRandom(2147483647))
CloseCryptRandom()
EndProcedure
Procedure Secure(Content.s ...
- Wed Apr 03, 2013 10:42 am
- Forum: Announcement
- Topic: PureSearch - search system for PureBasic coders
- Replies: 8
- Views: 5737
Re: PureSearch - search system for PureBasic coders
hm.. thanks! I'll try to fix it... google indexed it, but it doesn't show it on puresearch.ruDoubleDutch wrote:Looks good, but I did a search for 'reportcomplete' (it's mentioned on the forum) and it doesn't find it?
- Tue Apr 02, 2013 9:12 am
- Forum: Announcement
- Topic: PureSearch - search system for PureBasic coders
- Replies: 8
- Views: 5737
Re: PureSearch - search system for PureBasic coders
Have anybody ideas for this project? Mey be add any functions?
- Mon Apr 01, 2013 9:52 pm
- Forum: Announcement
- Topic: PureSearch - search system for PureBasic coders
- Replies: 8
- Views: 5737
PureSearch - search system for PureBasic coders
Hi all!
I want to tell you about my project - PureSearch.
It's a search system (it uses Google CSE) for PureBasic coders, which included only PureBasic sites (forums, projects, blogs, etc.)
PureSearch is a multilanguage website, localization gets from your browser (russian and english only).
Link ...
I want to tell you about my project - PureSearch.
It's a search system (it uses Google CSE) for PureBasic coders, which included only PureBasic sites (forums, projects, blogs, etc.)
PureSearch is a multilanguage website, localization gets from your browser (russian and english only).
Link ...
- Sun Sep 02, 2012 8:24 pm
- Forum: Off Topic
- Topic: PureBasic Search(multilingual)
- Replies: 1
- Views: 931
Re: PureBasic Search(multilingual)
Update!
1. Changed color-sheme
2. Added "language redirect" - if you use browser with english localization, you enter on english version automaticaly, else - on russian.(redirect in root dir - http://puresearch.ru )
3. Fixed localization bugs, changed language of Google CSE(in english version)
4 ...
1. Changed color-sheme
2. Added "language redirect" - if you use browser with english localization, you enter on english version automaticaly, else - on russian.(redirect in root dir - http://puresearch.ru )
3. Fixed localization bugs, changed language of Google CSE(in english version)
4 ...
- Sat Sep 01, 2012 10:34 pm
- Forum: Off Topic
- Topic: PureBasic Search(multilingual)
- Replies: 1
- Views: 931
PureBasic Search(multilingual)
Hello!
I want to say you about PureBasic Search - it is a search system of best PureBasic Resources. System made specially for PureBasic coders, which cannot easy find information, that they need.
Language of interface: Russian and English
You can test it now(status: Release Candidat #1)!
Website ...
I want to say you about PureBasic Search - it is a search system of best PureBasic Resources. System made specially for PureBasic coders, which cannot easy find information, that they need.
Language of interface: Russian and English
You can test it now(status: Release Candidat #1)!
Website ...
- Sat May 07, 2011 5:35 am
- Forum: Coding Questions
- Topic: IE cache
- Replies: 4
- Views: 1214
Re: IE cache
))) u dont understand meNituvious wrote:This might not be what you want, but it might save you some time. You can use WebGadget().
i need to change cache directory of IE
- Fri May 06, 2011 9:39 pm
- Forum: Coding Questions
- Topic: IE cache
- Replies: 4
- Views: 1214
IE cache
Hello!
I'm coding client for online web-browser game and i need to download all resources from game server(Canaan Online Russia) and launch it from client computer and if i understand right,it must be downloaded in cache in client directory.
Question: how can i change IE cache directory?
I'm coding client for online web-browser game and i need to download all resources from game server(Canaan Online Russia) and launch it from client computer and if i understand right,it must be downloaded in cache in client directory.
Question: how can i change IE cache directory?