No register system will write my data - 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: No register system will write my data (
/showthread.php?tid=532867)
No register system will write my data -
ExtendedCarbon - 20.08.2014
I've tried countless register systems, with dini, ysi, sii.. they show up saying "register with password" but when I enter the password the box just closes and lets me play. I check script files and no accounts are saved what so ever.
It's like it's not letting me write to the folder.
Re : No register system will write my data -
XDamienX007 - 20.08.2014
Send the code !
What's happen in OnDialogResponse ?
Re: No register system will write my data -
Andre02 - 21.08.2014
What Damien said and what is your host?
Re: No register system will write my data -
ExtendedCarbon - 21.08.2014
Quote:
Originally Posted by ******
If it is "like" it it not letting you write files, that's probably exactly what is happening, so check your permissions and ownerships.
|
Which permissions and ownerships? Where would I find thos.
Re: No register system will write my data -
ExtendedCarbon - 21.08.2014
Quote:
Originally Posted by Andre02
What Damien said and what is your host?
|
It's most likely not the code because I've tried multiple systems. Also I am home hosting.
Re: No register system will write my data -
ExtendedCarbon - 21.08.2014
Quote:
Originally Posted by ******
File permissions are like the most basic aspect of server administration. I suggest you read up A LOT on how to use whatever OS you are on.
|
I am hosting from home, and have administrator on my machine.
Re: No register system will write my data -
Andre02 - 21.08.2014
By Home host you mean the one which you need to open samp_server.exe?
Re: No register system will write my data -
ExtendedCarbon - 22.08.2014
Quote:
Originally Posted by Andre02
By Home host you mean the one which you need to open samp_server.exe?
|
Yes I use that to open my server
Re: No register system will write my data -
ExtendedCarbon - 22.08.2014
I've tried running with administrator, this still does not work. In some scripts it writes a file but no password. I'm stumped.
Can someone send me a working register system that I can test