SA-MP Forums Archive
[HELP] Account Password change - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: [HELP] Account Password change (/showthread.php?tid=311913)



[HELP] Account Password change - c0GI - 18.01.2012

Hy. I'm using RolePlay GM and I have a problem with the accounts. The problem is that as soon as the owner of (i) restarting the server, Password for all accounts is changed by a letter or number and less so, but after a restart code more than one character! Can someone help me or give me advice on how to solve it, right it's a big problem, maybe it is not difficult to fix that! PLEASE HELP ME! I need a help for that problem! :S


Re: [HELP] Account Password change - milanosie - 18.01.2012

information we need:
What gamemode?
What saving methode?
Using whirlpool or not?


Re: [HELP] Account Password change - c0GI - 18.01.2012

Information:

What gamemode? | RolePlay gamemod (gtarp)
What saving methode? | I don't understand question, can you explain me better?
Using whirpool or not? | I don't know what is whirpool!

Explain please


Re: [HELP] Account Password change - milanosie - 18.01.2012

Saving methode: Mysql, Dini, Ini, etc....
Whirlpool: U enter password: pass123.. and for security reasons it changes into "159d3j3" in the files. ( random number btw)


Re: [HELP] Account Password change - Mrki_Drakula - 18.01.2012

Whirpool is hashing plugin that provides secure thing to all passwords in the servers, it can't be decoded by human. As for saving methode, put your saving password code down here.


Re: [HELP] Account Password change - milanosie - 18.01.2012

Quote:
Originally Posted by Mrki_Drakula
Посмотреть сообщение
Whirpool is hashing plugin that provides secure thing to all passwords in the servers, it can't be decoded by human. As for saving methode, put your saving password code down here.
That is better explanation for the people who know english :P but since I see a lot of non english people here I find myself explaining in easyer language


Re: [HELP] Account Password change - c0GI - 18.01.2012

Okej, I have in pawno/include a file that is name "Dini"! Are this file is that you want?


Re: [HELP] Account Password change - milanosie - 18.01.2012

dini is the saving system yes.

In ur map scriptfiles, could u give us an example save file?
Like an example user save

Dit forum vereist dat je 120 seconden wacht tussen het verzenden van berichten. Probeer het nogmaals over 10 seconden.


Re: [HELP] Account Password change - c0GI - 18.01.2012

Quote:

Key=9
Level=10
AdminLevel=1337
DonateRank=0
UpgradePoints=0
ConnectedTime=366
Registered=1
Sex=1
Age=9
Origin=1
CK=0
Muted=0
Respect=16
Money=68347652
Bank=71236
Crimes=3
Kills=0
Deaths=0
Arrested=1
WantedDeaths=3
Phonebook=1
LottoNr=0
Fishes=0
BiggestFish=0
Job=1
Paycheck=20175
HeadValue=0
Jailed=0
JailTime=0
Materials=0
Drugs=0
Leader=0
Member=0
FMember=255
Rank=0
Char=294
ContractTime=25
DetSkill=500
SexSkill=0
BoxSkill=0
LawSkill=500
MechSkill=500
JackSkill=0
CarSkill=0
NewsSkill=500
DrugsSkill=0
CookSkill=0
FishSkill=0
pSHealth=100.0
pHealth=100.0
Int=0
Local=255
Team=3
Model=7
PhoneNr=512612
Car=229
Car2=233
Car3=242
House=55
Bizz=101
Pos_x=615.2
Pos_y=-124.2
Pos_z=997.6
CarLic=1
FlyLic=1
BoatLic=1
FishLic=1
GunLic=1
Gun1=0
Gun2=0
Gun3=0
Gun4=0
Ammo1=0
Ammo2=0
Ammo3=0
Ammo4=0
CarTime=0
PayDay=6
PayDayHad=4
Watch=1
Crashed=0
Wins=0
Loses=0
AlcoholPerk=3
DrugPerk=3
MiserPerk=3
PainPerk=3
TraderPerk=0
Tutorial=1
Mission=0
Warnings=0
VirWorld=0
Fuel=0
Married=0
MarriedTo=No-one
FishTool=1
Note1=None
Note1s=0
Note2=None
Note2s=0
Note3=None
Note3s=0
Note4=None
Note4s=0
Note5=None
Note5s=0
InvWeapon=0
InvAmmo=0
Lighter=0
Cigarettes=1
Locked=0

That is my .txt acc!! But I set that my name is nonrp


Re: [HELP] Account Password change - milanosie - 18.01.2012

u changed anything on the script?