View Single Post
  #7  
Old 01-03-2008, 01:47 AM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Just a note, for things which you need client. for, but you need secure, I would use base64encode() and base64decode() ... would work best if you did it a certain number of time such as this:

PHP Code:
function encodeTexttext )
{
  
temp.text;
  for ( 
temp.10temp.10temp.++ )
  {
    
temp.base64encodetemp.);
  }
  return 
temp.t;
}
function 
decodeTexttext )
{
  
temp.text;
  for ( 
temp.0temp.10temp.++ )
  {
    
temp.base64decodetemp.);
  }
  return 
temp.t;

I've used this for gun systems and such where you need to store things that change on the dot (such as ammo), yet need to be hard to hack. For HP or experience, clientr all the way.
__________________
Reply With Quote