Jump to content
MakeWebGames

Hack track


SHAD

Recommended Posts

I was wondering if anyone could make a system for mccodes that tracks any hacking attempts made and give a littile details of where they are made and how they were made, so the owner can take action and fix the problem.

Link to comment
Share on other sites

It would require a lot of edits in some files to insert their inputs into a database, So you could just log a massive money/crystal increase or a change in staff posisition.

Or you could just log every SQL query? Use regex to get out the data and then dump it in a logs table :) This could be slow though.

Link to comment
Share on other sites

There is a free log user system in these forums somewhere that log all url actions from a player while they are on your site.

 

so if they went to this link:

http://www.yourgame.com/crystalmarket.php?hack=hackhere

then it will show in the logs.

I made my system so it automatically logs all new players for a set limit because if someone wants to hack your game, most likely they are not gonna hang out for a few days before they attempt a hack. They usually go right for the hacks.

So my log system will catch the attempts. Only downside to this is you have to manually go through and look at the logs.

Its a nice mod and Thanks for whoever made it :)

I would link you but ive had it for so long im not sure where to find it.

maybe search "log system" ?

hope that helps ya out some.

Cheers

Link to comment
Share on other sites

Guest Drizzle
It would require a lot of edits in some files to insert their inputs into a database, So you could just log a massive money/crystal increase or a change in staff posisition.

Or you could just log every SQL query? Use regex to get out the data and then dump it in a logs table :) This could be slow though.

You talking about logging every query into a "example.log", and then using regex to interpret the data and put it in a table? Sounds good, but not many people here know how to use regex that well.

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.

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.

×
×
  • Create New...