Jump to content

Sig ? Marks


Recommended Posts

I realize I prob missed the post explaining this... but in the very cool btw enb sigs we got from slayers site... there is a ? mark in the middle where I assume our toons pic goes... is this still under development or did I just do something wrong?... well yeah, I am always doin sumtin wrong... but I am referring to the sig here

Link to comment
Share on other sites

I think they look great! I would like to know if I can make a custom one myself, and be able to link to my level, and stats.

Unfortunatley, the answer is no.

I have been toying with the idea of making an API which will allow users to get CRETAIN the data from the server in maybe XML.

However, this is a thought, not planned and probably wont happen in the near future as there are a lot of security and implementation contraints with a module like this.

Link to comment
Share on other sites

I have been toying with the idea of making an API which will allow users to get CRETAIN the data from the server in maybe XML.

However, this is a thought, not planned and probably wont happen in the near future as there are a lot of security and implementation contraints with a module like this.

use php hash/sha1 etc function to generate random per character API key that you store in database. simple and as secure as it gets.

to keep db access minimum, cache the result in file or even in database if you want as one query to db is probably neccessary (unless hash=cache file name) and you may aswell pull the cached data.

Link to comment
Share on other sites

use php hash/sha1 etc function to generate random per character API key that you store in database. simple and as secure as it gets.

to keep db access minimum, cache the result in file or even in database if you want as one query to db is probably neccessary (unless hash=cache file name) and you may aswell pull the cached data.

Nothing you have said there that i have not already thought about...

However, its still not a high priority for my team... as i said, it MAY be looked at in the future, but right now we have more important things we are getting working/adding.

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...