SexScripts : Viewing send/sendImage data of users of your script - https://ss.deviatenow.com:443/viewtopic.php?f=4&t=548 Page 1 of 1

Viewing send/sendImage data of users of your script

srh [ Sat Oct 10, 2015 6:28 pm ]

Hi there,

I am new around here but i really like the idea of ss although the client being java :P .

I looked into Dotis Documentation post but am not really sure if i missed something or not.
If user ABC would use a script i authored and store data on the server with the send() call, and i use a unique ID as the key, do I as the author of the script have an way of seeing data uploaded by users of my script?

As far as i could figure out, you can only access it if you have the key, which you would store in the local data file. Is that the only way?

Re: Viewing send/sendImage data of users of your script

doti [ Sat Oct 10, 2015 7:49 pm ]

If there is only one key, everybody will replace the data of everybody
If the key is generated, you need to get it with one way or another.

Consider send() as a save() with only one file for everyone.

Re: Viewing send/sendImage data of users of your script

srh [ Sat Oct 10, 2015 10:03 pm ]

yeah just looked through Liz's scripts and saw she has everything handled on her own server.

Re: Viewing send/sendImage data of users of your script

Liz [ Sun Oct 11, 2015 5:21 pm ]

A few of my scripts like subcontrol just store peoples ids locally (not on my server ;) ). But the like of the blackmail script needs to use an external website at the moment or will expose everyones ids... May be worth doing a feature request sometime for the functions that i use my server for on Jennifers blackmail e.g.

Code:
appendserverid(scriptname,ID)

appends the id string to a string on the server only accessable with the following function:

Code:
list = getserverids(scriptname,password)

(for the script admin users only) the first time it is run it assigns the password to the scriptname list, subsiquent times it checks the passwords match and returns the list of all the added ID's and clears the list

Or if you are writing your own script, need to do the above and can't wait, don't mind you using my server for the above functions just pm me 8-)

Re: Viewing send/sendImage data of users of your script

srh [ Sun Oct 11, 2015 8:26 pm ]

thanks for the offer,
but if i'll make a script i probably try to solve it myself first, finally a use for some golang serverside coding :geek:

Page 1 of 1 All times are UTC + 1 hour [ DST ]
https://ss.deviatenow.com:443/
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Maroon Fusion theme created by Oxydo
Software, theme modifications, phpBB modification by Doti 2010, 2011