Jump to content

Please help me!!

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
garpov

garpov

    Newbie

  • Members
  • Pip
  • 3 posts
Hi i have no previous experience of programming and want to know how i can access the database on Championship Manager 2008. I want to find out the hidden stats such as player potential. Anyone got any ideas? Thanks.

#2
John

John

    Writes binary right handed and hex left handed

  • Moderators
  • 6,321 posts
What is Championship Manger 2008?

#3
garpov

garpov

    Newbie

  • Members
  • Pip
  • 3 posts
Its a football management game.

#4
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
Without a lot more information, it is unlikely that anyone can help you. If this is a web-based application, then the database is probably protected from direct access outside the web-servers.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog

#5
garpov

garpov

    Newbie

  • Members
  • Pip
  • 3 posts
Thanks for the info. The program is a DVD based computer game. Im really unsure as to what information would be required to help me. If anyone could give me any ideas i would be very grateful.

#6
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
If the game uses some intern database, and not a database like Oracle or MySQL, then the only way I can think of is to reverse engineer the application. It requires you to have a big understanding of the platform the game is on, memory and the Assembly programming language.

#7
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I would start by looking at the files listed on the DVD. If anything is installed on your hard-drive, I would also look at that. It seems likely, however, that the stats are simply in a file which may be encrypted to prevent people from poking around in it.
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog