| |
|
|
- Page 1 - |
|
Julian Schmidt | Hi Community, CryptIni.inc is a small Include to that verschlüsselten reading\write of/ one Ini-File. this can about with of/ one Highscore-list useful his, which the player not simply manipulating ought to. the code functions with smaller Files yet relatively quick. with Größeren ought to one though To others Mitteln grab.
there's The command ReadCryptIni & WriteCryptIni The Parameter ensprechen whom command ReadIni & Writeini. Download: [...]
LG
Julian57 |
|
|
| |
|
|
|
| |
|
- Page 1 - |
|
| hint: If you whom Button New Hochladen" (ruddy) instead of "Speichern" verwendest then stay Download-URL and Herunterladezählerstand receive.
additionally, if you whom Link "Ladeanzahl" betätigst then becomes the Browser on a address gelenkt The as Return Value whom Herunterladezählerstand supply what integrally useful is if one these Zählerstände z.B. serverside abrufen would like.
|
|
|
| |
|
|
|
| iF (25.06.12)
Well, if you already with Base64 kodierst then could the Kodierte too yet The function values)$ drauflegen!
Habsch Yes Blödsinn desired because andersrum would it sinnvoller - means first pwd$ and then base64 code because otherwise could through pwd$ characters generiert go The Ini-inkompatibel are. |
|
|
| |
|
|
|
Julian Schmidt | hmmm....from take off characters could whom "Ini-inkompatibel"e characters come into being. such a long time not The large diversity is. is the renewed Codieren vlt. unnecessary!? |
|
|
| |
|
|
| |
|
- Page 2 - |
|
|
| look: XProfan-Helpfile
It can however vorkommen, that in the string by the conversion not druckbare Sonderzeichen come into being (How z.B,. the Zeilenende-characters), so a Use this Strings in INI-Files or Text files not recommendable is. In binären Files can it free from problems stored go.
means first PWD$ and then base64-code and already can it no Problems give. |
|
|
| |
|
|
|
Julian Schmidt | OK I versuchs time umzusetzen. comic the..
not functions
against it already. One klassischer bow!? |
|
|
| |
|
|
|
| with XProfan 11 funktionierts by me too without the the commands "password" before called becomes but with XProfan 12 verzeichne I even a Programmabsturz:
|
|
|
| |
|
|
|
Julian Schmidt | Iwie I get it, a I do not ersichtlichen Error, not there. could you time a look hereon throwing? Download of of my Homepage! |
|
|
| |
|
|
|
| Look I gladly but must now in that bed but come at the latest tommorrow moreover if You do not by then faster were... ^^ |
|
|
| |
|
|
|
RGH | iF (26.06.12)
with XProfan 11 funktionierts by me too without the the commands "password" before called becomes but with XProfan 12 verzeichne I even a Programmabsturz:
without gesetztes Password power The function Pwd$() of course little sense, but one Programmabsturz is then still something ardent. the ought to I in a künftigen XProfan-Version to fix.
Greeting Roland |
|
|
| XProfan X2Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 06/29/12 ▲ |
|
|
|
|
Julian Schmidt | Julian57 (26.06.12)
Iwie I get it, a I do not ersichtlichen Error, not there. could you time a look hereon throwing? Download of of my Homepage!
iF (26.06.12)
Look I gladly but must now in that bed but come at the latest tommorrow moreover if You do not by then faster were... ^^
have you got meanwhile Time found time drüber To fly? |
|
|
| |
|
|
|
| No, but I have me strain The Time taken simply time To look How I the
umsetzen would:
{$cleq}
cls
password "Da roffel and there mao"
__writeIni(getDir$("@")+"/ini.ini","Rubrik","Variable","Wert")
print __readIni(getDir$("@")+"/ini.ini","Rubrik","Variable")
waitinput
end
proc __writeIni(string fle,rub,vvar,vval)
writeini fle,__iniEncode(rub),__iniEncode(vvar) = __iniEncode(vval)
endproc
proc __readIni(string fle,rub,vvar)
return pwd$(decode64(translate $(readIni$(fle,__iniEncode(rub),__iniEncode(vvar)),"#","=")))
endproc
proc __iniEncode(string s)
return translate $(encode64(pwd$(s)),"=","#")
endproc
Perhaps. like the Yes in your Include take.
Perhaps. scheiterts with you because base64-Kodierung too the Istgleichzeichen uses
which I in the small example here by the Rautezeichen supplant.
then is me too noticed the your example from the pkg functions declared
The in the Include wiedermals declared and be the The Include mindest
a variable uses (ini$) The only demonstration-View source declared is. |
|
|
| |
|
|
|
Julian Schmidt | iF (06.07.12)
Perhaps. scheiterts with you because base64-Kodierung too the Istgleichzeichen uses which I in the small example here by the Rautezeichen supplant.
very on it lying it. thanks now functions it! |
|
|
| |
|
|