The Daily Click ::. Forums ::. Klik Coding Help ::. vitalise PHP or CGI script
 

Post Reply  Post Oekaki 
 

Posted By Message

Santa



Registered
  19/05/2003
Points
  644
3rd June, 2003 at 06:06:15 -

Is there a script anywhere that will save vitalise scores??? and allow you to create online tables???


 
SAnTA - www.atnas.com

-------------------
www.create-games.com/download.asp?id=2918

ShadowCaster

Possibly Insane

Registered
  02/01/2002
Points
  2203
3rd June, 2003 at 07:09:51 -

Your prayers will be answered soon.....

 
"Now I guess we're... 'Path-E-Tech Management'" -Dilbert

Santa



Registered
  19/05/2003
Points
  644
3rd June, 2003 at 16:05:22 -

Whoopie



 
SAnTA - www.atnas.com

-------------------
www.create-games.com/download.asp?id=2918

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
4th June, 2003 at 02:50:25 -

There was a example on how to do this somewhere a while back. Search for it on TDC.

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Santa



Registered
  19/05/2003
Points
  644
4th June, 2003 at 03:43:27 -

I did search there was a article that linked to a site thats no longer online, and a couple of other bits that told u how to write a script to sort it but my knowledge wasnt good enuff to sort it.

 
SAnTA - www.atnas.com

-------------------
www.create-games.com/download.asp?id=2918

Assault Andy

Administrator
I make other people create vaporware

Registered
  29/07/2002
Points
  5686

Game of the Week WinnerVIP Member360 OwnerGOTM JUNE - 2009 - WINNER!GOTM FEB - 2010 - WINNER!	I donated an open source project
4th June, 2003 at 04:06:26 -

I was going to use this for my vitalize game, then i found the source on my hd. I can email it 2 u if u want.

 
Creator of Faerie Solitaire:
http://www.create-games.com/download.asp?id=7792
Also creator of ZDay20 and Dungeon Dash.
http://www.Jigxor.com
http://twitter.com/JigxorAndy

Santa



Registered
  19/05/2003
Points
  644
5th June, 2003 at 05:41:53 -

that would be good andy, Santa@atnas.com Cheers

What would i do without you lol

 
SAnTA - www.atnas.com

-------------------
www.create-games.com/download.asp?id=2918

DeadmanDines

Best Article Writer

Registered
  27/04/2006
Points
  4758
5th June, 2003 at 07:12:16 -

If you were passing the code thru a URL (eg: when player has hiscore, navigate to addscore.php?score=987&player=Bob) then you'd need to add a code as well - it's up to you how you do it - or encrypt the data. If I wanted to do it, I might try my hand at a checkdigit. What a checkdigit does is simple: It is a number created by running several mathematical equations on the other snippets of data. This could include the ascii values of any text used, and of course the value of the score... or maybe the ascii values of each character in the score? You decide. When it gets sent to the server, your server script should then run the same equation on the data again - if it comes to the same answer as the checkdigit, then the data is secure. Otherwise, it has been tampered with.

Eg:

score: 52 name: Bill
Checkdigit: (score*(char1+char2+char3...))/lastchar

Checkdigit: (52*(66+73+76))/76

Checkdigit: 147 (rounded, of course)

In a url, this could be: addscore.php?score=52&name=Bill&cd=147

That should be ok if you wanted to use a url-passed script.

 
191 / 9999 * 7 + 191 * 7

Villy

Shab's love pet

Registered
  27/05/2002
Points
  294
5th June, 2003 at 07:25:47 -

Boooo

http://www.clickteam.com/CTforum/showflat.php3?Cat=&Board=read&Number=96030&page=0&view=collapsed&sb=5&o=&part=

 
n/a
   

Post Reply



 



Advertisement

Worth A Click